How To Save Traffic With nginx's HttpGzipModule (Debian Squeeze)
Jun 15, 2011, 19:03 (0 Talkback[s])
(Other stories by Falko Timme)
[ Thanks to Falko
Timme for this link. ]
"Compressing files causes a slightly higher load on the server,
but in my experience this is compensated by the fact that the
clients' connection times to your server decrease a lot. For
example, a modem user that needed seven seconds to download an
uncompressed HTML file might now only need two seconds for the
same, but compressed file.
"By using HttpGzipModule you don't have to be afraid that you
exclude users with older browsers that cannot handle compressed
content. The browser negotiates with the server before any file is
transferred, and if the browser does not have the capability to
handle compressed content, the server delivers the files
uncompressed. "
Complete Story
Related Stories: