On servers using apache, the cache is served via htaccess thanks to the rewrite rule. You can turn this feature off and have the cache serve only via php.
Continue reading
Category Archives: Tutorial

How to Serve WebP Images on Nginx
After the images are optimized, they are served as webp on Apache servers automatically. However, this situation is not possible on nginx servers, so it is necessary to set it manually. Continue reading

How to Change Default Permalink in WordPress
WP Fastest Cache does not work with default permalinks. For this reason, you need to change the permalinks. Continue reading

WP Fastest Cache Cloudflare
WP Fastest Cache is totally compatible with Cloudflare. In order to minimize potential conflicts, you need to Cloudflare cdn integration.
Continue reading
Exclude Urls by Calling the Function Hook
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(); |
Modify Minified CSS by Calling the Function Hook
You can write your own function that will modify the content of minified or combined css sources before saving. Continue reading
Executing a Function After Clearing All Cache
You can write your own function that will work after the cache is cleared. Continue reading
Disabling Lazy Load for Specific Images
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

How to Redirect All HTTP to HTTPS .htaccess
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
Buffer Callback Filter
You can edit the buffer of html, css or js before saving.
Continue reading
What is Lazy Load Images?
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

WooCommerce Settings
WP Fastest Cache is compatible with WooCommerce e-commerce plugin. No extra configuration is needed. Continue reading
Revolution Slider Error jQuery.js
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

How is an image served as WebP?
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

How to Enable Leverage Browser Caching on Nginx
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
Cloudflare Enable Browser Cache
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
Cloudflare Hotlink Protection
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

Clear Cache Process
WP Fastest Cache does not clear the cache instantly not to increase the CPU usage. Continue reading

Login Problem
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 Nonce Cache
WordPress Nonces system protects URLs and forms from certain types of misuse, malicious or otherwise. Continue reading