<?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: Yahoo! releases new performance best practices</title>
	<atom:link href="http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: botterlei</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262321</link>
		<dc:creator>botterlei</dc:creator>
		<pubDate>Tue, 25 Mar 2008 15:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262321</guid>
		<description>This is great...I can&#039;t believe this is the first time I have heard about PNGCrusher! awesome</description>
		<content:encoded><![CDATA[<p>This is great&#8230;I can&#8217;t believe this is the first time I have heard about PNGCrusher! awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeri</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262310</link>
		<dc:creator>Joeri</dc:creator>
		<pubDate>Tue, 25 Mar 2008 09:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262310</guid>
		<description>I&#039;m surprized by the suggestion to use horizontal image strips. Traditionally for performance image strips always had to be vertical:
http://blogs.msdn.com/oldnewthing/archive/2005/08/05/448073.aspx

I guess this is a case where the performance improvement from smaller download size offsets the increased memory access time.</description>
		<content:encoded><![CDATA[<p>I&#8217;m surprized by the suggestion to use horizontal image strips. Traditionally for performance image strips always had to be vertical:<br />
<a href="http://blogs.msdn.com/oldnewthing/archive/2005/08/05/448073.aspx" rel="nofollow">http://blogs.msdn.com/oldnewthing/archive/2005/08/05/448073.aspx</a></p>
<p>I guess this is a case where the performance improvement from smaller download size offsets the increased memory access time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cnizz</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262291</link>
		<dc:creator>cnizz</dc:creator>
		<pubDate>Mon, 24 Mar 2008 08:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262291</guid>
		<description>Any idea on why they recommend AJAX GET over POST?  This doesn&#039;t make sense to me...I suppose they are saying the GET is faster?</description>
		<content:encoded><![CDATA[<p>Any idea on why they recommend AJAX GET over POST?  This doesn&#8217;t make sense to me&#8230;I suppose they are saying the GET is faster?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tan</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262286</link>
		<dc:creator>tan</dc:creator>
		<pubDate>Sun, 23 Mar 2008 01:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262286</guid>
		<description>@louis, Here is a previous video from the Y! performance team. Great watch (sound is a bit fuzzy the first 2 minutes)

http://www.youtube.com/watch?v=BTHvs3V8DBA

I would like to note the jpeg algorithm. Because JPEG is compressed it gets uncompressed when it is loaded in to the browser. 
A 20Kb image can easily get 60Kb in client memory.</description>
		<content:encoded><![CDATA[<p>@louis, Here is a previous video from the Y! performance team. Great watch (sound is a bit fuzzy the first 2 minutes)</p>
<p><a href="http://www.youtube.com/watch?v=BTHvs3V8DBA" rel="nofollow">http://www.youtube.com/watch?v=BTHvs3V8DBA</a></p>
<p>I would like to note the jpeg algorithm. Because JPEG is compressed it gets uncompressed when it is loaded in to the browser.<br />
A 20Kb image can easily get 60Kb in client memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mindsoul</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262283</link>
		<dc:creator>mindsoul</dc:creator>
		<pubDate>Sat, 22 Mar 2008 21:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262283</guid>
		<description>some of this technics i know from the book &quot;high performance web sites&quot; by Steve Souders, some principle are easy to apply, some not. I&#039;m not sure that gzip  is function in ie 5.5 &amp; ie 6 SP1. There are a lot of this browsers in use, and i want to be sure that users are seeing the content of my websites. Anyway is good to know exactly how the browsers work. Yslow extension+firebug is really a step forward to improve performance and give the users a good web experience.</description>
		<content:encoded><![CDATA[<p>some of this technics i know from the book &#8220;high performance web sites&#8221; by Steve Souders, some principle are easy to apply, some not. I&#8217;m not sure that gzip  is function in ie 5.5 &amp; ie 6 SP1. There are a lot of this browsers in use, and i want to be sure that users are seeing the content of my websites. Anyway is good to know exactly how the browsers work. Yslow extension+firebug is really a step forward to improve performance and give the users a good web experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: musicfreak</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262281</link>
		<dc:creator>musicfreak</dc:creator>
		<pubDate>Sat, 22 Mar 2008 18:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262281</guid>
		<description>This was a great read, but I think that in most cases, half of these things are not practical. Most developers simply don&#039;t have 100% control over their servers, and thus a lot of these recommendations become extremely difficult or impossible. Look at krancour&#039;s case: he needs to have those ads on his page, so the iFrame recommendation is an impossibility. Of course, performance is important, but in a lot of cases it is not the most important thing. You might have to sacrifice a little bit of speed to achieve a better user experience (or to make life easier for yourself as a developer), but according to Yahoo! that&#039;s not okay. Unless you&#039;re getting tons of traffic, a good majority of these things don&#039;t have to apply to you.</description>
		<content:encoded><![CDATA[<p>This was a great read, but I think that in most cases, half of these things are not practical. Most developers simply don&#8217;t have 100% control over their servers, and thus a lot of these recommendations become extremely difficult or impossible. Look at krancour&#8217;s case: he needs to have those ads on his page, so the iFrame recommendation is an impossibility. Of course, performance is important, but in a lot of cases it is not the most important thing. You might have to sacrifice a little bit of speed to achieve a better user experience (or to make life easier for yourself as a developer), but according to Yahoo! that&#8217;s not okay. Unless you&#8217;re getting tons of traffic, a good majority of these things don&#8217;t have to apply to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: louis</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262272</link>
		<dc:creator>louis</dc:creator>
		<pubDate>Sat, 22 Mar 2008 02:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262272</guid>
		<description>Does anyone know what presentation these slides are from? Is there video of the presenter? I would love to see it.

I was researching their suggestion of flushing output early, and the php flush(); command. On php.net their was a lot of warnings about different problems it could bring with it, does anyone use this - do you have problems?</description>
		<content:encoded><![CDATA[<p>Does anyone know what presentation these slides are from? Is there video of the presenter? I would love to see it.</p>
<p>I was researching their suggestion of flushing output early, and the php flush(); command. On php.net their was a lot of warnings about different problems it could bring with it, does anyone use this &#8211; do you have problems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tlrobinson</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262271</link>
		<dc:creator>tlrobinson</dc:creator>
		<pubDate>Sat, 22 Mar 2008 01:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262271</guid>
		<description>I&#039;m surprised Yahoo considers Amazon&#039;s S3 a CDN. I didn&#039;t think that&#039;s really what S3 is good at.</description>
		<content:encoded><![CDATA[<p>I&#8217;m surprised Yahoo considers Amazon&#8217;s S3 a CDN. I didn&#8217;t think that&#8217;s really what S3 is good at.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PeterTWebshop</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262270</link>
		<dc:creator>PeterTWebshop</dc:creator>
		<pubDate>Fri, 21 Mar 2008 23:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262270</guid>
		<description>The first step is to find out the purpose of the webpage, what is it&#039;s goal, message?  If you&#039;re page lacks focus and a clear purpose you will clutter the page and adversely affect it&#039;s performance.  The list of performance best practices are very good, however if you lack a clear vision you&#039;ll have a page either still performs poorly or a page that performs well but is meaningless.  Never lose site of purpose and the principle of simplicity.</description>
		<content:encoded><![CDATA[<p>The first step is to find out the purpose of the webpage, what is it&#8217;s goal, message?  If you&#8217;re page lacks focus and a clear purpose you will clutter the page and adversely affect it&#8217;s performance.  The list of performance best practices are very good, however if you lack a clear vision you&#8217;ll have a page either still performs poorly or a page that performs well but is meaningless.  Never lose site of purpose and the principle of simplicity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kward</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262269</link>
		<dc:creator>kward</dc:creator>
		<pubDate>Fri, 21 Mar 2008 23:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262269</guid>
		<description>I had just posted something earlier this week on my blog about CNN&#039;s website having 34 external JavaScript includes, totaling 1MB...  Bandwidth for some isn&#039;t an issue, for others a huge issue.  Developers and content providers need to step it up.</description>
		<content:encoded><![CDATA[<p>I had just posted something earlier this week on my blog about CNN&#8217;s website having 34 external JavaScript includes, totaling 1MB&#8230;  Bandwidth for some isn&#8217;t an issue, for others a huge issue.  Developers and content providers need to step it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stoyan</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262268</link>
		<dc:creator>stoyan</dc:creator>
		<pubDate>Fri, 21 Mar 2008 23:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262268</guid>
		<description>@WombatSteve 
Usually (not necessarily, depends on # of colors, etc, but still, usually) you get a smaller file size when you have a sprite in a long line, as opposed to a long column. The difference is not usually big, so it&#039;s ok to have vertical sprites, but prefer horizontal if you have a choice. 
More important is not to have big gaps in the sprites. Gaps probably won&#039;t affect the filesize much, but will require more memory.

@Cory
Yes, more detailed articles coming up, keep an eye on YUI blog and developer.yahoo.com.

@krancour
It&#039;s true that YSlow could be pretty brutal in its score, but the grades are merely informational.
About ads and other third party content: at the end it is your page, right, so you decide what to put on it. Also if many people start caring about performance and start bugging the ad providers, then we&#039;ll see a change for good. If site owners don&#039;t do anything, nothing will change.

@Eric Anderson 
It&#039;s 20% for Google, not 50% ;)
Amazon: http://home.blarg.net/~glinden/StanfordDataMining.2006-11-29.ppt
Google: http://glinden.blogspot.com/2006/11/marissa-mayer-at-web-20.html
Yes, you can use an IP address, there&#039;s no DNS lookup in this case</description>
		<content:encoded><![CDATA[<p>@WombatSteve<br />
Usually (not necessarily, depends on # of colors, etc, but still, usually) you get a smaller file size when you have a sprite in a long line, as opposed to a long column. The difference is not usually big, so it&#8217;s ok to have vertical sprites, but prefer horizontal if you have a choice.<br />
More important is not to have big gaps in the sprites. Gaps probably won&#8217;t affect the filesize much, but will require more memory.</p>
<p>@Cory<br />
Yes, more detailed articles coming up, keep an eye on YUI blog and developer.yahoo.com.</p>
<p>@krancour<br />
It&#8217;s true that YSlow could be pretty brutal in its score, but the grades are merely informational.<br />
About ads and other third party content: at the end it is your page, right, so you decide what to put on it. Also if many people start caring about performance and start bugging the ad providers, then we&#8217;ll see a change for good. If site owners don&#8217;t do anything, nothing will change.</p>
<p>@Eric Anderson<br />
It&#8217;s 20% for Google, not 50% ;)<br />
Amazon: <a href="http://home.blarg.net/~glinden/StanfordDataMining.2006-11-29.ppt" rel="nofollow">http://home.blarg.net/~glinden/StanfordDataMining.2006-11-29.ppt</a><br />
Google: <a href="http://glinden.blogspot.com/2006/11/marissa-mayer-at-web-20.html" rel="nofollow">http://glinden.blogspot.com/2006/11/marissa-mayer-at-web-20.html</a><br />
Yes, you can use an IP address, there&#8217;s no DNS lookup in this case</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Anderson</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262266</link>
		<dc:creator>Eric Anderson</dc:creator>
		<pubDate>Fri, 21 Mar 2008 21:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262266</guid>
		<description>Also from the slides it says DNS lookups should be reduced. No more than 2-4 DNS entries. Makes me wonder if it might be useful to use an IP if the address is fairly static for content. So if my images are hosted on images.example.com and the IP address of that server is fairly static have my pages generate with the IP address for images instead of the domain.

But maybe that is just over-optimization.</description>
		<content:encoded><![CDATA[<p>Also from the slides it says DNS lookups should be reduced. No more than 2-4 DNS entries. Makes me wonder if it might be useful to use an IP if the address is fairly static for content. So if my images are hosted on images.example.com and the IP address of that server is fairly static have my pages generate with the IP address for images instead of the domain.</p>
<p>But maybe that is just over-optimization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Anderson</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262264</link>
		<dc:creator>Eric Anderson</dc:creator>
		<pubDate>Fri, 21 Mar 2008 21:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262264</guid>
		<description>From the slides:

&gt; 500 ms slower = 50% drop in traffic (Google)
&gt; 100 ms slower = 1% drop in sales (Amazon)

I&#039;m not completely sure I am following what this is saying. Anybody got reference info where I can find out more about these stats?</description>
		<content:encoded><![CDATA[<p>From the slides:</p>
<p>&gt; 500 ms slower = 50% drop in traffic (Google)<br />
&gt; 100 ms slower = 1% drop in sales (Amazon)</p>
<p>I&#8217;m not completely sure I am following what this is saying. Anybody got reference info where I can find out more about these stats?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krancour</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262263</link>
		<dc:creator>krancour</dc:creator>
		<pubDate>Fri, 21 Mar 2008 20:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262263</guid>
		<description>Interesting follow-up, YSlow- which gives a score based on Yahoo!&#039;s older set of performance criteria gives our beloved Ajaxian.com a 28.  28!!!  How do you guys feel about that?  Come on Yahoo!; give us a break.</description>
		<content:encoded><![CDATA[<p>Interesting follow-up, YSlow- which gives a score based on Yahoo!&#8217;s older set of performance criteria gives our beloved Ajaxian.com a 28.  28!!!  How do you guys feel about that?  Come on Yahoo!; give us a break.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krancour</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262262</link>
		<dc:creator>krancour</dc:creator>
		<pubDate>Fri, 21 Mar 2008 20:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262262</guid>
		<description>I- for one- wish Yahoo! would develop a more realistic set of performance criteria.  The reality of the modern internet is that it&#039;s a crazy, mashed-up world.  It doesn&#039;t matter if we&#039;re talking about something as simple as AdSense ads or the AddThis bookmark widget, or something as complex as Google Maps mashed up against data from CraigsList.  Many of the sites out there simply DO NOT hot ALL their own content and as such, many of the criteria Yahoo! and YSlow judge a site on are beyond a developer&#039;s control.  It&#039;s just plain offensive to me when my site gets low marks because I have three AdSense ads on my page- which happen to use IFRAMEs, do not use far futures expires headers, and trigger a slew of HTTP requests for HTML, CSS, JavaScript etc.  Well, Yahoo!, should I just stop advertising?  Performance is important, for sure, but so is ad revenue, user experience, etc.  My site is fine- stop giving it a D.  It&#039;s bad for my self esteem!</description>
		<content:encoded><![CDATA[<p>I- for one- wish Yahoo! would develop a more realistic set of performance criteria.  The reality of the modern internet is that it&#8217;s a crazy, mashed-up world.  It doesn&#8217;t matter if we&#8217;re talking about something as simple as AdSense ads or the AddThis bookmark widget, or something as complex as Google Maps mashed up against data from CraigsList.  Many of the sites out there simply DO NOT hot ALL their own content and as such, many of the criteria Yahoo! and YSlow judge a site on are beyond a developer&#8217;s control.  It&#8217;s just plain offensive to me when my site gets low marks because I have three AdSense ads on my page- which happen to use IFRAMEs, do not use far futures expires headers, and trigger a slew of HTTP requests for HTML, CSS, JavaScript etc.  Well, Yahoo!, should I just stop advertising?  Performance is important, for sure, but so is ad revenue, user experience, etc.  My site is fine- stop giving it a D.  It&#8217;s bad for my self esteem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262260</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Fri, 21 Mar 2008 20:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262260</guid>
		<description>Some of these I expected, some I did not. I guess that defines a good article! Looking forward to putting something of this into practice.</description>
		<content:encoded><![CDATA[<p>Some of these I expected, some I did not. I guess that defines a good article! Looking forward to putting something of this into practice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jive</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262258</link>
		<dc:creator>jive</dc:creator>
		<pubDate>Fri, 21 Mar 2008 19:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262258</guid>
		<description>I know some 2MB websites that could use this list as a huge improvement, but they simply don&#039;t care. There are still sites where people don&#039;t optomize the JPGs or SWFs on the site. And on top of that they call 5 CSS files that all do much of the same stuff.</description>
		<content:encoded><![CDATA[<p>I know some 2MB websites that could use this list as a huge improvement, but they simply don&#8217;t care. There are still sites where people don&#8217;t optomize the JPGs or SWFs on the site. And on top of that they call 5 CSS files that all do much of the same stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WombatSteve</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262255</link>
		<dc:creator>WombatSteve</dc:creator>
		<pubDate>Fri, 21 Mar 2008 17:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262255</guid>
		<description>On slide 60, entitled &quot;Optimize CSS sprites&quot;, the first suggestion is to keep sprites horizontal instead of vertical whenever possible.  I didn&#039;t know it makes a performance difference â€” can anyone explain the reasoning behind this?</description>
		<content:encoded><![CDATA[<p>On slide 60, entitled &#8220;Optimize CSS sprites&#8221;, the first suggestion is to keep sprites horizontal instead of vertical whenever possible.  I didn&#8217;t know it makes a performance difference â€” can anyone explain the reasoning behind this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JepCastelein</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262253</link>
		<dc:creator>JepCastelein</dc:creator>
		<pubDate>Fri, 21 Mar 2008 16:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262253</guid>
		<description>Yes, performance is getting a lot of attention, and that&#039;s a good thing. Ajax adds complexity to web pages, but users still don&#039;t accept slow sites, no matter how many cool Ajax features you add. We&#039;ve build Ajax apps for large financial services companies like ING and ABN AMRO, and at least 20% of their users is still using a modem connection (I&#039;ll be interested to hear how many modem users Yahoo! has, I guess at least 10%). Then you need to squeeze every last drop of performance out of your web page. Thank you Yahoo! for evangelizing Web Site performance!</description>
		<content:encoded><![CDATA[<p>Yes, performance is getting a lot of attention, and that&#8217;s a good thing. Ajax adds complexity to web pages, but users still don&#8217;t accept slow sites, no matter how many cool Ajax features you add. We&#8217;ve build Ajax apps for large financial services companies like ING and ABN AMRO, and at least 20% of their users is still using a modem connection (I&#8217;ll be interested to hear how many modem users Yahoo! has, I guess at least 10%). Then you need to squeeze every last drop of performance out of your web page. Thank you Yahoo! for evangelizing Web Site performance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices/comment-page-1#comment-262252</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 21 Mar 2008 16:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/yahoo-releases-new-performance-best-practices#comment-262252</guid>
		<description>I really, really, like this post, keep it up. Especially the iPhone 25K tip :)</description>
		<content:encoded><![CDATA[<p>I really, really, like this post, keep it up. Especially the iPhone 25K tip :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

