• When purging the Varnish cache, the success message displays only for a second. Then the innerText() disappears.

    Here’s the relevant page source:

    <div id="purging-cache-notification" class="notice is-dismissible breeze-notice notice-success"><p></p><button type="button" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></button></div>

    Note the empty paragraph element.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author owaisalam

    (@owaisalam)

    Could you please confirm that once the Varnish purge is successful, the Age value in Varnish resets or is reduced?

    Thread Starter Chris J. Zähller

    (@seezee)

    Where do I find that information?

    Plugin Author owaisalam

    (@owaisalam)

    You can find this in your browser’s Developer Tools. Open the Network tab, select a request, go to Headers, and check the Age header

    Thread Starter Chris J. Zähller

    (@seezee)

    Which item am I looking for? I assume you mean one of the XHR requests; there are three:

    • /admin-ajax.php?action=breeze_load_options_tab&request_tab=varnish&is-network=false
    • /admin-ajax.php?action=breeze_file_permission_check&is-network=false&security=0e06fd2aae
    • /admin-ajax.php

    There are no “age” headers, but I do get this (/admin-ajax):

    date: Tue, 27 Jan 2026 16:49:14 GMT | expires: Wed, 11 Jan 1984 05:00:00 GMT

    Plugin Author owaisalam

    (@owaisalam)

    Please go through the attached screenshot to get a better idea of where this is displayed and how you can check it.

    https://phpstack-458710-2069236.cloudwaysapps.com/org-rep/age-limit.png

    Let us know if you need any further clarification.

    Thread Starter Chris J. Zähller

    (@seezee)

    The response header does not include an age header. It only shows date and expires. Looking at the headers for options-general.php?page=breeze.

    Plugin Author owaisalam

    (@owaisalam)

    Could you please confirm if Varnish is enabled on your Cloudways server? This will help us better understand and troubleshoot the issue.

    Thread Starter Chris J. Zähller

    (@seezee)

    The error has gone away. Closing the issue.

Viewing 8 replies - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.