rss
twitter
    Find out what I'm doing on Twitter

Howto Disable Pango to Get a Faster Firefox

I always find Ubuntu's Firefox package is so slow and wrote a couple of blog posts (soon dozens if i am not gonna switch to debian or gentoo :) ) about Firefox tweaks because of this :) -- read howto optimize firefox , 17 Cool Firefox about:config tricks and 12 more Cool Firefox about:config tricks --

Today i find out that Ubuntu's Firefox packages are compiled and packed with Pango support (You may want to read more about Pango here.) This is quite useless and problematic on Ubuntu so it is better to disable it to gain speed. I am talking about real speeds up to %30 - %40. There are a couple ways to disable it :

1- You can compile Firefox yourself
2- You can compile Firefox via ubuntuzilla
3- Or you can continue reading and finish this title in a couple of seconds :)

Open a terminal and edit your .bashrc file :

$gedit ~/.bashrc

at the end of that file add the following and save it :

export MOZ_DISABLE_PANGO=1

Restart your firefox ($pkill firefox) and see the difference.

4 comments:

Pawpaw Young said...

Why you say: This (compiled with Pango support) is quite useless and problematic on Ubuntu so it is better to disable it to gain speed.
Please give some more explain or URLs, thank you.

Binbash said...

You can see the bugs filled and complaints here:
http://www.google.com/search?hl=en&safe=off&q=firefox+pango+slow&btnG=Search&cts=1246476468050&aq=f&oq=&aqi=

Pawpaw Young said...

Got it, thank you.

blink4blog said...

May i ask how to do this under Kubuntu?

Post a Comment