Speed up Firefox with pipelining
Here's just one way to improve the performance of Firefox, through enabling pipelining. Pipelining is having the browser send a subsequent request before receiving a response from the prior request (standard behavior). Pipelining also provides the facility to include multiple requests within a single packet. Mozilla reports the highest potential performance gains for those web pages that have a higher latency rate. Here's how to configure Firefox:
- Enter about:config in the URL bar
- Click the warning button
- Enter "pip" in the Filter -- this should reduce the list of options to four items
- Click on the Value field for the following two entries and change from False to True
- network.http.pipelining
- network.http.proxy.pipelining
- Click on the Value field of network.http.pipelining.maxrequests and set the value to 8
- Start enjoying a faster Firefox
Comments
network.http.pipelining.ssl
Enjoy,
S Hornby