HTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as pipelining. Pipelining reduces network load and can reduce page loading times over high-latency connections, but not all servers support it. Some servers may even behave incorrectly if they receive pipelined requests. If a proxy server is not configured, this preference controls whether to attempt to use pipelining.
Attempt to use pipelining in HTTP 1.1 connections.
Never use pipelining. (Default)
Users who want better page loading speed can try setting this preference to true, keeping in mind this may break some websites.
You are viewing a mobilized version of this site...
View original page here