Acelerando Firefox

Turbocarga para tu Zorra de Fuego

Advertencia: Este post no es para trompetes, si eres un trompete podrias echar a perder algo. Se requiere un IQ mayor a 80.

He aqui una lista para acelerar mucho la navegacion con Firefox. Simplemente debes abrir Firefox, y luego en la barra de direcciones escribir “about:config” (sin comillas).

Ahi verás que hay muchas configuraciones con cuidado usa el filtro para buscar las que menciono abajo y editalas.

En caso de que no existan, entonces debes crearlas, usa clic derecho.

Configuraciones Comunes

Esto les ayuda a todos

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

Computadora Rapida, Conexion Muy Rapida

Clientes poderosos con 2mbps o mas.

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

Computadora Rapida, Conexion Regular

Para clientes DSL/Cable no tan rapidos.

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

Computadora Rapida, Conexion Lenta

Conexion por modem con una computadora rapida.

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

Computadora Lenta, Conexion Rapida

Si usas una compu vieja o cargada de porquerias de Malware en una conexion rapida.

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

Computadora Lenta y Conexion Lenta

Para esos usuarios arcaicos de internet por modem.

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

1 Response to “Acelerando Firefox”


  1. 1 Desert Zarzamora

    Tambien puedes bajar FasterFox, que es un plugin para firefox, disponible en update.mozilla.org

Leave a Reply