django.cache.get_calls
Cache get operationsDimensions:None
Technical Annotations (10)
Configuration Parameters (3)
CACHES.OPTIONS.MAX_ENTRIESrecommended: 300HITCOUNT_CACHE_TIMEOUTrecommended: 1800HITCOUNT_PERSIST_SCHEDULErecommended: 10CLI Commands (1)
python manage.py persist_hitsremediationTechnical References (6)
FileBasedCachecomponenthirediscomponentHiredisParsercomponentdjango_rediscomponentDefaultClientcomponentmemcachecomponentRelated Insights (3)
Filesystem cache performance degrades with large file countwarning
▸
HiredisParser enables improved Redis pipelining and performanceinfo
▸
Hit data loss due to cache expiration before persistencewarning
▸