• This is a really weird problem. I noticed that all my pages were coming back blank — no response being served whatsoever. I turned off W3 cache and everything was fine again. Reenabling the cache and clearing it gave me the same problem as before — the cached HTML files were there in the /cache directory, but they were almost all totally empty (A small handful rendered normally — this is from a completely clean cache, so they weren’t preexisting good copies). I restarted my web server and that seemed to resolve the problem for some pages but not all. Has anyone ever encountered anything like this?

    https://wordpress.org/plugins/w3-total-cache/

Viewing 1 replies (of 1 total)
  • Ashok

    (@bappidgreat)

    Hello jeremywarne

    What’s your memory limit? Can you try adding the following lines in your wp-config.php before “That’s all…..” message?

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    Replace 256M with the highest memory allocated by your hosting. Then reset cache, restart server and try again?

    Have a good day!

    Cheers
    Ash

Viewing 1 replies (of 1 total)
  • The topic ‘Enhanced disk cache files are empty’ is closed to new replies.