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

update HTML minification #184

Closed coreykn closed 3 years ago

coreykn commented 3 years ago

Update HTML minification to remove CSS and JavaScript comments. This will fix the issue where in certain cases JavaScript comments would cause the entire inline script to be commented out.

Update HTML minification regular expression for improved handling. This removes unnecessary checks, which will make it slightly faster.