WP-Cache files
-
Hi Donncha,
Hope you are well.
I have a (hopefully) quick question: at what conditions are WP-Cache (not Supercache) files created, and is there any way to avoid it?
The reason I ask is that I’m using Preload mode. I have 75,402 cached pages in WP-Super-Cache right now. But in WP-Cache I have a few hundreds, and although most of them are ‘expired’, then are never purged – unless I go to the WPSC settings page and press “delete expired” under the “Content” tab.
This causes us a few problems: we purge category/tag pages (for example) whenever a post associated with that category or tag page is updated. But if the page is in WP-Cache, then the function that we run on save_post –
prune_super_cache ( get_supercache_dir() . '/' . $cat->slug . '/', true );
– has no effect, and it is not deleted.
Any suggestions?
Thank you,
Bira
- The topic ‘WP-Cache files’ is closed to new replies.