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
Category Archives: Features

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

Automatic Cache
When a new post is published, its cache will not be created until a visitor enters it. The same situation will happen when a content is updated because the caches of the posts are deleted when the post is updated if the “update post” option is active. 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
Preload Settings
A cached file is typically generated after a user initially visits a page. This creates a delay for the very first user who views it. Continue reading

Cache Timeout Page
You can clear the cache whenever you want via Cache Timeout page. Continue reading
Redirect Loop
WP Fastest Cache adds 301 redirection rule into htaccess file. It causes redirect loop sometimes. If you have such issue, you need to follow the steps.
1. to disable WP Fastest Cache
2. to add the following line after <?php which exists at the top of wp-config.php file.
1 |
define('WPFC_DISABLE_REDIRECTION', true); |
3. to save the settings of WP Fastest Cache

Exclude Pages from the Cache
If you don’t want some pages to be cached, you can use Exclude Page feature. There are two ways to exclude specific pages from being cached: “Exclude Tab” and “HTML Comment”