<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; firefox database</title> <atom:link href="http://www.ghacks.net/tag/firefox-database/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 08:24:54 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>SpeedyFox Optimizes Firefox Databases To Speed Up The Web Browser</title><link>http://www.ghacks.net/2009/09/03/speedyfox-optimizes-firefox-databases-to-speed-up-the-web-browser/</link> <comments>http://www.ghacks.net/2009/09/03/speedyfox-optimizes-firefox-databases-to-speed-up-the-web-browser/#comments</comments> <pubDate>Thu, 03 Sep 2009 12:48:57 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox database]]></category> <category><![CDATA[optimize firefox]]></category> <category><![CDATA[optimize sqlite]]></category> <category><![CDATA[speed up firefox]]></category> <category><![CDATA[speedyfox]]></category> <category><![CDATA[sqlite databases]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=15997</guid> <description><![CDATA[The switch to storing data in SQLite databases has caused a problem for Firefox users who use the web browser heavily. The databases grow over time and reduce the startup time and responsiveness of the web browser due to fragmentation. This can be largely attributed to the fact that Firefox will not optimize the databases [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/firefox.png" alt="firefox" title="firefox" width="128" height="128" class="alignleft size-full wp-image-13848" />The switch to storing data in SQLite databases has caused a problem for Firefox users who use the web browser heavily. The databases grow over time and reduce the startup time and responsiveness of the web browser due to fragmentation. This can be largely attributed to the fact that Firefox will not optimize the databases by default.</p><p>We already covered several methods to regularly optimize the Firefox databases. Some options included the Firefox add-on <a
href="http://www.ghacks.net/2009/08/27/vacuum-places-improved-firefox-database-optimization/">Vacuum Places</a> which is able to optimize the databases automatically and manually.</p><p>Some users on the other hand might prefer a third party tool for the process. That&#8217;s where Speedyfox comes into play. The program is offered both as a setup and portable version at the developer&#8217;s website.</p><p><span
id="more-15997"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/09/speedyfox.png" alt="speedyfox" title="speedyfox" width="460" height="282" class="alignnone size-full wp-image-15998" /><img
src="http://www.ghacks.net/wp-content/uploads/2009/09/speedyfox2.png" alt="speedyfox2" title="speedyfox2" width="461" height="277" class="alignnone size-full wp-image-15999" /></p><p>It will perform the same operation that the Vacuum Places add-on performs to optimize the Firefox databases. There are however a few differences. SpeedyFox is currently only available for the Windows operating system. It will automatically detect the default Firefox profile and offer to optimize its databases. It is possible to change to other existing Firefox profiles or to select a custom location which is very handy for portable versions of Firefox and those that are not registered in the operating system.</p><p><a
href="http://www.crystalidea.com/speedyfox">SpeedyFox</a> is available at the developer&#8217;s website. A version for computer systems running the Mac operating system is in the making.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/09/03/speedyfox-optimizes-firefox-databases-to-speed-up-the-web-browser/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Optimize Firefox Databases With Vacuum Places</title><link>http://www.ghacks.net/2009/08/22/optimize-firefox-databases-with-vacuum-places/</link> <comments>http://www.ghacks.net/2009/08/22/optimize-firefox-databases-with-vacuum-places/#comments</comments> <pubDate>Sat, 22 Aug 2009 09:19:12 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox database]]></category> <category><![CDATA[mozilla-firefox]]></category> <category><![CDATA[optimize firefox]]></category> <category><![CDATA[sqlite]]></category> <category><![CDATA[sqlite database]]></category> <category><![CDATA[vacuum places]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=15604</guid> <description><![CDATA[The Mozilla Firefox development team switched to SQlite databases for data storage in Firefox 3. One problem that arose because of this switch was an increasing Firefox profile folder size as there was no build in way to optimize the SQlite databases regularly. We reviewed a solution to this problem a while ago (read: optimize [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/firefox.png" alt="firefox" title="firefox" width="128" height="128" class="alignleft size-full wp-image-13848" />The Mozilla Firefox development team switched to SQlite databases for data storage in Firefox 3. One problem that arose because of this switch was an increasing Firefox profile folder size as there was no build in way to optimize the SQlite databases regularly. We reviewed a solution to this problem a while ago (read: <a
href="http://www.ghacks.net/2009/07/11/optimize-sqlite-databases-in-firefox/">optimize sqlite databases in Firefox</a>) which involved running a batch file in the Firefox profile directory to optimize the databases and reduce their file sizes. The process can be best described as a defragmentation to close gaps that contain no data which will free the disk space.</p><p>The Firefox add-on Vacuum Places makes this process more comfortable by providing the means to run the database optimization right from within Firefox. The experimental add-on will optimize the SQLite databases of the active Firefox profile whenever its button in the Firefox status bar is pressed.</p><p><span
id="more-15604"></span>The database size reduction depends largely on the amount of data in the database, the time it has been in use and the last cleanup. A run on a test system (using the batch file) reduced the size of the profile folder from 64.8 Megabytes to 53.4 Megabytes.</p><p>Vacuum Places can be downloaded from the <a
href="https://addons.mozilla.org/en-US/firefox/addon/vacuum-places/">official</a> Mozilla Firefox website. It is advised to create a backup of the Firefox profile folder before running it for the first time.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/22/optimize-firefox-databases-with-vacuum-places/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Create Firefox Smart Bookmarks</title><link>http://www.ghacks.net/2008/10/06/create-firefox-smart-bookmarks/</link> <comments>http://www.ghacks.net/2008/10/06/create-firefox-smart-bookmarks/#comments</comments> <pubDate>Mon, 06 Oct 2008 14:40:04 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox bookmarks]]></category> <category><![CDATA[firefox database]]></category> <category><![CDATA[firefox sqlite]]></category> <category><![CDATA[firefox tips]]></category> <category><![CDATA[places]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=7443</guid> <description><![CDATA[Firefox 3 changed the bookmarking system from using html files to using sqlite databases. One benefit of using databases is the possibility to run custom queries. Three of the so called smart bookmarks are already available after installing Firefox3: Most Visited, Recently Bookmarked and Recent Tags all make use of database queries to provide the [...]]]></description> <content:encoded><![CDATA[<p>Firefox 3 changed the bookmarking system from using html files to using sqlite databases. One benefit of using databases is the possibility to run custom queries. Three of the so called smart bookmarks are already available after installing Firefox3: Most Visited, Recently Bookmarked and Recent Tags all make use of database queries to provide the user with dynamic results.</p><p>So what&#8217;s possible with this technique besides the three default dynamic bookmark folders? Users could display all bookmarks that are tagged with a specific tag, display the latest ten pages that they visited on a specific domain or to list the least visited bookmarks. Many additional possibilities exist and it is just a matter of defining the database query correctly to achieve them.</p><p>The basics first. Database queries are added as normal bookmarks and placed in the location field instead of the usual url. The name can be selected freely. Database queries use the place:query syntax. Let&#8217;s take a look at an example:</p><p><span
id="more-7443"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/10/places-query-firefox.jpg" alt="places query firefox" title="places query firefox" width="337" height="222" class="alignnone size-medium wp-image-7444" /></p><p>The above query is &#8220;place:queryType=0&#038;sort=8&#038;maxResults=10&#8243; uses the filters queryType, sort and maxResults.</p><p>queryType=0 will return an URI for each result<br
/> sort=8  will sort the bookmarks by visit count<br
/> maxResults=10 limits the results to ten bookmarks.</p><p>The guys at the <a
href="http://forums.mozillazine.org/viewtopic.php?p=3260477&#038;sid=7bb28673ce186510c1fe6a394991cb70#3260477">Mozillazine</a> forum did a good job of listing the relevant queries and it would be redundant to simply copy and paste their work here. Just head over to the forum and take a look at the queries. If you want to have a specific query and cannot get it to work let us know in the comments and we try to build it for you.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/10/06/create-firefox-smart-bookmarks/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
