Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support qtwrk

    (@qtwrk)

    please provide the report number

    you can get it in toolbox -> report -> click “send to LiteSpeed”

    Thread Starter gopa4

    (@gopa4)

    Report number:?GGLSCUUB

    Looking forward to hearing from you! Thanks in advance!

    Plugin Support qtwrk

    (@qtwrk)

    please try this

    go to toolbox -> debug setting , debug to ON , debug level to advanced , debug include URI, add test

    go to toolbox -> log view , clean up any existing log

    try to reproduce the no-cache case with query test, like https://domain.com/?test

    once you got the no-cache , go to log view again , share me the log via https://pastebin.ubuntu.com/

    Thread Starter gopa4

    (@gopa4)

    I have found the problem. When a visitor click on “I accept cookies” of my Avada theme privacy bar, then this “Privacy_embeds” cookie is set in the browser https://app.screenclip.com/eoCE

    [{"domain":"www.mywebsite.nl","expirationDate":1719572453,"hostOnly":true,"httpOnly":false,"name":"privacy_embeds","path":"/","sameSite":"unspecified","secure":false,"session":false,"storeId":"0","value":"consent"}]

    At that moment the website serves only non cached pages https://app.screenclip.com/rEMj.

    This cookie was already excluded in Cache > Exclude https://app.screenclip.com/LyC2

    If I delete this cookie, the website servers the cached pages.

    How can I solve it?

    Many thanks in advance!

    Plugin Support qtwrk

    (@qtwrk)

    you added that cookie in Do not cache cookie

    by that saying ,when such cookie presents, the page will not be cached.

    remove the cookie from that list , add this at top of your htaccess

    <IfModule LiteSpeed>
    RewriteEngine On
    RewriteRule .* - [E=Cache-Vary:privacy_embeds]
    </IfModule> 
    • This reply was modified 9 months, 1 week ago by qtwrk.
    Thread Starter gopa4

    (@gopa4)

    IT WORKS!!! SOLVED!! THANK YOU!!!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘?The same page Well cache > No cache > Well cache’ is closed to new replies.