keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

Swap array order to enable 'Page specific' as default #38

Closed bpang closed 5 years ago

bpang commented 5 years ago

Swap the array order to enable 'Page specific' as the default setting when editing post or page. The use case is a large blog with multiple authors, not everyone remembers or knows to set the default 'Completely' to 'Page specific' when editing a published post or page. The result is that a cache with thousands of pages that has been pre-warmed (using curl against a sitemap of URIs) can get inadvertently wiped out. I am proposing that the default be 'Page specific' instead. Thanks!