Ускорить работу Firefox.
Sep. 17th, 2010 08:10 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
У меня получилось добавить скорости так, что заметно на глаз.
Скорости фоксу можно добавить весьма простым способом: если у вас не слишком отстойный комп и достаточно быстрый инет, следует в about:config изменить следующие параметры -
Отсутствующие строки добавить самому - ПКМ по любой строке в about:config > Создать > Строка/Целое/Логическое, соответственно тому, какой именно параметр необходимо добавить.
Для более слабых компьютеров и более медленного соединения существуют подобные настройки с несколько другими значениями, не столь сильно грузящими комп, но позволяющие получить прибавку в скорости.
250MHz / выделенная линия
Быстрый компьютер / модем
Быстрый компьютер / 512 ADSL
Взято отсюда.
Скорости фоксу можно добавить весьма простым способом: если у вас не слишком отстойный комп и достаточно быстрый инет, следует в 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
Для более слабых компьютеров и более медленного соединения существуют подобные настройки с несколько другими значениями, не столь сильно грузящими комп, но позволяющие получить прибавку в скорости.
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
Взято отсюда.