Google recommends to load the JavaScripts after html, css and images. Continue reading
Category Archives: Tutorial
CDN Font Problem
Sometimes the fonts do not work after cdn integration because some browsers refuse to embed the fonts which come from a 3rd party URL because of security risk.

Clear Cache for Specific Page
We occasionally need to clear a page’s cache, but clearing the entire cache is not good for CPU. For this situation, there are two ways of clearing cache on specific posts/pages. Continue reading
Admin Bar is Not Displayed
If you cannot see the admin bar on the front-end after enable WP Fastest Cache, you should enable the Logged-in Users option.
Cache Url with QueryString
WP Fastest Cache does not create cache by default if a url contains query string. Continue reading
Clear Cache After Posting Comment
The cache of the page is cleared automatically after the comment is approved of.
Continue reading
Plugin does not work after HTTPS Redirection
Usually the wp users use the plugins to redirect the sites to HTTPS. Continue reading
Utf-8 Character Encoding Problem
HTML files are typically served as text/html. The character encoding (or ‘charset’) of this file is UTF-8. If the page is not served as utf-8, there occurs character encoding problem. Continue reading
htaccess Gzip doesn’t work
Sometimes the files are not compressed although the gzip option has already been enabled. Continue reading
Italy Cookies Choices Fix
You need to do the following steps to use Italy Cookies Choices properly.
Continue reading
Visual Composer Post Grid Problem
WPBakery Visual Composer Post Grid is compatible with WP Fastest Cache although it is not compatible with any other cache plugins. Continue reading
To Clear Cache After Update
How to Clear All The Cache After Update Post
Follow the link: http://www.wpfastestcache.com/tutorial/to-clear-cache-after-update/
How to Enable Gzip on Nginx
Gzip is enabled automatically via the settings page of WP Fastest Cache for Apache servers but Gzip cannot be enabled automatically in the Nginx servers so you have to enable it manually. Continue reading
How to Enable Gzip in Webuzo with Nginx
There is no .htaccess file in Nginx servers so WP Fastest Cache cannot set the gzip rules. Therefor, you must the gzip rules manually.
Continue reading
Redirection to /wp-content/cache/all/index.html Problem
If there is a 301 redirection rule in htaccess, apache may redirect the url to http://yourdomain.com/wp-content/cache/all/index.html. Continue reading
How to Show Clean Cache Button at the Toolbar to the Authors
Cache Timeout is not working
The Cache Timeout feature uses WordPress’ native function called wp_schedule_single_event().
Continue reading

Clear the Cache by Calling the Function Hook
You can clear the cache by calling the following functions. You can use them outside of the plugin.
Continue reading