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

    (@owaisalam)

    First off, I apologize for the inconvenience you’re experiencing. Could you please confirm how you verified that the “Never Cache URL” option was ignored?

    Here’s how you can verify:

    1. Open the Network Tab in your browser’s console. Check the headers of the specific URL you want to exclude. The Response Header should include cache-control: no-cache.
    2. Ensure that the URL you excluded in the “Never Cache URL” option is added in the breeze-config.php file located in the wp-content/breeze-config/ folder.
    Thread Starter dczero

    (@dczero)

    @owaisalam Thank You for the response.

    1. For Response Header, it is fetching from the Cache and has the following parameters.

    cache-control:
    max-age=0, s-maxage=2592000
    cache-provider:
    CLOUDWAYS-CACHE-DE

    I do see Request Header set to no-cache however it seems to be getting ignored.

    2. In the breeze-config.php file, it is indeed missing.

    When I checked for the version 2.1.18, it does have no-cache for the response header and URL is there within breeze-config.php file as you described.

    In my understanding issue might be due to the new validations and URL not being able to pass those validations.

    Plugin Author owaisalam

    (@owaisalam)

    The issue has been fixed in version 2.2.0. Please update to the latest version of Breeze.

    Thread Starter dczero

    (@dczero)

    Thank You. I tested it and it seems to be working as expected now.

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

The topic ‘Never Cache URL(s) Parameter Getting Ignored’ is closed to new replies.