Skip to content
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 issue when loading several charts on a page #438

Closed
omryr opened this issue Jan 8, 2018 · 3 comments
Closed

performance issue when loading several charts on a page #438

omryr opened this issue Jan 8, 2018 · 3 comments

Comments

@omryr
Copy link

omryr commented Jan 8, 2018

i was wondering if you might have an idea how to make a page with multiple charts run smoother, i have about 15 charts with 170 points each and it really takes a toll on performance, any tips or ideas of how to improve the situation? thanks for the help!

@rrag
Copy link
Owner

rrag commented Jan 9, 2018

could it be related to this? - reduxjs/react-redux#263

see similar issues prior
#115
#280

I also recall @itsjimbo had some serious setup, with 320 charts

#149 (comment)

@omryr
Copy link
Author

omryr commented Jan 9, 2018

its less about new data coming in as much as it seems about the drawtime, if i already have all the data and i just move to a different screen and back to the graphs there is a slight hickup but the points you gave are actually really helpful for problems i would probably face later anyway!

@rrag
Copy link
Owner

rrag commented Jan 31, 2018

@omryr any pointers on where there could be problems? I had been working on the demov2 and any performance problem I was able to resolve it outside of the library itself.

Could you use the chrome profiler to narrow down the problem area.

@rrag rrag closed this as completed Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants