1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Update Fastfox.js

This commit is contained in:
yokoffing
2022-12-04 12:06:34 -05:00
committed by GitHub
parent 11fb448317
commit 65447bc01c
+15 -15
View File
@@ -15,6 +15,21 @@
user_pref("nglayout.initialpaint.delay", 0); // default=5; used to be 250
user_pref("nglayout.initialpaint.delay_in_oopif", 0); // default=5
// PREF: notification interval (in microseconds)
// When Firefox is loading a page, it periodically reformats
// or "reflows" the page as it loads. The page displays new elements
// every 0.12 seconds by default. These redraws increase the total page load time.
// Lowering the interval will decrease the perceived page load time
// but increase the total loading time.
// The notification interval has a dramatic effect on how long it takes to
// initially display content for slow connections. The default value
// provides good incremental display of content without causing an increase
// in page load time. If this value is set below 1/10 of a second it starts
// to impact page load performance.
// [1] https://searchfox.org/mozilla-central/rev/c1180ea13e73eb985a49b15c0d90e977a1aa919c/modules/libpref/init/StaticPrefList.yaml#1824-1834
user_pref("content.notify.interval", 360000); // (.36s), default=120000 (.12s)
//user_pref("content.notify.ontimer", true); // DEFAULT
// PREF: set the minimum interval between session save operations
// Increasing this can help on older machines and some websites, as well as reducing writes
// [1] https://bugzilla.mozilla.org/1304389
@@ -153,21 +168,6 @@ user_pref("media.memory_caches_combined_limit_kb", 2560000); // preferred=314572
user_pref("media.cache_readahead_limit", 9000); // default=60; stop reading ahead when our buffered data is this many seconds ahead of the current playback
user_pref("media.cache_resume_threshold", 6000); // default=30; when a network connection is suspended, don't resume it until the amount of buffered data falls below this threshold (in seconds)
// PREF: notification interval (in microseconds)
// When Firefox is loading a page, it periodically reformats
// or "reflows" the page as it loads. The page displays new elements
// every 0.12 seconds by default. These redraws increase the total page load time.
// Lowering the interval will decrease the perceived page load time
// but increase the total loading time.
// The notification interval has a dramatic effect on how long it takes to
// initially display content for slow connections. The default value
// provides good incremental display of content without causing an increase
// in page load time. If this value is set below 1/10 of a second it starts
// to impact page load performance.
// [1] https://searchfox.org/mozilla-central/rev/c1180ea13e73eb985a49b15c0d90e977a1aa919c/modules/libpref/init/StaticPrefList.yaml#1824-1834
user_pref("content.notify.interval", 360000); // (.36s), default=120000 (.12s)
//user_pref("content.notify.ontimer", true); // DEFAULT
// PREF: disable QUIC for faster upload speeds
// Firefox currently has a bug with impacting upload speeds with HTTP3
// [TEST] https://speedof.me/