-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Performance issues in Firefox 39 beta #266
Comments
I can confirm that the same problem exists for chrisaljoudi/uBlock 0.9.4. |
Thank you very much for the report. This might also be the reason for #252 -- though it was FF 38.0.5. |
…rhill#266 (maintain reverse lookup map of tabs by tab ID rather than searching through all tabs to find by ID)
The fix appears to be working great! I maintain several Firefox bugs related to large numbers of tabs so I keep a setup such that these situations are easy for me to test. I'll test #252 and see if I can get some useful information for you if it's not fixed. |
In Firefox 39 I experience periodic jank (browser hangs) every 1-2min lasting 5-15s each.
I was able to narrow down the culprit by running the Gecko Profiler Addon. I can upload my performance profile if you need it. Here is a section of the timeline where I experienced the issue and the offending stack traces:

It seems that vAPI.tabs.getAll() is responsible for the majority of the running time...
The text was updated successfully, but these errors were encountered: