Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Federico Cargnelutti's Blog:
Increase speed and reduce bandwidth usage with ZF and Apache
Jul 06, 2009 @ 13:27:38

Federico Cargnelutti has shared a tip for Zend Framework users out there on how to squeeze the most speed out of a bandwidth reduction for your application.

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.

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.

tagged: zendframework apache moddeflate

Link:


Trending Topics: