The menu item of WP Fastest Cache is added to the top level menu by default so you can reach the settings page of WP Fastest Cache very quickly. Continue reading

The menu item of WP Fastest Cache is added to the top level menu by default so you can reach the settings page of WP Fastest Cache very quickly. Continue reading
Used by more than half of all websites, Gzip Compression remains popular today. 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 works well with the Divi Theme, but Divi’s speed optimization features can sometimes cause errors. To avoid this, you need to disable specific Divi 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(); |