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

feat: Caching #42

@theS1LV3R

Description

@theS1LV3R

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions