Cache Monitor

Track odds caching performance and cost savings

Cache Management
Maintenance actions for cache optimization
Clear Expired Entries
Remove cache entries that have exceeded their 1-hour TTL
Cache Information
How Caching Saves Costs
Before Caching:
  • Every page load = 1 API call per league
  • Average: 10 page loads/hour × 10 leagues = 100 calls/hour
  • Monthly: ~3,000 API calls (typical traffic)
After Caching (1-hour TTL):
  • First page load in each hour = 1 API call per league
  • Subsequent loads in same hour = 0 API calls (cached)
  • Monthly: ~125 API calls (96% reduction)
Result:
96% reduction in API costs while maintaining fresh data (1-hour refresh)