<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Performance Research, Part 1:  What the 80/20 Rule Tells Us about Reducing HTTP Requests</title>
	<link>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/</link>
	<description>News and Artilces about Designing and Developing with Yahoo! Libraries.</description>
	<pubDate>Mon, 12 May 2008 09:25:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Load only the jQuery plugins you need, when you need them at gradient dropshadow curve</title>
		<link>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-356635</link>
		<dc:creator>Load only the jQuery plugins you need, when you need them at gradient dropshadow curve</dc:creator>
		<pubDate>Tue, 22 Apr 2008 23:00:57 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-356635</guid>
		<description>[...] want to minimise requests to the server if they&#8217;re not necessary - it&#8217;s been shown that reducing HTTP requests can reduce response times and improve server [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] want to minimise requests to the server if they&#8217;re not necessary - it&#8217;s been shown that reducing HTTP requests can reduce response times and improve server [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tenni Theurer</title>
		<link>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-325370</link>
		<dc:creator>Tenni Theurer</dc:creator>
		<pubDate>Fri, 21 Mar 2008 21:49:40 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-325370</guid>
		<description>@SEO: It's best to use a CDN to host your images rather than your own web server. This moves the static content closer to your users, thus improving performance for your users. Take a look at &lt;a href="http://developer.yahoo.com/performance/rules.html#cdn" rel="nofollow"&gt;Rule 2: Use a CDN&lt;/a&gt;. Hosting assets on different domains has the added advantage of increasing the number of parallel downloads by the browser as discussed in &lt;a href="http://yuiblog.com/blog/2007/04/11/performance-research-part-4/" rel="nofollow"&gt; Performance Research Part 4&lt;/a&gt;. Stoyan Stefanov has written a great &lt;a href="http://www.sitepoint.com/article/web-site-optimization-steps" rel="nofollow"&gt;article&lt;/a&gt; that touches on these points as well.</description>
		<content:encoded><![CDATA[<p>@SEO: It&#8217;s best to use a CDN to host your images rather than your own web server. This moves the static content closer to your users, thus improving performance for your users. Take a look at <a href="http://developer.yahoo.com/performance/rules.html#cdn" rel="nofollow">Rule 2: Use a CDN</a>. Hosting assets on different domains has the added advantage of increasing the number of parallel downloads by the browser as discussed in <a href="http://yuiblog.com/blog/2007/04/11/performance-research-part-4/" rel="nofollow"> Performance Research Part 4</a>. Stoyan Stefanov has written a great <a href="http://www.sitepoint.com/article/web-site-optimization-steps" rel="nofollow">article</a> that touches on these points as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO</title>
		<link>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-324575</link>
		<dc:creator>SEO</dc:creator>
		<pubDate>Wed, 19 Mar 2008 14:38:00 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-324575</guid>
		<description>I'm looking for an explanation for improving performance for a website in which they are using external image server to host all images.

Has anyone done any detailed analysis on performance of website w.r.t external server and same server?</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking for an explanation for improving performance for a website in which they are using external image server to host all images.</p>
<p>Has anyone done any detailed analysis on performance of website w.r.t external server and same server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Numiko &#187; @media ajax conference</title>
		<link>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-309444</link>
		<dc:creator>Numiko &#187; @media ajax conference</dc:creator>
		<pubDate>Wed, 20 Feb 2008 12:36:49 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-309444</guid>
		<description>[...] And a lot about optimisation and preloading. Presume that the server is faster than the client at dealing with data. See http://yuiblog.com/blog/2006/11/28/performance-research-part-1/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] And a lot about optimisation and preloading. Presume that the server is faster than the client at dealing with data. See <a href="http://yuiblog.com/blog/2006/11/28/performance-research-part-1/" rel="nofollow">http://yuiblog.com/blog/2006/11/28/performance-research-part-1/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Sprites: Speed Up Your Site &#8212; 测试818</title>
		<link>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-306467</link>
		<dc:creator>CSS Sprites: Speed Up Your Site &#8212; 测试818</dc:creator>
		<pubDate>Sat, 16 Feb 2008 06:22:19 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-306467</guid>
		<description>[...] the quicker it loads. Performance related research by Yahoo! User Interface has proven this point. The 80/20 performance rule shows that &#8220;only 10% of the time is spent [&#8230;] for the browser to request the HTML page [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] the quicker it loads. Performance related research by Yahoo! User Interface has proven this point. The 80/20 performance rule shows that &#8220;only 10% of the time is spent [&#8230;] for the browser to request the HTML page [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pozycjonowanie</title>
		<link>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-300183</link>
		<dc:creator>pozycjonowanie</dc:creator>
		<pubDate>Thu, 07 Feb 2008 22:59:23 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-300183</guid>
		<description>[…] got an HTML page that includes a bunch of Javascript files, which makes development easy but which hurts performance in […]

nice one</description>
		<content:encoded><![CDATA[<p>[…] got an HTML page that includes a bunch of Javascript files, which makes development easy but which hurts performance in […]</p>
<p>nice one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javascript News &#187; Blog Archive &#187; iPhone Cachability: Watch your weight</title>
		<link>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-299998</link>
		<dc:creator>Javascript News &#187; Blog Archive &#187; iPhone Cachability: Watch your weight</dc:creator>
		<pubDate>Thu, 07 Feb 2008 17:03:29 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-299998</guid>
		<description>[...] Shea and Tenni Theurer have continued their performance series by delving into the iPhone and its poor little [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Shea and Tenni Theurer have continued their performance series by delving into the iPhone and its poor little [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; iPhone Cachability: Watch your weight</title>
		<link>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-299977</link>
		<dc:creator>Ajaxian &#187; iPhone Cachability: Watch your weight</dc:creator>
		<pubDate>Thu, 07 Feb 2008 16:12:17 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-299977</guid>
		<description>[...] Shea and Tenni Theurer have continued their performance series by delving into the iPhone and its poor little [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Shea and Tenni Theurer have continued their performance series by delving into the iPhone and its poor little [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Small is beautiful on the iPhone if you want a good cache on devphone</title>
		<link>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-299542</link>
		<dc:creator>Small is beautiful on the iPhone if you want a good cache on devphone</dc:creator>
		<pubDate>Thu, 07 Feb 2008 00:39:24 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-299542</guid>
		<description>[...] Shea and Tenni Theurer have continued their performance series by delving into the iPhone and its poor little [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Shea and Tenni Theurer have continued their performance series by delving into the iPhone and its poor little [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Performance Research, Part 5: iPhone Cacheability - Making it Stick &#187; Yahoo! User Interface Blog</title>
		<link>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-299417</link>
		<dc:creator>Performance Research, Part 5: iPhone Cacheability - Making it Stick &#187; Yahoo! User Interface Blog</dc:creator>
		<pubDate>Wed, 06 Feb 2008 19:56:42 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/11/28/performance-research-part-1/#comment-299417</guid>
		<description>[...] of articles describing experiments conducted to learn more about optimizing web page performance (Part 1, Part 2, Part 3, Part 4). You may be wondering why you&#8217;re reading a performance article on [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] of articles describing experiments conducted to learn more about optimizing web page performance (Part 1, Part 2, Part 3, Part 4). You may be wondering why you&#8217;re reading a performance article on [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 3.501 seconds -->
