You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Site configs should be moved from DB to local file
Detailed Description
Currently, on every different page we go to, we query the database to get the site configurations (colors/title/etc). Site configs are by nature very static and it is comparatively expensive to query for those every time, especially on a rate-limited DB. I believe we should instead store these in a json or yaml file.
The text was updated successfully, but these errors were encountered:
Site configs should be moved from DB to local file
Detailed Description
Currently, on every different page we go to, we query the database to get the site configurations (colors/title/etc). Site configs are by nature very static and it is comparatively expensive to query for those every time, especially on a rate-limited DB. I believe we should instead store these in a json or yaml file.
The text was updated successfully, but these errors were encountered: