At WP Fastest Cache, we’re actually thankful for WP Super Cache. They have helped introduce many people to the wonderful world of cache plugins. Continue reading

At WP Fastest Cache, we’re actually thankful for WP Super Cache. They have helped introduce many people to the wonderful world of cache plugins. 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