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

Description
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.