<?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>Alessandro Melandri &#187; speed</title>
	<atom:link href="http://www.melandri.net/tag/speed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.melandri.net</link>
	<description>J2EE Developer &#38; Photography enthusiast</description>
	<lastBuildDate>Thu, 09 Sep 2010 19:00:00 +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>Speed up Firefox awesome bar</title>
		<link>http://www.melandri.net/2009/08/25/speed-up-firefox-awesome-bar/</link>
		<comments>http://www.melandri.net/2009/08/25/speed-up-firefox-awesome-bar/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 07:27:43 +0000</pubDate>
		<dc:creator>amelandri</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[awesome bar]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://www.melandri.net/?p=489</guid>
		<description><![CDATA[Using the new Firefox awesome bar could result in a frustrating experience, because the SQLite database that holds all the data used by Firefox can get heavily defragmented. You can get an huge speed improvement running this command inside the Firefox error console: Components.classes&#91;&#34;@mozilla.org/browser/nav-history-service;1&#34;&#93; .getService&#40;Components.interfaces.nsPIPlacesDatabase&#41;.DBConnection.executeSimpleSQL&#40;&#34;VACUUM&#34;&#41;; Put the command above in the code field (in a [...]]]></description>
			<content:encoded><![CDATA[<p>Using the new Firefox awesome bar could result in a frustrating experience, because the SQLite database that holds all the data used by Firefox can get heavily defragmented.</p>
<p>You can get an huge speed improvement running this command inside the Firefox error console:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Components.classes<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #ff0000;">&quot;@mozilla.org/browser/nav-history-service;1&quot;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>
  .getService<span style="color: #7a0874; font-weight: bold;">&#40;</span>Components.interfaces.nsPIPlacesDatabase<span style="color: #7a0874; font-weight: bold;">&#41;</span>.DBConnection.executeSimpleSQL<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">&quot;VACUUM&quot;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;</pre></div></div>

<p>Put the command above in the <em>code</em> field (in a single line) and press the <em>evaluate</em> button.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.melandri.net/2009/08/25/speed-up-firefox-awesome-bar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
