<?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: Website Performance Tweaks, Part Two</title>
	<atom:link href="http://learningtheworld.eu/2007/performance-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://learningtheworld.eu/2007/performance-2/</link>
	<description></description>
	<lastBuildDate>Fri, 15 Oct 2010 13:07:20 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: Martin Kliehm</title>
		<link>http://learningtheworld.eu/2007/performance-2/comment-page-1/#comment-22887</link>
		<dc:creator><![CDATA[Martin Kliehm]]></dc:creator>
		<pubDate>Thu, 26 Jul 2007 19:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/2007/performance-2/#comment-22887</guid>
		<description><![CDATA[&lt;p&gt;@Bill: You are right, in Nate Koechley&#039;s presentation as well as in Steve Saunder&#039;s &lt;a href=&quot;http://stevesouders.com/examples/css-top-import.php&quot; rel=&quot;nofollow&quot;&gt;example pages&lt;/a&gt; the Flash of Unstyled Content is &lt;em&gt;one&lt;/em&gt; reason why they ask to put &lt;acronym&gt;CSS&lt;/acronym&gt; in the &lt;code&gt;head&lt;/code&gt;. But the graph on page 71 of the presentation shows that stylesheets loaded with the &lt;code&gt;@import&lt;/code&gt; rule load last, after all content. That behavior is unrelated to the &lt;acronym&gt;FOUC&lt;/acronym&gt; bug.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>@Bill: You are right, in Nate Koechley&#8217;s presentation as well as in Steve Saunder&#8217;s <a href="http://stevesouders.com/examples/css-top-import.php" rel="nofollow">example pages</a> the Flash of Unstyled Content is <em>one</em> reason why they ask to put <acronym>CSS</acronym> in the <code>head</code>. But the graph on page 71 of the presentation shows that stylesheets loaded with the <code>@import</code> rule load last, after all content. That behavior is unrelated to the <acronym>FOUC</acronym> bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Q.</title>
		<link>http://learningtheworld.eu/2007/performance-2/comment-page-1/#comment-22866</link>
		<dc:creator><![CDATA[Bill Q.]]></dc:creator>
		<pubDate>Thu, 26 Jul 2007 15:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/2007/performance-2/#comment-22866</guid>
		<description><![CDATA[&lt;blockquote&gt;&lt;p&gt;&#8220;avoid &lt;code&gt;@import&lt;/code&gt; as it loads last, even after the images!&#8221;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I assume you are referring to the Flash of Unstyled Content (&lt;acronym&gt;FOUC&lt;/acronym&gt;). It should be noted that &lt;acronym&gt;FOUC&lt;/acronym&gt; is a browser bug. There is no &lt;acronym title=&quot;World Wide Web Consortium&quot;&gt;W3C&lt;/acronym&gt; standard or anything that says browsers need to load &lt;code&gt;@import&lt;/code&gt; rules differently. Another thing to note is that &lt;acronym&gt;FOUC&lt;/acronym&gt; is no longer an issue on &lt;acronym title=&quot;Internet Explorer&quot;&gt;IE&lt;/acronym&gt;7 or Safari 3.0&#160;&#8212; the two browsers that originally had &lt;acronym&gt;FOUC&lt;/acronym&gt; issues. (And Safari&#8217;s &lt;acronym&gt;FOUC&lt;/acronym&gt; issues had nothing to do with &lt;code&gt;@import&lt;/code&gt; in the first place).&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<blockquote><p>&ldquo;avoid <code>@import</code> as it loads last, even after the images!&rdquo;</p></blockquote>

<p>I assume you are referring to the Flash of Unstyled Content (<acronym>FOUC</acronym>). It should be noted that <acronym>FOUC</acronym> is a browser bug. There is no <acronym title="World Wide Web Consortium">W3C</acronym> standard or anything that says browsers need to load <code>@import</code> rules differently. Another thing to note is that <acronym>FOUC</acronym> is no longer an issue on <acronym title="Internet Explorer">IE</acronym>7 or Safari 3.0&nbsp;&mdash; the two browsers that originally had <acronym>FOUC</acronym> issues. (And Safari&rsquo;s <acronym>FOUC</acronym> issues had nothing to do with <code>@import</code> in the first place).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe Strobbe</title>
		<link>http://learningtheworld.eu/2007/performance-2/comment-page-1/#comment-21543</link>
		<dc:creator><![CDATA[Christophe Strobbe]]></dc:creator>
		<pubDate>Tue, 17 Jul 2007 14:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/2007/performance-2/#comment-21543</guid>
		<description><![CDATA[&lt;p&gt;Hi Martin,
have you read Kyle Cordes&#8217;s blog post on the &#8220;&lt;a href=&quot;http://kylecordes.com/2007/07/12/youtube-scalability/&quot;&gt;YouTube Scalability Talk&lt;/a&gt;&#8221;? It&#039;s definitely worth reading.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hi Martin,
have you read Kyle Cordes&rsquo;s blog post on the &ldquo;<a href="http://kylecordes.com/2007/07/12/youtube-scalability/">YouTube Scalability Talk</a>&rdquo;? It&#8217;s definitely worth reading.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
