Jump to content

For all you that use Mozilla FireFox


aziz

Recommended Posts

I'm not sure if this has been posted before or if most of you know already, but I'll post anyways for the people who don't know.

(Mods you may lock/delete this if it's in the wrong place)

----------------------------------------------------------------------------------------------------------------

Here's a quick n easy process to make your internet browser quicker.

1. Type "about:config" into the address bar and hit enter. Scroll down and look for the following entries:

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.

More options:

For DSL users:

1. Type: about:config

2. Set:

network.http.max-connections : 64

network.http.max-connections-per-server : 21

network.http.max-persistent-connections-per-server : 8

network.http.pipelining : true

network.http.pipelining.maxrequests : 100

network.http.proxy.pipelining : 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 recieves.

------------------------------------------------------------------------------------------------------------------------

I've tried it myself, and it defintely make the the browser faster. Not 10x faster, but you can tell it's quicker.

Link to comment
Share on other sites

Any reason why this works, or did you just hear it from someone. Does it cache pretty much everything or what's the reason for the increased speed?

Link to comment
Share on other sites

^ Maybe because you have dial-up? I don't know. Works great for the rest of us....

thanks a lot, do you have anything for safari?

Hmm, I'll try to find some mods for Safari. Feel free to expirement with the settings as well...

Link to comment
Share on other sites

Guest Goose25
That is a good question...I would have to do more research. This was just a spur of the moment find, so I didn't look into the negatives of it.

firstly, rep from me - i like to see others getting the best out of it all!

i don't think it will add any more load to servers if you are increasing your browsers 'allowed http requests'. a website application opens and shuts database connections depending on how well the application was designed, not from the browser calling connection requests and the same goes for http requests.

ajax calls are treated differently through the XMLHttpRequest object and the whole story behind ajax is reducing server loads through sending and receiving tiny xml packets.

Link to comment
Share on other sites

i did it, i think i notice a difference to. I wish i would have payed more attention to how fast it worked before i did it. Thank you!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...