
* Ketik "about:config" pada address bar dan tekan enter. turunkan scroll kebawah dan cari entries berikut :
* network.http.pipelining
* network.http.proxy.pipelining
* network.http.pipelining.maxrequests
Secara normal browser akan membuat satu request untuk satu halaman web dalam satu kali . ketika kamu enable pipelining, itu akan membuat beberapa halaman dalam sekali. dan akan mempercepat page loading.
* Ubah entries berikut menjadi :
* Set "network.http.pipelining" menjadi "true"
* Set "network.http.proxy.pipelining" menjadi "true"
* set "network.http.pipelining.maxrequests" menjadi nilai seperti "30". ini artinya akan membuat 30 request dalam sekali.
* Terakhir klik kiri (dimana saja) select New -> Integer. masukan "nglayout.initialpaint.delay" pada prefence name, kemudian setnilai menjadi "0".
.::::.
1. Type: about:config
2. Set:
network.http.max-connections : 64
network.http.max-connections-per-server : 21
network.http.max-persistent-connections-per-server : 8
network.http.pipelining : true
network.http.pipelining.maxrequests : 100
network.http.proxy.pipelining : true
3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it recieves.:icon_fU
Source: exiostbyte.blogspot.com
{ 0 comments... read them below or add one }
Post a Comment