Hey there,
Thanks, working great. Also, where do I see the list of supported file types?
I should add this information to the readme. But how it works is if the request for static media matches one of the following file extension patterns below :
jpg|jpeg|png|gif|bmp|pdf|mp3|m4a|ogg|wav|mp4|m4v|mov|wmv|avi|mpg|ogv|3gp|3g2|webp
The system will attempt to optimize and compress the image as best as possbile to imprpove speed. If the above doesnt match but is a request for a static file in wp-content/upload, it will still go through the CDN and be cached either way. The key really is that we want images to be optimized and compressed (google likes that). I recently updated the plugin to include the webp extension in the above scenario.
There was an unrelated problem where the “catch-all” wasn’t catching the webp extension that was also fixed which is likely why it started working for you.
Thanks!