UPDATE: The SAve Changes Button showed up when I used the database cleaner. But I’m still getting the “Page cache is not detected and the server response time is slow” error.
Plugin Support
qtwrk
(@qtwrk)
please provide the report number
you can get it in toolbox -> report -> click “send to LiteSpeed”
Hello,
Here’s the report number: YRHDNIMZ
Plugin Support
qtwrk
(@qtwrk)
it looks like you have something set it to no-cache
add_filter( 'litespeed_const_DONOTCACHEPAGE', '__return_false' );
please try add this to theme’s functions.php
Still giving me the same warning after the adding the code.
Plugin Support
qtwrk
(@qtwrk)
please go to LiteSpeed Cache -> Toolbox -> Debug setting
set debug log to ON
set debug level to advanced
add test into debug include URI
then go to Toolbox -> log view -> clean up any existing log
now open your page as https://yourdomain.com/?test
then go to back to log view , share the log via https://pastebin.ubuntu.com/
Plugin Support
qtwrk
(@qtwrk)
eh , no , sorry , i forgot to say
your log shows you were visiting it as admin user, please go with guest user , as not login user
Plugin Support
qtwrk
(@qtwrk)
X Cache_control -> no Cache ( wp polls ) => LiteSpeed\Control::set_nocache(( wp polls ))
wp poll instructed our plugin via API to no-cache , since it doesn’t cache page, that’s why it says no page cache detected.
So you’re saying I should deactivate the wp polls plugin?
Plugin Support
qtwrk
(@qtwrk)
well , that’s one way to go , you could also check with wp polls author , see if they handle it better instead of just no-cache it at all.