-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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.
Reactions are currently unavailable