curiosus002: (Default)
curiosus002 ([personal profile] curiosus002) wrote2010-09-17 08:10 pm

Ускорить работу Firefox.

У меня получилось добавить скорости так, что заметно на глаз.

Скорости фоксу можно добавить весьма простым способом: если у вас не слишком отстойный комп и достаточно быстрый инет, следует в about:config изменить следующие параметры -
Код:

content.interrupt.parsing = true
content.max.tokenizing.time = 2250000
content.maxtextrun = 8191
content.notify.backoffcount = 5
content.notify.interval = 750000
content.notify.ontimer = true
content.switch.threshold = 750000
nglayout.initialpaint.delay = 0
network.http.max-connections = 48
network.http.max-connections-per-server = 16
network.http.max-persistent-connections-per-proxy = 16
network.http.max-persistent-connections-per-server = 8
network.http.pipelining = true
network.http.pipelining.maxrequests = 8
network.http.proxy.pipelining = true
Отсутствующие строки добавить самому - ПКМ по любой строке в about:config > Создать > Строка/Целое/Логическое, соответственно тому, какой именно параметр необходимо добавить.
Для более слабых компьютеров и более медленного соединения существуют подобные настройки с несколько другими значениями, не столь сильно грузящими комп, но позволяющие получить прибавку в скорости.

250MHz / выделенная линия
Код:


content.max.tokenizing.time = 3000000
content.notify.backoffcount = 5
content.notify.interval = 1000000
content.notify.ontimer = true
content.switch.threshold = 1000000
content.maxtextrun = 4095
nglayout.initialpaint.delay = 0
network.http.max-connections = 48
network.http.max-connections-per-server = 16
network.http.max-persistent-connections-per-proxy = 16
network.http.max-persistent-connections-per-server = 8
network.http.pipelining = true
network.http.pipelining.maxrequests = 8
network.http.proxy.pipelining = true


Быстрый компьютер / модем
Код:


browser.cache.diskcachessl = true
browser.xul.errorpages.enabled = true
content.interrupt.parsing = true
content.max.tokenizing.time = 3000000
content.maxtextrun = 8191
content.notify.backoffcount = 5
content.notify.interval = 750000
content.notify.ontimer = true
content.switch.threshold = 750000
network.http.max-connections = 32
network.http.max-connections-per-server = 8
network.http.max-persistent-connections-per-proxy = 8
network.http.max-persistent-connections-per-server = 4
network.http.pipelining = true
network.http.pipelining.maxrequests = 8
network.http.proxy.pipelining = true
nglayout.initialpaint.delay = 0
plugin.exposefullpath = true



Быстрый компьютер / 512 ADSL
Код:


browser.cache.diskcachessl = true
content.max.tokenizing.time = 2250000
content.notify.backoffcount = 5
content.notify.interval = 750000
content.notify.ontimer = true
content.switch.threshold = 750000
network.http.max-connections = 48
network.http.max-connections-per-server = 16
network.http.max-persistent-connections-per-proxy = 16
network.http.max-persistent-connections-per-server = 8
network.http.pipelining = true
network.http.pipelining.maxrequests = 8
network.http.proxy.pipelining = true
nglayout.initialpaint.delay = 0


Взято отсюда.