boldenamsterdam / htmlcache

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

add feature for excluding URL paths #17

Closed dueddel closed 5 years ago

dueddel commented 5 years ago

This pull request contains a new setting in the plugin's settings panel. It's a table field which you can add URL paths with. These URL paths will then be excluded from being cached. Also, this works for multi-site applications as well, because the new table field in the settings has a dropdown to select which multi-site each path (each table row) has to be related to (by default you even can select "all sites" in case of the multi-site is unimportant). … Just see the diff to see what happens in detail.

Best wishes Arvid