Search The Blog
About this site

@RoyOsherove

Subscribe!

This site aims to connect all the dots of my online activities - from tools, books blogs and twitter accounts, to upcoming conferences, engagements and user group talks.

from 5whys.com
Twitter: @RoyOsherove
My Book: The Art of Unit Testing
Latest Posts
« Geek Desktop Contest Announced | Main | TestDriven.NET - Pro and Enterprise editions announced »
Wednesday
Jul122006

Make IE and FireFox go faster than ever

FireFox is cool - but it's *very* slow. So is IE.
There are ways to make both of them run faster, fortunately.
  • If you want to make IE go faster - Go here.
If you want to make FireFox go faster, follow these steps:
  1. Type "about:config" into the address bar and hit return.
     Scroll down and look for the following entries:
      network.http.pipelining network.http.proxy.pipelining
      network.http.pipelining.maxrequests
     Normally the browser will make one request to a web page at a time.
     When you enable pipelining it will make several at once, which really speeds up page loading.
Alter the entries as follows: 
  1.  Set "network.http.pipelining" to "true"
  2.  Set "network.http.proxy.pipelining" to "true"
  3.  Set "network.http.pipelining.maxrequests" to some number like 30.
     
     This means it will make 30 requests at once.
    .
  4.  Lastly right-click anywhere and select New-> Integer.
     Name it "nglayout.initialpaint.delay"
     and set its value to "0". 
 This value is the amount of time the browser waits before it acts on information it receives.
 If you're using a broadband connection you'll load pages MUCH faster now!
[found here with terrible formatting, so I reqrote it more clearly)

PrintView Printer Friendly Version

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>