When you switch theme, you might ask for the entire cache to be cleared. Continue reading

When you switch theme, you might ask for the entire cache to be cleared. Continue reading
WP Fastest Cache does not work with default permalinks. For this reason, you need to change the permalinks. 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
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 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(); |
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
You can write your own function that will modify the content of minified or combined css sources before saving. Continue reading
You can write your own function that will work after the cache is cleared. 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