Type in firefox address bar
about:config
Then set the following preferences to the specifed values
network.http.pipelining = true
network.http.pipelining.maxrequests = 30
network.http.max-persistent-connections-per-server = 50
Explanation of Preferences
network.http.pipelining
This preference has an effect only if you are not using a proxy. Pipelining reduces network load and can reduce page loading times over high-latency connections (not supported in all servers).
network.http.pipelining.maxrequests
This preference specifies the maximum number of requests to pipeline at once when pipelining is enabled.
network.http.max-persistent-connections-per-server
Corresponding to the maximum number of HTTP keep-alive connections the application can have open at once to a single server.
No comments:
Post a Comment