<?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: Using YSlow and HammerHead to Enhance Web App Performance</title>
	<atom:link href="http://www.caffeinatedcoder.com/getting-2x-performance-boost-with-yslow-and-hammerhead/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caffeinatedcoder.com/getting-2x-performance-boost-with-yslow-and-hammerhead/</link>
	<description>A Grande, Triple Shot, Non-Fat Core Dump by Russell Ball</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:33:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: developingchris</title>
		<link>http://www.caffeinatedcoder.com/getting-2x-performance-boost-with-yslow-and-hammerhead/comment-page-1/#comment-1968</link>
		<dc:creator>developingchris</dc:creator>
		<pubDate>Tue, 13 Jan 2009 14:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinatedcoder.com/?p=433#comment-1968</guid>
		<description>I also had this rapid transformation, after using YSlow for only a few days.

One thing to note, is that just putting some/all of your content on a separate sub domain will allow you to get some of the benefits of the cdn, 2 browser threads per subdomain. However, when you get up to 4 total domains needing dns, including analytics and other providers, the dns lookup takes longer than waiting on another thread in the browser to download that image. Also to note, when js files or css files load and import other files, they halt the browser from allocating any new threads on any subdomain until they are done processing. So just putting your js files, lower in your html generates a healthy speed increase if you have a lot of it.</description>
		<content:encoded><![CDATA[<p>I also had this rapid transformation, after using YSlow for only a few days.</p>
<p>One thing to note, is that just putting some/all of your content on a separate sub domain will allow you to get some of the benefits of the cdn, 2 browser threads per subdomain. However, when you get up to 4 total domains needing dns, including analytics and other providers, the dns lookup takes longer than waiting on another thread in the browser to download that image. Also to note, when js files or css files load and import other files, they halt the browser from allocating any new threads on any subdomain until they are done processing. So just putting your js files, lower in your html generates a healthy speed increase if you have a lot of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell Ball</title>
		<link>http://www.caffeinatedcoder.com/getting-2x-performance-boost-with-yslow-and-hammerhead/comment-page-1/#comment-1967</link>
		<dc:creator>Russell Ball</dc:creator>
		<pubDate>Tue, 13 Jan 2009 13:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinatedcoder.com/?p=433#comment-1967</guid>
		<description>@Lar - Great suggestions. Thanks!</description>
		<content:encoded><![CDATA[<p>@Lar &#8211; Great suggestions. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lar Van Der Jagt</title>
		<link>http://www.caffeinatedcoder.com/getting-2x-performance-boost-with-yslow-and-hammerhead/comment-page-1/#comment-1966</link>
		<dc:creator>Lar Van Der Jagt</dc:creator>
		<pubDate>Tue, 13 Jan 2009 09:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinatedcoder.com/?p=433#comment-1966</guid>
		<description>Some other things to look in to doing is using multiple asset hosts to get around the browser only opening 2 connections at a time. Rails 2.0  makes this really easy.

javascript_include_tag &amp; stylesheet_link_tag also accept a :cache =&gt; true option, which will merge all your stylesheets/javascript. Won&#039;t minify them though.

You also might want to take a look at New Relic&#039;s RPM suite for performance monitoring.</description>
		<content:encoded><![CDATA[<p>Some other things to look in to doing is using multiple asset hosts to get around the browser only opening 2 connections at a time. Rails 2.0  makes this really easy.</p>
<p>javascript_include_tag &amp; stylesheet_link_tag also accept a :cache =&gt; true option, which will merge all your stylesheets/javascript. Won&#8217;t minify them though.</p>
<p>You also might want to take a look at New Relic&#8217;s RPM suite for performance monitoring.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

