Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
firefox:user.js [2018/07/02 08:00]
zagi [user.js]
firefox:user.js [2018/07/02 09:26]
zagi [user.js]
Line 31: Line 31:
 # http://kb.mozillazine.org/About:config_entries#Network # http://kb.mozillazine.org/About:config_entries#Network
 # #
-#Pipeline support was completely removed in Firefox 54. With the advent of HTTP/2 and other speed enhancements, pipelining of HTTP is no longer useful to maintain. +#Pipeline support was completely removed in Firefox 54. 
-user_pref("network.http.pipelining", true); +#user_pref("network.http.pipelining", true);
-user_pref("network.http.pipelining.ssl", true); +
-# might brake some proxies +
-# user_pref("network.http.proxy.pipelining", true);+
  
-Max value is 32 +# allow-experiments
-user_pref("network.http.pipelining.maxrequests", 32); +
-user_pref("network.http.pipelining.reschedule-on-timeout", true); +
-+
-#user_pref("network.http.pipelining.aggressive", true); +
-+
-# only with allow-experiments +
-#user_pref("network.http.pipelining.abtest", true);+
 #user_pref("network.allow-experiments", true); #user_pref("network.allow-experiments", true);
  
-user_pref("network.http.request.max-start-delay", 9);+# default is 10 
 +user_pref("network.http.request.max-start-delay", 10);
  
-it is 900 in FFox 58 on Windows 10+default is 96
 user_pref("network.http.max-connections", 256); user_pref("network.http.max-connections", 256);
-user_pref("network.http.max-connections-per-server", 8);+user_pref("network.http.max-connections-per-server", 32); 
  
-# Default is 6 
 # It is, however, considered poor etiquette to make too many connections to a server and may lead to you being banned from that  # It is, however, considered poor etiquette to make too many connections to a server and may lead to you being banned from that 
 # server. Anything above 10 is excessive.  # server. Anything above 10 is excessive. 
-user_pref("network.http.max-persistent-connections-per-proxy", 6); +user_pref("network.http.max-persistent-connections-per-proxy", 4); 
-user_pref("network.http.max-persistent-connections-per-server", 6);+# Default is 8 
 +user_pref("network.http.max-persistent-connections-per-server", 8);
  
 user_pref("network.http.keep-alive", true); user_pref("network.http.keep-alive", true);
Line 112: Line 104:
 # #
 user_pref("browser.cache.disk.enable", true); user_pref("browser.cache.disk.enable", true);
-recommended max 200Mb +default 256Mb 
-user_pref("browser.cache.disk.capacity", 204800);+user_pref("browser.cache.disk.capacity", 256000);
 # manual settings # manual settings
 user_pref("browser.cache.disk.smart_size.enabled", false); user_pref("browser.cache.disk.smart_size.enabled", false);
firefox/user.js.txt · Last modified: 2019/01/31 11:46 by zagi
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready