• Resolved vdberto

    (@vdberto)


    We don’t have regular-users logged in, but the admins when logged in, they don’t see any cache on the website. Everything returns like this:

    X-Litespeed-Cache-Control: no-cache

    And it’s very very slow. Can you guys, please, help us?

    Report number: WAHEVENK

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

    (@qtwrk)

    please check in Cache -> Cache -> Cache login user , set it to ON

    Thread Starter vdberto

    (@vdberto)

    it’s on! still the same. I just sent a new report: GFJLNQWW

    Plugin Support qtwrk

    (@qtwrk)

    you have some excluded URI , please make sure you were not visiting at those pages

    Thread Starter vdberto

    (@vdberto)

    not visiting any

    Plugin Support qtwrk

    (@qtwrk)

    then please enable debug log , the log should say why it doesn’t cache.

    Thread Starter vdberto

    (@vdberto)

    returns:

    [Ctrl] ? forced no cache [reason] DONOTCACHEPAGE const

    Plugin Support qtwrk

    (@qtwrk)

    yeah , that’s the case, something tells the plugin don’t cache the page and plugin obeyed it

    add_filter( 'litespeed_const_DONOTCACHEPAGE', '__return_false' );

    you can add this to your theme’s functions.php to override this obedience

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Logged users not seeing any cache’ is closed to new replies.