January 30, 2007 · General · Email This Post

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Mozilla Firefox is a graphical web browser developed by the Mozilla Corporation. Started as a fork of the browser component (Navigator) of the Mozilla Application Suite, Firefox has replaced the Mozilla Suite as the flagship product of the Mozilla project, stewarded by the Mozilla Foundation and a large community of external contributors.

Mozilla Firefox is a cross-platform browser, providing support for various versions of Microsoft Windows, Mac OS X, and Linux. Although not officially released for certain operating systems, the freely available source code works for many other operating systems, including FreeBSD,OS/2, Solaris, SkyOS, BeOS and more recently, Windows XP Professional x64 Edition.

I am providing some Very Useful Tips to speedup your Firefox.

In your location bar, type about:config

Once it Opens You should see similar to the following screen

Tip1

In the filter bar type network.http.pipelining

You should see the following screen

Normally it says ” false ” under value field , Double click it so it becomes ” true “.

Once you finished this you should see the following screen.

Tip2

In the filter bar again and type network.http.pipelining.maxrequests

Once it Opens You should see the following screen

Default it says 4 under value field and you need to change it to 8

Once you finished this you should see the following screen.

Tip3

Go to the filter bar again and type network.http.proxy.pipelining

Once it Opens You should see similar to the following screen

Normally it says ” false ” under value field , Double click it so it becomes ” true “.

Once you finished this you should see the following screen.

Tip4

Go to the filter bar again and type network.dns.disableIPv6

Once it Opens You should see the following screen

Normally it says ” false ” under value field , Double click it so it becomes ” true “.

Once you finished this you should see the following screen.

Tip5

Go to the filter bar again and type plugin.expose_full_path

Once it Opens You should see the following screen

Normally it says ” false ” under value field , Double click it so it becomes ” true “.

Once you finished this you should see the following screen.

Tip6

Now you need to Create new Preference name with interger value for this got to Right click -> New -> Integer

Once it opens you should see the following screen

Here you need to type nglayout.initialpaint.delay and click ok

Now you need to enter 0 in value filed and click ok

Once you finished this you should see the following screen.

Tip7

Now you need to Create one more Preference name with interger value for this got to Right click -> New -> Integer

Once it opens you should see the following screen

Here you need to type content.notify.backoffcount and click ok

Now you need to enter 5 in value filed and click ok

Once you finished this you should see the following screen.

Tip8

Now you need to Create one more Preference name with interger value for this got to Right click -> New -> Integer

Once it opens you should see the following screen

Here you need to type ui.submenuDelay and click ok

Now you need to enter 0 in value filed and click ok

Once you finished this you should see the following screen.

Some more Tweaks

Enable the spellchecker for inputfields and textareas (default is textareas only)

layout.spellcheckDefault=2

Open lastfm://-links directly in amarok

network.protocol-handler.app.lastfm=amarok
network.protocol-handler.external.lastfm=true
Firefox Memory Leak Fix

Open a new tab. Type “about:config” without quotes into the address bar and hit enter/click Go.

Right-click anywhere, select New, then Integer. In the dialog prompt that appears, type:

browser.cache.memory.capacity

Click OK. Another dialog prompt will appear. This is where you decide how much memory to allocate to Firefox. This depends on how much RAM your computer has, but generally you don’t want to allocate too little (under 8MB), but if you allocate too much, you might as well not do this. A good recommended setting is 16MB. If you want 16MB, enter this value into the dialog prompt:

16384

(Why 16384 instead of 16000? Because computers use base-12 counting. Thus 16 megabytes = 16384 bytes. Likewise, if you want to double that and allocate 32MB, you’d enter 32768.)

Click OK to close the dialog box, then close all instances of Firefox and restart. If your Firefox still uses the same amount of memory, give it a few minutes and it should slowly clear up. If that fails, try a system reboot.

Now your Firefox will now be 3 – 30 times faster in loading pages.

  • Share/Save/Bookmark

Related Articles

104 Comments to “Speed Up Firefox web browser”

  1. Wei says:

    to d:

    Have you upgraded flash?

    And how about download the binary directly from mozilla.org and extract the tar ball in your $HOME directory and start from there? (That way, you won’t have a binary file from the previous FF that is possibly causing the crash)

  2. Unhappy with Firefox reply says:

    that grey arrow means its a flash site/intro (there should be a skip intro button, which there doesnt seem to be, evil disney), you need to install flash plugin, easy to do:

    go to http://get.adobe.com/flashplayer/ and download flash 10 deb, then double click on it to install it, restart firefox, voila.

    u might also want to install flashblock extension in firefox addons, to only play flash when u click arrow, this will get rid of flash spam. adblock too is great :-)

  3. alex says:

    what about:

    security.enable_ssl2
    browser.cache.disk_cache_ssl
    javascript.options.jit.chrome(shiretoko & minefield)
    network.http.pipelining.ssl
    zoom.minPercent

    alex.

  4. automi says:

    Is it work to someone?

  5. mesmar says:

    does any body try it/???

  6. korso19 says:

    thanks a million man! its been a whole day that I have been trying to find a way to get youtube to work properly on firefox. I tried everything! At the end, it was your advice that worked! Great stuff dude! thanks again”

  7. korso19 says:

    by the way, I use ubuntu 9.04

  8. joe says:

    put network.http.pipelining.maxrequests up to 30 It works !!!

  9. SergioJP says:

    Very good technique to increase the speed of firefox. But I use differently, I created a file called user.js with user_pref ( “name of the key, value), and save in the firefox profile folder. / home/user/.mozilla/firefox/xxxxx.default
    Eg this is my config:

    user_pref(”network.http.pipelining”, true);
    user_pref(”network.http.proxy.pipelining”, true);
    user_pref(”network.http.pipelining.maxrequests”, 20);
    user_pref(”content.notify.backoffcount”, 5);
    user_pref(”plugin.expose_full_path”, true);
    user_pref(”ui.submenuDelay”, 0);
    user_pref(”content.interrupt.parsing”, true);
    user_pref(”content.max.tokenizing.time”, 2250000);
    user_pref(”content.notify.interval”, 750000);
    user_pref(”content.notify.ontimer”, true);
    user_pref(”content.switch.threshold”, 750000);
    user_pref(”content.notify.backoffcount”, 5);
    user_pref(”nglayout.initialpaint.delay”, 0);
    user_pref(”network.http.max-connections”, 48);
    user_pref(”network.http.max-connections-per-server”, 16);
    user_pref(”network.http.max-persistent-connections-per-proxy”, 16);
    user_pref(”network.http.max-persistent-connections-per-server”, 8);
    user_pref(”browser.cache.memory.capacity”, 32768);
    user_pref(”browser.cache.disk.capacity”, 15000);
    user_pref(”browser.turbo.enabled”, true);
    user_pref(”network.dns.disableIPv6″, true);
    user_pref(”browser.urlbar.clickSelectsAll”, true);
    user_pref(”browser.urlbar.autoFill”, true);

    I prefer to use this, because if something goes wrong or does not match the desired, just edit the file or simply delete it and the firefox go back to default value.

  10. yoyo says:

    got lost at tip 6, where does it begin fr tip 6?

  11. yoyo says:

    everythings ok now, very good job! just copy paste guys- very easy to follow: tip at tip 6 just re-enter about:config

  12. avian4518 says:

    holly crap this tip is amazing!!!!!!
    it worked for me amazingly well and now I can run hulu without so much as a pause glitch, thank-you so much!! =)

  13. steve says:

    wow thanks for the great tip man.
    my firefox browser now loads super fast!! :D
    i love it ^^

  14. Bhaskar Chowdhury says:

    Thanx for this wonderful tips. It really works on my Ubuntu(Jaunty).

    Keep up the good work dude.

Leave a Reply