add Fastfox tweaks

This commit is contained in:
chaos 2024-08-02 19:32:58 +01:00
parent cbe982d8c9
commit 7bdb04247b
No known key found for this signature in database

View file

@ -154,6 +154,33 @@ in {
"_2e5ff8c8-32fe-46d0-9fc8-6b8986621f3c_-browser-action" "_2e5ff8c8-32fe-46d0-9fc8-6b8986621f3c_-browser-action"
]; ];
}; };
# Performance
"content.notify.interval" = 100000;
"gfx.canvas.accelerated.cache-items" = 4096;
"gfx.canvas.accelerated.cache-size" = 512;
"gfx.content.skia-font-cache-size" = 20;
"browser.cache.jsbc_compression_level" = 3;
"media.cache_readahead_limit" = 7200;
"media.cache_resume_threshold" = 3600;
"image.mem.decode_bytes_at_a_time" = 32768;
"network.http.max-connections" = 1800;
"network.http.max-persistent-connections-per-server" = 10;
"network.http.max-urgent-start-excessive-connections-per-host" = 5;
"network.dnsCacheExpiration" = 3600;
"network.ssl_tokens_cache_capacity" = 10240;
"network.dns.disablePrefetch" = true;
"network.dns.disablePrefetchFromHTTPS" = true;
"network.prefetch-next" = true;
"network.predictor.enabled" = true;
"layout.css.grid-template-masonry-value.enabled" = true;
"dom.enable_web_task_scheduling" = true;
"dom.security.sanitizer.enabled" = true;
# RAM
"browser.cache.memory.enable" = false;
"media.memory_cache_max_size" = 8192;
}; };
}; };
}; };