• Resolved admiraljuicy

    (@admiraljuicy)


    Hello,

    The “save changes” button is missing from my Cache options tab. What could be the cause of this?

    I don’t know if this is relevant or not but WordPress is not detecting the page cache and giving me an error on the site health screen.

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

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter admiraljuicy

    (@admiraljuicy)

    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”

    Thread Starter admiraljuicy

    (@admiraljuicy)

    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

    Thread Starter admiraljuicy

    (@admiraljuicy)

    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/

    Thread Starter admiraljuicy

    (@admiraljuicy)

    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

    Thread Starter admiraljuicy

    (@admiraljuicy)

    No problem,

    Here’s the updated log: https://pastebin.ubuntu.com/p/fZ7s8zm6W8/

    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.

    Thread Starter admiraljuicy

    (@admiraljuicy)

    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.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘“Save Changes” Button Missing in Cache Options Tab and Page Cache not detected’ is closed to new replies.