prashantchhabra89 / Alternate-Power-Source-Property-Mapper

A web application that puts the power into people's hands for finding sites for sustainable electricity generation.
http://power-planner.appspot.com/
Apache License 2.0
0 stars 1 forks source link

Pre-cache nearby data #44

Closed maxentropic closed 9 years ago

maxentropic commented 9 years ago

To speed responsiveness, nearby data (up to one screen distance away, perhaps) should be pre-cached after the data from the current view is fetched.

Time estimate: 2 hours

prashantchhabra89 commented 9 years ago

Do you want it to be high priority? I think medium will be fine for this one

maxentropic commented 9 years ago

Actually, thinking about it a bit more, I think we already do this sufficiently well with the grid loading, which typically will pull in more data than is requested. (It doesn't cache it yet, but once it does then this will automatically become an existing feature).

If anyone thinks we should do more pre-caching than that, feel free to open this issue again!