Jump to content

Recommended Posts

  • 2 months later...

Posted (edited)

creata user.js file and add all this. Does not contain everything from the 8 tweaks link.

drop in profile folder

in win 7 that will be C:\Users\YOURNAME\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxl.default

I am running on Firefox 4 RC

user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("content.notify.interval", 500000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 250000);
user_pref("content.notify.backoffcount", 5);
user_pref("ui.submenuDelay", 0);
user_pref("nglayout.initialpaint.delay", 0);
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);
user_pref("network.http.max-connections", 48);
user_pref("network.http.pipelining.maxrequests", 8);

Edited by maxXPsoft
Posted

Thanks for sharing this optimization file, maxXPsoft ! It is working great on my Newage-os guys's customized Firefox 3.6.10 edition.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...