Skip to content
This repository was archived by the owner on May 1, 2021. It is now read-only.

feat: Caching #42

Open
theS1LV3R opened this issue Jan 23, 2021 · 0 comments
Open

feat: Caching #42

theS1LV3R opened this issue Jan 23, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@theS1LV3R
Copy link
Member

theS1LV3R commented Jan 23, 2021

original issue on Linear

Requests should be cached to increase performance. Some stuff rarely changes, that stuff can be cached.

Examples of things that basically never changes:

  • User info
  • Team info
  • CTF info
  • Possibly challenge info too, but depends.

Should ideally be done using something like redis so every process shares the same cache.

@theS1LV3R theS1LV3R added the enhancement New feature or request label Jan 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant