<?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: Speed up your firefox (ever so slightly)</title>
	<atom:link href="http://www.cmdln.org/2009/04/29/speed-up-your-firefox-ever-so-slightly/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cmdln.org/2009/04/29/speed-up-your-firefox-ever-so-slightly/</link>
	<description>a system administrators mutterings</description>
	<lastBuildDate>Fri, 10 Feb 2012 15:51:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dusty Wilson</title>
		<link>http://www.cmdln.org/2009/04/29/speed-up-your-firefox-ever-so-slightly/comment-page-1/#comment-899</link>
		<dc:creator>Dusty Wilson</dc:creator>
		<pubDate>Sat, 11 Jul 2009 06:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=345#comment-899</guid>
		<description>Thanks for this tip, Nick.  I hadn&#039;t really thought of doing this.  I use many FF3 profiles for various tasks and noticed that some profiles are faster than others.  After vacuum, it seems to start my primary profile a bit faster.</description>
		<content:encoded><![CDATA[<p>Thanks for this tip, Nick.  I hadn&#8217;t really thought of doing this.  I use many FF3 profiles for various tasks and noticed that some profiles are faster than others.  After vacuum, it seems to start my primary profile a bit faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Z</title>
		<link>http://www.cmdln.org/2009/04/29/speed-up-your-firefox-ever-so-slightly/comment-page-1/#comment-882</link>
		<dc:creator>Andrew Z</dc:creator>
		<pubDate>Thu, 02 Jul 2009 03:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=345#comment-882</guid>
		<description>I notice vacuuming helps speed up the awesome bar, but you don&#039;t need command line ninja skills: &lt;a href=&quot;http://bleachbit-project.appspot.com/features/&quot; rel=&quot;nofollow&quot;&gt;BleachBit vacuums Firefox&lt;/a&gt; (and performs other cleaning tasks) from a GUI with just a click.</description>
		<content:encoded><![CDATA[<p>I notice vacuuming helps speed up the awesome bar, but you don&#8217;t need command line ninja skills: <a href="http://bleachbit-project.appspot.com/features/" rel="nofollow">BleachBit vacuums Firefox</a> (and performs other cleaning tasks) from a GUI with just a click.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harnir</title>
		<link>http://www.cmdln.org/2009/04/29/speed-up-your-firefox-ever-so-slightly/comment-page-1/#comment-877</link>
		<dc:creator>harnir</dc:creator>
		<pubDate>Mon, 11 May 2009 07:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=345#comment-877</guid>
		<description>Thanks for the tip! Here&#039;s a nice wrapper for it:


# Clean up Firefox sqlite3 databases
if [[ -x =firefox ]] &amp;&amp; [[ -x =sqlite3 ]] ; then
        function vacuum-firefox-databases () {
                # Check if Firefox is running
                ps -ef &#124; grep firefox &#124; grep -v grep &gt; /dev/null &amp;&amp; echo &quot;Close all Firefox instances before issuing this command&quot; &amp;&amp; return

                for i in ~/.mozilla/firefox/*/*.sqlite; do
                        oldsize=`ls -lh $i &#124; awk &#039;{print $5}&#039;`
                        printf &#039;%25s: %4s\t&#039; `basename $i` $oldsize
                        sqlite3 $i VACUUM
                        ls -lh $i &#124; awk &#039;{print $5}&#039;
                done
        }
fi
</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! Here&#8217;s a nice wrapper for it:</p>
<p># Clean up Firefox sqlite3 databases<br />
if [[ -x =firefox ]] &amp;&amp; [[ -x =sqlite3 ]] ; then<br />
        function vacuum-firefox-databases () {<br />
                # Check if Firefox is running<br />
                ps -ef | grep firefox | grep -v grep &gt; /dev/null &amp;&amp; echo &#8220;Close all Firefox instances before issuing this command&#8221; &amp;&amp; return</p>
<p>                for i in ~/.mozilla/firefox/*/*.sqlite; do<br />
                        oldsize=`ls -lh $i | awk &#8216;{print $5}&#8217;`<br />
                        printf &#8216;%25s: %4s\t&#8217; `basename $i` $oldsize<br />
                        sqlite3 $i VACUUM<br />
                        ls -lh $i | awk &#8216;{print $5}&#8217;<br />
                done<br />
        }<br />
fi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

