• Resolved myilraj05

    (@myilraj05)


    I have installed W3TC for my blog running in WordPress. After the installation, I don’t see any significant improvement and hence decided to debug. I have observed that the Caching is not working efficiently.
    Attaching the image for your reference [https://pasteboard.co/GGRLkU0Q3L1O.jpg].
    It is a Shared Server with 3GB dedicated RAM for this blog.
    Installed REDIS Cache.
    Page Cache: Disk Enhanced
    Database Cache: Redis
    Object Cache: Redis
    Browser Cache: Enabled

    Request your help to improve caching function of the blog.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @myilraj05

    Thank you for reaching out and I am happy to assist you with this.
    I’ve tested and inspected your website and as I can see the score and the user experience is fantastic.
    The pages are cached and as Ic can see it works as expected as I can see in the debug log you shared.
    It would be great if you could clarify what do you mean when you say that the caching is not working as desired?
    Please share more details so I can assist you with this more.

    Thanks!

    Thread Starter myilraj05

    (@myilraj05)

    Hello Marko,
    Thank you for your response. As per the Debug Log,
    1. PAGE CACHE (Disk Enhanced) – Shall I continue or move to Redis as it is a shared server.
    2. DATABASE CACHE – Only 7 queries are cached out of 169 which is merely 4% only.
    3. OBJECT CACHE – Only 11 queries are cached out of 453 which is merely 4% only.

    How can I reach 90%+ efficient caching so that I can pass CORE WEB VITALS?

    Regards,
    Myilraj G

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @myilraj05

    Thank you for the information.
    You can keep using Disk: Enhanced, no problem
    As you can see in the screenshot, the core web vitals are perfect.
    The Lab Data is showing this and this is reflecting your overall score of 99
    As for the OC and DB Cache, Some queries may not be cached if it detects a login, and Don’t cache queries for logged in users is checked. There are a bunch of patterns the can match and reject items. SO the Object Caching and DB Caching are working as expected

    <!--
    Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/
    
    Object Caching 127/262 objects using redis
    Page Caching using disk: enhanced 
    Database Caching 21/55 queries in 0.016 seconds using redis
    
    Served from: www.onlinehomeincome.in @ 2021-10-06 15:26:21 by W3 Total Cache
    -->

    Once again, your Google Page speed score is 99, and this is reflected with the Core web vitals.
    Your website is optimized perfectly!
    Thanks!

    Thread Starter myilraj05

    (@myilraj05)

    Hi,
    Thank you so much again. Though the score is high, did you observed the room for improvement?
    The server response time is still high. It should go down when cache is being served?
    But why it does not happening?

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @myilraj05

    The TTFB is 123.21 ms which is fantastic.
    Your website performance is perfect. The initial server response time may vary if the cache is purged and the fresh cached content is fetched.
    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Caching is not working as desired’ is closed to new replies.