Thread Starter
edam
(@edam)
Sorry – my mistake…
I didn’t realise there was a “don’t cache pages for logged in users” option! I thought WP-Super-Cache did this anyway! (Is it a new option!?)
Thanks anyway!
POSSIBLE SOLUTION:
I had *exactly* this problem and eventually found it to be that the browser I was using had cookies that were preventing wp-super-cache from serving up static files. Try deleting all cookies for the site and see if that fixes it. It definitely did for me.
To test wp-super-cache, I had thought I was using a browser (Chrome, actually) that I hadn’t browsed my site with before. Now that I think about it, I’m not so sure. I had obviously done something anyway, because I had some cookies.
What I find strange is that wp-super-cache actually creates the empty directories in the supercache directory, but then doesn’t actually save the cached pages in there! Is this correct? maybe it’s because it would be saving a page for a user that was (potentially) logged in, which is obviously not a page you then want to serve-up to all and sundry.