How to Cache JSON
WP Fastest Cache automatically excludes the urls with JSON as content type.
If you want to create cache of JSON, you need to add the following rule into wp-config.php file.
define('WPFC_CACHE_JSON', true);
WP Fastest Cache automatically excludes the urls with JSON as content type.
If you want to create cache of JSON, you need to add the following rule into wp-config.php file.
define('WPFC_CACHE_JSON', true);
When you activate or deactivate a plugin, you might ask for the entire cache to be cleared.
When you update any plugin or theme, the entire cache may need to be cleared.
When you switch theme, you might ask for the entire cache to be cleared.
Purchase your first license and see why 1,500,000+ websites globally around the world trust us.