You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performance is still not great, largely due to the huge overhead made by the Plotly library
There are some micro-optimizations that we can still do like lazy loading and memoization, using pure components, and preventing needless rerenderings, but these really won't make a difference unless we somehow address the overhead made by Plotly library.
Will need to benchmark it with: #106
and see what we can incorporate
Loading the landing page (Includes plot and animated gif)
The text was updated successfully, but these errors were encountered:
Performance is still not great, largely due to the huge overhead made by the Plotly library
There are some micro-optimizations that we can still do like lazy loading and memoization, using pure components, and preventing needless rerenderings, but these really won't make a difference unless we somehow address the overhead made by Plotly library.
Will need to benchmark it with: #106
and see what we can incorporate
Loading the landing page (Includes plot and animated gif)
The text was updated successfully, but these errors were encountered: