Velocizzare Firefox! Un razzo!

« Older   Newer »
 
  Share  
.
  1. Ryo_Saeba
     
    .

    User deleted


    Come sapere Firefox è il browser più superfantastichissimo a memoria di CPU. E' stabile, leggero e veloce. Eppure è possibile farlo diventare ancora più veloce! Procedete così:

    * andate su http://cdn.mozdev.org/chromedit/ e fate clic all'inizio della pagina su chromEdit e installate l'estensione chromEdit (se non parte il download dovete fare clic sulla barra che sarà comparsa per consentire l'installazione di software)

    * Una volta installato chromEdit riavviate Firefox. Ora dal menu strumenti selezionate "Modifica i file di preferenze utente". Nella linguetta "user.js" inserite il seguente codice (fate copia e incolla):

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


    Bene, adesso dovete aggiungere il codice migliore per il vostro computer e la vostra connessione.

    Computer veloce, connessione veloce (n.b.: il valore 65536 assegna 64mb di ram a Firefox, diminuite questo valore se lo ritenete necessario a 32768 o 16384).
    CODICE
    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);


    Computer veloce, connessione non velocissima - aDSL non potentissima - (vale la stessa osservazione fatta per il codice sopra):
    CODICE
    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);


    Computer veloce, connessione lenta:
    CODICE
    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);


    Computer lento, connessione veloce:
    CODICE
    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);


    Computer lento, connessione lenta:
    CODICE
    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);
     
    Top
    .
0 replies since 21/9/2005, 18:20   253 views
  Share  
.