this post was submitted on 27 Jun 2024
14 points (93.8% liked)

Firefox

20363 readers
8 users here now

/c/firefox

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


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 5 years ago
MODERATORS
 

I read the descriptions for the Dcentraleyes and LocalCDN addons which cache popular JS frameworks and page assets to enhance privacy and speed up pages that use them (since the assets were downloaded beforehand). Does Firefox have any built-in functionality to cache frequently used assets, or are there any addons that do so?

For instance, If I access Reddit.com a lot, I would want all the resources that all those Reddit pages have in common to be cached automatically to make loading pages from the domain faster.

you are viewing a single comment's thread
view the rest of the comments
[–] MangoPenguin@lemmy.blahaj.zone 3 points 1 year ago* (last edited 1 year ago) (1 children)

Yep, every browser has a browser cache, I believe in Firefox it's set to 1GB by default? It will cache assets like JS or images on the same domain name.

[–] TheTwelveYearOld@lemmy.world 2 points 1 year ago (1 children)

Firefox changes the capacity dynamically, I set browser.cache.disk.capacity to false in about:config and browser.cache.disk.capacity to 1024000 (the storage amount in MBs)

Gotcha, mine always seems to be 1GB of space usage on all my PCs so I figured that was just the default.