What is pipelining:

Sep 30, 2008 by Robert Knaub

Normally browsers send one request to a server and wait for a response before continuing. But, we want to enable a technique called pipeling Normally browsers send one request to a server and wait for a response before continuing. But, we want to enable a technique called pipeling

Pipelining is a more aggressive technique that lets them send multiple requests before any responses are received, often reducing page download times.

  1. Go Type in about:config in the address bar
  2. Double-click on network,http,pipelining
  3. Change the Value on true
  4. Double-Click on network.http.pipelining.maxrequests
  5. Increase number to 8
    1. Note: Not All Servers Support Pipelining