How to Disable Clear Cache Hook System

How to Disable Clear Cache Hook System

by admin

Clear Cache Hook System is a way for one piece of code to clear cache.

Thanks to this hook system, many plugins and themes can work in harmony with WP Fastest Cache. Plugins and themes can clear the entire cache using this hook system when the cache needs to be cleared.

However, sometimes any plugin or theme can unnecessarily clear the cache continuously and this causes a lot of CPU usage. You can turn the Clear Cache Hook system off as below and have the cache serve only via php.

You need to add the following lines after <?php which exists at the top of wp-config.php file.

define("WPFC_DISABLE_HOOK_CLEAR_ALL_CACHE", true);

Related articles

Preload Settings
Preload Settings

A cached file is typically generated after a user initially visits a page. This creates a delay for the very…

WP-CLI Commands
WP-CLI Commands

WP-CLI is a command-line tool specifically designed for managing WordPress websites, offering users the ability to perform a wide range…

Automatic Cache
Automatic Cache

The cache is created in two ways. First, it is created when the page is visited. Second, If enabled, it…

Ready to get started?

Purchase your first license and see why 1,500,000+ websites globally around the world trust us.