UWFlow / rmc

Flow is a website that lets you plan courses with friends.
https://uwflow.com
MIT License
233 stars 73 forks source link

Paginate all the things #294

Open JGulbronson opened 8 years ago

JGulbronson commented 8 years ago

Currently, there's very little pagination going on. This means that for each course, we load ALL the reviews. On a profile page, we load ALL friends. For professor reviews, we load ALL of them, even though we don't actually display them all. (Max 3 to start, with the option to expand for more). Paginating would be a big improvement, and hopefully lead to faster load times as well as less load on the database.