Tutorial Active Gzip Compression
Compression reduces response times by reducing the size of the HTTP response. Gzip is the most popular and effective compression method curr...
https://iskablogs.blogspot.com/2014/03/tutorial-active-gzip-compression.html
Compression reduces response times by reducing the size of the HTTP response. Gzip is the most popular and effective compression method currently available and generally reduces the response size by about 70%. Approximately 90% of today's Internet traffic travels through browsers that claim to support gzip.
# BEGIN GZIP
AddOutputFilterByType DEFLATE text/text text/html
# BEGIN GZIP
AddOutputFilterByType DEFLATE text/text text/html