<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Richard’s Blog-o-Shite &#187; Firefox</title>
	<atom:link href="http://www.uttertosser.com/category/software/browsers/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uttertosser.com</link>
	<description>Random Bloggy Goodness</description>
	<lastBuildDate>Tue, 03 Aug 2010 10:09:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Firefox PR Disaster</title>
		<link>http://www.uttertosser.com/2008/06/17/firefox-pr-disaster/</link>
		<comments>http://www.uttertosser.com/2008/06/17/firefox-pr-disaster/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 18:12:28 +0000</pubDate>
		<dc:creator>RHM</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Stupidity]]></category>
		<category><![CDATA[WTF]]></category>
		<category><![CDATA[oops!]]></category>

		<guid isPermaLink="false">http://www.uttertosser.com/?p=402</guid>
		<description><![CDATA[From the &#8220;Whose Stupid Idea Was That?&#8221; department, comes the debacle surrounding the release of version 3 of Firefox. It&#8217;s summarised quite nicely here: http://www.thatwebman.com/2008/06/17/public-relations-disaster-for-firefox/]]></description>
			<content:encoded><![CDATA[<p>From the &#8220;Whose Stupid Idea Was That?&#8221; department, comes the debacle surrounding the release of version 3 of Firefox.</p>
<p>It&#8217;s summarised quite nicely here:<br />
<a href="http://www.thatwebman.com/2008/06/17/public-relations-disaster-for-firefox/">http://www.thatwebman.com/2008/06/17/public-relations-disaster-for-firefox/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.uttertosser.com/2008/06/17/firefox-pr-disaster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Trouble with Firefox</title>
		<link>http://www.uttertosser.com/2007/08/29/the-trouble-with-firefox/</link>
		<comments>http://www.uttertosser.com/2007/08/29/the-trouble-with-firefox/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 22:05:36 +0000</pubDate>
		<dc:creator>RHM</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.richardhmorris.com/2007/08/29/the-trouble-with-firefox/</guid>
		<description><![CDATA[I tend to have a number of web browsers installed on my systems to make sure I can test web pages in a number of up to date browsers, and this includes Firefox ( ) But one issue I have with Firefox is how after a few hours&#8217; use &#8211; especially as my use these [...]]]></description>
			<content:encoded><![CDATA[<p>I tend to have a number of web browsers installed on my systems to make sure I can test web pages in a number of up to date browsers, and this includes Firefox (<script type="text/javascript"><!--
google_ad_client = "pub-3148316290683985";
google_ad_output = "textlink";
google_ad_format = "ref_text";
google_cpa_choice = "CAAQkar2_gEaCByEzMjSiC1gKKm14YcBMAA";
google_ad_channel = "8492926732";
//-->
</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>)</p>
<p>But one issue I have with Firefox is how after a few hours&#8217; use &#8211; especially as my use these days tends to include a number of AJAX-based sites, Gmail, etc. &#8211; the amount of memory being consumed sky-rockets despite, or possibly because of, the amount of physical memory on my main work machine.</p>
<p>This evening, I&#8217;ve implemented a number of hacks that may or may not help things out with this supposed memory leak (apparently it&#8217;s working as designed&#8230;), so here we are. This is Firefox version 2.0.0.6, by the way.</p>
<p>Firstly, we want to reduce the amount of RAM being used for Firefox&#8217;s cache. We do this like this:</p>
<p><code>1. Type “about:config” (no quotes) in the browser<br />
2. Find browser.sessionhistory.max_total_viewer<br />
3. Set its value to “0″<br />
4. Restart Firefox</code></p>
<p>Secondly, as minimising the browser window seems to accomplish little, we&#8217;ll try to reduce memory use when it is:</p>
<p><code>1. Type about:config again and then press Enter.<br />
2. Right-click in the page and select New -&gt; Boolean.<br />
3. In the box that pops up enter config.trim_on_minimize. Press Enter.<br />
4. Now select True and then press Enter.<br />
5. Restart Firefox.</code></p>
<p>Still with me? Now we&#8217;ll move on to page rendering speeds and more memory leak hacks, this time from <a target="_blank" href="http://www.havelaptopwilltravel.com/make-firefox-faster-and-prevent-memory-leak/" title="External hyperlink to HLWT">&#8220;Have Laptop Will Travel&#8221;</a>:</p>
<blockquote><p>&#8220;Type in the address bar <strong>about:config</strong>.<br />
Type <strong>pipelining</strong> in the filter bar.<br />
Double-click on <strong>network.http.pipelining</strong> to set its value to <strong>TRUE</strong>.<br />
Double-click on <strong>network.http.pipelining.maxrequests</strong> and change its value to <strong>12</strong> or more if you have broadband.</p>
<p>Play a little with the setting to find a configuration which is best for your connection.</p>
<p>Firefox is most hated for its memory usage. After having browsed some hours, Firefox will easily have taken 250MB or more of memory and slow down your <acronym title="Personal Computer">PC</acronym>. This is because <abbr title="Firefox">FF</abbr> has never been programmed to overwrite the memory it doesn’t use anymore and give free to other programs. Sometimes even closing Firefox won’t speed up your <acronym title="Personal Computer">PC</acronym> anymore. But the leakage can be prevented.</p>
<p>To do so, open a new tab and type about:config in your address bar again.<br />
This time we want to limit the size of the memory cache.<br />
Therefore we need to create a new preference, named <strong>browser.cache.memory.capacity</strong>.<br />
Right click on any free area in the preferences window and choose <strong>New —&gt; String</strong>.<br />
Type now the name <strong>browser.cache.memory.capacity</strong> and in the next window set the value to <strong>20000</strong>.<br />
This will limit the size of the cache in the <acronym title="Random Access Memory">RAM</acronym> to 20000KB and should prevent the annoying memory leak.<br />
Restart your browser now.&#8221;</p></blockquote>
<p>And after I&#8217;d found and implemented these hacks, I discovered them and more at <a target="_blank" href="http://element14.wordpress.com/2006/11/01/firefox-tweaks-revisted-for-20/" title="External hyperlink to element14">the element14 Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.uttertosser.com/2007/08/29/the-trouble-with-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
