curiosus002: (Default)
[personal profile] curiosus002
У меня получилось добавить скорости так, что заметно на глаз.

Скорости фоксу можно добавить весьма простым способом: если у вас не слишком отстойный комп и достаточно быстрый инет, следует в 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


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

Profile

curiosus002: (Default)
curiosus002

April 2025

S M T W T F S
  12345
6789101112
13141516171819
20212223242526
2728 2930   

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated May. 23rd, 2025 10:35 am
Powered by Dreamwidth Studios