Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Speed up Firefox for broadband connections' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Speed up Firefox for broadband connections
Authored by: Musti on Dec 30, '04 11:33:41AM
Or install "Tweak Network Settings" extension and play with the settings.

[ Reply to This | # ]
Speed up Firefox for broadband connections
Authored by: cleanhead on Dec 30, '04 02:19:16PM

Instead of monkeying with the main config file, you could edit your Firefox user.js file (create one if necessary) to include the lines:
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 30);



[ Reply to This | # ]