Darboshanski opened this issue on Nov 15, 2006 · 7 posts
Darboshanski posted Wed, 15 November 2006 at 2:23 PM
This will make your pages load even faster.
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.
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. (I changed mine to 100, works great.)
Also to make firefox launch faster in WinXP:
I
n Windows XP you can speed up the loading of programs by making it one of the programs that XP "Prefetches". Prefetching works by letting XP have portions of a program already loaded to your hard drive. To do this for Firefox, find the Start Menu entry for Firefox and right click it, then select properties. In the 'Target' box add the following line at the end of the file path.
/Prefetch:1
Your Target box should now look something like this.
"C:Program FilesMozilla Firefoxfirefox.exe" /Prefetch:1
It really makes a difference in page loading in your Firefox browser... most pages that is...there are some, we will not mention names, that still seem to hang. I would say the page loading it about 40-50% faster. But this only works on broadband connections.
Cheers,
Micheál