<?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: Free-falling waterfalls</title>
	<atom:link href="http://www.phpied.com/free-falling-waterfalls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpied.com/free-falling-waterfalls/</link>
	<description>Stoyan&#039;s blog about &#60;a href=&#34;/category/xhtml&#34; class=&#34;tag-minor&#34;&#62;(x)html(5)&#60;/a&#62;, &#60;a href=&#34;/category/ajax&#34; class=&#34;tag-major&#34;&#62;ajax&#60;/a&#62;, &#60;a href=&#34;/category/bookmarklets&#34; class=&#34;tag-major&#34;&#62;bookmarklets&#60;/a&#62;, &#60;a href=&#34;/category/browsers&#34; class=&#34;tag-minor&#34;&#62;browsers&#60;/a&#62;, &#60;a href=&#34;/category/css&#34; class=&#34;tag-normal&#34;&#62;css&#60;/a&#62;, &#60;a href=&#34;/category/firebug&#34; class=&#34;tag-minor&#34;&#62;firebug&#60;/a&#62;, &#60;a href=&#34;/category/javascript&#34; class=&#34;tag-numero-uno&#34;&#62;javascript&#60;/a&#62;, &#60;a href=&#34;/category/json&#34; class=&#34;tag-normal&#34;&#62;json&#60;/a&#62;, &#60;a href=&#34;/category/mdb2&#34; class=&#34;tag-minor&#34;&#62;mdb2&#60;/a&#62;, &#60;a href=&#34;/category/mysql&#34; class=&#34;tag-normal&#34;&#62;mysql&#60;/a&#62;, &#60;a href=&#34;/category/pear&#34; class=&#34;tag-numero-uno&#34;&#62;pear&#60;/a&#62;, &#60;a href=&#34;/category/performance&#34; class=&#34;tag-major&#34;&#62;performance&#60;/a&#62;, &#60;a href=&#34;/category/php&#34; class=&#34;tag-numero-uno&#34;&#62;php&#60;/a&#62;, &#60;a href=&#34;/category/phpbb&#34; class=&#34;tag-major&#34;&#62;phpbb&#60;/a&#62;, &#60;a href=&#34;/category/tools&#34; class=&#34;tag-normal&#34;&#62;tools&#60;/a&#62;, &#60;a href=&#34;/category/yslow&#34; class=&#34;tag-minor&#34;&#62;yslow&#60;/a&#62;, &#60;a href=&#34;/category/yui&#34; class=&#34;tag-normal&#34;&#62;yui&#60;/a&#62;, &#60;a href=&#34;/category/writing&#34; class=&#34;tag-minor&#34;&#62;writing&#60;/a&#62;, &#60;a href=&#34;/category/music&#34; class=&#34;tag-major&#34;&#62;music&#60;/a&#62;,... &#60;a href=&#34;/category/life-and-everything&#34; class=&#34;tag-normal&#34;&#62;life and everything&#60;/a&#62;.</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:07:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/free-falling-waterfalls/#comment-71974</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Tue, 15 Dec 2009 16:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1159#comment-71974</guid>
		<description>@tim - looking at a string, it&#039;s hard to judge what goes into an ETag. So YSlow only complains when you&#039;re using IIS and the default IIS formatted ETag or you&#039;re using Apache and the default pattern. If it sees the default, there&#039;s a chance that you didn&#039;t touch the ETags and may be at risk. If it&#039;s anything but the default, it won&#039;t complain, assuming the people who configured their ETags know what they are doing.</description>
		<content:encoded><![CDATA[<p>@tim &#8211; looking at a string, it&#8217;s hard to judge what goes into an ETag. So YSlow only complains when you&#8217;re using IIS and the default IIS formatted ETag or you&#8217;re using Apache and the default pattern. If it sees the default, there&#8217;s a chance that you didn&#8217;t touch the ETags and may be at risk. If it&#8217;s anything but the default, it won&#8217;t complain, assuming the people who configured their ETags know what they are doing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Simpson</title>
		<link>http://www.phpied.com/free-falling-waterfalls/#comment-71968</link>
		<dc:creator>Kyle Simpson</dc:creator>
		<pubDate>Tue, 15 Dec 2009 03:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1159#comment-71968</guid>
		<description>Another great article. I&#039;d love to see more coverage of some of the dynamic script loaders that are starting to come out that allow scripts to load in parallel instead of with blocking behavior. It&#039;s an important component in helping the waterfall free fall, as you said.

My project (which Steve Souders has helped with) is &lt;a href=&quot;http://labjs.com&quot; rel=&quot;nofollow&quot;&gt;LABjs&lt;/a&gt;  for exactly that purpose. One key thing this approach provides is giving the same kind of parallel loading behavior that new browsers like FF3.5 have to all other browsers (even IE6 and 7!).

Here&#039;s a write up I did explaining the basics of how LABjs does its thing: &lt;a href=&quot;http://blog.getify.com/2009/11/labjs-new-hotness-for-script-loading/&quot; rel=&quot;nofollow&quot;&gt;http://blog.getify.com/2009/11/labjs-new-hotness-for-script-loading/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Another great article. I&#8217;d love to see more coverage of some of the dynamic script loaders that are starting to come out that allow scripts to load in parallel instead of with blocking behavior. It&#8217;s an important component in helping the waterfall free fall, as you said.</p>
<p>My project (which Steve Souders has helped with) is <a href="http://labjs.com" rel="nofollow">LABjs</a>  for exactly that purpose. One key thing this approach provides is giving the same kind of parallel loading behavior that new browsers like FF3.5 have to all other browsers (even IE6 and 7!).</p>
<p>Here&#8217;s a write up I did explaining the basics of how LABjs does its thing: <a href="http://blog.getify.com/2009/11/labjs-new-hotness-for-script-loading/" rel="nofollow">http://blog.getify.com/2009/11/labjs-new-hotness-for-script-loading/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexsandro</title>
		<link>http://www.phpied.com/free-falling-waterfalls/#comment-71967</link>
		<dc:creator>Alexsandro</dc:creator>
		<pubDate>Mon, 14 Dec 2009 23:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1159#comment-71967</guid>
		<description>Nice WebPageTest Tool, Cuzillion I knew.
Thank you for good article.</description>
		<content:encoded><![CDATA[<p>Nice WebPageTest Tool, Cuzillion I knew.<br />
Thank you for good article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.phpied.com/free-falling-waterfalls/#comment-71965</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 14 Dec 2009 19:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1159#comment-71965</guid>
		<description>You mentioned Yslow will warn about misconfigured etags - do you know if Yslow knows the etags are misconfigured, or if the warning given is shown whenever etags are sent as part of the response?</description>
		<content:encoded><![CDATA[<p>You mentioned Yslow will warn about misconfigured etags &#8211; do you know if Yslow knows the etags are misconfigured, or if the warning given is shown whenever etags are sent as part of the response?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V1</title>
		<link>http://www.phpied.com/free-falling-waterfalls/#comment-71963</link>
		<dc:creator>V1</dc:creator>
		<pubDate>Mon, 14 Dec 2009 19:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1159#comment-71963</guid>
		<description>Just to be sure, i always new clean domain to publish static content on. This way, when ever you are using 3rdParty script, that potentially set the cookie for all sub domains you are 100% sure than your static server will not / never be affected. 

A domain only costs like 10$ max, so that a money well spend.</description>
		<content:encoded><![CDATA[<p>Just to be sure, i always new clean domain to publish static content on. This way, when ever you are using 3rdParty script, that potentially set the cookie for all sub domains you are 100% sure than your static server will not / never be affected. </p>
<p>A domain only costs like 10$ max, so that a money well spend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayaprakash</title>
		<link>http://www.phpied.com/free-falling-waterfalls/#comment-71957</link>
		<dc:creator>Jayaprakash</dc:creator>
		<pubDate>Mon, 14 Dec 2009 09:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1159#comment-71957</guid>
		<description>Excellent article. It seems that recently the number of your blog posts suddenly increased and reader like me are very much happy about it.

One small correction - &quot;In this serias of performance posts&quot; It seems that serias should be series.</description>
		<content:encoded><![CDATA[<p>Excellent article. It seems that recently the number of your blog posts suddenly increased and reader like me are very much happy about it.</p>
<p>One small correction &#8211; &#8220;In this serias of performance posts&#8221; It seems that serias should be series.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuzemec</title>
		<link>http://www.phpied.com/free-falling-waterfalls/#comment-71956</link>
		<dc:creator>Tuzemec</dc:creator>
		<pubDate>Mon, 14 Dec 2009 08:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1159#comment-71956</guid>
		<description>Wonderful article as usual ;-)</description>
		<content:encoded><![CDATA[<p>Wonderful article as usual <img src='http://www.phpied.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

