If you analyze your site via Google Page Speed Insights, you may get a warning about google fonts under Eliminate render-blocking JavaScript and CSS in above-the-fold content. Continue reading
Category Archives: Premium
Widget Cache – Reduce the Number of SQL Queries
The Widget Cache feature is available in the premium version. You can reduce the number of sql queries with this feature. Continue reading
Database Cleanup – Speed Up Databases
You can speed up your db with The Database Cleanup feature. Continue reading
Lazy Load – Reduce HTTP Requests and Page Load Time
Lazy Load is a smart technique which reduces the page load time. Continue reading
Optimize CSS Delivery
Render Blocking Js – Exclude Js
If you wanna exclude some js sources, first of all you need to be sure that the js source is not affected by any other js sources. Secondly, you need to add data-wpfc-render="false" attribute as below.
1 |
<script data-wpfc-render="false" src="http://www.wpfastestcache.com/jquery.js"></script> |
Render Blocking Js
Minify Js
Compacting JS code can save many bytes of data and speed up downloading, parsing, and execution time.
How to Download Premium Version
1. First of all you need to click to buy button and pay.
Continue reading
Cache Statistics
You can monitor the cache statistics easily on the panel. There are four statics which are cache, mobile, js and css.
Continue reading
Remove Comments
The feature removes the comment tags which exist between <head></head>.
Continue reading
Combine JS Plus
The feature minifies the combined js files which are in footer.
Continue reading
Minify Html Plus
The feature minifies the html source more.
Continue reading
Delete Cache Logs
The feature shows the logs of “Delete Cache”.
Continue reading
Mobile Cache
This feature creates the cache for mobile devices. This is a premium feature. It does not exist in the free version. Continue reading
Image Optimization
The image optimization feature reduces the size of images so that the page is loaded faster. Continue reading