Transit-Talk icon indicating copy to clipboard operation
Transit-Talk copied to clipboard

Site configs moved from DB to local file

Open ajblaida opened this issue 6 years ago • 0 comments

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.

ajblaida avatar Jan 23 '20 04:01 ajblaida