Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Site configs moved from DB to local file #217

Open
ajblaida opened this issue Jan 23, 2020 · 0 comments
Open

Site configs moved from DB to local file #217

ajblaida opened this issue Jan 23, 2020 · 0 comments

Comments

@ajblaida
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant