+92-334-0707408 www.usama-bashir.blogspot.com

Monday 14 April 2014

The Perfect Guide to W3 Total Cache Settings

11:58

Share it Please

W3 Total Cache Primary settings :

First of all install W3 Total Cache plugin from plugin section and activate it.
Now after activation you need to deactivate the Preview mode. To deactivate it , just click on plugin and click on Disable button to disable preview mode.
disable preview in w3 total cache
Now we will do the rest of the process step wise.

General Settings:

Enable Page Cache, use “Disk : Enhanced”. If it’s showing up in your options then you can also select Opcode : Alternative PHP cache.
enable page cache in wordpress

Enable Minify, set it to “manual”. If you set it to “Auto” then it show error message. So use Manual only. Use “Disk”. If it’s showing up then you can also select Opcode : Alternative PHP cache.
enable minify mode
Enable Database Caching, use : “Disk”. If your wp-config is not writable due to some security plugin then set it to writable for optimal working of Database Cache.
enable database cache in wordpressEnable Object Caching, Use : “Disk”. This option is very useful for sites which have heavy traffic.
enable object cache
Enable Browser Cache, It helps in leveraging browser caching.
enable browser cache
Enable Verify rewrite rules, and if you have a Google Page speed API, then it’s your choice to enable Dashboard Widget.
Optionally you can enable “Optimize disk enhanced page and minify disk caching for NFS“.It helps on some shared hosting setups.

Advanced settings:

  • W3 Total Cache settings For Page Cache:
  • Enable Cache front page.
  • Enable Cache feeds: site, categories, tags, comments.
  • Enable Cache SSL (https) requests.
  • Enable Cache requests only for www.yoursitename.com host name.
  • Enable Don’t cache pages for logged in users.
  • For Cache Preload
  • Enable Automatically prime the page cache. Set update interval as 907 seconds or something close. Select number of pages 15 (increase or decrease depending on hosting).
  • Enter your sitemap URL. And enable Prime post cache on publish.
For Advanced
  • Set Maximum lifetime of cache objects: 180060 seconds.
  • Set Garbage collection interval: 3600 seconds.
  • W3 Total cache settings for Browser cache
  • Enable set Last-Modified header, set expires header, set cache control header, set W3 Total Cache header and enable HTTP (gzip) compression.
  • Set all the cache control policies to : Cache with Max-age.
For CSS & JS
  • Set expires header lifetime : 31536000 seconds (over 1 year).
  • Enable set Last-Modified header, set expires header, set cache control header, set W3 Total Cache header and enable HTTP (gzip) compression.
For HTML & XML
  • Set expires header lifetime : 7200 seconds.
  • Enable set Last-Modified header, set expires header, set cache control header, set W3 Total Cache header and enable HTTP (gzip) compression.
For Media and other files
  • Set expires header lifetime : 31536000 seconds.
  • Enable set Last-Modified header, set expires header, set cache control header, set W3 Total Cache header and enable HTTP (gzip) compression.

W3 Total Cache settings for Minify :

  • Enable rewrite URL structure and disable minify for logged in users. Set error notification to Admin notification.
For HTML & XML
  • Tick on enable, inline CSS minification, inline JS minification and line break removal.
For CSS
  • Tick enable, preserved comment removal and line break removal. Now go to your website in some other browser and right-click and view source. Find the CSS files, and add their urls one by one in the CSS minification box. Do this to see whether something breaks the layout on minification or not.
For Advanced
  • Update external files every : 216000 seconds and same for garbage collection.
For JS
  • This is the most difficult part of setting up W3 total cache settings. It requires some trial and error. Do it if the above steps were not enough.
  • Tick on enable, preserved comment removal and line break removal. Now got to the source of your site as before and find only those js files which are hosted on your website. Now add their urls one by one and check every time whether something is breaking your site or not.

NOTE :

Customscript.js and the themes js files like themename.js should not be minified as mostly they are the ones which cause errors.

W3 Total Cache settings for User agent groups

  • Just enable it and don’t change anything.

NOTE :

If any setting is not there in this guide then leave it to the default value.
Checking the cache
Open any other browser and clear its cache and then open your homepage URL. Now right click and click on “View Page Source” and at the bottom, it should look like the screenshot below
page source code to check page cache

0 comments:

Post a Comment