Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rethink uses 50+ MB data per day #530

Closed
ignoramous opened this issue Aug 25, 2022 · 4 comments
Closed

Rethink uses 50+ MB data per day #530

ignoramous opened this issue Aug 25, 2022 · 4 comments
Assignees

Comments

@ignoramous
Copy link
Collaborator

Investigate what's the cause of high data-use, and either document it (warn user before they turn ON such a feature) or nip it (remove the feature).

The suspect feature is favicons (#105), caching for which may not quite be working as expected, resulting in high data use? Ex A: 5K (DNS reqs per day) * 10K (favico avg size) => 50M (assuming caching is broken).

@ignoramous
Copy link
Collaborator Author

@Lucas559-noob
Copy link

Update: its 600+ MB in a month
Screenshot_20220827-113107

@ignoramous
Copy link
Collaborator Author

Thanks.

We've increased the favico cache-size to 350MB (currently set at 30MB). 350MB would be enough to hold 35,000 favico (a month's worth of unique domains my device typically hits) of 10KB size each (favico are usually larger).

@ignoramous
Copy link
Collaborator Author

The fix is in v053j, released today #525. If the fix doesn't make any difference, please report back. I will keep an eye on it myself, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants