|
BTForum
» BlameTheOffTopic Forums
» BlameTheGeneralOffTopic
» Firefox speed up tricks
Falkra
Holidays tomorrow, back here and on WN. Send PM
Posts: 1181
Threads: 20 WA Clan: below WWP Clan: lXl, Ac2N Mood: lazy ^^ Money: £909.16 (D) Inc. Tax: 10% User Tax: -14% Ttl. Tax: -4% (+ Friend)
|
For all Firefox addicted, here's a little trick (that I found brwosing) to accelerate your favorite browser !
1° go to profile folder
In Windows XP/2000, path is, most times,
C:\Documents and Settings\[your user name]\Application Data\Mozilla\Firefox\Profiles\default.xxx
(xxx are random chars)
In Linux, it is
~/.mozilla/firefox/default.xxx/
2° Create a text file, name it "user.js" and copy-paste the following code :
\n
user_pref("browser.cache.memory.capacity", 65536);
user_pref("browser.cache.disk_cache_ssl", true);
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.backoffcount", 5);
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", ;
user_pref("network.http.max-persistent-connections-per-proxy", ;
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", ;
user_pref("network.http.proxy.pipelining", true);
user_pref("nglayout.initialpaint.delay", 750);
user_pref("plugin.expose_full_path", true);
user_pref("signed.applets.codebase_principal_support", true);
\n
3° Restart Firefox !
Done. I tested this, and it worked, if you don't see any noticeable change, you can still delete the file.
edit: Replace the smilies, it should write 8_) without the underscore, grr, blame the smilies.
________________
Artwork by the wishmaster.
|
16.08.04 07:52 Post #1 | Last edited: 16.08.04 07:59 (Falkra - 6 times) |
[My maps] [Hide Sig (4)] [Profile] [Quote] |
The Pope
Decisive Send PM
Posts: 5183
Threads: 123 Mood: Refreshed Money: £201.52 (D) (+ Friend)
|
I browse every site I've been on once before as if it were an offline document so I'll leave the tinkering for now...
________________
Learn to look, look to learn. |
16.08.04 08:08 Post #2 | [Hide Sig (14)] [Profile] [Quote] |
Falkra
Holidays tomorrow, back here and on WN. Send PM
Posts: 1181
Threads: 20 WA Clan: below WWP Clan: lXl, Ac2N Mood: lazy ^^ Money: £909.16 (D) Inc. Tax: 10% User Tax: -14% Ttl. Tax: -4% (+ Friend)
|
Sure, lucky browser.
Here's another tweak for Firefox, copied from
http://texturizer.net/firefox/tips.html
Speed up page rendering
By default, Firefox doesn't try to render a web page for 250 milliseconds, because it's waiting for data. If
you add the code below to your prefs.js file, Firefox immediately tries to render the page, even without
complete data. The drawback is on slower machines where doing a "reflow" may
actually cause the total page load time to be longer.
// This one makes a huge difference. Last value in milliseconds (default is 250)
user_pref("nglayout.initialpaint.delay", 0);
WOOt, this increased my speed a lot !
________________
Artwork by the wishmaster.
|
16.08.04 08:14 Post #3 | Last edited: 10.09.04 09:41 (Falkra - 3 times) |
[My maps] [Hide Sig (4)] [Profile] [Quote] |
Post Reply
Donate to BlameThePixel:
[22 Queries, Page Loaded in 0.248440 Seconds]
|
|
Your Comments: