Ade Malsasa Akbar contact
Senior author, Open Source enthusiast.
Saturday, June 13, 2015 at 17:06

After a few months of usage, you will find your browser getting slow. It seems heavy to start. It is also heavy to load some Facebook pages and some other pages. It seems that your browser have a problem. The most common problem is your browser is getting fatty. The fat I mean are cache, bookmark, history, and add-on. All of them stored in a browser profile. So, basically, to solve this problem you need to create a new profile. Your browser will be speedy again. This article covers only Chrome and Firefox.

Preface



A new profile for a browser is same with an user account for Ubuntu. Every user has they own configuration. By creating a new profile in browser, it means you restart your browser into the first state when you install it. As an example, I have thousand bookmarks inside my Chromium and it goes very slow. Even I need more than 5 seconds to open a new tab. By using a new profile, my Chromium be speedy again. And by using new profile you don't delete the old profile. You still can go back into the old profile (it means the old cache, bookmark, history, including add-ons). To do this guide, you will need Alacarte on Ubuntu. On Kubuntu (and another KDE distro), you can just use built-in KDE Menu Editor.

Chrome



In Chrome and Chromium, you can edit the command in your icon in Ubuntu menu. Look at the normal command for your fatty profile.

chromium-browser %U
But if you want to use a new profile, the command is

chromium-browser --user-data-dir=/home/ubuntu/.config/chromium/MyNewProfileFolder
And if you want to go back into old profile, just edit the command back into

chromium-browser %U
Before you use the new command, just create a new folder at the directory /home/yourname/.config/chromium/ and use that name in the command.


Firefox




In Firefox, you will deal with Firefox Profile Manager. Your Firefox default command is

firefox %u
Then if you want to change to a new profile, change the command into

firefox -P MyNewProfileName

If MyNewProfileName does not exist, this command will open Profile Manager so you can create a new profile. Create and use it. To use the old profile back, just use this command

firefox -ProfileManager
to select the old profile back.