<?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: don&#8217;t use @import</title>
	<atom:link href="http://www.stevesouders.com/blog/2009/04/09/dont-use-import/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevesouders.com/blog/2009/04/09/dont-use-import/</link>
	<description>Essential knowledge for making your web pages faster.</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:46:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Steve Souders</title>
		<link>http://www.stevesouders.com/blog/2009/04/09/dont-use-import/#comment-3699</link>
		<dc:creator>Steve Souders</dc:creator>
		<pubDate>Thu, 02 Feb 2012 17:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=291#comment-3699</guid>
		<description>@ShaunR: I&#039;ve written 3 blog posts about fonts. Here&#039;s a good place to start: &lt;a href=&quot;http://www.stevesouders.com/blog/2010/06/01/frontend-spof/&quot; rel=&quot;nofollow&quot;&gt;Frontend SPOF&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@ShaunR: I&#8217;ve written 3 blog posts about fonts. Here&#8217;s a good place to start: <a href="http://www.stevesouders.com/blog/2010/06/01/frontend-spof/" rel="nofollow">Frontend SPOF</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShaunR</title>
		<link>http://www.stevesouders.com/blog/2009/04/09/dont-use-import/#comment-3698</link>
		<dc:creator>ShaunR</dc:creator>
		<pubDate>Thu, 02 Feb 2012 16:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=291#comment-3698</guid>
		<description>This article was pointed out to me a while ago by a CSS guru and as a result Miser (http://sourceforge.net/projects/miser/) merges all @imports to mitigate this. Great article.

Have you also looked at web fonts? (eg *.eot). They also force sequential downloads and unfortunately are becoming more and more prevalent.</description>
		<content:encoded><![CDATA[<p>This article was pointed out to me a while ago by a CSS guru and as a result Miser (<a href="http://sourceforge.net/projects/miser/" rel="nofollow">http://sourceforge.net/projects/miser/</a>) merges all @imports to mitigate this. Great article.</p>
<p>Have you also looked at web fonts? (eg *.eot). They also force sequential downloads and unfortunately are becoming more and more prevalent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Wrock</title>
		<link>http://www.stevesouders.com/blog/2009/04/09/dont-use-import/#comment-3582</link>
		<dc:creator>Matt Wrock</dc:creator>
		<pubDate>Sun, 20 Nov 2011 15:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=291#comment-3582</guid>
		<description>I&#039;ve been working on an OSS project https://github.com/mwrock/RequestReduce that among other things, combines and minifies css for .net web apps. One feature I implemented fairly recently is the ability to recursively automatically expand @imports. This has proven to takes the bite out of @import perf yet allows web dev/designers to keep them.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been working on an OSS project <a href="https://github.com/mwrock/RequestReduce" rel="nofollow">https://github.com/mwrock/RequestReduce</a> that among other things, combines and minifies css for .net web apps. One feature I implemented fairly recently is the ability to recursively automatically expand @imports. This has proven to takes the bite out of @import perf yet allows web dev/designers to keep them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.stevesouders.com/blog/2009/04/09/dont-use-import/#comment-3374</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 07 Jul 2011 10:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=291#comment-3374</guid>
		<description>There is a simple concluusion to what happens if You want to download externla ressources in parallel. One point is that there ist limited number of request that run parallel. Even if there is no browser limitation on that maybe the server has one. Another point is, that for each download a single request is done with all its overhead regarding IO.

So maybe another appoach might be to concatenate the ressources on the server side (where You can easily manage the dependencies), pack them and deliver them in one respones to one request to client. This works fine for all server side progarmming languages.</description>
		<content:encoded><![CDATA[<p>There is a simple concluusion to what happens if You want to download externla ressources in parallel. One point is that there ist limited number of request that run parallel. Even if there is no browser limitation on that maybe the server has one. Another point is, that for each download a single request is done with all its overhead regarding IO.</p>
<p>So maybe another appoach might be to concatenate the ressources on the server side (where You can easily manage the dependencies), pack them and deliver them in one respones to one request to client. This works fine for all server side progarmming languages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tek Parcha</title>
		<link>http://www.stevesouders.com/blog/2009/04/09/dont-use-import/#comment-3195</link>
		<dc:creator>Tek Parcha</dc:creator>
		<pubDate>Thu, 31 Mar 2011 20:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=291#comment-3195</guid>
		<description>yea you are right, but when we use @import our page is loading faster.. am I doing something wrong?</description>
		<content:encoded><![CDATA[<p>yea you are right, but when we use @import our page is loading faster.. am I doing something wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Souders</title>
		<link>http://www.stevesouders.com/blog/2009/04/09/dont-use-import/#comment-3094</link>
		<dc:creator>Steve Souders</dc:creator>
		<pubDate>Thu, 10 Mar 2011 23:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=291#comment-3094</guid>
		<description>@Ncage: IE9 behaves the same as IE8.</description>
		<content:encoded><![CDATA[<p>@Ncage: IE9 behaves the same as IE8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ncage</title>
		<link>http://www.stevesouders.com/blog/2009/04/09/dont-use-import/#comment-3090</link>
		<dc:creator>Ncage</dc:creator>
		<pubDate>Wed, 09 Mar 2011 04:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=291#comment-3090</guid>
		<description>Just being curious...have you tried this out in IE9 yet? I would think with all the performance improvements that they have fixed this problem?</description>
		<content:encoded><![CDATA[<p>Just being curious&#8230;have you tried this out in IE9 yet? I would think with all the performance improvements that they have fixed this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: optimizacija sajta</title>
		<link>http://www.stevesouders.com/blog/2009/04/09/dont-use-import/#comment-3001</link>
		<dc:creator>optimizacija sajta</dc:creator>
		<pubDate>Wed, 02 Feb 2011 19:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=291#comment-3001</guid>
		<description>I tried both, but it`s better and faster to use link then @import</description>
		<content:encoded><![CDATA[<p>I tried both, but it`s better and faster to use link then @import</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dizi izleme sitesi</title>
		<link>http://www.stevesouders.com/blog/2009/04/09/dont-use-import/#comment-2952</link>
		<dc:creator>Dizi izleme sitesi</dc:creator>
		<pubDate>Thu, 20 Jan 2011 15:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=291#comment-2952</guid>
		<description>We have also started to change our @import &gt; Link, because based on our test link really load faster.</description>
		<content:encoded><![CDATA[<p>We have also started to change our @import &gt; Link, because based on our test link really load faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhagwati</title>
		<link>http://www.stevesouders.com/blog/2009/04/09/dont-use-import/#comment-2937</link>
		<dc:creator>Bhagwati</dc:creator>
		<pubDate>Mon, 17 Jan 2011 06:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=291#comment-2937</guid>
		<description>@import is basic dependency management for big projects

U can use some build script for production, which internalize your @imports</description>
		<content:encoded><![CDATA[<p>@import is basic dependency management for big projects</p>
<p>U can use some build script for production, which internalize your @imports</p>
]]></content:encoded>
	</item>
</channel>
</rss>

