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

Speed up the loading time of the Admin map visualization to make it interactive #506

Closed
m-furman opened this issue Jan 6, 2017 · 3 comments

Comments

@m-furman
Copy link
Collaborator

m-furman commented Jan 6, 2017

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 .

@jonfroehlich
Copy link
Member

Thanks @m-furman!

@m-furman m-furman self-assigned this Jan 13, 2017
@m-furman
Copy link
Collaborator Author

m-furman commented Feb 6, 2017

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).

@jonfroehlich
Copy link
Member

jonfroehlich commented Feb 6, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants