• Resolved Matt Valuckis

    (@matt-valuckis)


    I seem to have errors with the plugin where as of late it just sticks on “Checking…” I have it on this page and the homepage. The plugin is up to date and nothing has changed in my settings. Can you help?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Paul Glover

    (@paulio21)

    Hiya

    Are you using a caching plugin

    Regards Paul

    Thread Starter Matt Valuckis

    (@matt-valuckis)

    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.

    Plugin Author Paul Glover

    (@paulio21)

    Hiya,

    Just re-checked https://www.nitco.com/ and the plugin appears to be working.

    Regards Paul

    Thread Starter Matt Valuckis

    (@matt-valuckis)

    I’m currently using Firefox 144.0.2 on a Macbook running Sequoia 15.5 and the search is stuck on “Checking…” Please advise.

    Plugin Author Paul Glover

    (@paulio21)

    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.
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Plugin stuck on “Checking…”’ is closed to new replies.