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

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
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
When you update any plugin or theme, you might ask for the entire cache to be cleared. Continue reading
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
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
WP Fastest Cache automatically excludes the urls with JSON as content type. Continue reading
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
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
You can get detail via the following link.
https://www.wpfastestcache.com/features/clear-cache-via-url/
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
The preload process starts to work after clearing all the cache and it stops working after all caches are created. Continue reading
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.
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/
You can specify the hour and minute for cache timeout. Continue reading
If you are not satisfied with the speed of the Preload feature, you can set the speed of the Preload feature. Continue reading
The cache plugins save the output as a static html file and the visitors see the cached version.
Continue reading
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
You can clear the cache whenever you want via Cache Timeout page. Continue reading
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