• I’ve been trying to get wp super cache to work for a couple of days now on and off. I’ve followed all instructions, been through the trouble shooting and it still doesn’t appear to work.

    On full mode, the admin screen shows it’s generating cached pages as follows:

    Cache Contents

    WP-Cache (21.73KB)

    * 2 Cached Pages
    * 0 Expired Pages

    WP-Super-Cache (0KB)

    * 0 Cached Pages
    * 0 Expired Pages

    However, when I load the “cached” page, it doesn’t have the html comments in page code confirming it was cached.

    Files are being created in ../wp-content/cache but as stated – don’t appear to be served and there’s no “supercache” action happening at all!

    Also noted, with super cache (or cache) enabled, my sites RSS feed invalidates. As soon as it’s off it’s fixed. Noticed a few other posts on this – but no solution.

    Help appreciated. The site is at https://www.degnanonline.net/wp2

    https://www.ads-software.com/extend/plugins/wp-super-cache/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m not getting any pages caching at all either. everything checked out just fine during the installation, but now nothing. I checked to just make sure it’s not a reporting issue, but I’m not getting any cache files in the cache folder.

    .htaccess files are properly modified. Not sure what’s up.

    Alright, I fixed my issue, but I wasn’t having RSS problems. Basically I had the code entered int he wp-config file incorrectly.

    I wasn’t sure to have

    define( 'WP_CACHE', true );

    at the top, or at least before the

    require_once(ABSPATH.'wp-settings.php');

    For further troubleshooting tips go to this: https://www.ads-software.com/extend/plugins/wp-super-cache/faq/

    cldnails, what did you do with the .taccess file?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Super Cache] not caching AND rss invalid’ is closed to new replies.