For Firefox users: Clean up your places database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Wizrdwarts
    Member
    • Dec 2006
    • 3754

    #1

    For Firefox users: Clean up your places database



    This addon will clean up and defrag your places.sqlite database, which contains your history and bookmarks. It worked great for me, the URL bar and startup are way faster now.

    If you don't want to install an addon, typing
    Code:
    Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL("VACUUM");
    into the error console (under the tools menu) does the same thing.
  • .Gunfire
    OT Vet.
    • Jan 2007
    • 974

    #2
    Re: For Firefox users: Clean up your places database

    Daddy likey

    Comment

    • MrKLM
      Member
      • Apr 2006
      • 3146

      #3
      Re: For Firefox users: Clean up your places database

      I think it worked, i notice some improvement, thanks!

      Comment

      • imported_Will
        Senior Member
        • Apr 2007
        • 1935

        #4
        Re: For Firefox users: Clean up your places database

        ^ Yea What manzi said. I see LOTS of improvement. Nice stuff here +rep.

        Comment

        Working...