<?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: Once More: Firefox 3 is Not Bloated</title>
	<atom:link href="http://davidnaylor.org/blog/2009/03/once-more-firefox-3-is-not-bloated/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidnaylor.org/blog/2009/03/once-more-firefox-3-is-not-bloated/</link>
	<description>Photography, Browsers and Stuff.</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:59:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sharon</title>
		<link>http://davidnaylor.org/blog/2009/03/once-more-firefox-3-is-not-bloated/comment-page-1/#comment-3177</link>
		<dc:creator>Sharon</dc:creator>
		<pubDate>Sun, 21 Mar 2010 01:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://naylor83.wordpress.com/2009/03/21/once-more-firefox-3-is-not-bloated#comment-3177</guid>
		<description>I&#039;m on a Mac and was a diehard Firefox fan but as the day went on, it took a gig of RAM and really slowed down. I&#039;m using Google Toolbar, Web Developer and Firebug. I got tired of having to restart Firefox when it was ridiculously slow so I&#039;ve gone back to Safari which is using only 1.5 MB of RAM. Now I only use Firefox for Web Developer or Firebug. Such a shame. I miss it and hope for a better version soon.</description>
		<content:encoded><![CDATA[<p>I&#8217;m on a Mac and was a diehard Firefox fan but as the day went on, it took a gig of RAM and really slowed down. I&#8217;m using Google Toolbar, Web Developer and Firebug. I got tired of having to restart Firefox when it was ridiculously slow so I&#8217;ve gone back to Safari which is using only 1.5 MB of RAM. Now I only use Firefox for Web Developer or Firebug. Such a shame. I miss it and hope for a better version soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://davidnaylor.org/blog/2009/03/once-more-firefox-3-is-not-bloated/comment-page-1/#comment-3173</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 18 Mar 2010 04:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://naylor83.wordpress.com/2009/03/21/once-more-firefox-3-is-not-bloated#comment-3173</guid>
		<description>Firefox regularly consumes up to a gigabyte of RAM on my machine.  If I restart it with the exact same tabs it will typically take only 400-500 megs.  

That looks like a memory leak to me, but what justification can Firefox give for needing 1 GIGABYTE of ram to render 10 or so tabs?

Before you ask - I only have a few plugins - Firebug, Google Toolbar, and Accuweather. 

Sorry, as loyal as I have been to Firefox, I&#039;m really looking for a lightweight and quick browser.</description>
		<content:encoded><![CDATA[<p>Firefox regularly consumes up to a gigabyte of RAM on my machine.  If I restart it with the exact same tabs it will typically take only 400-500 megs.  </p>
<p>That looks like a memory leak to me, but what justification can Firefox give for needing 1 GIGABYTE of ram to render 10 or so tabs?</p>
<p>Before you ask &#8211; I only have a few plugins &#8211; Firebug, Google Toolbar, and Accuweather. </p>
<p>Sorry, as loyal as I have been to Firefox, I&#8217;m really looking for a lightweight and quick browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://davidnaylor.org/blog/2009/03/once-more-firefox-3-is-not-bloated/comment-page-1/#comment-594</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 23 Dec 2009 20:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://naylor83.wordpress.com/2009/03/21/once-more-firefox-3-is-not-bloated#comment-594</guid>
		<description>First Off this author apparently knows nothing about &quot;memory&quot; addressing since &quot;all&quot; operation work in memory and if the program does not flush the memory area it was located in, it will cause memory leaks (which FF does now)Most programmers today are not worth the money it takes to train them (not their fault really more the fault of the high order programming languages that have bloated to an enormous level with far too much automation and not enough concentration on compiler issues)I use Opera myself since 2007 and stopped any FF operations because &quot;IT HAS&quot; gotten as bloated at the IE it was supposed to replace.. any idiot that does programming knows that anytime you &quot;integrate&quot; anything into an original piece of code, it &quot;adds&quot; to the code length, and since the codes run through a &quot;newer&quot; compiler that also has new code added to it, it just makes things &quot;worse&quot; because this entire length of code &quot;HAS&quot; to be ran in memory once compiles into machine code ergo &quot;bloat&quot;Just because you have more memory DOES NOT mean that you have more speed if the buss (bandwidth) of the overall CPU operational memory &quot;internally&quot; is being stretched too thin by the OS and other related so called &quot;necessary&quot; features to compete for cycles..If a CPU uses more then 10% of its capacity in front end operations, it leaves very little room for the back-end operations that keep the whole damn thing stable.. Any coder worth anything understands that the &quot;footprint&quot; of the code they are trying to make needs to always &quot;remain small&quot; and use modules (add ons) to accomplish secondary tasks.. and if it can be done with less overhead &quot;DO IT&quot;...The old words of KISS (keep it simple STUPID!) is what you should always live by in coding.. apparently too many hands in the pie, and not enough application of intelligence has caused FF to become reliable no longer as far as I am concerned..One last thing.. I too am a &quot;technology whore&quot; meaning that if the current browser I am using begins to get too bloated &quot;I will&quot; change to another that is less overhead, reliable for browsing (which is all a browser should do) and move on until I am arm twisted to actually design my own (lazy like others but at least I can admit it)..James</description>
		<content:encoded><![CDATA[<p>First Off this author apparently knows nothing about &quot;memory&quot; addressing since &quot;all&quot; operation work in memory and if the program does not flush the memory area it was located in, it will cause memory leaks (which FF does now)Most programmers today are not worth the money it takes to train them (not their fault really more the fault of the high order programming languages that have bloated to an enormous level with far too much automation and not enough concentration on compiler issues)I use Opera myself since 2007 and stopped any FF operations because &quot;IT HAS&quot; gotten as bloated at the IE it was supposed to replace.. any idiot that does programming knows that anytime you &quot;integrate&quot; anything into an original piece of code, it &quot;adds&quot; to the code length, and since the codes run through a &quot;newer&quot; compiler that also has new code added to it, it just makes things &quot;worse&quot; because this entire length of code &quot;HAS&quot; to be ran in memory once compiles into machine code ergo &quot;bloat&quot;Just because you have more memory DOES NOT mean that you have more speed if the buss (bandwidth) of the overall CPU operational memory &quot;internally&quot; is being stretched too thin by the OS and other related so called &quot;necessary&quot; features to compete for cycles..If a CPU uses more then 10% of its capacity in front end operations, it leaves very little room for the back-end operations that keep the whole damn thing stable.. Any coder worth anything understands that the &quot;footprint&quot; of the code they are trying to make needs to always &quot;remain small&quot; and use modules (add ons) to accomplish secondary tasks.. and if it can be done with less overhead &quot;DO IT&quot;&#8230;The old words of KISS (keep it simple STUPID!) is what you should always live by in coding.. apparently too many hands in the pie, and not enough application of intelligence has caused FF to become reliable no longer as far as I am concerned..One last thing.. I too am a &quot;technology whore&quot; meaning that if the current browser I am using begins to get too bloated &quot;I will&quot; change to another that is less overhead, reliable for browsing (which is all a browser should do) and move on until I am arm twisted to actually design my own (lazy like others but at least I can admit it)..James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://davidnaylor.org/blog/2009/03/once-more-firefox-3-is-not-bloated/comment-page-1/#comment-593</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 10 Nov 2009 22:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://naylor83.wordpress.com/2009/03/21/once-more-firefox-3-is-not-bloated#comment-593</guid>
		<description>@ Kevin:&quot;And if Mozilla introduces a feature in a Firefox beta, then all the people who don&#039;t beta test will not have a chance to give feedback.&quot;It stands to reason that those who actually cared about giving feedback would be participating in the beta.</description>
		<content:encoded><![CDATA[<p>@ Kevin:&quot;And if Mozilla introduces a feature in a Firefox beta, then all the people who don&#39;t beta test will not have a chance to give feedback.&quot;It stands to reason that those who actually cared about giving feedback would be participating in the beta.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://davidnaylor.org/blog/2009/03/once-more-firefox-3-is-not-bloated/comment-page-1/#comment-592</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 11 Apr 2009 15:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://naylor83.wordpress.com/2009/03/21/once-more-firefox-3-is-not-bloated#comment-592</guid>
		<description>My enabled extensions fluctuates daily but on average, there are always at least 70 enabled and Firefox takes under 30 seconds to start.So 10, 20, even 30 seconds is worth bitching about?30 seconds?On my laptop Vista takes only 10 seconds more to load, and here the fanboys still refuse to admit that Firefox is bloated to kingdom come.Amazing.</description>
		<content:encoded><![CDATA[<p>My enabled extensions fluctuates daily but on average, there are always at least 70 enabled and Firefox takes under 30 seconds to start.So 10, 20, even 30 seconds is worth bitching about?30 seconds?On my laptop Vista takes only 10 seconds more to load, and here the fanboys still refuse to admit that Firefox is bloated to kingdom come.Amazing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://davidnaylor.org/blog/2009/03/once-more-firefox-3-is-not-bloated/comment-page-1/#comment-591</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 05 Apr 2009 14:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://naylor83.wordpress.com/2009/03/21/once-more-firefox-3-is-not-bloated#comment-591</guid>
		<description>Firefox 2 went like greased lightning on my system (WinXP 1.66GHz core duo), but Firefox 3.0.8 is slow as hell, and likes to crash lots.</description>
		<content:encoded><![CDATA[<p>Firefox 2 went like greased lightning on my system (WinXP 1.66GHz core duo), but Firefox 3.0.8 is slow as hell, and likes to crash lots.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://davidnaylor.org/blog/2009/03/once-more-firefox-3-is-not-bloated/comment-page-1/#comment-590</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 03 Apr 2009 09:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://naylor83.wordpress.com/2009/03/21/once-more-firefox-3-is-not-bloated#comment-590</guid>
		<description>Yes... loading time and memory consumption are really important for sure, you got a point here. But if we speak about java script performance... _unfortunately_, I will have to point that out:http://www.chromeexperiments.com/Try it with both FF and Chrome, and see what happens... really sorry.</description>
		<content:encoded><![CDATA[<p>Yes&#8230; loading time and memory consumption are really important for sure, you got a point here. But if we speak about java script performance&#8230; _unfortunately_, I will have to point that out:<a href="http://www.chromeexperiments.com/Try" rel="nofollow">http://www.chromeexperiments.com/Try</a> it with both FF and Chrome, and see what happens&#8230; really sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://davidnaylor.org/blog/2009/03/once-more-firefox-3-is-not-bloated/comment-page-1/#comment-589</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 31 Mar 2009 21:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://naylor83.wordpress.com/2009/03/21/once-more-firefox-3-is-not-bloated#comment-589</guid>
		<description>Just wait until 3.5 is released. The speed will blow your mind. :)</description>
		<content:encoded><![CDATA[<p>Just wait until 3.5 is released. The speed will blow your mind. <img src='http://davidnaylor.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Turk</title>
		<link>http://davidnaylor.org/blog/2009/03/once-more-firefox-3-is-not-bloated/comment-page-1/#comment-588</link>
		<dc:creator>Turk</dc:creator>
		<pubDate>Tue, 31 Mar 2009 03:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://naylor83.wordpress.com/2009/03/21/once-more-firefox-3-is-not-bloated#comment-588</guid>
		<description>I was a die-hard FF person, but after FF3, I have given up. I wen back to FF2 for a few months waiting for the fix to come. After being unable to play Netflix in a down version, I upgraded back up to FF3.  Basically, FF starts up, but if I try to access my toolbar, favorites etc, it is frozen. I had just as many bookmarks and live bookmarks as before.. Why won&#039;t someone at FF fix this? I tried a bunch of the fixes listed by others on the internet, and none have helped. Tonight I downloaded Chrome and IE8. I am sad to be saying goodbye to Firefox.</description>
		<content:encoded><![CDATA[<p>I was a die-hard FF person, but after FF3, I have given up. I wen back to FF2 for a few months waiting for the fix to come. After being unable to play Netflix in a down version, I upgraded back up to FF3.  Basically, FF starts up, but if I try to access my toolbar, favorites etc, it is frozen. I had just as many bookmarks and live bookmarks as before.. Why won&#8217;t someone at FF fix this? I tried a bunch of the fixes listed by others on the internet, and none have helped. Tonight I downloaded Chrome and IE8. I am sad to be saying goodbye to Firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Stewart</title>
		<link>http://davidnaylor.org/blog/2009/03/once-more-firefox-3-is-not-bloated/comment-page-1/#comment-587</link>
		<dc:creator>Jeff Stewart</dc:creator>
		<pubDate>Fri, 27 Mar 2009 14:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://naylor83.wordpress.com/2009/03/21/once-more-firefox-3-is-not-bloated#comment-587</guid>
		<description>Startup time is what I feel most.  I don&#039;t do enough surfing to care about page rendering speed and I consider JavaScript performance a solved problem.  But I think having to thrash the hard drive for 5-6 seconds to start a browser is unforgiveable.  I&#039;m kind of an ass about it.Why not leave my browser open?  Bad habits, I guess.  I got in the habit years ago of closing my web browser when I&#039;m not using it, just like I close Windows Explorer or the command prompt when I&#039;m done manipulating a file.  I don&#039;t need it around anymore and it&#039;s really not a sure thing that I&#039;ll come right back to it.  I like things tidy, I don&#039;t know.  IE6 probably started that trend; its memory leaks required that I regularly &quot;flush&quot; it.  Firefox had that problem for a while, too, especially during heady Firebug sessions (blame Firefox, blame Firebug, whatever).Anyway, the nature of my work has me switching tasks very frequently.  And most of the computers I work on aren&#039;t beefcakes; in fact a lot of them are virtual or remote machines that I tune into at unpredictable intervals.  This, I suppose, reinforced the habit of eradicating applications and freeing resources I&#039;m no longer using.Kind of an ass about it.So whatever I need to do at any given moment needs to happen quickly, &#039;cause I&#039;m usually eager to move on to the next thing and put the current task behind me.  Startup time really is what I feel most when using a browser.When when it comes to usability and performance, I&#039;m in the &quot;it&#039;s as usable and performant as it feels, not as it benchmarks&quot; school of thought.  *shrug*Plus, when you see how fast a browser can start, it&#039;s maddening to see other browsers fail to do the same.  Add seconds of hard drive thrashing on top of that and it makes this techie a sad panda.</description>
		<content:encoded><![CDATA[<p>Startup time is what I feel most.  I don&#8217;t do enough surfing to care about page rendering speed and I consider JavaScript performance a solved problem.  But I think having to thrash the hard drive for 5-6 seconds to start a browser is unforgiveable.  I&#8217;m kind of an ass about it.Why not leave my browser open?  Bad habits, I guess.  I got in the habit years ago of closing my web browser when I&#8217;m not using it, just like I close Windows Explorer or the command prompt when I&#8217;m done manipulating a file.  I don&#8217;t need it around anymore and it&#8217;s really not a sure thing that I&#8217;ll come right back to it.  I like things tidy, I don&#8217;t know.  IE6 probably started that trend; its memory leaks required that I regularly &#8220;flush&#8221; it.  Firefox had that problem for a while, too, especially during heady Firebug sessions (blame Firefox, blame Firebug, whatever).Anyway, the nature of my work has me switching tasks very frequently.  And most of the computers I work on aren&#8217;t beefcakes; in fact a lot of them are virtual or remote machines that I tune into at unpredictable intervals.  This, I suppose, reinforced the habit of eradicating applications and freeing resources I&#8217;m no longer using.Kind of an ass about it.So whatever I need to do at any given moment needs to happen quickly, &#8217;cause I&#8217;m usually eager to move on to the next thing and put the current task behind me.  Startup time really is what I feel most when using a browser.When when it comes to usability and performance, I&#8217;m in the &#8220;it&#8217;s as usable and performant as it feels, not as it benchmarks&#8221; school of thought.  *shrug*Plus, when you see how fast a browser can start, it&#8217;s maddening to see other browsers fail to do the same.  Add seconds of hard drive thrashing on top of that and it makes this techie a sad panda.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

