This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
documents:enhance_browser_performance [2015/11/08 08:48] admin |
documents:enhance_browser_performance [2015/11/08 08:59] (current) admin |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| {{:documents:browser_cache.png|}} | {{: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 | ||