This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
documents:enhance_browser_performance [2015/11/08 08:47] admin created |
documents:enhance_browser_performance [2015/11/08 08:59] (current) admin |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| + | {{:documents:browser_cache.png|}} | ||
| + | === 2. System Edits in about:config === | ||
| + | Open new tab and type: about:config | ||
| + | |||
| + | * Increase pipelining: search "network.http.pipelining" | ||
| + | * set network.http.pipelining : true | ||
| + | * network.http.pipelining.maxrequests: 32 | ||
| + | * Increase persistent connections: search "network.http.max-persistent-connections-per-server" | ||
| + | * set 6 to 8 | ||