Disable cache
-
Hi all,
I did some custom PHP programming to generate random page H1 hero-title. The generator itself is working and using $GLOBALS to pass my title values to other custom WordPress parts. Using custom textlog I am able to see that it generates a new H1 every time someone access the page. I wipe my $GLOBALS after every use manually (just in case).The problem is, that if I want to see a new generated H1 on frontend (not only in server log), I need to do force-reload (Ctrl+F5). What’s more – everyone sees the same H1 from every computer in every network, until someone does Ctrl+F5, then it re-generates H1 correctly once for all. It also re-generates itself from time to time.
This seems like some shared server cache-related issue to me.
I have disabled WP_CACHE. I use Highlights theme (that’s Mesmerize actually) with Mesmerize Companion. No other plugin is installed. Wiping “theme cache” from WP menu has no effect. WordPress 5.5.3.
Any advice on how to solve this issue?
- The topic ‘Disable cache’ is closed to new replies.