boldenamsterdam / htmlcache

Cache pages to HTML and boost website performance on Craft CMS 3
MIT License
31 stars 21 forks source link

Store "Excluded URL paths" outside of config/project #36

Open raitisg opened 3 years ago

raitisg commented 3 years ago

Currently "Excluded URL paths" is stored in config/project, which means developer settings will overwrite any production values. This is fine for general settings, but doesn't make sense for excluded URLs because admins are making articles/pages and should be able to control what gets cached and what doesn't.