2021 is almost over. And while this year has been full of struggles and difficult times, there’s also a lot to be grateful for. Continue reading
Author Archives: admin
Temporarily Disable CDN
In some cases you may need to disable the CDN temporarily without loosing settings. Continue reading
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

How to Change Default Permalink in WordPress
WP Fastest Cache does not work with default permalinks. For this reason, you need to change the permalinks. 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

A Look Back at 2020
2020 is almost over. And while this year has been full of struggles and difficult times, there’s also a lot to be grateful for. Continue reading

WP Fastest Cache Cloudflare
WP Fastest Cache is totally compatible with Cloudflare. In order to minimize potential conflicts, you need to Cloudflare cdn integration.
Continue reading
Exclude Urls by Calling the Function Hook
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(); |

Lazy Load Embedded YouTube Videos
It is a known fact that youtube videos slow down the sites. So why is speed so important? Because the decrease in page speed also affects your google ranking. Continue reading
Modify Minified CSS by Calling the Function Hook
You can write your own function that will modify the content of minified or combined css sources before saving. Continue reading
Executing a Function After Clearing All Cache
You can write your own function that will work after the cache is cleared. 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
Disabling Lazy Load for Specific Images
Lazy Load feature may not always work properly. Instead of disabling the Lazy Load feature completely, we can disable it for specific images to avoid loss of speed. If you want to disable Lazy Load for a specific image, you can do this in two ways. Continue reading

WPastra.com (04.03.2020)
If you’re the type of person who focuses more on performance rather than fancy colors and text, WP Fastest Cache might be for you. You don’t get a lot of colorful settings menus and out of this world terminologies, and for you, that may be a good thing.

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

Amazon S3 Cloudfront Access Denied 403 Forbidden
CloudFront may return 403 Access Denied error if you are using Amazon S3 bucket as the origin of Amazon CloudFront distribution. Here is the solution. Continue reading
A Look Back at 2019
Besides being the best cache plugin, WP Fastest Cache reaches a wide audience day by day. Let’s take a look back at what happened this past year. 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