-
Notifications
You must be signed in to change notification settings - Fork 27
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
Insane Memory Usage On Safari #435
Comments
After a few tests with this, I don't really think there is anything that I can really do to prevent this. The memory usage appears to come as the its creating hundreds of new documents rapidly, and the browser injects a new instance of APF each time. The easiest fix here would probably be to just disable the extension for the page, because its working as its intended to. Benchmarks definitely push what they are benchmarking to their limits, and in this case that appears to be what is happening. |
The extension seems to affect performance when browsing on sites even that are not benchmarks, especially ones with a lot of ads. Maybe disabling the extension on ads/iframes should be an option? |
@GameParrot That's not a bad idea. I will add it to the backlog to look into that. My first thought is to implement it like the "Domain mode", which controls the overall strategy, and then allow specific domains to change that behavior. |
Okay, this option has been added and should now be available in version 2.38.1. Let me know how it goes for you. |
@GameParrot Just wanted to check with you and see if this option helped at all for you? |
🐛 Description
When using the extension, the RAM usage is insanely high, When running the test at https://browserbench.org/JetStream/, it goes over 4 GB with the extension and rarely over 600 MB without the extension.
🔀 Steps To Reproduce
✔️ Expected behavior
The memory usage should not be insanely high
📷 Screenshots
If applicable, add screenshots to help explain your problem.
💻 Details
The text was updated successfully, but these errors were encountered: