rcos / rcos_io

The final RCOS website.
https://new.rcos.io
MIT License
3 stars 3 forks source link

Aggressive caching #119

Open Apexal opened 1 year ago

Apexal commented 1 year ago

Most data will not change, especially for non-active semesters. We can aggressively cache all non-active semester data, and include active semester data like projects, enrollments, etc. Basically everything besides meetings and attendance can be aggressively cached.

Apexal commented 1 year ago

We can and should cache GitHub API responses for repo metadata so we don't get rate-limited.