In some cases you may need to disable the CDN temporarily without loosing settings. Continue reading
Category Archives: Features
Clear Cache After Activate/Deactivate a Plugin
When you activate or deactivate a plugin, you might ask for the entire cache to be cleared. Continue reading

Clear Cache After Switch Theme
When you switch theme, you might ask for the entire cache to be cleared. Continue reading

Re-Order Preload
By default the preload sorts the content types. This works for most users, but sometimes there are situations that requires you to reorder them. Continue reading
Clear Cache of All Sites
If you use the MultiSite installation on your wordpress, separate cache is created for each site. When you click on the “Clear All Cache” button, only the cache of the current site is cleared. Continue reading

Clear Cache After Theme or Plugin Update
When you update any plugin or theme, the entire cache may need to be cleared. Continue reading

Automatic Cache
The cache is created in two ways. First, it is created when the page is visited. Second, If enabled, it is created by the Preload feature. In both cases, the cache takes time to create. Continue reading

Clear Cache Link on the Toolbar
One of the ways to clear cache is clicking on the link which exists on the admin toolbar. By default, only the admin users can see the clear cache button on the toolbar. Continue reading

How to Cache JSON
WP Fastest Cache automatically excludes the urls with JSON as content type. Continue reading

WP-CLI Commands
WP-CLI is a tool that allows you to manage the WordPress web sites from the command line. You can do most of the regular admin actions with WP-CLI. Continue reading

Clear Cache via URL
There are some features which provide you to clear cache via admin panel. You need to have to login into the wordpress admin panel. Continue reading
How to Clear Cache with Cron Jobs
You can get detail via the following link.
https://www.wpfastestcache.com/features/clear-cache-via-url/

Cache Url with Google Analytics Parameters QueryString
If a url contains a query string, the url is not cached but the situation is different for the urls which contains google analytics parameters. Continue reading

Restart Preload After Completed
The preload process starts to work after clearing all the cache and it stops working after all caches are created. Continue reading
Clearing Cache After New Post
When a new post is published, you can clear all cache or the cache of homepage, the cache of the post’s categories and the cache of the post’s tags.
How to Set
You can reach the wizard with clicking on the “new post” option.
(Deprecated) Hide or Disable Clear Cache Button
We removed the clear cache button from column so there is no need to hide the button.
https://www.wpfastestcache.com/tutorial/clear-cache-for-specific-page/
Cache Timeout with Hour and Minute
You can specify the hour and minute for cache timeout. Continue reading
Hide Admin Toolbar Link

Manually Preload with Cron Jobs
If you are not satisfied with the speed of the Preload feature, you can set the speed of the Preload feature. Continue reading
Cache Trailing Non-Trailing Solution
The cache plugins save the output as a static html file and the visitors see the cached version.
Continue reading