mirror of
https://github.com/php/presentations.git
synced 2026-04-29 10:13:26 +02:00
d82c4db9ae
effect="slide" instead of slide="1" now in the bullet tag.
18 lines
604 B
XML
18 lines
604 B
XML
<slide title="Compress">
|
|
<blurb>
|
|
HTTP supports native compression by using Lempel-Ziv encoding
|
|
(LZ77). Its the same encoding mechanism used by the popular
|
|
unix tool <code>gzip</code>.
|
|
</blurb>
|
|
<list title="Compression Advantages">
|
|
<bullet effect="slide">Greatly reduces bandwidth</bullet>
|
|
<bullet effect="slide">Cross browser compliant</bullet>
|
|
<bullet effect="slide">Compression can cache as well</bullet>
|
|
</list>
|
|
|
|
<list title="Compression Disadvantages">
|
|
<bullet effect="slide">CPU intensive on the Server</bullet>
|
|
<bullet effect="slide">CPU intensive on the Client</bullet>
|
|
</list>
|
|
</slide>
|