-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Labels
Experience: BackendType: Optimizationgood first issueA good issue for anyone new to open source to work onA good issue for anyone new to open source to work onhacktoberfestGood issue for someone to work on for HacktoberfestGood issue for someone to work on for Hacktoberfesthelp wantedWe'd love to have help working on this issueWe'd love to have help working on this issue
Description
Description
To improve Core Web Vitals, we can cache pages that aren't regularly updated using Django's caching. In Memory caching is available so you don't have to run up a redis server or anything.
https://docs.djangoproject.com/en/4.0/topics/cache/#local-memory-caching-1
Requirements
Set up caching config as per the docs above.
Make a decision on what views can be cached, and which pages shouldn't be.
How long should it cache in memory for?
Metadata
Metadata
Assignees
Labels
Experience: BackendType: Optimizationgood first issueA good issue for anyone new to open source to work onA good issue for anyone new to open source to work onhacktoberfestGood issue for someone to work on for HacktoberfestGood issue for someone to work on for Hacktoberfesthelp wantedWe'd love to have help working on this issueWe'd love to have help working on this issue