<?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; optimize firefox</title> <atom:link href="http://www.ghacks.net/tag/optimize-firefox/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>FireFox Speed Up Script</title><link>http://www.ghacks.net/2009/05/13/firefox-speed-up-script/</link> <comments>http://www.ghacks.net/2009/05/13/firefox-speed-up-script/#comments</comments> <pubDate>Wed, 13 May 2009 18:27:44 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox add-ons]]></category> <category><![CDATA[firefox scripts]]></category> <category><![CDATA[firefox speed]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[optimize firefox]]></category> <category><![CDATA[userscript]]></category> <category><![CDATA[web browser]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/05/13/firefox-speed-up-script/</guid> <description><![CDATA[Firefox Speed Up Script is a script for Greasemonkey that combines several tweaks to Firefox core configuration settings with site specific optimizations and various other improvements including blocking of known advertising scripts. The Greasemonkey extension for the Firefox web browser is required to use the Speed Up Script which will automatically become active after installation. [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/05/firefox.png" alt="firefox" title="firefox" width="113" height="109" class="alignleft size-full wp-image-12575" />Firefox Speed Up Script is a script for Greasemonkey that combines several tweaks to Firefox core configuration settings with site specific optimizations and various other improvements including blocking of known advertising scripts. The Greasemonkey extension for the Firefox web browser is required to use the Speed Up Script which will automatically become active after installation. This is actually one of the biggest strengths of this solution as it does not require the user to edit the Firefox configuration manually. Cautious users are advised to look at the source code of the script before they install it to get detailed information about the changes that are applied to it.</p><p><span
id="more-12799"></span>The biggest improvements are noticeable on websites that have been added by the developer of the script. Sites like the BBC, Youtube, Digg, MSN, IDMB, Lifehacker, Gizmodo or Mashable are all included in that list and should load faster than before for most users who apply the script to their computer system.</p><p>The only problem that some users could run into is that optimized sites can only be removed from the script by editing the source code. Advanced users on the other hand can use this to add new sites to the script.</p><p>FireFox Speed Up Script can be downloaded directly from the Userscripts website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/05/13/firefox-speed-up-script/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Firefox Custom Builds</title><link>http://www.ghacks.net/2009/05/09/firefox-custom-builds/</link> <comments>http://www.ghacks.net/2009/05/09/firefox-custom-builds/#comments</comments> <pubDate>Sat, 09 May 2009 09:30:21 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[custom builds]]></category> <category><![CDATA[firefox custom builds]]></category> <category><![CDATA[optimize firefox]]></category> <category><![CDATA[web browser]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/05/09/firefox-custom-builds/</guid> <description><![CDATA[Custom builds of the Firefox web browser are created by third parties. They usually optimize Firefox (compiler and code) and sometimes add new features to the web browser as well. Not many Firefox users know of the existence of custom builds and probably lesser know that there is a third party builds forum at the [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/05/firefox.png" alt="firefox" title="firefox" width="113" height="109" class="alignleft size-full wp-image-12575" />Custom builds of the Firefox web browser are created by third parties. They usually optimize Firefox (compiler and code) and sometimes add new features to the web browser as well. Not many Firefox users know of the existence of custom builds and probably lesser know that there is a third party builds forum at the <a
href="http://forums.mozillazine.org/viewforum.php?f=42">Mozillazine</a> website that is only dealing with custom build announcements. There are however two areas of concern about custom builds of the Firefox web browser: The first is a security concern as third party builds might contain hidden malicious code that would run in the web browser itself. The second are program updates which usually are created later than the official Mozilla builds meaning that security patches and other improvements can only be applied with delays.</p><p><span
id="more-12697"></span>The following list contains only custom builds of the Firefox web browser that match the current official version of Firefox. Many custom builds have been discontinued along the road and are only offered as lower (and thus insecure) versions.</p><p><strong>Firefox Custom Builds List</strong></p><ul><li><a
href="http://forums.mozillazine.org/viewtopic.php?f=42&#038;t=645506&#038;start=0&#038;st=0&#038;sk=t&#038;sd=a&#038;hilit=Autofox">Autofox</a> (Linux) &#8211; 64-bit only optimized Firefox build.</li><li><a
href="http://www.binaryturf.com/free-software/blazing-fast-firefox-optimized-distributions/">Blazing Fast</a> &#8211; What if Firefox was custom built to your particular CPU and even operating system? Wouldn’t it perform faster? The answer to that is a definite yes. The following builds of Firefox are optimized for particular CPUs to run specifically for Windows. They are also optimized according to the real world uses so that it performs the best on your desktop.</li><li>Firefox Ayakawa build (link 2) &#8211; Another set of optimized builds of the Firefox web browser.</li><li> Firefox Musume Nightly Builds &#8211; Firefox musume CE is a customized and optimized version of Mozilla Firefox.</li><li><a
href="http://www1.plala.or.jp/tete009/en-US/software.html">tete009</a> &#8211; optimized version of Firefox.</li><li>Pigfoot &#8211; VC9-release patch, tweaks profile patch, Adobe Flash Player 10.0.22.87, Windows Media Player Firefox Plugin 1.0.0.8, Reduce memory usage, Speed improvement by using Profile-Guided Optimization (PGO), Support Mozilla Update Channel since Firefox 2.0.0.6.</li><li> <a
href="http://www.rpm-mozilla.org.uk/builds/firefox/">RPM Builds</a> (Mac G3, G4) &#8211; Optimised for G3, G4 (7450 &#038; 7400).</li><li><a
href="http://getswiftfox.com/">Swiftfox</a> (Linux) &#8211; Swiftfox is an optimized build of Mozilla Firefox. Swiftfox has builds for both AMD and Intel processors and is based on the most cutting edge Firefox source code available.</li></ul><p>If you know of a custom build that has not been included in the list let us know in the comments so that we can add it to it.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/05/09/firefox-custom-builds/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> </channel> </rss>
