thewca / statistics

12 stars 16 forks source link

Add caching for statistics #115

Closed campos20 closed 3 months ago

campos20 commented 3 months ago

This is a quick fix for the issue we are having in the statistics website. It is taking too long to load. Every request was running in the database. Now, we are caching the main list and also the statistics detail. We just won't cache the terms searched for now. Caching time is 6 hours because there can be a scenario where we cache in the middle of an updated. Results would be incorrect for the caching duration, so we make it kind of short.