-
Notifications
You must be signed in to change notification settings - Fork 25
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
Speed up the loading time of the Admin map visualization to make it interactive #506
Comments
Thanks @m-furman! |
I've been experimenting with this a bit today, and (from the rather minimal testing I've done so far) it looks like storing the data locally speeds up the visualization quite a bit... though I don't have any specific numbers yet so I'm not sure by how much. I want to take a more in depth look at the load times later, but the map no longer goes completely blank when a label is selected/deselected (rather, the selected/deselected labels just seem to appear/disappear). |
Can you also look at memory usage when you're benchmarking this stuff?
Thanks Maria. Sounds like good progress. Can't wait to use it.
…On Sun, Feb 5, 2017 at 9:31 PM, Maria ***@***.***> wrote:
I've been experimenting with this a bit today, and (from the rather
minimal testing I've done so far) it looks like storing the data locally
speeds up the visualization quite a bit... though I don't have any specific
numbers yet so I'm not sure by how much. I want to take a more in depth
look at the load times later, but the map no longer goes completely blank
when a label is selected/deselected (rather, the selected/deselected labels
just seem to appear/disappear).
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#506 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABi-9UbloAhWob1oZtM1Ny4O9Qjkpf5Kks5rZoYbgaJpZM4LdJhd>
.
--
Jon Froehlich
Assistant Professor
Computer Science
University of Maryland, College Park
http://www.cs.umd.edu/~jonf/
@jonfroehlich <https://twitter.com/jonfroehlich> - Twitter
|
Fixes #506 - Eliminates 404 and runtime errors
Currently, the JSON data is reloaded every time that the user selects/deselects a checkbox on the map. Storing the data locally rather than constantly re-requesting it would help speed up the visualization and make it more interactive (and usable!).
This is related to #380 and #395 .
The text was updated successfully, but these errors were encountered: