I'm using xp and firefox. I open a few tabs at once of pages from different servers. If something on a previous tab times out all the tabs after it have to wait to start loading like some sort of synchronous queue. What can I do to make it load all the other pages at once even if something stalls on one tab.
- Type about:config in the address bar. Change the following (assuming you're on broadband)
- Type http in the search bar.
- Double all the max connection settings.
- Set max persistent connections per server to 5.
- Enable http pipelining and set max connections to 5.
That should help.
Name:
Anonymous2006-05-30 13:02
Download the fasterfox extension for firefox. It does all that pipelining stuff for you.