mknutson
December 2nd, 2010, 06:06 AM
I was tuning Apache Webserver last last night. Trying to get Apache to be more efficient.
I also started implementing mod_deflate which will allow GZIP content to and from the server. Most browsers support this, and can compress the pages by up to 90%.
Currently I am getting about 60% to 80% compression, and hope to be able to increase this, which will speed up all page loads. Slow connections will especially notice this change.
I also started implementing mod_deflate which will allow GZIP content to and from the server. Most browsers support this, and can compress the pages by up to 90%.
Currently I am getting about 60% to 80% compression, and hope to be able to increase this, which will speed up all page loads. Slow connections will especially notice this change.