-
Notifications
You must be signed in to change notification settings - Fork 2
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
Optimize display of data #33
Comments
I don't think it's reasonably possible to have this much data on an interactive graph.
|
This is an okay solution for those who know about what they're doing.
We could have a toggle on the page between interactive graphs and static images. The default would be interactive for a reasonably sized log. Anything above that value should default to static images. Mousing over the toggle will display a CPU usage and responsiveness warning.
If we resort to the above solution, we don't have to limit the upload size. |
I think static image (and also having option for interactive) is the way, but I'm not sure how to make the static images automatically |
Unfortunately, I'm not familiar with ruby on rails. I could've helped if the backend was in python. |
After increasing the upload limit here in #32 and uploading a 19MB log, the page that displays it causes the browser to use 100% CPU and slows it to a crawl.
See: https://flightlessmango.com/games/14903/logs/1119
We need some optimization in the way data is displayed.
The text was updated successfully, but these errors were encountered: