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

frontend caching / backend cache invalidation #24

Open
yeehaa123 opened this issue Feb 22, 2020 · 0 comments
Open

frontend caching / backend cache invalidation #24

yeehaa123 opened this issue Feb 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yeehaa123
Copy link
Contributor

At the moment we fetch all badges on each individual page visit and request. This is wasteful, since badges are immutable and have a clear ttl (time to live).

In order to reduce the load and cost tremendously, some form of frontend caching and cache invalidation on the backend need to be implemented asap.

@yeehaa123 yeehaa123 added the enhancement New feature or request label Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants