Escrever "about:config" na barra de endereço
Na barra de procura que aparece escrever:
network.http.pipelining e mudar o valor para "true"
network.http.pipelining.ssl e mudar o valor para "true"
network.http.proxy.pipelining e mudar o valor para "true"
network.http.pipelining.maxrequests e mudar o valor para "30"
Por ultimo, criar o seguinte registo:
Carregar com o botão direito do rato em qualquer lado e selecionar
New-> Integer
nglayout.initialpaint.delay com o valor "0"
browser.cache.memory.capacity com o valor "65536"
browser.tabs.closebuttons -> 2 (não mostrar botões)
network.prefetch-next -> false
(demora mais tempo a carregar as paginas com o prefetch ligado)
para diminuir a memória ocupada pelo history fazer:
browser.sessionhistory.max_total_viewer -> 0
network.http.max-connections -> 48
network.http.max-connections-per-server -> 24
network.http.max-persistent-connections-per-proxy -> 12
network.http.max-persistent-connections-per-server -> 6
gfx.xrender.enabled -> true
Algumas são opções pessoais.
Experimentem e verão alterações significativas.
Subscribe to:
Post Comments (Atom)
Git get all remote branches
git branch -r \ | grep -v '\->' \ | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" \ | while read remote; do \ git branc...
-
sh -c 'xfce4-screenshooter --fullscreen --save "$HOME/Pictures/Screenshots/Screenshot_$(date +%Y-%m-%d_%H:%M:%S).png"' s...
-
Known Issues Firefox 3.5 will only support color profiles as specified by ICC v2, later versions will add su...
No comments:
Post a Comment