Cache Size Not Accurate
-
I have noticed recently that the cache size keeps increasing even after cache files have been deleted, and checking the size on the server returns a different value. I know the cache size is only calculated at intervals, but it is consistently building in size and never accurate.
Screenshot shows the dashboard widget size.
https://gcdnb.pbrd.co/images/478GAzPHHxnc.png
But the server reports:
[_removed_@_removed_ ~]$ du -sh apps/_removed_/current/public/wp-content/cache/cache-enabler/ 392K apps/_removed_/current/public/wp-content/cache/cache-enabler/
We are using advanced caching (.htaccess) and have a cron to delete cache files older than 1 hour:
*/10 * * * * find $HOME/apps/_removed_/current/public/wp-content/cache/cache-enabler/ -type f -mmin +60 -exec rm {} \;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cache Size Not Accurate’ is closed to new replies.