Enables gzip-compression if the visitor's browser can handle it. This will speed up your WordPress website drastically and reduces bandwidth usag …
Enables gzip-compression if the visitor’s browser can handle it. This will speed up your WordPress website drastically and reduces bandwidth usage as well. Uses the PHP ob_gzhandler() callback.
Installing this plugin is quick and easy:
ezgz
folder.ezgz
folder to your wp-content/plugins
directory.Installing this plugin is quick and easy:
ezgz
folder.ezgz
folder to your wp-content/plugins
directory.Yes, absolutely. The gzip handler compresses output before it is sent to the user’s browser so the user downloads less data and the browser then processes the compressed data.
It uses the PHP ob_gzhandler() callback to compress output.