Useful Tip To Increase Your Broadband Speed

  • Thread starter Thread starter jgnt
  • Start date Start date
  • Replies Replies 14
  • Views Views 13,619

jgnt

Newbie
Messages
35
Location
NA
Here's something for broadband people that will really speed Firefox up:1.Type "about:config" into the address bar and hit return. Scroll down and look for the following entries:network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequestsNormally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.2. Alter the entries as follows:Set "network.http.pipelining" to "true"Set "network.http.proxy.pipelining" to "true"Set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it receives.If you're using a broadband connection you'll load pages MUCH faster now!source:forevergeek.com
 
cool.i think it works.nice post 😀 thx
 
if u are using win xp then increasing requests to 30 in firefox is uselss coz win xp limits the max no of network connection to 10, so u need to correct that first.
 
QUOTE(cyberwiz @ Jun 27 2006, 02:16 PM) [snapback]54645[/snapback]
if u are using win xp then increasing requests to 30 in firefox is uselss coz win xp limits the max no of network connection to 10, so u need to correct that first.
[/b]

plz guide how to? :blink:
 
Firstly this does not increase the Broadband speeds these are tweaks in Firefox which give a fast browsing experience plus, here's a better config which i use and works pretty good. Put this in your user.js file and you'll see the difference.

Code:
user_pref("content.max.tokenizing.time", 600000);user_pref("content.notify.backoffcount", 5);user_pref("content.notify.interval", 200000);user_pref("content.notify.ontimer", true);user_pref("content.switch.threshold", 200000);user_pref("content.maxtextrun", 8191);user_pref("dom.disable_window_status_change", true);user_pref("nglayout.initialpaint.delay", 100);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("network.http.pipelining", true);user_pref("network.http.pipelining.maxrequests", 8);user_pref("network.http.proxy.pipelining", true);// user_pref("network.http.request.max-start-delay", 5);// Inline autocompleteuser_pref("browser.urlbar.autoFill", true);
 


QUOTE(gsgs @ Jul 10 2006, 08:43 AM) [snapback]55472[/snapback]
hmmmmmmmmmmm......
 
Tried this whole "about:config" method a few months back... didn't do jack-sh*t.
 
QUOTE(patch @ Aug 18 2006, 01:14 AM) [snapback]58888[/snapback]
goto testmy.net and get tweaks and more...
[/b]
Is it allowed to advertise competing forums here ?
 

Top