gzip compression good or bad?
- by WarDoGG
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?