PDA

View Full Version : Speeding up Firefox


mike
2004-03-30, 10:36 PM CST
Here is a tweak that speeds up Firefox displaying some web sites

You'll need to create a "user.js" file. Go to your Firefox settings directory (frex: ~/.phoenix/default/RandomLetters.xlt") This directoryshould contain the "prefs.js" file. Create a new file there and call it "user.js".

Edit "user.js" to include the following lines:


user_pref("nglayout.initialpaint.delay", 0);
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 100);
// Instead of download progress windows, use the Sidebar:
user_pref("browser.download.openSidebar", true);
user_pref("browser.download.useProgressDialogs", false);

Save the file and restart Firefox.

Mike

genci
2004-03-30, 11:04 PM CST
Originally posted by mike
Here is a tweak that speeds up Firefox displaying some web sitesDo you mind explaining briefly how that tweak works and on what sort of sites you would notice the improvement.

Thanks :)

mike
2004-03-31, 09:24 AM CST
Originally posted by genci
Do you mind explaining briefly how that tweak works and on what sort of sites you would notice the improvement.

It takes advantage of pipelining (http://www.mozilla.org/projects/netlib/http/pipelining-faq.html) if installed on a web server.

Mike

redhat71
2004-03-31, 02:02 PM CST
Originally posted by mike

user_pref("network.http.pipelining.maxrequests", 100);


i've seen a discussion on the mozilla forum before about this "max"
iirc, it suggests that any number bigger than 8 is useless and sometimes might slow it down
2 or 4 is prefered

redhat71
2004-03-31, 02:06 PM CST
Originally posted by genci
Do you mind explaining briefly how that tweak works

Thanks :)

fyi, there's a list of almost all the Mozilla preferences with brief descriptions:

http://preferential.mozdev.org/preferences.html

genci
2004-03-31, 10:03 PM CST
Thanks Mike and redhat71 for those links :)

I just like to know the why's of things rather than following blindly, learn more that way :)

nathannutter
2004-04-21, 02:29 PM CDT
Pipelining
http://texturizer.net/firefox/tips.html#oth_pipelining

Initial Paint
http://texturizer.net/firefox/tips.html#oth_rendering