WP Manifestindependent plugin directory
manifest / performance / autoptimize-gzip

Autoptimize Gzip

Autoptimize Gzip Wordpress Plugin hooks into Autoptimize API to enable pre-gzip compression of Autoptimize'd CSS & JS files

by George Liu · github.com/centminmod/autoptimize-gzip

21stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/centminmod/autoptimize-gzip/archive/refs/heads/master.zip

From the readme

Autoptimize Pre Compress Files Wordpress Plugin This Autoptimize Gzip Wordpress plugin is a companion plugin to Autoptimize Wordpress plugin and hooks into Autoptimize's API to enable pre-gzip compression of Autoptimize'd CSS & JS files via an addfilter: Update: Autoptimize Wordpress Plugin also plans to add Brotli precompressed CSS/JS file support when above filter is enabled via installing my Autoptimize-gzip Wordpress plugin. You will need to enable/install PHP Brotli Extension. Centmin Mod users can do that via enabling PHPBROTLI='y' variable prior to PHP recompiles and ensuring they have Nginx Brotli module enabled via NGXDYNAMICBROTLI='y' and NGINXLIBBROTLI='y' variables prior to Centmin Mod Ngixn recompiles - which will also install Brotli library required to do the actual Brotli compression. If not using Centmin Mod LEMP stack, you will need to install Brotli library and PHP Brotli Extension yourself. Pre-Gzip vs Pre-Brotli Compressed Benchmarks Recently ran gzip and brotli precompressed benchmarks on my Centmin Mod Nginx LEMP stack for pigz level 11 gzip for zopfli vs brotli level 11 at https://github.com/centminmod/centminmod-brotli-vs-gzip. The following 3 fil

Read the full README on GitHub →