Viewing 7 replies - 1 through 7 (of 7 total)
  • That truly depends. It might be helpful if you can’t page cache certain pages like a /cart/ page? But using the database caching might help reduce the load time since it will cache queries.

    It truly depends you will need to test if error arise then make sure it doesnt cache the page.

    Thread Starter 2bearstudio

    (@2bearstudio)

    Thank you @destac. I think I just duplicate the settings on both side to make sure it doesn’t interfere with WooCommerce.

    Ashok

    (@bappidgreat)

    Hello 2bearstudio

    There might be some virtual pages that could not be cached by page cache, in that case, you can use database cache to increase the site speed.

    Have a good day!

    Cheers
    Ash

    Thread Starter 2bearstudio

    (@2bearstudio)

    Thank you @ashok Kumar Nath. Let’s use a real example.

    Say if I don’t want to cache checkout page & cart page, beside excluding these pages in page cache, should I exclude these page in database cache as well?

    Ashok

    (@bappidgreat)

    Hello 2bearstudio

    Yes, you need to exclude these pages in database cache as well.

    Otherwise, try adding _wc_session_ to Database Cache > Advanced > Ignored query stems option box and check if it works ??

    Have a good day!

    Cheers
    Ash

    Thread Starter 2bearstudio

    (@2bearstudio)

    Thank you @ashok Kumar Nath.

    You actually brought up another interesting subject.

    I saw some say replace “_wp_session_” with “_wc_session_” in “Ignored query stems”, some say just add “_wc_session_”.

    Which one is correct?

    Hello i am using this plugin its works good but i have to show different content for different countries but due to cache it won’t work when i try to put that page in no cache then my cpu performance goes to 99% even i am using the vps server can you please assist how this plugin can work with geo location or is it any way to create cache that depends on country basically i have only two countries not more

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘"Never cache the following pages" in Database Cache & Page Cache’ is closed to new replies.