Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Vladimir Trandev

    (@vtrandev)

    Hello @ldallara,

    It seems that you have a plugin that creates sessions for your pages:

    set-cookie: PHPSESSID=33bda28c02b31f410cb20da3fed453c3; path=/

    so the following header is also set:

    cache-control: no-store, no-cache, must-revalidate

    There is not much our developers can do in such cases. Sessions should never be cached and I would recommend you to discuss the matter further with your local website developer.

    Regards,
    Vladimir

    Thread Starter Louis Dallara

    (@ldallara)

    Vladimir Thanks for looking.

    I will remove this plugin called GDPR Cookie Consent was successfully deleted
    and test it.
    The plug is required by EU Law.

    Lou

    Thread Starter Louis Dallara

    (@ldallara)

    @vtrandev Hello

    I can’t find any of the code you found.

    Plugin Support Dimitar Petrov

    (@demiro)

    The provided data contains the headers of the page. You can obtain those headers from the browser’s network tab by reviewing the initial request’s response headers. We recommend checking the case further with the assistance of a developer as this investigation is out of our scope.

    Best Regards,
    Dimitar Petrov

    Thread Starter Louis Dallara

    (@ldallara)

    I am a developer and have already done what you have suggested.
    I have disabled the plugin as it doesn’t add any speed to the site.
    Furthermore, I will look at the CDN next

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Caching’ is closed to new replies.