<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
<title>The Don&#039;s Craptastic World &#187; network pipelining</title>
<atom:link href="http://www.donsalva.com/tag/network-pipelining/feed" rel="self" type="application/rss+xml" />
<link>http://www.donsalva.com</link>
<description>A meta-level binary dude embedded to a multimedia proxy world!</description>
<lastBuildDate>Mon, 21 May 2012 13:36:04 +0000</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<item>
<title>5 easy-to-do tweaks to make your Firefox faster!</title>
<link>http://www.donsalva.com/2008/02/18/5-easy-to-do-tweaks-to-make-your-firefox-faster</link>
<comments>http://www.donsalva.com/2008/02/18/5-easy-to-do-tweaks-to-make-your-firefox-faster#comments</comments>
<pubDate>Mon, 18 Feb 2008 12:38:16 +0000</pubDate>
<dc:creator>Don Salva</dc:creator>
<category>
<![CDATA[Software]]>
</category>
<category>
<![CDATA[Tips and Tricks]]>
</category>
<category>
<![CDATA[browser]]>
</category>
<category>
<![CDATA[delay]]>
</category>
<category>
<![CDATA[firefox]]>
</category>
<category>
<![CDATA[maxrequests]]>
</category>
<category>
<![CDATA[network pipelining]]>
</category>
<category>
<![CDATA[save memory]]>
</category>
<category>
<![CDATA[tips]]>
</category>
<category>
<![CDATA[tricks]]>
</category>
<category>
<![CDATA[trim minimize]]>
</category>
<category>
<![CDATA[tweak]]>
</category>
<category>
<![CDATA[web browser]]>
</category>
<guid isPermaLink="false">http://www.donsalva.com/blog/2008-02-18/5-easy-to-do-tweaks-to-make-your-firefox-faster/</guid>
<description>
<![CDATA[I was angry and frustrated that Firefox once again has slowed down the i-lost-count-this time! Seriously, it's such a great browser but so full of little problems which really can get annoying as hell! So I went to google and found 5 easy-to-do tweak with remarkable results! Remarkable, because you truly can see the difference [...]<h3>Related posts:</h3><ol>
<li><a href='http://www.donsalva.com/2010/08/22/make-your-firefox-load-faster' rel='bookmark' title='Make your Firefox load faster!'>Make your Firefox load faster!</a></li>
<li><a href='http://www.donsalva.com/2009/09/05/how-to-fix-the-video-lag-in-firefox' rel='bookmark' title='How to fix the video lag in Firefox!'>How to fix the video lag in Firefox!</a></li>
<li><a href='http://www.donsalva.com/2009/08/30/firefox-3-x-speed-it-up-vacuuming-sqlite-database' rel='bookmark' title='Using Firefox 3.x? Speed it up by vacuuming its SQLite database!'>Using Firefox 3.x? Speed it up by vacuuming its SQLite database!</a></li>
</ol>]]>
</description>
<content:encoded>
<![CDATA[<p style="text-align: justify;"><img class="alignleft" style="margin: 5px;" title="firefox" src="http://www.donsalva.com/blog/wp-content/uploads/2008/02/firefox.png" alt="firefox" width="100" height="100" />I was angry and frustrated that Firefox once again has slowed down the i-lost-count-this time! Seriously, it's such a great browser but so full of little problems which really can get annoying as hell!</p>
<p style="text-align: justify;">So I went to google and found 5 easy-to-do tweak with remarkable results! Remarkable, because you truly can see the difference between a standard and a tweaked Firefox. One might wonder why such tweaks are not standard options..</p>
<p style="text-align: justify;">Type “about:config” into the address bar and hit return. Look for the following entries:</p>
<ol style="text-align: justify;">
<li style="text-align: justify;">"network.http.pipelining" and set value to true</li>
<li style="text-align: justify;">"network.http.proxy.pipelining" and set value to true</li>
<li style="text-align: justify;">"network.http.pipelining.maxrequests" and set value to 30-40</li>
<li style="text-align: justify;">"nglayout.initialpaint.delay" and set value to 0</li>
<li style="text-align: justify;">"config.trim_on_minimize" and set value to true</li>
</ol>
<p style="text-align: justify;">If you don't have them, create them:</p>
<ol style="text-align: justify;">
<li style="text-align: justify;">Right click -&gt; new -&gt; boolean -&gt; type in "network.http.pipelining" -&gt; set value to true</li>
<li style="text-align: justify;">Right click -&gt; new -&gt; boolean -&gt; type in "network.http.proxy.pipelining" -&gt; set value to true</li>
<li style="text-align: justify;">Right click -&gt; new -&gt; boolean -&gt; type in "config.trim_on_minimize" -&gt; set value to true</li>
<li style="text-align: justify;">Right click -&gt; new -&gt; integer -&gt; type in "network.http.pipelining.maxrequests" -&gt; set value to 30 (default is 1)</li>
<li style="text-align: justify;">Right click -&gt; new -&gt; integer -&gt; type in "nglayout.initialpaint.delay" -&gt; set value to 0</li>
</ol>
<p style="text-align: justify;">Now the explanation as to what does what:</p>
<p style="text-align: justify;"><em><strong>network.http.pipelining </strong></em>and<em><strong> network.http.proxy.pipelining:</strong></em></p>
<p style="text-align: justify;">It enables pipe-lining, which means the browser normally sends 1 request at a time, with pipeline enabled it will send the amount of request you set in "network.http.pipelining.maxrequests"!</p>
<p style="text-align: justify;"><em><strong>network.http.pipelining.maxrequests:</strong></em></p>
<p style="text-align: justify;">Like I said Firefox usually sends 1 request at any time. By setting a different value than 1, you force Firefox to send more requests thus enabling it to load faster, because he gets more responses at any time.</p>
<p style="text-align: justify;"><em><strong>config.trim_on_minimize:</strong></em></p>
<p style="text-align: justify;">Each time you minimize your Firefox it will clear the RAM. Firefox is infamous of wasting RAM for Pages you don't need so you can go "back" to them.</p>
<p style="text-align: justify;"><em><strong>nglayout.initialpaint.delay:</strong></em></p>
<p style="text-align: justify;">If this value doesn't exist or isn't set Firefox waits 250 milliseconds, or 0.25 of a second then starts rendering the requested page(s). People report that setting it to 0, ergo forcing Firefox to begin rendering immediately causes almost all pages to show up faster.</p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong>Addendum:</strong></span></p>
<p style="text-align: justify;">If you are one of the lazy lot, and don't want to manually tweak your Firefox, here's a great Extension with virtually the same effect</p>
<p style="text-align: justify;">Fasterfox: <a href="https://addons.mozilla.org/en-US/firefox/addon/1269" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/1269</a></p>
<p style="text-align: justify;">Enjoy your new, faster Firefox!</p>
<h3>Related posts:</h3><ol>
<li><a href='http://www.donsalva.com/2010/08/22/make-your-firefox-load-faster' rel='bookmark' title='Make your Firefox load faster!'>Make your Firefox load faster!</a></li>
<li><a href='http://www.donsalva.com/2009/09/05/how-to-fix-the-video-lag-in-firefox' rel='bookmark' title='How to fix the video lag in Firefox!'>How to fix the video lag in Firefox!</a></li>
<li><a href='http://www.donsalva.com/2009/08/30/firefox-3-x-speed-it-up-vacuuming-sqlite-database' rel='bookmark' title='Using Firefox 3.x? Speed it up by vacuuming its SQLite database!'>Using Firefox 3.x? Speed it up by vacuuming its SQLite database!</a></li>
</ol>]]>
</content:encoded>
<wfw:commentRss>http://www.donsalva.com/2008/02/18/5-easy-to-do-tweaks-to-make-your-firefox-faster/feed</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
</channel>
</rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 641/643 objects using disk: basic

Served from: www.donsalva.com @ 2012-05-22 01:06:44 -->
