Firefox speed tip

Computer builds, hardware and software discussion or troubleshooting, including peripherals. Essentially a general place to talk about desktop computers.
Locked
User avatar
000
Posts: 934
Joined: Fri Dec 03, 2004 9:26 pm

Firefox speed tip

Post by 000 »

I tried it and it works. Pages do load faster for me.
1.Type "about:config" into the address bar and hit enter. 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.

Set "browser.turbo.enabled" - to "true"

Set "network.dns.disableIPv6 - to "true"

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!
Archived topic from Anythingforums, old topic ID:1729, old post ID:23696
sintekk
Posts: 4994
Joined: Mon Feb 16, 2004 10:38 pm

Firefox speed tip

Post by sintekk »

Works great, but there is a reason it's not on by default: several antiquated webservers won't work with Pipelining.

Archived topic from Anythingforums, old topic ID:1729, old post ID:23697
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Firefox speed tip

Post by Red Squirrel »

Yeah, such as IIS, probably. :lol:

Archived topic from Anythingforums, old topic ID:1729, old post ID:23702
Honk if you love Jesus, text if you want to meet Him!
Chris Vogel
Posts: 5140
Joined: Fri Jan 10, 2003 1:14 am

Firefox speed tip

Post by Chris Vogel »

I like to change those values as well. :) It seems faster, which is all that really matters.

Firefox Tuning - MozillaZine Forums is a very helpful forum thread for this sort of thing. Other Mozilla.org browsers apply to that thread.

Archived topic from Anythingforums, old topic ID:1729, old post ID:23715
Joe
Posts: 717
Joined: Tue Jun 29, 2004 7:06 pm

Firefox speed tip

Post by Joe »

Wow, seems a lot faster for me. As long as this works for all sites. :dance:

Archived topic from Anythingforums, old topic ID:1729, old post ID:23727
Locked