<?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>Chris&#039; Blog &#187; performance</title>
	<atom:link href="http://www.cs278.org/blog/tag/performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cs278.org/blog</link>
	<description>“A metal loving, web developing, open source contributor.”</description>
	<lastBuildDate>Sun, 03 Apr 2011 14:36:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Vacuum Firefox on Ubuntu</title>
		<link>http://www.cs278.org/blog/2009/10/15/vacuum-firefox-on-ubuntu/</link>
		<comments>http://www.cs278.org/blog/2009/10/15/vacuum-firefox-on-ubuntu/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 23:14:04 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://www.cs278.org/blog/?p=497</guid>
		<description><![CDATA[It was suggested to me to use vacuum places to improve my Firefox awesome bar performance, as I&#8217;m still using Firefox 3.0 which is packaged with Jaunty; I do have 3.5 installed I just use it for testing sites at &#8230; <a href="http://www.cs278.org/blog/2009/10/15/vacuum-firefox-on-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It was suggested to me to use <a href="https://addons.mozilla.org/en-US/firefox/addon/13824" rel="external"><em>vacuum places</em></a> to improve my Firefox awesome bar performance, as I&#8217;m still using Firefox 3.0 which is packaged with Jaunty; I do have 3.5 installed I just use it for testing sites at the moment. However realising that I didn&#8217;t need an addon a single line of bash will probably do what I want I headed to Google and found an <a href="http://www.gettingclever.com/2008/06/vacuum-your-firefox-3.html" rel="external">explaining</a> it all and a suitable one-liner to optimise all my Firefox SQLite DBs.</p>
<p>You will need the <var>sqlite3</var> package installed and you should close Firefox prior to running the command.</p>
<pre class="terminal">for i in ~/.mozilla/firefox/*/*.sqlite; do echo "VACUUM;" | sqlite3 $i ; done</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.cs278.org/blog/2009/10/15/vacuum-firefox-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

