• Welcome to RCCrawler Forums.

    It looks like you're enjoying RCCrawler's Forums but haven't created an account yet. Why not take a minute to register for your own free account now? As a member you get free access to all of our forums and posts plus the ability to post your own messages, communicate directly with other members, and much more. Register now!

    Already a member? Login at the top of this page to stop seeing this message.

Speed up Mozilla Firefox

NorCal 2500HD

Rock Crawler
Joined
Nov 24, 2005
Messages
710
Location
Fremont/Newark, California
Speed up Mozilla Firefox about 3-30x Faster!!!

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

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 recieves.

If you're using a broadband connection you'll load pages 2-30 times faster now.
 
slobin3d said:
wont that ping the he!! out of the website youre trying to load?
It can actually be better for the web server and overall bandwidth used since it tries to pack as many http requests into one packet which reduces the number of packets that it would take to load a page compared if HTTP pipelining were not turned on.

-------------------------------------------------------------------------------------------------------------
What is HTTP pipelining?

Normally, HTTP requests are issued sequentially, with the next request being issued only after the response to the current request has been completely received. Depending on network latencies and bandwidth limitations, this can result in a significant delay before the next request is seen by the server.

HTTP/1.1 allows multiple HTTP requests to be written out to a socket together without waiting for the corresponding responses. The requestor then waits for the responses to arrive in the order in which they were requested. The act of pipelining the requests can result in a dramatic improvement in page loading times, especially over high latency connections.

Pipelining can also dramatically reduce the number of TCP/IP packets. With a typical MSS (maximum segment size) in the range of 536 to 1460 bytes, it is possible to pack several HTTP requests into one TCP/IP packet. Reducing the number of packets required to load a page benefits the internet as a whole, as fewer packets naturally reduces the burden on IP routers and networks.

HTTP/1.1 conforming servers are required to support pipelining. This does not mean that servers are required to pipeline responses, but that they are required to not fail if a client chooses to pipeline requests. This obviously has the potential to introduce a new category of evangelism bugs, since no other popular web browsers implement pipelining.
 
John I don't speak geek, but I did gather that you thought this was a good idea, so I did it.

If it's not please call me and let me know.

KTHXBYE
 
I have been a huge fan of Firefox from the beginning. Anything to keep less Microsoft crap on my computer.
 
FrankyRizzo said:
I have been a huge fan of Firefox from the beginning. Anything to keep less Microsoft crap on my computer.
Firefox does not prevent you from having IE on your computer since IE is so embedded into Windows it cannot be removed. ;-)
 
badger said:
Firefox does not prevent you from having IE on your computer since IE is so embedded into Windows it cannot be removed. ;-)

I deleted mine and I cannot seem to find it. I do understand what you are saying.
 
At the very least it lets you not use IE... That's the part I like. Plus the fact that I can change anything with FF, and with IE you can't even move icons around.

1BJB, get any extensions yet?
 
Thanks Brian, did it, do I need to restart for it to take effect? or is it instant?
 
Back
Top