Remove DB call on Landing Page #36
Labels
backend
Django related issues
enhancement
New feature or request
p2
Priority 2 tasks. Affects most users
Milestone
Currently, the landing page makes a call to the DB to fetch the information about all societies to render the Societies section on the page. This data is essentially static and is not likely to change frequently. 2 possible alternatives to solve this unnecessary overhead call to the DB include:
(1) seems like a better fix for the current use case, but if we decide to integrate a caching layer then we could think about caching the DB response into the cache.
The text was updated successfully, but these errors were encountered: