Replies: 1 comment 3 replies
|
Yeah. I'm open to adding some back. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@yokoffing,
I know you decided to remove Fastfox from
user.js, but if you get a chance please test with the Fastfox entries that were included in v142 ofuser.js. They really do make Firefox snappier compared to default. The Fastfox additions made in v144 onward actually had a negative effect, at least for me, and slightly slowed down Firefox compared to v142. I am assuming that is where you got all the negative feedback from.So please test with v142 of Fastfox.
I am talking about these Fastfox entries below.
.
.
**************************************************************************/
/ GENERAL ***/
user_pref("content.notify.interval", 100000);
/** GFX ***/
user_pref("gfx.canvas.accelerated.cache-size", 512);
user_pref("gfx.content.skia-font-cache-size", 20);
user_pref("gfx.webrender.layer-compositor", true);
/** MEMORY CACHE ***/
user_pref("browser.sessionhistory.max_total_viewers", 4);
/** MEDIA CACHE ***/
user_pref("media.cache_readahead_limit", 7200);
user_pref("media.cache_resume_threshold", 3600);
/** IMAGE CACHE ***/
user_pref("image.mem.decode_bytes_at_a_time", 32768);
/** NETWORK ***/
user_pref("network.http.max-connections", 1800);
user_pref("network.http.max-persistent-connections-per-server", 10);
user_pref("network.http.max-urgent-start-excessive-connections-per-host", 5);
user_pref("network.http.pacing.requests.enabled", false);
user_pref("network.dnsCacheExpiration", 3600);
user_pref("network.ssl_tokens_cache_capacity", 10240);
All reactions