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.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.