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

add cache bypass method for sitemaps #104

Closed coreykn closed 4 years ago

coreykn commented 4 years ago

Add cache bypass method for sitemaps by checking the file extension. (I did not find a requirement to verify the content type.) When checking for a sitemap in particular I believe this method would be the fastest and will cover both core (since WordPress version 5.5) and third party sitemaps.

Fixes #101