srct / schedules

Browse the GMU course catalog, professors, and build your course schedule
https://schedules.gmu.edu
Apache License 2.0
2 stars 0 forks source link

Cache schedule page #16

Open zacwood9 opened 4 years ago

zacwood9 commented 4 years ago

Each time the user navigates to the schedule page, a new request is made to load the user's schedule from the CRNs in their cart. This is unnecessary and makes Schedules feel slower and less responsive.

Instead, save the HTML response of the current schedule in Local Storage, and use that when the user navigates to the schedule page if their cart has not changed.