gzip compression good or bad?
Posted
by
WarDoGG
on Server Fault
See other posts from Server Fault
or by WarDoGG
Published on 2011-03-09T13:42:08Z
Indexed on
2012/06/03
16:42 UTC
Read the original article
Hit count: 190
I have a server that currently does a lot of processing in my application and the target users are those who have a very good internet connection.
The output that is sent from the server is always text/html and we do not use any media (audio/video) only images (static site images like logo,etc).
We are experiencing severe performance issues and I wonder if turning off gzip/mod_deflate on the server so that the server would avoid compressing the output. Will this cause an improvement in performance?
© Server Fault or respective owner