Эта страница не доступна на запрашиваемом языке, будет открыта страница на языке по умолчанию
Добавив следующие значения в файл user.js в профиле Firefox, можно добиться прироста скорости при работе с сайтами и сетью. Оптимальные значения настроек зависят от скорости соединения с Интернетом, скорости вашего компьютера и величины его оперативной памяти. Данные настройки взяты из топика "Firefox tuning" на форуме Mozillazine.
450Mhz / модем
user_pref(“content.max.tokenizing.time”, 2250000); user_pref(“content.notify.backoffcount”, 5); 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(“network.http.pipelining”, true); user_pref(“network.http.proxy.pipelining”, true); user_pref(“network.http.pipelining.maxrequests”, 8);
250 MHz / выделенная линия
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(“network.http.pipelining”, true); user_pref(“network.http.pipelining.maxrequests”, 8); user_pref(“network.http.proxy.pipelining”, true);
или
user_pref(“content.max.tokenizing.time”, 2250000); user_pref(“content.notify.backoffcount”, 5); user_pref(“content.notify.interval”, 750000); user_pref(“content.notify.ontimer”, true); user_pref(“content.switch.threshold”, 750000); user_pref(“content.maxtextrun”, 8191); user_pref(“nglayout.initialpaint.delay”, 750);
Быстрый компьютер / модем
user_pref(“browser.cache.disk_cache_ssl”, true); 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.backoffcount”, 5); 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(“network.http.pipelining”, true); user_pref(“network.http.pipelining.maxrequests”, 8); user_pref(“network.http.proxy.pipelining”, true); user_pref(“nglayout.initialpaint.delay”, 750); user_pref(“plugin.expose_full_path”, true);
Быстрый компьютер / 512 ADSL
user_pref(“browser.cache.disk_cache_ssl”, true); user_pref(“content.max.tokenizing.time”, 2250000); user_pref(“content.notify.backoffcount”, 5); 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(“network.http.pipelining”, true); user_pref(“network.http.pipelining.maxrequests”, 8); user_pref(“network.http.proxy.pipelining”, true); user_pref(“nglayout.initialpaint.delay”, 750);
Очень быстрый компьютер
user_pref(“content.interrupt.parsing”, true); user_pref(“content.max.tokenizing.time”, 2250000); user_pref(“content.maxtextrun”, 8191); user_pref(“content.notify.backoffcount”, 5); user_pref(“content.notify.interval”, 750000); user_pref(“content.notify.ontimer”, true); user_pref(“content.switch.threshold”, 750000); user_pref(“nglayout.initialpaint.delay”, 500); 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(“network.http.pipelining”, true); user_pref(“network.http.pipelining.maxrequests”, 8); user_pref(“network.http.proxy.pipelining”, true);
Добавочные настройки
Настройки сети / DNS
user_pref(“network.dnsCacheExpiration”, 360); user_pref(“network.dnsCacheEntries”, 100); user_pref(“network.ftp.idleConnectionTimeout”, 60); user_pref(“network.http.keep-alive.timeout”, 30); user_pref(“network.http.request.max-start-delay”, 5); user_pref(“network.http.connect.timeout”, 30);
Разное
user_pref(“dom.disable_window_status_change”, true);
Отключение изменения строки состояния web-сайтами, что уменьшает нагрузку на CPU.
user_pref(“ui.submenuDelay”, 0);
Мгновенное открытие меню закладок.