18 dicembre 2007

Velocizzare Firefox modificando user.js.



Velocizzare Firefox modificando user.js.
Da Terminale:

cd ~/.mozilla/firefox/*.default/

Poi:

gedit user.js

Copia e incolla questo:

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);


Poi scegli la connessione e la" potenza" del tuo computer e incollaci questo :

FAST COMPUTER, FAST CONNECTION

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);


FAST COMPUTER, SLOWER CONNECTION

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);

FAST COMPUTER, SLOW CONNECTION

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);


SLOW COMPUTER, FAST CONNECTION

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);


DIAL-UP

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", 750);
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("dom.disable_window_status_change", true);

Buon divertimento....

Fonte
Fonte

P.s
Attenzione
alla formattazione del testo user_pref va sempre a capo..


Nessun commento: