IF YOU USE FIREFOX, READ THIS

Discussion about everything. New games, 3d math, development tips...
Post Reply
XFactor
Posts: 39
Joined: Fri Jun 03, 2005 5:30 am

IF YOU USE FIREFOX, READ THIS

Post by XFactor »

I was just looking around the internet and I found this great tweak for FireFox.
It loads pages much much faster. The forums are super fast with this.

Code: Select all

In this tutorial you will be given simple steps to improve your surfing experience by speeding up your browser tremendously. In order to do this we must configure the default settings of firefox which is very simple. Firefox will allow us to do this by simply typing in a web address. Please be careful and follow the instructions step by step. This trick could also be used if your offline.

1. type 'about:config' into your Firefox address Bar.

Next you will see a list of configurations that you could make.

2. find "network.http.pipelining" By default this is set as false. Double click on it in order to change this to true. What this does is simply allows firefox to send multiple requests to a website.

3. Next a little bellow it you will see network.http.proxy.pipelining again you must double click this to change it to true. By default this is False.

4. Finally you have reached the last step, how we need to create an integer. You do this by right clicking anywhere and select new - integer. Now for the Preference name would be nglayout.initialpaint.delay. Now set its value to zero. What this integer does is make the browser automatically display everything that it loads. And we set it to zero so it doesn’t wait before displaying.

That’s it, now we recommend that you close the browser by going on File - Exit. Next restart your computer and open up your browser and you should see a difference.
That's from http://chronoxdesign.com/

Enjoy!
Last edited by XFactor on Tue Dec 20, 2005 7:33 pm, edited 1 time in total.
IRRLICHT ROCKS!!!!
genesisrage
Posts: 93
Joined: Tue Feb 08, 2005 12:19 pm

Post by genesisrage »

tried it out... and this forum now loads pages about 5x faster :)
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

Nice! thnx for the tip Xfactor! :D It feels as if my bandwidth had been boosted!
Eternl Knight
Posts: 313
Joined: Tue Nov 01, 2005 5:01 am

Post by Eternl Knight »

Well, it works wonders for me so far... what I want to ask is "What side-effects are there"? If it were all good & no bad - wouldn't they enable it by default?

--EK
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

thats a http 1.1 thing, connections can be held open and many requests can be made through them instead of restarting the connection after getting each resource. dunno why its not enabled by default, the pro's outweigh the cons by a longshot.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
TheHitchhiker
Posts: 71
Joined: Sat Aug 14, 2004 3:42 pm

Post by TheHitchhiker »

wow
Use the Source!
Image
Guest

Post by Guest »

1. this "trick" is very old already
2. the pipelining puts extra load on the servers, so it *can* be a bad thing if you push the values too high
3. there is a plugin called "FasterFox" which does this (and even more) for you, just download it from the firefox extensions site.

byebye :)
XFactor
Posts: 39
Joined: Fri Jun 03, 2005 5:30 am

Post by XFactor »

@GFXstyLER
I didn't know about FasterFox. I got bad news tho :P, I tried it out, and it made it a bit slower
IRRLICHT ROCKS!!!!
Guest

Post by Guest »

well i found out that with pipelining enabled the irrlicht forum can be a bit or even a lot slower. because sourceforge is already dead slow without pipelining it sometimes really is _very_ slow with pipelining enabled because you make several connections to the web server.

bye :)
XFactor
Posts: 39
Joined: Fri Jun 03, 2005 5:30 am

Post by XFactor »

You gotta kill everything :(
:P lol
bye hehe
IRRLICHT ROCKS!!!!
Guest

Post by Guest »

but it works on pages that have a fast server :D sorry for hijacking your thread a bit

see you later!
XFactor
Posts: 39
Joined: Fri Jun 03, 2005 5:30 am

Post by XFactor »

No problem. I'm just haveing some fun with you.
IRRLICHT ROCKS!!!!
Post Reply