<?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: Optimizing your JS and CSS</title>
	<atom:link href="http://morgamic.com/2009/08/18/optimizing-your-js-and-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://morgamic.com/2009/08/18/optimizing-your-js-and-css/</link>
	<description>stuff and things, according to Mike Morgan</description>
	<lastBuildDate>Thu, 20 Jan 2011 06:10:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: morgamic</title>
		<link>http://morgamic.com/2009/08/18/optimizing-your-js-and-css/comment-page-1/#comment-221240</link>
		<dc:creator>morgamic</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://morgamic.com/?p=232#comment-221240</guid>
		<description>Cool, thanks Patrick.  It did seem like quite a jump, forgot about SSL there.  I agree, the site could use a general overhaul but that&#039;d be a larger project as it&#039;d be a global change.  We&#039;re tracking that here:
https://bugzilla.mozilla.org/show_bug.cgi?id=500849</description>
		<content:encoded><![CDATA[<p>Cool, thanks Patrick.  It did seem like quite a jump, forgot about SSL there.  I agree, the site could use a general overhaul but that&#8217;d be a larger project as it&#8217;d be a global change.  We&#8217;re tracking that here:<br />
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=500849" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=500849</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Meenan</title>
		<link>http://morgamic.com/2009/08/18/optimizing-your-js-and-css/comment-page-1/#comment-221239</link>
		<dc:creator>Patrick Meenan</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://morgamic.com/?p=232#comment-221239</guid>
		<description>FWIW, looks like your pre-production tests were testing https and didn&#039;t have persistent connections so there was a HUGE penalty for every request (4 round trips).  Also, your production test was on IE8 and the pre-production tests were IE7 so you get even more benefit from the 6 parallel connections and non-blocking js.

Looks like there is still a ton of separate css and js files that could be combined which would get you under 2 seconds for the start render.</description>
		<content:encoded><![CDATA[<p>FWIW, looks like your pre-production tests were testing https and didn&#8217;t have persistent connections so there was a HUGE penalty for every request (4 round trips).  Also, your production test was on IE8 and the pre-production tests were IE7 so you get even more benefit from the 6 parallel connections and non-blocking js.</p>
<p>Looks like there is still a ton of separate css and js files that could be combined which would get you under 2 seconds for the start render.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morgamic</title>
		<link>http://morgamic.com/2009/08/18/optimizing-your-js-and-css/comment-page-1/#comment-221229</link>
		<dc:creator>morgamic</dc:creator>
		<pubDate>Wed, 19 Aug 2009 08:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://morgamic.com/?p=232#comment-221229</guid>
		<description>For YUI you load just what you need, so yeah, already do that.

We already have bugs filed for jshydra on production servers, but for something a bit different - https://bugzilla.mozilla.org/show_bug.cgi?id=509503

Re: time difference it&#039;s just variance, I think.  It was done at different times of the day -- didn&#039;t expect that to change much.</description>
		<content:encoded><![CDATA[<p>For YUI you load just what you need, so yeah, already do that.</p>
<p>We already have bugs filed for jshydra on production servers, but for something a bit different &#8211; <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=509503" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=509503</a></p>
<p>Re: time difference it&#8217;s just variance, I think.  It was done at different times of the day &#8212; didn&#8217;t expect that to change much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gijs</title>
		<link>http://morgamic.com/2009/08/18/optimizing-your-js-and-css/comment-page-1/#comment-221228</link>
		<dc:creator>Gijs</dc:creator>
		<pubDate>Wed, 19 Aug 2009 08:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://morgamic.com/?p=232#comment-221228</guid>
		<description>Could you easily take out the bits of YUI/jQuery that you don&#039;t use? Perhaps using JS static analysis (there was a recent post on that! :-)) ?

Furthermore, it looks like load time actually increased in the reload page case (2.679s vs. 2.533s) ? What&#039;s up with that?</description>
		<content:encoded><![CDATA[<p>Could you easily take out the bits of YUI/jQuery that you don&#8217;t use? Perhaps using JS static analysis (there was a recent post on that! <img src='http://morgamic.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ) ?</p>
<p>Furthermore, it looks like load time actually increased in the reload page case (2.679s vs. 2.533s) ? What&#8217;s up with that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Dash</title>
		<link>http://morgamic.com/2009/08/18/optimizing-your-js-and-css/comment-page-1/#comment-221227</link>
		<dc:creator>Dave Dash</dc:creator>
		<pubDate>Wed, 19 Aug 2009 05:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://morgamic.com/?p=232#comment-221227</guid>
		<description>... also, I do have build scripts that I use that do this for my django apps, but its easily adaptable to anything.</description>
		<content:encoded><![CDATA[<p>&#8230; also, I do have build scripts that I use that do this for my django apps, but its easily adaptable to anything.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

