• Resolved xeranon

    (@xeranon)


    Since a few weeks, I’ve realized that there is a problem with Complianz and Litespeed. To summarize it quickly:

    When someome visits the first time and also gets the Complianz Cookie Banner, the page is coming smoothly from Litespeed:

    <!-- Page optimized by LiteSpeed Cache @2023-07-11 17:19:14 -->
    
    <!-- Page cached by LiteSpeed Cache 5.5 on 2023-07-11 17:19:14 -->
    <!-- QUIC.cloud CCSS loaded ? /ccss/b32f94f0b774f9316f6d37b872ea44b9.css -->
    <!-- QUIC.cloud UCSS loaded ? -->

    After interaction (both accepting or declining), the user will only get uncached pages. Just reloading the very same pages i.e.:

    <!-- Page uncached by LiteSpeed Cache 5.5 on 2023-07-11 17:23:26 -->

    Any pointers how this could be fixed?
    Cheers!

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

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 xeranon

    (@xeranon)

    Of course, here you go:
    Report number: PKXOYIFX

    Plugin Support qtwrk

    (@qtwrk)

    please try add

    add_filter( 'litespeed_const_DONOTCACHEPAGE', '__return_false' );

    to your theme’s functions.php , see if it helps.

    Thread Starter xeranon

    (@xeranon)

    Hi there

    I added it and cleared the cache but it did no change anything. Based on the replies in another thread, I removed the cookies from excludes here:

    cmplz_banner-status
    cmplz_consented_services
    cmplz_functional
    cmplz_marketing
    cmplz_policy_id
    cmplz_preferences
    cmplz_statistics

    I did not add anything to the .htaccess and it appears to be working now.

    However, it appears that the HTML minify doesn’t work?
    New Report number: NOBTIPBS

    Plugin Support qtwrk

    (@qtwrk)

    https://www.orlandoparks.de/ and https://www.orlandoparks.de/?LSCWP_CTRL=before_optm

    from what I see , the source code line has been reduced from 2300 lines to 1500 lines

    Thread Starter xeranon

    (@xeranon)

    After completely clearing the cache (nuclear option), it appears to be working again. Thanks for your support!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Uncached pages served after interaction with Complianz’ is closed to new replies.