22
submitted 1 year ago by Fabrik872@apollo.town to c/firefox@lemmy.ml

Is there a add-on or something to store my about:config settings in cloud so when i distrohop i dont have to set it manually?

you are viewing a single comment's thread
view the rest of the comments
[-] JubilantJaguar@lemmy.world 3 points 1 year ago

Thanks. This spurred some research and I decided to disable the disk cache entirely instead:

user_pref("browser.cache.disk.enable", false);
user_pref("browser.cache.disk.smart_size.enabled", false);
user_pref("browser.cache.disk_cache_ssl", false);
user_pref("browser.cache.offline.enable", false);
user_pref("browser.cache.memory.enable", true):
user_pref("browser.cache.memory.capacity", 512000);

Seems an easy way to avoid the SSD churn and syncing issues, since today's fast internet connections make disk caching less useful. That may be wrong but so far it seems as fast as ever.

this post was submitted on 16 Jul 2023
22 points (100.0% liked)

Firefox

17302 readers
755 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS