WordPress Nonces system protects URLs and forms from certain types of misuse, malicious or otherwise. Continue reading

WordPress Nonces system protects URLs and forms from certain types of misuse, malicious or otherwise. Continue reading
WP Fastest Cache is compatible with the Divi Theme but Divi has many speed-boosting options and some of these options can sometimes cause errors. Therefore, it may be necessary to turn off some options. Continue reading
On servers using apache, the cache is served via htaccess thanks to the rewrite rule. It is the best method to serve cache. Continue reading
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
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