mirror of
https://github.com/php/presentations.git
synced 2026-04-29 02:03:22 +02:00
d82c4db9ae
effect="slide" instead of slide="1" now in the bullet tag.
17 lines
563 B
XML
17 lines
563 B
XML
<slide title="mod_gzip">
|
|
<blurb>
|
|
Mod_gzip is a superb apache module which handles gzip compression and
|
|
data caching. It offers signifigant increases in compression performance
|
|
to the homebrewed PHP solutions.
|
|
</blurb>
|
|
|
|
<list title="mod_gzip features">
|
|
<bullet effect="slide">Compression statistics</bullet>
|
|
<bullet effect="slide">The ability to chose compression via MIME type and
|
|
Filename</bullet>
|
|
<bullet effect="slide">You can exclude compression for certain browsers</bullet>
|
|
<bullet effect="slide">Can cache compression results</bullet>
|
|
</list>
|
|
|
|
</slide>
|