codeforboston / codeforboston/finda

Too slow when data set is large

Open
#146 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
57
Forks
98
PR merge metrics
No merged PRs in 30d

Description

When larger datasets come into play, the loading/filtering is too slow for the app to be practical. Child care finder: http://codeforboston.github.io/child-care-finder/. Testing from home, takes around 20 seconds of loading before I can interact and another ~20 seconds when I click on a filter or map. Maybe caching could help here? Or loading less data? The map initializes with a view of the Boston area, but I have a feeling it's pulling in every location in MA before the user can interact with the map.

![child-care-finder](https://cloud.githubusercontent.com/assets/3209501/6329988/bf5c9f6a-bb42-11e4-850f-4802daa5f5db.gif)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.