<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>www.5zed.com</title>
	<link rel="alternate" type="text/html" href="http://www.matanski.com/" />
	<link rel="self" type="application/atom+xml" href="http://www.matanski.com/feed/atom.xml" />
	<id>tag:www.matanski.com,2008://1</id>
	<link rel="service.post" type="application/atom+xml" href="http://www.matanski.com/feed/atom.xml" title="Free Software Downloads" />
	<updated>2008-01-11T11:33:26Z</updated>
	<subtitle>Free Software Downloads</subtitle>
	<entry>
		<title>Speed Up Your Browser</title>
		<link rel="alternate" type="text/html" href="http://www.matanski.com/blog/" />
		<id>tag:www.matanski.com,2008://1.0111</id>

		<published>2008-01-11T11:33:26Z</published>
		<updated>2008-01-11T11:33:26Z</updated>
		<summary>
			Firefox ships with HTTP pipelining disabled by default. This adds extra time divided by the number of connections allowed. Tune your browser...
		</summary>
		<author>
			<name>P. Matanski</name>
			<uri>www.matanski.com</uri>
		</author>

		<category term="Internet" />
		<content type="html" xml:lang="en" xml:base="http://www.matanski.com/blog/">
		<![CDATA[
			<h1>Speed up your page loading!</h1>
			<p>Firefox ships with HTTP pipelining disabled by default. No pipelining means each request has to be answered and its connection freed up before the next request can be sent.
			This adds average extra time to the user divided by the number of connections allowed. Even worse if your server has HTTP keep-alive connection disabled, doubling this latency.</p>
			<p>Pipelining is an experimental feature, designed to improve page-load performance, that is unfortunately not well supported by some web servers and proxies.
			But this will boost for sure your page loading especially if you have a broadband Internet connection.(ADSL, DSL, Wi-Fi, WLAN, LAN)
			</p>
			<h2>Enable Pipelining</h2>
			<p>Try it out, type "about:config" in browser address line and set the following preferences:</p>
			<ul>
				<li>network.http.pipelining - Set to true, to enable pipelining.</li>
				<li>network.http.proxy.pipelining - Set to true, to enable pipelining to the proxy server.</li>
				<li>network.http.pipelining.maxrequests - Set to 8, to have a maximum of 8 pipelining requests at once. Possible values are from 1 to 8.</li>
			</ul>
		]]>
		</content>
	</entry>

</feed>