Cache

To enable the Cloudflare cache options, make sure to set the following option in the

config.php

file:

'CLOUDFLARE_ENABLED' => '1',

Cloudflare cache options:


Purge CSS/JavaScript

Granuarly remove .css and .js files from Cloudflare's cache.


Purge Fonts/Images

Granuarly remove font and images files from Cloudflare's cache.


Purge All Files

Remove ALL files from Cloudflare's cache.


Enable Development Mode

This will bypass Cloudflare's accelerated cache and slow down your site, but is useful if you are making changes to cacheable content (like images, CSS, or JavaScript) and would like to see those changes right away. Once entered, development mode will last for 3 hours and then automatically toggle off. config['CLOUDFLARE_DEVELOPMENT_MODE_ENABLED']; ?> Enabled for another config['enabled-remaining'] : ''; ?> hours.

config['CLOUDFLARE_DEVELOPMENT_MODE_ENABLED'] ? 'checked' : ''; ?>>