ritstudentgovernment / petitions

PawPrints petition application for the RIT community.
https://pawprints.rit.edu
MIT License
35 stars 13 forks source link

Infinite scroll on homepage creates a lot of redundant requests #92

Open ceko opened 8 years ago

ceko commented 8 years ago

When a user scrolls to the bottom of the page it causes petition searching to fire way more times than necessary. This should be debounced or throttled.

http://underscorejs.org/#throttle http://underscorejs.org/#debounce