recalapp / recal

First a COS 333 project, now a very popular tool at Princeton for course selection
http://recal.io
MIT License
12 stars 3 forks source link

Lazily load semester data #328

Open panchr opened 6 years ago

panchr commented 6 years ago

Currently, all semesters displayed have their data loaded on page load. This means that switching later on is fast, but the initial load is terribly slow. Instead, only the latest semester's data should be loaded initially, and the rest of the data is loaded lazily.

By "lazily", I mean that the data for a given semester should be loaded once that tab is clicked.

A good place to start would be looking at how semesters are loaded.