-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance profiling of the Graph #77
Comments
ad 4) I fugured with "hide all" option, the graph renders much faster. Could be show the loading screen, keep loading (if not streaming) and Show All when reached end of file? |
I think that 60MB might be too large. That said, we can profile the different parts of the process. |
Ok, we can try how reducing the size solves the issue. |
That might be the solution. This ties into my thoughts about a revamped UX, where we perhaps have a step after the file has been checked, to ask the user how they would like the file to be processed. |
Related to problem in #41
hotgym_full
, garbage collection takes 49% time, can we reduce it?strokeBorderWidth
(=0.1) the functionDygraph.stroke._drawSeries()
rampages from about 10sec/graph to 280sec/graph!highlightSeriesOpts
also causing slowdownThe text was updated successfully, but these errors were encountered: