2muchcoffeeman
Well-Known Member
Well, one part of Firefox will be faster, anyway: The "Awesome Bar" ... or as the rest of us know it, the address bar that takes forever to parse the browsing history when we're looking for something we saw last week but we can't remember exactly where. This is one of the things people complain the most about.
This trick cleans the history database that Firefox 3.X uses to find addresses for the address bar. Documented at Lifehacker and Mozilla Links.
Also helps a lot if you go into the Privacy tab in the Preferences dialog box and change the amount of time Firefox keeps your browsing history. Seven days should be plenty and should be a lot less information for Firefox to keep track of.
This trick cleans the history database that Firefox 3.X uses to find addresses for the address bar. Documented at Lifehacker and Mozilla Links.
Also helps a lot if you go into the Privacy tab in the Preferences dialog box and change the amount of time Firefox keeps your browsing history. Seven days should be plenty and should be a lot less information for Firefox to keep track of.
- [#]Go to Tools->Error Console.
[#]Paste the text in this code box into the code entry bar at the top of the error console.
Code:
Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL("VACUUM");
[#]Press enter.
[#]Firefox briefly freezes, then returns to normal. You're done.