Popular Post

How To Making Firefox Very Fast




Open your Firefox web browser. In the address/location bar type "about:config" and then press your Enter key. (NOTE: DON’T TYPE THE COMMAS.)

Step #1:
In the bar below the address bar type "network.http.pipelining". Then, right click on it and select Toggle. That cjanges its value from False to True.

Step #2:
Now in the Filter bar write "network.http.pipelining.maxrequests". Right click on that and select modify and select and value more than 4 .I selected 30.Some says that a high no. but that works well for me.

Step #3:
Now go to "network.http.proxy.pipelining". Then right click on it and select toggle. Thats sets it to True from False.

Step #4:
Now go to "network.dns.disableIPv6". And toggle its value from False to True.

Step #5:
Now in the Filter bar write "plugin.expose_full_path". Then, right click on it and select Toggle. That cjanges its value from False to True.

Step #6:
Now write this in the Filter Bar "network.protocol-handler.external.ms-help". Now, you are going to create a new Preference Name with an Integer Value. To do this, right-click on this line under Preference Name and select New, then Integer.In the New Integer value box type in "nglayout.initialpaint.delay" and click OK. Then in the Enter Integer value box type "0" (that’s a zero) and click OK.

Step #7:
In the Filter bar again type "network.protocol-handler.external.ms-help". Now, create another new Preference Name with an Integer Value. To do this, right-click on this line under Preference Name and select New, then Integer. In the New Integer value box type in "content.notify.backoffcount" and click OK. Then in the Enter Integer value box type "5" and click OK.

Step #8:
In the Filter bar again type "network.protocol-handler.external.ms-help". Now, you are going to create another new Preference Name with an Integer Value. To do this, right-click on this line under Preference Name and select New, then Integer. In the New Integer value box type in "ui.submenuDelay" and click OK. Then in the Enter Integer value box type "0" (that’s a zero) and click OK.

Now, close your web browser and restart it.You would certainly notice the change in speed of your browser. The pages get loaded faster.

Optimize Your DSL Internet Connection

These settings allow you to boost the speed of your broadband Internet connection when using a Cable Modem or DSL Router with Windows 2000 and Windows XP.


Open your registry and find the key below.

To open registry go to Start->Run and type Regedit
Create the following DWORD values, as most of these values will not already
exist you will need to create them by clicking on 'Edit -> New -> DWORD Value'
and then set the value as shown below.
  • DefaultTTL = "80" hex (or 128 decimal) Specifies the default time to live (TTL) for TCP/IP packets. The default is 32.
  • EnablePMTUBHDetect = "0"Specifies whether the stack will attempt to detect Maximum Transmission Unit(MTU) routers that do not send back ICMP fragmentation-needed messages. The default is 0.
  • EnablePMTUDiscovery = "1". Specifies whether the TCP/IP stack will attempt to perform path MTU discovery as specified in RFC 1191. The default is 1.
  • GlobalMaxTcpWindowSize = "7FFF" hex (or 32767 decimal). Specifies the system maximum receive window size advertised by the TCP/IP stack.
  • TcpMaxDupAcks = "2". Determines the number of duplicate ACKs that must be received for the same sequence number of sent data before "fast retransmit" is triggered.
  • SackOpts = "1". Enables support for selective acknowledgements as documented by Request for Comment (RFC) 2018. Default is 0.
  • Tcp1323Opts = "1". Controls RFC 1323 time stamps and window scaling options. Possible values are:"0" = disable RFC 1323 options, "1" = window scale enabled only, "2" = time stamps enabled only and "3" = both options enabled.
  • TcpWindowSize = "7FFF" hex (or 32767 decimal). Specifies the receive window size advertised by the TCP/IP stack. If you have a latent network you can try increasing the value to 93440, 186880, or 372300.
Exit your registry and restart Windows for the changes to take effect. If you don’t want to edit the registry, here's a little TCP utility that is ideal...