Very interesting points here. I've used mod_gzip on Apache for a while, and if you have lots of text documents, it does do a nice job of compressing them. Once your site gets graphical, or you have lots of already compressed files, then it does get less efficient.

You can also have mod_gzip compress output from your CGI scripts too, which is very clever. I've not tested gzip extensivley, but it seems to be reliable, I never had any problems with it.

Interstingly enough if Apache detects that a file is already present in both gzip and raw, then it aborts any inline compression, and sends the existing gzip file automatically. I don't think that the rewrite rule is required, it just happend automatically if you have Multiviews on (I need to check that).

As ever merlyn has a column on inline compression at his site.


In reply to Re: Lower hosting costs with compression by ajt
in thread Lower hosting costs with compression by tstock

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.