Pipelined Requests
Generally, pages are made up some HTML, maybe stylesheets, scripts and images. Each of these items is retrieved in a separate connection to the hosting server. With Deputy it is possible to pipeline these requests so that a single connection is used to retrieve multiple resources. This reduces the load on the hosting server, it also reduces the load on your server and your network.