jreinstra / planner

Main repository for cardinal planner project.
MIT License
1 stars 1 forks source link

Further optimize planner API calls #237

Closed jreinstra closed 7 years ago

jreinstra commented 7 years ago

Right now all course data is returned by /plan_years/## when that might not be necessary. Look into further optimization to increase speed.

jreinstra commented 7 years ago

Additionally, look into the caching we do for courses and figure out if we can avoid caching comments and upvotes / downvotes.