PDA

View Full Version : faster fire fox...and IE


tom_beach22
05-18-2006, 08:35 AM
Load pages faster (FIREFOX)

You will have to switch from Internet Explorer, to FIREFOX . Download and install Firefox. You can import all your bookmarks, and passwords easily, with a simple wizard.

- 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.maxrequests
Normally 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. - 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.

also right click on the screen 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.

and also set browser.turbo.enabled to true
for browser turbo u might have tor ight click and choose creante new boolean and set it to true after naming it "browser.turbo.enabled"


Load pages faster (IEXPLORER)

ENABLE MULTIPLE INTERNET EXPLORER CONNECTIONS

PLEASE BE ADVISED THAT YOU NEED TO EDIT THE REGISTRY FILE. USE CAUTION. IF YOU'RE NOT FAMILIAR WITH WINDOWS REGISTRY, PAY EXTRA ATTENTION.

Close all IExplorer windows

1) START THE REGISTRY EDITOR,
Click on "START" (Bottom left of the screen) / click on: "RUN" / Type: REGEDIT, click "OK" to launch the registry editor.

2) Go to HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Internet Settings
3) Select New > DWORD Value from the Edit menu Name the new value: MaxConnectionsPer1_0Server
4) Right-click the MaxConnectionsPer1_0Server value and choose Modify
5) Under Base, click the radio button next to Decimal
6) In the Value Data: box enter the number of simultaneous connections you want to set (for example 10 is a good value), and click OK
7) Select New > DWORD Value from the Edit menu Name the new value: MaxConnectionsPerServer
8) Right-click the MaxConnectionsPerServer value and choose Modify
9) Under Base, click the radio button next to Decimal
10) In the Value Data: box enter the number of simultaneous connections you want to set (for example 10 is a good value), and click OK
11) Exit the registry editor
12) Start the IExplorer, and test it!


from the I-hacked forums.i did it and it works.

Mr. Hasselhoff
05-18-2006, 10:04 AM
Your link does't work. Please credit your sources.