WP Fastest Cache Settings
WP fastest cache is a one of the best cache plugin available in both free and premium versions.After Installing this plugin, simply activate and select WP fastest cache option to configure it properly.Unlike W3 total cache plugin, this plugin has very simple options, where you can easily understand while setting up the plugin. Image Optimization, Mobile Cache,Minify HTML Plus,Combine JavaScript Plus,Minify JS, delete cache logs and cache statics are added in only premium version of WP fastest cache plugin.
WP fastest cache best settings to speed up your WordPress site:
Settings
Enable : Cache System.
Disable : Logged-in Users Don't show the cached version for logged-in users.
Disable: Mobile. Don't show the cached version for desktop to mobile devices.
Enable : Mobile Theme, create cache for mobile theme. (premium version required)
Enable : New Post, clear all cache files when a post or page is published.
Enable : Minify HTML. You can decrease the size of page
Enable :Minify HTML Plus.More powerful minify html.(premium version required)
Enable :Minify Css.You can decrease the size of css files.
Enable :Minify Css Plus.More powerful minify css.(premium version required)
Enable :Combine Css. Reduce HTTP requests through combined css files.
Enable :Minify Js. You can decrease the size of js files.(premium version required)
Enable :Combine Js.Reduce HTTP requests through combined js files (header).
Enable :Combine Js Plus.Reduce HTTP requests through combined js files (footer).(premium version required)
Enable :Gzip.Reduce the size of files sent from your server.
Enable :Browser Caching.Reduce page load times for repeat visitors. (if you get attention after selecting this option,remove the mod_expires.c code from htaccess file.The same explained in below)
If your server does not support mod_expires.c, this option can cause the Internel Server Error (500). If you see such error please do the steps below.
Open .htaccess (use cpanel to edit this file) and remove the following rule.
ExpiresActive On
ExpiresDefault A0
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpg A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/ico A2592000
ExpiresByType text/css A2592000
ExpiresByType text/javascript A2592000
Delete cache
You can delect all cache files at once by clicking on delete cache button.
Click on delete cache and minified CSS/JS button,If you modify any CSS file, you have to delete minified css files.All cache files will be removed as well.
All cached files are deleted at the determinated time.Select frequency and time to rebuild cache.If you update your blog regularly, then select 1 day frequency.
Image Optimization:
WP fastest cache plugin supports image optimization (premium version required ), where you can reduce the image size dramatically.Less image size loads faster in Mobile devices too.
Exclude Pages
If you don’t want some pages to be cached, you can use Exclude Page feature.There are 3 ways to use this feature. Start with, Contain and Exact.If you don't know what you are doing, simply leave it.
CDN settings :
You can integrate CDN with Key CDN, Amazon cloud front CDN and Max CDN.After clicking on any of these 3 premium CDN providers, you will get login page, where there are options to enter your CDN URL.
Note:If you didn't have any of the CDN account, simply leave this option.