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.
1 |
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.
1 |
define('WPFC_CACHE_JSON', true); |