| Author |
Message |
alex-hk
SuperStar


Joined: Apr 21, 2003
Posts: 1419
Location: FAR.
|
Posted:
Jan 10, 2005 - 11:29 PM |
|
| Post subject: Speed up Mozilla Firefox (When using DSL)- Here's how: |
| Quote: |
I followed these steps, and did notice quite a difference. I found in another forum:
http://www.freerepublic.com/focus/f-news/1299854/posts
Here's something for broadband people that will really speed Firefox up:
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". This value is the amount of time the browser waits before it acts on information it recieves.
If you're using a broadband connection you'll load pages MUCH faster now! |
|
|
|
|
 |
alex-hk
SuperStar


Joined: Apr 21, 2003
Posts: 1419
Location: FAR.
|
Posted:
Jan 10, 2005 - 11:32 PM |
|
|
one more trick:
| Quote: |
Fix a memory leak in Firefox 1.0
Firefox is supposed to dynamically release memory from its RAM cache to other Windows applications as needed. Unfortunately, Firefox 1.0 seems to consume more memory than it should, which hurts performance, when set to the default of 51200 KB (51 MB).
To solve this, Firefox power users recommend limiting the memory cache using the Configuration Console. This frees up memory for other apps, speeding up everything to a greater or a lesser extent, depending on your machine and the applications you run. Here’s how the trick works:
Step 1. Type about:config into Firefox’s Address Bar and press Enter.
Step 2. Right-click any row, then click New, Integer. Type or paste the following preference name into the dialog box that appears (this is a hidden preference that doesn’t exist in the Configuration Console until you create it):
browser.cache.memory.capacity
Step 3. Click OK, then enter the following integer number into the next dialog box, representing 16 MB of RAM for the cache:
16000
Step 4. Click OK to close the dialog box, then close all instances of Firefox and restart it.
Source: http://windowssecrets.com/041202/#top1 |
|
|
|
|
 |
|
|
| |