Firefox is fast but can be faster! Depending on your situation, do the following:
- If FireFox is running, you need to close it. Copy the instructions into WordPad then close FireFox
- Run Notepad
- Click File->Open and change the (Files of type) to (All files)
- Navigate to:
C:\Documents and Settings\YOUR USER NAME\Application Data\Mozilla\Firefox\Profiles\SPECIAL NUMBER.default - Select the file prefs.js
- Click Save As, and Save it as prefs.js_Backup
- Re-open prefs.js
- Paste the following code at the end of the file:
- IF YOU HAVE FAST COMPUTER AND FAST INTERNET CONNECTION:
- user_pref("network.http.pipelining", true);
- user_pref("network.http.proxy.pipelining", true);
- user_pref("network.http.pipelining.maxrequests", 8);
- user_pref("content.notify.backoffcount", 5);
- user_pref("plugin.expose_full_path", true);
- user_pref("ui.submenuDelay", 0);
- user_pref("content.interrupt.parsing", true);
- user_pref("content.max.tokenizing.time", 2250000);
- user_pref("content.notify.interval", 750000);
- user_pref("content.notify.ontimer", true);
- user_pref("content.switch.threshold", 750000);
- user_pref("nglayout.initialpaint.delay", 0);
- user_pref("network.http.max-connections", 48);
- user_pref("network.http.max-connections-per-server", 16);
- user_pref("network.http.max-persistent-connections-per-proxy", 16);
- user_pref("network.http.max-persistent-connections-per-server", 8);
- user_pref("browser.cache.memory.capacity", 65536);
- IF YOU HAVE FAST COMPUTER, SLOWER CONNECTION:
- user_pref("network.http.pipelining", true);
- user_pref("network.http.proxy.pipelining", true);
- user_pref("network.http.pipelining.maxrequests", 8);
- user_pref("content.notify.backoffcount", 5);
- user_pref("plugin.expose_full_path", true);
- user_pref("ui.submenuDelay", 0);
- user_pref("content.max.tokenizing.time", 2250000);
- user_pref("content.notify.interval", 750000);
- user_pref("content.notify.ontimer", true);
- user_pref("content.switch.threshold", 750000);
- user_pref("network.http.max-connections", 48);
- user_pref("network.http.max-connections-per-server", 16);
- user_pref("network.http.max-persistent-connections-per-proxy", 16);
- user_pref("network.http.max-persistent-connections-per-server", 8);
- user_pref("nglayout.initialpaint.delay", 0);
- user_pref("browser.cache.memory.capacity", 65536);
- IF YOU HAVE FAST COMPUTER, SLOW CONNECTION:
- user_pref("network.http.pipelining", true);
- user_pref("network.http.proxy.pipelining", true);
- user_pref("network.http.pipelining.maxrequests", 8);
- user_pref("content.notify.backoffcount", 5);
- user_pref("plugin.expose_full_path", true);
- user_pref("ui.submenuDelay", 0);
- user_pref("browser.xul.error_pages.enabled", true);
- user_pref("content.interrupt.parsing", true);
- user_pref("content.max.tokenizing.time", 3000000);
- user_pref("content.maxtextrun" 8191);
- user_pref("content.notify.interval", 750000);
- user_pref("content.notify.ontimer", true);
- user_pref("content.switch.threshold", 750000);
- user_pref("network.http.max-connections", 32);
- user_pref("network.http.max-connections-per-server", 8);
- user_pref("network.http.max-persistent-connections-per-proxy", 8);
- user_pref("network.http.max-persistent-connections-per-server", 4);
- user_pref("nglayout.initialpaint.delay", 0);
- user_pref("browser.cache.memory.capacity", 65536);
- IF YOU HAVE SLOW COMPUTER, FAST CONNECTION:
- user_pref("network.http.pipelining", true);
- user_pref("network.http.proxy.pipelining", true);
- user_pref("network.http.pipelining.maxrequests", 8);
- user_pref("content.notify.backoffcount", 5);
- user_pref("plugin.expose_full_path", true);
- user_pref("ui.submenuDelay", 0);
- user_pref("content.max.tokenizing.time", 3000000);
- user_pref("content.notify.backoffcount", 5);
- user_pref("content.notify.interval", 1000000);
- user_pref("content.notify.ontimer", true);
- user_pref("content.switch.threshold", 1000000);
- user_pref("content.maxtextrun", 4095);
- user_pref("nglayout.initialpaint.delay", 1000);
- user_pref("network.http.max-connections", 48);
- user_pref("network.http.max-connections-per-server", 16);
- user_pref("network.http.max-persistent-connections-per-proxy", 16);
- user_pref("network.http.max-persistent-connections-per-server", 8);
- user_pref("dom.disable_window_status_change", true);
- IF YOU HAVE FAST COMPUTER AND FAST INTERNET CONNECTION:
No comments:
Post a Comment