-
Notifications
You must be signed in to change notification settings - Fork 5
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
performance problems, loading speed #33
Comments
Our temporary fix of removing the comparison view (9df25b7) seems to be causing the CARTO layers to stack up on each other, instead of removing and replacing the layer when you choose a different metric. |
I tried making the building comparison So we still have change it to actually delay the build of that table until the user clicks to show it. Proceeding with that plan. |
I narrowed down the slowness to this part of the code: seattle/src/app/views/building_comparison/building_comparison.js Lines 36 to 55 in a11e35c
Or at least that's one cause of the slowness on initial load. Continuing that thread in issue #39. Keeping this issue open in case there are other cases to slowness to address. |
Loading time is much improved, thanks @sconnelley. Looks like this commit did it: eac0925 |
yes, the |
Current site is unacceptably slow and doesn't load on IE (required for OSE). We can address in greater depth in phase 2 but we need the pages to moderately function for phase 1.
Trouble areas:
Thoughts around causes:
Suggestions:
Change functionality of building comparison - since you can't see this section and the map at the same time (on a laptop), initiate load of comparison table upon scroll or button action.
The text was updated successfully, but these errors were encountered: