GZip Filter Bug – Brotli?
-
Hello,
i am using this filter to compress css and js files with gz:
if (is_plugin_active(‘autoptimize/autoptimize.php’)) {
add_filter(‘autoptimize_filter_cache_create_static_gzip’, ‘__return_true’);
}I am using 2.6.1 – looks like this filter dont work anymore. I only have the normal css and js files in cache Folder… not the gz version. Maybe a nice solution when you can implement this Feature as a Checkbox in AO settings. This is much easier and i dont know… but maybe 99% of all Browsers support them…
Whats about Brotli… Do you know a native way to implement this? For me, i only can find a PHP Brotli extension at Github.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘GZip Filter Bug – Brotli?’ is closed to new replies.