Okay let us begin with the tweaks. First open up your Firefox and type "about:config" (without quotes) in the address bar and hit "Enter". Now, locate the preferences below and change its value to the given value
- network.http.max-connections = 48
- network.http.max-connections-per-server = 16
- network.http.max-persistent-connections-per-proxy = 16
- network.http.max-persistent-connections-per-server = 8
- network.http.pipelining = true
- network.http.pipelining.maxrequests = 30
- network.http.proxy.pipelining = true
- plugin.expose_full_path = true
- network.dns.disableIPv6 = false
Now we gonna need to make a new preferences as it is not existed as default. To create a preference, right click anywhere in the browser and select "New > Integer or Boolean (depends on the preference value)" . So create the preference below
- nglayout.initialpaint.delay = 0 (Integer)
- content.notify.backoffcount = 5 (Integer)
- ui.submenuDelay = 0 (Integer)
- content.interrupt.parsing = true (Boolean)
- content.max.tokenizing.time = 2250000 (Integer)
- content.notify.interval = 750000 (Integer)
- content.notify.ontimer = true (Boolean)
- content.switch.threshold = 250000 (Integer)
That is all. Hope this tutorial will boost your Firefox. Enjoy.