Jump to content

Is it possible to make Firefox load faster


clivebuckwheat

Recommended Posts

  • 2 months later...

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
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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