Notifications
Clear all

[Closed] WP Super Cache

8 Posts
3 Users
0 Reactions
1,264 Views
Posts: 8
Topic starter
(@solarian)
Active Member
Joined: 3 years ago

Hi,

I seem to be running into some difficulties with WP Super Cache, and I wonder if others have seen something similar or if it's some misconfiguration at my end (quite possible). The issue is that all forum pages are stale for non logged-in users, and the stale cache files aren't being deleted.

Topic Tags
7 Replies
Tutrix
Posts: 1357
(@tutrix)
Noble Member
Joined: 4 years ago

@solarian

exclude your forum from WP Super Cache

read this post > wpForo and Cache Plugins

Posts: 8
Topic starter
(@solarian)
Active Member
Joined: 3 years ago

Yes, I've done that... but I think it might be a good idea to mention that somewhere in the documentation. For instance, there's another forum topic here from a few years ago where wpForo admins claim it works fine with WPSC.

dimalifragis
Posts: 2615
(@dimalifragis)
Famed Member
Joined: 4 years ago

While caching plugins and wpForo are a no-go, i doubt session issues come from that.

Posts: 8
Topic starter
(@solarian)
Active Member
Joined: 3 years ago

It wasn't causing session issues that I noticed. I'm really just saying that, following on from what Tutrix said, I think others could easily make the same mistake in thinking wpForo works with third-party caching software, so I'd suggest the FAQ post could helpfully be added to the documentation.

2 Replies
dimalifragis
(@dimalifragis)
Joined: 4 years ago

Famed Member
Posts: 2615
Posted by: @solarian

It wasn't causing session issues that I noticed. I'm really just saying that, following on from what Tutrix said, I think others could easily make the same mistake in thinking wpForo works with third-party caching software, so I'd suggest the FAQ post could helpfully be added to the documentation.

Yes, i probably got that all wrong in your case. It is true that a huge ammount of issues i read here is due to caching plugins that can cause all kind of issues, like display old content, conflicts and session problems.

I don't know if wpForo could somehow detect caching and give a warning or something.

 

(@solarian)
Joined: 3 years ago

Active Member
Posts: 8
Posted by: @dimalifragis

Yes, i probably got that all wrong in your case. It is true that a huge ammount of issues i read here is due to caching plugins that can cause all kind of issues, like display old content, conflicts and session problems.

I don't know if wpForo could somehow detect caching and give a warning or something.

 

It seems it's possible to define a contstant DONOTCACHEPAGE to prevent WPSC and some other caches from caching the page, as used in Wordfence:

if(! defined('DONOTCACHEPAGE')){ define('DONOTCACHEPAGE', true); }

For reference, the old wpForo forum post that had me confused is here.

I think it might be worth flagging this up as a feature request. It seems like it could be pretty easy to implement, unless I'm missing something.

Page 1 / 2