Hello @w-sky
Thank you for reaching out and I am happy to help!
The page is cached once visited, so depending on your settings, the cache may take up a lot of space. This depends on how big is the website and the configuration. Purging the cache does not delete the files. It creates the _old files (stale cache) in order to serve the cache to the users before the newly cached files are created. The option in Performance>Page Cache>Advanced>Garbage Collection interval is responsible to delete the _old files depending on the interval set.
Now I metnioned that the it depends on the settings, so if you have cache preload set, the cache expiery set for a long time and possibly GCI is set to higher value, the cache folder may increase over time.
The GCI, depends on a Cron and if the wp-cron is disabled there is nothing to call for the action.
Regarding the Object Caching, this also depends on the website, and generally it’s not recommended to use Disk caching solution for Object Caching or Database Caching.
For the bi website, it’s recommended to use a memory-based caching solution like Redis or Memcached.
Please manually delete the cache folder and check the settings and the things I’ve mentioned.
@daveslc Can you please clarify on how the Emtpy Cache command does not work? I’ve tested this and I can always clear the cache so can you please share the website URL, and also, pelase share the links to those reports on Reddit as I was not able to find them.
Thanks!