<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Compressing PHP Output</title>
	<atom:link href="http://newestindustry.org/2006/10/03/compressing-php-output/feed/" rel="self" type="application/rss+xml" />
	<link>http://newestindustry.org/2006/10/03/compressing-php-output/</link>
	<description>Evolving the Online Performance Experience</description>
	<lastBuildDate>Mon, 06 Feb 2012 00:47:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Radu</title>
		<link>http://newestindustry.org/2006/10/03/compressing-php-output/#comment-1308</link>
		<dc:creator><![CDATA[Radu]]></dc:creator>
		<pubDate>Mon, 09 Jan 2012 17:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2006/10/03/compressing-php-output/#comment-1308</guid>
		<description><![CDATA[Steph,
Thanks for the post.
Using zlib, I want to have content flushed at 3072 and compressed at level 4.

For 

zlib.output_handler = On 

and

implicit_flush = Off

is this OK ?

Many thanks, and good luck with consultancy business.

radu

output_buffering = Off
output_handler =
zlib.output_compression = 3072
zlib.output_compression_level = 4
zlib.output_handler = On
implicit_flush = Off]]></description>
		<content:encoded><![CDATA[<p>Steph,<br />
Thanks for the post.<br />
Using zlib, I want to have content flushed at 3072 and compressed at level 4.</p>
<p>For </p>
<p>zlib.output_handler = On </p>
<p>and</p>
<p>implicit_flush = Off</p>
<p>is this OK ?</p>
<p>Many thanks, and good luck with consultancy business.</p>
<p>radu</p>
<p>output_buffering = Off<br />
output_handler =<br />
zlib.output_compression = 3072<br />
zlib.output_compression_level = 4<br />
zlib.output_handler = On<br />
implicit_flush = Off</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Pierzchala</title>
		<link>http://newestindustry.org/2006/10/03/compressing-php-output/#comment-823</link>
		<dc:creator><![CDATA[Stephen Pierzchala]]></dc:creator>
		<pubDate>Tue, 17 Feb 2009 01:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2006/10/03/compressing-php-output/#comment-823</guid>
		<description><![CDATA[It shouldn&#039;t affect you performance to any great degree as it is used in many production environments currently.However, if you do have the ability to do compression inside of the Web server itself (Apache, IIS, etc.), I would recommend that over adding compression at the application layer.smp]]></description>
		<content:encoded><![CDATA[<p>It shouldn&#039;t affect you performance to any great degree as it is used in many production environments currently.However, if you do have the ability to do compression inside of the Web server itself (Apache, IIS, etc.), I would recommend that over adding compression at the application layer.smp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Pierzchala</title>
		<link>http://newestindustry.org/2006/10/03/compressing-php-output/#comment-822</link>
		<dc:creator><![CDATA[Stephen Pierzchala]]></dc:creator>
		<pubDate>Mon, 16 Feb 2009 18:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2006/10/03/compressing-php-output/#comment-822</guid>
		<description><![CDATA[It shouldn&#039;t affect you performance to any great degree as it is used in many production environments currently.However, if you do have the ability to do compression inside of the Web server itself (Apache, IIS, etc.), I would recommend that over adding compression at the application layer.smp]]></description>
		<content:encoded><![CDATA[<p>It shouldn&#039;t affect you performance to any great degree as it is used in many production environments currently.However, if you do have the ability to do compression inside of the Web server itself (Apache, IIS, etc.), I would recommend that over adding compression at the application layer.smp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shobhit Prabhakar</title>
		<link>http://newestindustry.org/2006/10/03/compressing-php-output/#comment-821</link>
		<dc:creator><![CDATA[Shobhit Prabhakar]]></dc:creator>
		<pubDate>Thu, 12 Feb 2009 14:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2006/10/03/compressing-php-output/#comment-821</guid>
		<description><![CDATA[Can you please let me know how much overhead it would be on my server. I&#039;ve VPS plan with about 50 sites hosted.- Shobhit&lt;a href=&quot;http://shobhit.net/&quot; rel=&quot;nofollow&quot;&gt;http://shobhit.net/&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Can you please let me know how much overhead it would be on my server. I&#039;ve VPS plan with about 50 sites hosted.- Shobhit<a href="http://shobhit.net/" rel="nofollow">http://shobhit.net/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

