<?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: Firefox 3.5 at the top</title>
	<atom:link href="http://www.stevesouders.com/blog/2009/06/30/firefox-35-at-the-top/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevesouders.com/blog/2009/06/30/firefox-35-at-the-top/</link>
	<description>Essential knowledge for making your web pages faster.</description>
	<lastBuildDate>Fri, 30 Jul 2010 02:13:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dudy Adityawan</title>
		<link>http://www.stevesouders.com/blog/2009/06/30/firefox-35-at-the-top/comment-page-1/#comment-778</link>
		<dc:creator>Dudy Adityawan</dc:creator>
		<pubDate>Sun, 06 Sep 2009 16:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=449#comment-778</guid>
		<description>But Now opera release version opera 10 and inject turbo technology i think now opera can defeat mozilla !!</description>
		<content:encoded><![CDATA[<p>But Now opera release version opera 10 and inject turbo technology i think now opera can defeat mozilla !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George K</title>
		<link>http://www.stevesouders.com/blog/2009/06/30/firefox-35-at-the-top/comment-page-1/#comment-773</link>
		<dc:creator>George K</dc:creator>
		<pubDate>Tue, 01 Sep 2009 02:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=449#comment-773</guid>
		<description>@lars

Blocking rendering until the fonts are loaded isn&#039;t all bad. On FF I see my page re-rendering every time it loads, it&#039;s really jarring. I may be a perfectionist but the effect is annoying enough to me that I disabled the font and just started using system fonts. In chrome the page may take a few extra ms the first time it loads, but after that I don&#039;t get a jarring shift n every page load.</description>
		<content:encoded><![CDATA[<p>@lars</p>
<p>Blocking rendering until the fonts are loaded isn&#8217;t all bad. On FF I see my page re-rendering every time it loads, it&#8217;s really jarring. I may be a perfectionist but the effect is annoying enough to me that I disabled the font and just started using system fonts. In chrome the page may take a few extra ms the first time it loads, but after that I don&#8217;t get a jarring shift n every page load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Souders</title>
		<link>http://www.stevesouders.com/blog/2009/06/30/firefox-35-at-the-top/comment-page-1/#comment-771</link>
		<dc:creator>Steve Souders</dc:creator>
		<pubDate>Thu, 27 Aug 2009 15:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=449#comment-771</guid>
		<description>@Lars and @Rick: Can you devise tests, similar to UA Profiler, that could test web fonts and the SVG issue? If so, I could add them.

@_ck_: Since webkit supports parallel script loading, it&#039;s less critical to implement DEFER. The way DEFER is defined in &lt;a href=&quot;http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-defer&quot; rel=&quot;nofollow&quot;&gt;HTML 4&lt;/a&gt; and &lt;a href=&quot;http://www.w3.org/TR/2008/WD-html5-20080610/tabular.html#defer&quot; rel=&quot;nofollow&quot;&gt;HTML 5&lt;/a&gt; is a little vague and differ slightly, but what WebKit does with parallel script loading could be considered an implementation of DEFER, so whether you add DEFER or not, that&#039;s what WebKit does. Now, none of the browsers do what I really want for defer - download everything else in the page first, then download the deferred script(s). I&#039;ll write a blog post soon about DEFER and two new attributes I propose: ASYNC and POSTONLOAD.</description>
		<content:encoded><![CDATA[<p>@Lars and @Rick: Can you devise tests, similar to UA Profiler, that could test web fonts and the SVG issue? If so, I could add them.</p>
<p>@_ck_: Since webkit supports parallel script loading, it&#8217;s less critical to implement DEFER. The way DEFER is defined in <a href="http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-defer" rel="nofollow">HTML 4</a> and <a href="http://www.w3.org/TR/2008/WD-html5-20080610/tabular.html#defer" rel="nofollow">HTML 5</a> is a little vague and differ slightly, but what WebKit does with parallel script loading could be considered an implementation of DEFER, so whether you add DEFER or not, that&#8217;s what WebKit does. Now, none of the browsers do what I really want for defer &#8211; download everything else in the page first, then download the deferred script(s). I&#8217;ll write a blog post soon about DEFER and two new attributes I propose: ASYNC and POSTONLOAD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Graham</title>
		<link>http://www.stevesouders.com/blog/2009/06/30/firefox-35-at-the-top/comment-page-1/#comment-770</link>
		<dc:creator>Rick Graham</dc:creator>
		<pubDate>Thu, 27 Aug 2009 15:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=449#comment-770</guid>
		<description>I have a large SVG application that runs fine on FFX 3.0.x  However it is very slow on 3.5.  Almost unusable.

I have three os&#039;s and 5 browsers at my desk and across the board Firefox 3.5 has gone from decent performance to the absolute worst.

Currently Safari on the Mac is the best, elsewhere the other browsers all perform well running this SVG application.</description>
		<content:encoded><![CDATA[<p>I have a large SVG application that runs fine on FFX 3.0.x  However it is very slow on 3.5.  Almost unusable.</p>
<p>I have three os&#8217;s and 5 browsers at my desk and across the board Firefox 3.5 has gone from decent performance to the absolute worst.</p>
<p>Currently Safari on the Mac is the best, elsewhere the other browsers all perform well running this SVG application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: _ck_</title>
		<link>http://www.stevesouders.com/blog/2009/06/30/firefox-35-at-the-top/comment-page-1/#comment-736</link>
		<dc:creator>_ck_</dc:creator>
		<pubDate>Mon, 03 Aug 2009 12:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=449#comment-736</guid>
		<description>Steve, did you notice that Firefox 3.5 finally supports DEFER on javascript? 

Only took them nine years :-)

ps. do you know if webkit supports DEFER ? I have to assume it does.</description>
		<content:encoded><![CDATA[<p>Steve, did you notice that Firefox 3.5 finally supports DEFER on javascript? </p>
<p>Only took them nine years :-)</p>
<p>ps. do you know if webkit supports DEFER ? I have to assume it does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antiquitäten</title>
		<link>http://www.stevesouders.com/blog/2009/06/30/firefox-35-at-the-top/comment-page-1/#comment-728</link>
		<dc:creator>Antiquitäten</dc:creator>
		<pubDate>Tue, 28 Jul 2009 10:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=449#comment-728</guid>
		<description>as long as we (www.tamundo.de) can ignore google chrome for optimization...</description>
		<content:encoded><![CDATA[<p>as long as we (www.tamundo.de) can ignore google chrome for optimization&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Gunther</title>
		<link>http://www.stevesouders.com/blog/2009/06/30/firefox-35-at-the-top/comment-page-1/#comment-717</link>
		<dc:creator>Lars Gunther</dc:creator>
		<pubDate>Thu, 23 Jul 2009 08:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=449#comment-717</guid>
		<description>Now that web fonts are coming, you might consider testing if a browser blocks rendering until fonts have been downloaded (Safari) or choses to give the user at least something to read, and then re-draws the page with the correct font (Firefox). Waiting for a blank screen on a slow connection sure is not a nice experience.</description>
		<content:encoded><![CDATA[<p>Now that web fonts are coming, you might consider testing if a browser blocks rendering until fonts have been downloaded (Safari) or choses to give the user at least something to read, and then re-draws the page with the correct font (Firefox). Waiting for a blank screen on a slow connection sure is not a nice experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas</title>
		<link>http://www.stevesouders.com/blog/2009/06/30/firefox-35-at-the-top/comment-page-1/#comment-694</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Thu, 09 Jul 2009 21:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=449#comment-694</guid>
		<description>Did you know that Microsoft is stealthy adding some .NET plug-in to Firefox without our knowledge and without possibility to uninstall it?</description>
		<content:encoded><![CDATA[<p>Did you know that Microsoft is stealthy adding some .NET plug-in to Firefox without our knowledge and without possibility to uninstall it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minefield</title>
		<link>http://www.stevesouders.com/blog/2009/06/30/firefox-35-at-the-top/comment-page-1/#comment-692</link>
		<dc:creator>Minefield</dc:creator>
		<pubDate>Thu, 09 Jul 2009 18:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=449#comment-692</guid>
		<description>http://stevesouders.com/ua/report.php?v=det&amp;pb=Minefield+3.6a1pre

Looks like the most recent nightly builds of Minefield gets all 11/11 tests correctly now.

Congrats Mozilla on being first to achieve this.</description>
		<content:encoded><![CDATA[<p><a href="http://stevesouders.com/ua/report.php?v=det&amp;pb=Minefield+3.6a1pre" rel="nofollow">http://stevesouders.com/ua/report.php?v=det&amp;pb=Minefield+3.6a1pre</a></p>
<p>Looks like the most recent nightly builds of Minefield gets all 11/11 tests correctly now.</p>
<p>Congrats Mozilla on being first to achieve this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.stevesouders.com/blog/2009/06/30/firefox-35-at-the-top/comment-page-1/#comment-691</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Tue, 07 Jul 2009 16:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=449#comment-691</guid>
		<description>I agree with Raja MM, Firefox 3.5 for me is terribly slow and hangs all the time. Far more often and for longer than 3.0.11 ever did with the same extensions. It&#039;s totally unusable and never should&#039;ve been taken out of beta in its current state.

And to add insult to injury, for the first time now, even file save dialogs become unresponsive while Firefox is hung doing lord knows what. At the very least, under 3.0.11 when I tried to save an image, the file requester was at least responsive to clicking save.

Terrible terrible version. I&#039;m going to try to downgrade back to 3.0.11 until this 3.5 mess is sorted out. Bummer dude. :(</description>
		<content:encoded><![CDATA[<p>I agree with Raja MM, Firefox 3.5 for me is terribly slow and hangs all the time. Far more often and for longer than 3.0.11 ever did with the same extensions. It&#8217;s totally unusable and never should&#8217;ve been taken out of beta in its current state.</p>
<p>And to add insult to injury, for the first time now, even file save dialogs become unresponsive while Firefox is hung doing lord knows what. At the very least, under 3.0.11 when I tried to save an image, the file requester was at least responsive to clicking save.</p>
<p>Terrible terrible version. I&#8217;m going to try to downgrade back to 3.0.11 until this 3.5 mess is sorted out. Bummer dude. :(</p>
]]></content:encoded>
	</item>
</channel>
</rss>
