Firefox tweak
For those that didn't know about it...
Go to the address bar and type in " about:config "
Once it comes up, look for the following lines:
network.http.pipelining = False
network.http.pipelining.maxrequests = 4
network.http.proxy.pipelining = False
And replace with (Just double click the line to change it)
network.http.pipelining = True
network.http.pipelining.maxrequests = 40
network.http.proxy.pipelining = True
Then create a new integer (right click>new>integer) and paste this as it's name:
nglayout.initialpaint.delay
Set the value to 0 (zero), as this is the time between firefox receives the data and displays it.
Anyway remember to lower the max requests as it really strains the servers.