Mobile Number Tracker
Trace Mobile Number Earn Money Online
© TechWelkin.com

Know if W3 Total Cache is Working

Learn how to know if W3 Total Cache is functioning as it should.
Samyak Lalit | July 25, 2014 (Last update: January 28, 2021)

Samyak Lalit is an Indian author and disability rights activist. He is the principal author and founder of projects like TechWelkin, WeCapable, Viklangta, Kavita Kosh among many others.

Caching is a mechanism used by webmasters to enhance performance of websites. Caching essentially means storing something locally so that it can be served quickly. It’s like keep important things in buffer and serve them as soon as you get the request. Performance in terms of speed of WordPress and other web applications can be significantly improved if a caching solution is properly deployed. For WordPress, most of the webmasters use either W3 Total Cache or WP Super Cache plugins to add a minimal cache mechanism to their websites. I use W3 Total Cache on TechWelkin.

Many times WordPress bloggers feel confused and want to know if W3 Total Cache is working or not. They keep on fiddling with W3 Total Cache settings but don’t find a way to gauge if the plugin is working. Here I will tell you how to detect whether this plugin is functioning as desired. But before that I would like to say that newbie bloggers should not worry much about such things as caching. The main focus should be on good content, consistency, SEO and promotion of your blog. Caching is important but mostly when your blog is receiving fairly large traffic. Your focus should first be on having that kind of traffic.

Learn how to know if W3 Total Cache is functioning as it should.

Learn how to know if W3 Total Cache is functioning as it should.

W3 Total Cache provides page cache, minification, database cache, object cache, browser cache and CDN. You can enable or disable any or all of these facilities. The plugin comes with a debug feature as well. This debug feature does tell you how your plugin is working.

  • Log into admin panel of your WP site.
  • Go to Performance > General Settings in the sidebar
  • Scroll down to the Debug section and check the boxes for caches that you wish to investigate.
  • Now go to any of your website’s page and take right click on it. Select View Source to open source code of that page.
  • Scroll down the source code. At the bottom of the code, you will see the commented text embedded by W3 Total Cache plugin. This text will give you information on how various caches are configured. If you see this text, your cache is working fine. Text would may look something like:
<!-- W3 Total Cache: Minify debug info:
Engine:             disk
Theme:              19c10
Template:           single

Replaced CSS files:
1. 
...
...
...

Replaced JavaScript files:
1. https://techwelkin.com/wp-includes/js/jquery/jquery.js?ver=1.11.0
...
...
...
-->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          dk51sxzfr2dl
Caching:            enabled
Creation Time:      2.293s
-->

NOTE: If you have configured W3 Total Cache so as not to deliver cached pages to the logged in users, and you’re logged in —then you’ll see that cache is disabled. You should log out and then reload your webpage. Now you should see that cache is enabled.

© TechWelkin.com

5 responses to “Know if W3 Total Cache is Working”

  1. balu says:

    Nice artical i read these and i implement my website my word press website running high speed

  2. Erik says:

    I keep looking for info on what to check if the comments do NOT appear despite W3TC being enabled and nothing in the error_log indicating why. Without this, I cannot tell whether it’s working at all, though it feels like it is.

  3. kimhak says:

    Hi, guys, i have some problem with w3 total cache.

    After I deactivated w3 total cache and install wp rocket in stead my website seem very slow to load server.
    so you guys have met this problem?

  4. Ajay says:

    How i will remove this from my footer . I have been tried all resources like Totacach.php file setting etc… but still this is available there, So tell me that how i will remove this…

Leave a Reply

Your email address will not be published. Required fields are marked *