Does your plugin pre-compress files?
-
I have gzip enabled at the nginx level:
gzip on;
gzip_static on;I am wondering if your plugin will pre-compress ‘htm|html|css|js’ files? Because right now, nginx does it on the fly.
I am looking for a plugin that will take advantage of gzip_static in nginx, that will auto-server the *.gz files.
Can this plugin do that? And will it know to recreate the *.gz files when the original uncompressed version changes?
Thanks in advance!
https://www.ads-software.com/plugins/check-and-enable-gzip-compression/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Does your plugin pre-compress files?’ is closed to new replies.