<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 10:46:34 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Federico Cargnelutti's Blog: Increase speed and reduce bandwidth usage with ZF and Apache]]></title>
      <guid>http://www.phpdeveloper.org/news/12810</guid>
      <link>http://www.phpdeveloper.org/news/12810</link>
      <description><![CDATA[<p>
<i>Federico Cargnelutti</i> has <a href="http://blog.fedecarg.com/2009/07/06/increase-speed-and-reduce-bandwidth-usage-with-zf-and-apache/">shared a tip</a> for Zend Framework users out there on how to squeeze the most speed out of a bandwidth reduction for your application.
</p>
<blockquote>
Apache's mod_deflate module provides the DEFLATE output filter that allows output from your server to be compressed before being sent to the client over the network.
</blockquote>
<p>
He shows you how to enable the mod_deflate extension for Apache, configure it to deflate some of the common extension types (html, xml, css, etc) and the code you'll need to add to your bootstrap file to gzip the contents of the response of your application.
</p>]]></description>
      <pubDate>Mon, 06 Jul 2009 08:27:38 -0500</pubDate>
    </item>
  </channel>
</rss>
