hit counter

Written on March 7th, 2008 at 1:40 pm by Avinash

4 Comments

For Memory Consumptionfirefox

1. Open a new tab. Type “about:config” without quotes into the address bar and hit enter/click Go.

2. Right-click anywhere, select New, then Integer.

In the dialog prompt that appears, type: browser.cache.memory.capacity

3. Click OK. Another dialog prompt will appear. This is where you decide how much memory to allocate to Firefox. This depends on how much RAM your computer has, but generally you don’t want to allocate too little (under 8MB), but if you allocate too much, you might as well not do this. A good recommended setting is 16MB. If you want 16MB, enter this value into the dialog prompt: 16384.

For Faster Browsing ( Source )

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.

2. Alter the entries as follows:

Set network.http.pipelining to true

Set network.http.proxy.pipelining to true

Set network.http.pipelining.maxrequests to some number like 30. ( This means it will make 30 requests at once. )

3. Lastly right-click anywhere and select New-> Integer. Name it nglayout.initialpaint.delay and set its value to 0 (zero). This value is the amount of time the browser waits before it acts on information it receives.

Technorati Tags: ,

Related Posts:

  • 6 Tips to Reduce Firefox Memory Consumption Problem
  • Memory Consumptions problems of Firefox are really a big problem, Amit has asked me to share a few tricks to keep the memory low
  • Start FireFox Faster With FireFox Preloader
  • All of you using FireFox might have notied that it takes a few seconds before FireFox starts up.If you are ready to sacrifice a bit
  • High Security Risk Vulnerability Found In Firefox 3.0
  • Just a few days after the release of Firefox 3.0 a Code execution vulnerability has been found in Firefox 3.0 that puts millions of Firefox3.0
  • FireFox 2.0.0.10 Released
  • FireFox 2.0.0.10 is released with 3 High Security Risks fixed. Check out the release notes. These are fixed in FireFox 2.0.0.10 MFSA 2007-39 Referer-spoofing via window.location race
  • 4 Tools To Resize,Compress Images
  • If you blog or have a website you might want to compress your images before you upload so that you can save server space. Shrink-O-Matic : Shrink


  • Delicious, Digg, Mixx, Reddit, Stumble Upon, Technorati
    SocialTwist Tell-a-Friend

    4 Responses to “Optimize FireFox For Faster Browsing and Memory Consumption”

    1. I too wrote about the same tips 2 days back.

      Nirmal’s last blog post..Flock 1.1 with Webmail Released

    2. Nirmal » I have mentioned the source for the browsing tips as your blog for the tips , the tips are really useful.

    3. Oh I didnt notice that. :-) Thanks for the mention.

      Nirmal’s last blog post..Create, Download and Share Mobile Phone Themes with OwnSkin

    4. This is useful and does work on faster connections in my experience. Thanks for sharing.

      Jawwad @ Inspired Geek’s last blog post..An Easy Way of Tidying up Your Cluttered Start Menu in Windows

    Leave a Comment