Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Mozilla Pipelining
Index -> General Discussion
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Amailer




PostPosted: Sun Mar 07, 2004 8:29 am   Post subject: Mozilla Pipelining

Hey, i just found out a way to make your firefox load pages faster
code:

// Enable http compression: comment this out in case of problems with 1.1
//pref("network.http.accept-encoding" ,"gzip,deflate");

pref("network.http.pipelining"      , true);
pref("network.http.proxy.pipelining", true);
pref("network.http.pipelining.maxrequests", 100);

// Always pipeling the very first request:  this will only work when you are
// absolutely sure the the site or proxy you are browsing to/through support
// pipelining; the default behavior will be that the browser will first make
// a normal, non-pipelined request, then  examine  and remember the responce
// and only the subsequent requests to that site will be pipeline
pref("network.http.pipelining.firstrequest", true);


enable that (comment pref("network.http.accept-encoding" ,"gzip,deflate"); or if you don't wanna leave it as it is)


do this in: Mozilla FireFox/defaults/pref/all.js
*remember that code above is already there, you just gatta enable it so just do a 'find, CTRL+F for pipe. Also this is mostly for people who have fast connections
Sponsor
Sponsor
Sponsor
sponsor
jonos




PostPosted: Sun Mar 07, 2004 9:51 am   Post subject: (No subject)

funny, mine is alread enabled.
Homer_simpson




PostPosted: Wed Mar 10, 2004 1:55 pm   Post subject: (No subject)

what does that code do exactly?
Amailer




PostPosted: Wed Mar 10, 2004 6:16 pm   Post subject: (No subject)

chAos wrote:
There's a change you can make in mozilla. If you have a faster connection, you can enable pipelining, which basically means it makes more than one connection to the server and downloads more than one file/image/whatever at the same time.
Cervantes




PostPosted: Mon Mar 15, 2004 5:48 pm   Post subject: (No subject)

gah.. You had my hopes so high until the last sentance

"Also, this is mostly for people who have fast connections"
Crying or Very sad

It's like the opposite of income tax. Your making the fast faster and the slow, well, the same. Sad
Paul




PostPosted: Wed Mar 17, 2004 11:40 am   Post subject: (No subject)

I didn't wanna make a new thread so here it is:
how come my mozilla firefox can't use flash? do I have to download flash again?
Amailer




PostPosted: Wed Mar 17, 2004 11:47 am   Post subject: (No subject)

?? my flash works perfectly... re instlal flash-- and see what happnes.
If you have quicktime installed, it's the one that uses the flash files... just remove flash from the ones that it's suppose to use *bla*
jonos




PostPosted: Wed Mar 17, 2004 4:09 pm   Post subject: (No subject)

i had that problem with mozilla, but i don't with firefox. i installed flash around 10 times for mozilla and it still won't work, but i only had to do it once for firefox, which is good.
Sponsor
Sponsor
Sponsor
sponsor
Display posts from previous:   
   Index -> General Discussion
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 8 Posts ]
Jump to:   


Style:  
Search: