added t:new and --patches flag
This commit is contained in:
parent
2fad12ea91
commit
0b44140463
17 changed files with 227 additions and 59 deletions
20
pre-compile-patches/fastfox.patch
Normal file
20
pre-compile-patches/fastfox.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
t:pref
|
||||
i:/browser/app/profile/firefox.js
|
||||
o:/browser/app/profile/firefox.js
|
||||
|
||||
+pref("nglayout.initialpaint.delay", 5); // formerly 250
|
||||
+pref("content.notify.interval", 100000); // (.10s); default=120000 (.12s)
|
||||
+pref("gfx.canvas.accelerated.cache-items", 4096); // default=2048; Chrome=4096
|
||||
+pref("gfx.canvas.accelerated.cache-size", 512); // default=256; Chrome=512
|
||||
+pref("gfx.content.skia-font-cache-size", 20); // default=5; Chrome=20
|
||||
+pref("media.memory_cache_max_size", 65536); // default=8192; AF=65536
|
||||
+pref("network.http.max-connections", 1800); // default=900
|
||||
+pref("network.http.max-persistent-connections-per-server", 10); // default=6
|
||||
+pref("network.http.pacing.requests.enabled", false);
|
||||
+pref("network.dns.disablePrefetch", true);
|
||||
+pref("network.ssl_tokens_cache_capacity", 10240); // default=2048
|
||||
+pref("layout.css.grid-template-masonry-value.enabled", true);
|
||||
+pref("dom.enable_web_task_scheduling", true);
|
||||
+pref("media.cache_readahead_limit", 7200); // 120 min; default=60
|
||||
+pref("media.cache_resume_threshold", 3600); // 60 min; default=30
|
||||
+pref("image.mem.decode_bytes_at_a_time", 32768); // default=16384
|
Loading…
Add table
Add a link
Reference in a new issue