Skip to content

Cache ranking (performance) #75

@CarlosCanet

Description

@CarlosCanet

Implement caching mechanism for daily ranking calculation to optimize performance. This was originally part of issue #34.

The current implementation calculates the ranking on every request. We should implement a caching strategy (e.g., using unstable_cache or a similar mechanism) to reduce database load and improve response times, especially after the reveal time when traffic might spike.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions