WP Fastest Cache does not work with default permalinks. For this reason, you need to change the permalinks. Continue reading

WP Fastest Cache does not work with default permalinks. For this reason, you need to change the permalinks. Continue reading
WP Fastest Cache is totally compatible with Cloudflare. In order to minimize potential conflicts, you need to Cloudflare cdn integration.
Continue reading
It is very simple to exclude any url from the cache. You can call the following function in a theme or a plugin file to exclude current page.
1 |
wpfc_exclude_current_page(); |
You can write your own function that will modify the content of minified or combined css sources before saving. Continue reading
You can write your own function that will work after the cache is cleared. Continue reading
Lazy Load feature may not always work properly. Instead of disabling the Lazy Load feature completely, we can disable it for specific images to avoid loss of speed. If you want to disable Lazy Load for a specific image, you can do this in two ways. Continue reading
If you have installed an SSL certificate on your website, the website may not be available via a secure HTTPS connection by default. Continue reading
You can edit the buffer of html, css or js before saving.
Continue reading
Lazy loading is a concept where you delay the loading of the images. In order words, a technique that helps improve the page load time and reduce page size while still retaining all the images on the page. Lazy Loading works on the principle that an item on the page should not be loaded if it is not needed. Continue reading
WP Fastest Cache is compatible with WooCommerce e-commerce plugin. No extra configuration is needed. Continue reading
Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.
This includes make eliminates the revolution slider libraries, and make it not work. Continue reading
WebP is an image format developed by Google. The premium version of WP Fastest Cache optimizes the images as well as generates the webp image extension of the images. Continue reading
You can enable Leverage Browser Caching via the settings page of WP Fastest Cache for Apache servers but You cannot be enable Leverage Browser Caching for the Nginx servers so you have to enable it manually. Continue reading
You can enable Leverage Browser Caching on the settings page of WP Fastest Cache but if you are using Cloudflare, you need to enable Leverage Browser Caching on Cloudflare. Continue reading
If the hotlink protection of Cloudflare has been enabled, the image optimization feature does not work. In this case, you need to disable the following features of Cloudlare. Continue reading
WP Fastest Cache does not clear the cache instantly not to increase the CPU usage. Continue reading
The cache plugins may cause a login problem. Some users cannot login into wp-admin panel when they activate WP Fastest Cache. Continue reading
WordPress Nonces system protects URLs and forms from certain types of misuse, malicious or otherwise. Continue reading
When a post or a page is deleted, some cache files are cleared instead of all the cache files being cleared in order not to increase the CPU usage. Continue reading
You may get leverage browser caching warning about 3th party external sources. Continue reading