cmgiven / justgrimes

Rate your Justin Grimes experience
https://justgrimes.review
Creative Commons Zero v1.0 Universal
9 stars 5 forks source link

Poor performance on load #8

Closed divergentdave closed 7 years ago

divergentdave commented 7 years ago

When I load justgrimes.review, the page hangs for 5-7 seconds while past ratings load. Profiling indicates most of the time is being spent in animation methods. It looks like this timer isn't long enough to span loading ratings, and then all the chart updates from loading historical data pile up. I don't really understand JS data binding or Meteor JS, so I'm afraid I don't have any suggestions.

cmgiven commented 7 years ago

True. That timer was a dumb solution anyway. Added an 80ms debounce function; that appears to solve it.

justgrimes commented 7 years ago

@cmgiven thank you for making this app great again.