Hiya
Are you using a caching plugin
Regards Paul
I’m the web designer for the company. They have an IT side that handles all of that. This was from them. I don’t know if this helps.
====
Interesting … I’m used to busting client-side cache constantly, so that’s why It’s working for me:
Inspector –> Network –> Disable Cache
Something to do with client-side cache or something then.
You can let him know that I’m using the following rules bypassing cache, I just don’t see another URI in the mix hiding the cache ….
if (req.url ~ “/wp-admin” || req.url ~ “/wp-login.php” || req.url ~ “/wp-cron.php” || req.url ~ “/xmlrpc.php”) {
return (pass);
}
if (req.url ~ “/wp-admin/admin-ajax.php”) {
return (pass);
}
if (req.method == “POST”) {
return (pass);
}
I’m not caching ANY post requests server-side … I don’t see anything in WP that would either.
Hiya,
Just re-checked https://www.nitco.com/ and the plugin appears to be working.
Regards Paul
I’m currently using Firefox 144.0.2 on a Macbook running Sequoia 15.5 and the search is stuck on “Checking…” Please advise.
Hiya,
I have just tried your site and the plugin appears to be working ok. Have you tried your site on different devices etc.
Regards Paul
-
This reply was modified 6 months, 2 weeks ago by
Paul Glover.