<?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/"
		>
<channel>
	<title>Comments on: Enhancing PHP speeds (Drupal and Wordpress too)</title>
	<atom:link href="http://blog.nullvariable.com/2008/06/enhancing-php-speeds-drupal-and-wordpress-too/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nullvariable.com/2008/06/enhancing-php-speeds-drupal-and-wordpress-too/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=enhancing-php-speeds-drupal-and-wordpress-too</link>
	<description>The musings of the Nullvariable Web Consulting Team.</description>
	<lastBuildDate>Thu, 04 Mar 2010 02:42:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yemek Tarifleri</title>
		<link>http://blog.nullvariable.com/2008/06/enhancing-php-speeds-drupal-and-wordpress-too/comment-page-1/#comment-57</link>
		<dc:creator>Yemek Tarifleri</dc:creator>
		<pubDate>Thu, 03 Jul 2008 19:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nullvariable.com/?p=119#comment-57</guid>
		<description>Thanks for this. You was help me. Article who your writen was so important for me. Thanks again :) I am reading all articles in happily</description>
		<content:encoded><![CDATA[<p>Thanks for this. You was help me. Article who your writen was so important for me. Thanks again <img src='http://blog.nullvariable.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I am reading all articles in happily</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nullvariable</title>
		<link>http://blog.nullvariable.com/2008/06/enhancing-php-speeds-drupal-and-wordpress-too/comment-page-1/#comment-55</link>
		<dc:creator>nullvariable</dc:creator>
		<pubDate>Wed, 02 Jul 2008 06:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nullvariable.com/?p=119#comment-55</guid>
		<description>yes, this technique will compress text files. To my knowledge it doesn&#039;t do anything with graphics</description>
		<content:encoded><![CDATA[<p>yes, this technique will compress text files. To my knowledge it doesn&#8217;t do anything with graphics</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: somchai</title>
		<link>http://blog.nullvariable.com/2008/06/enhancing-php-speeds-drupal-and-wordpress-too/comment-page-1/#comment-54</link>
		<dc:creator>somchai</dc:creator>
		<pubDate>Wed, 02 Jul 2008 06:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nullvariable.com/?p=119#comment-54</guid>
		<description>Thank you very much on your comment at DP and point me to this technique, I will try on my site after the host upgrade the php version in next week.
I never think of &quot;Hallowen color&quot; during design my web theme.

    By the way, all of my contents are html, is it  work too?</description>
		<content:encoded><![CDATA[<p>Thank you very much on your comment at DP and point me to this technique, I will try on my site after the host upgrade the php version in next week.<br />
I never think of &#8220;Hallowen color&#8221; during design my web theme.</p>
<p>    By the way, all of my contents are html, is it  work too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nullvariable</title>
		<link>http://blog.nullvariable.com/2008/06/enhancing-php-speeds-drupal-and-wordpress-too/comment-page-1/#comment-47</link>
		<dc:creator>nullvariable</dc:creator>
		<pubDate>Wed, 25 Jun 2008 00:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nullvariable.com/?p=119#comment-47</guid>
		<description>well on my site it seems to make a pretty big difference. I did not actually do any sort of imperical testing. I just tested the difference before and after. Dialup users would see a huge speed boost however since the size of files makes a much bigger difference. According to the benchmarking site that I use, just enabling gzip compression saved a dialup user 6-7 seconds. It reduced the total size of the home page from around 70k to less than 50k (this has changed since that test because I&#039;ve made several changes to the design since.)</description>
		<content:encoded><![CDATA[<p>well on my site it seems to make a pretty big difference. I did not actually do any sort of imperical testing. I just tested the difference before and after. Dialup users would see a huge speed boost however since the size of files makes a much bigger difference. According to the benchmarking site that I use, just enabling gzip compression saved a dialup user 6-7 seconds. It reduced the total size of the home page from around 70k to less than 50k (this has changed since that test because I&#8217;ve made several changes to the design since.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Sutton</title>
		<link>http://blog.nullvariable.com/2008/06/enhancing-php-speeds-drupal-and-wordpress-too/comment-page-1/#comment-46</link>
		<dc:creator>Jared Sutton</dc:creator>
		<pubDate>Tue, 24 Jun 2008 23:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nullvariable.com/?p=119#comment-46</guid>
		<description>This could speed up or slow down your site depending on how your hosting environment is.  For example, a box that has high CPU utilization may not benefit as much from this hack, as it takes more horsepower to compress the data before sending it to the client&#039;s browser.  However, if the network your on is busting at the seams, then this might give you a slight edge.

Have you done any actual speed tests on your site before and after applying this?</description>
		<content:encoded><![CDATA[<p>This could speed up or slow down your site depending on how your hosting environment is.  For example, a box that has high CPU utilization may not benefit as much from this hack, as it takes more horsepower to compress the data before sending it to the client&#8217;s browser.  However, if the network your on is busting at the seams, then this might give you a slight edge.</p>
<p>Have you done any actual speed tests on your site before and after applying this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
