![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2006
Location: Too far away
Beans: 8
Ubuntu 6.10 Edgy
|
HOWTO: Speed up Firefox II
You can speed up your Firefox browser by doing the following:
Code:
cd ~/.mozilla/firefox/*.default/ Code:
gedit user.js Code:
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("content.notify.backoffcount", 5);
user_pref("plugin.expose_full_path", true);
user_pref("ui.submenuDelay", 0);
FAST COMPUTER, FAST CONNECTION Code:
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("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", 65536);
Code:
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("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("nglayout.initialpaint.delay", 0);
user_pref("browser.cache.memory.capacity", 65536);
Code:
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.maxtextrun" 8191);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 8);
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("browser.cache.memory.capacity", 65536);
Code:
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 1000000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 1000000);
user_pref("content.maxtextrun", 4095);
user_pref("nglayout.initialpaint.delay", 1000);
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("dom.disable_window_status_change", true);
Code:
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("nglayout.initialpaint.delay", 750);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 8);
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("dom.disable_window_status_change", true);
__________________
"We have met the enemy and he is us." Last edited by Pjotor; October 30th, 2006 at 07:30 AM.. Reason: typo |
|
|
|
|
|
#2 |
|
Quad Shot of Ubuntu
![]() |
Re: HOWTO: Speed up Firefox II
sounds Identical to faster fox of winows
|
|
|
|
|
|
#3 |
|
Ubuntu Extra Shot
![]() |
Re: HOWTO: Speed up Firefox II
exactly what i was thinking. that extension is often overlooked.
__________________
Simply the KING
|
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2006
Beans: 16
|
Re: HOWTO: Speed up Firefox II
Minor correction.
Shouldn't there be a starting double quotes in line 7 of the FAST COMPUTER, FAST CONNECTION So it should read 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("nglayout.initialpaint.delay", 0); user_pref("network.http.max-connections", 4 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", user_pref("browser.cache.memory.capacity", 65536); Correct? |
|
|
|
|
|
#5 |
|
Way Too Much Ubuntu
![]() |
Re: HOWTO: Speed up Firefox II
Most of these settings are available in FasterFox, and many of them are irresponsible and cause excess traffic on websites, thus pushing up bandwidth bills. Re-posting this by telling people to edit user.js instead of the usual about:config doesn't change how old and bad these 'improvements' are.
|
|
|
|
|
|
#6 |
|
5 Cups of Ubuntu
![]() Join Date: May 2006
Location: Pacific NW
Beans: 26
Ubuntu 6.06
|
Re: HOWTO: Speed up Firefox II
Not sure if i'm the only one, but doing those changes actually slowed down firefox for me.
|
|
|
|
|
|
#7 |
|
A Carafe of Ubuntu
![]() Join Date: Feb 2006
Location: australia
Beans: 147
Ubuntu 6.10 Edgy
|
Re: HOWTO: Speed up Firefox II
I think it would be nice if you would provide more detailed info about the connection speed these mods are optimized for.
For example, I have 512KB broadband. I know it's not a slow connection, but does it count as a fast connection or a slower connection? much appreciated. |
|
|
|
|
|
#8 | |
|
Dark Roasted Ubuntu
![]() |
Re: HOWTO: Speed up Firefox II
Quote:
|
|
|
|
|
|
|
#9 |
|
Ubuntu Extra Shot
![]() Join Date: May 2006
Location: The Netherlands
Beans: 392
Xubuntu Karmic Koala (testing)
|
Re: HOWTO: Speed up Firefox II
Thx for the info is there a big diffrence in using fasterfox?
also i thing this is wrong Code:
gedit user.js Code:
gedit prefs.js Ps this is wrong info prefs.js gets overwriten i have made a new file called user.js and used it Last edited by TuxCrafter; July 20th, 2006 at 09:20 AM.. Reason: I was wrong :-D |
|
|
|
|
|
#10 |
|
A Carafe of Ubuntu
![]() |
Re: HOWTO: Speed up Firefox II
tuxcrafter: prefs.js gets overwritten after u exit firefox. it is already stated in there.
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|