mike
31st March 2004, 05:36 AM
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
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