|
majorhan
is pwner extrodinaire
Medic On The Edge
Join Date: Nov 2005
Location: In Your Bedroom With Your Wife!
THX2U: 95
Thanked 256 Times in 109 Posts
|
Speeding up Firefox the right way
Speeding up Firefox the right way
Speeding up Firefox seems to be a meme going around the blogsphere lately. Most of the tips I’ve seen, though, are only for broadband connections with the latest hardware and only include some of the settings that would affect performance.
The Firefox Tweak Guide has the full details on how to speed up Firefox regardless of your connection or hardware, reprinted in part below. Don’t forget that the easiest way to tweak user files is with chromEdit extension.
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true); ????: Noobsters http://www.noobsters.com/forum/showthread.php?p=15566
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);
more tweaks clicky here
|