Backspace response slow on reddit
Categories
(Core :: XPConnect, defect)
Tracking
()
People
(Reporter: scottbillings, Unassigned, NeedInfo)
References
(Depends on 1 open bug)
Details
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
I still couldn't reproduce this issue on
Version 66.0a1
Build ID 20190111093148
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0
However I am placing this under Core: Event Handling, so someone can look into this.
Comment 4•7 years ago
|
||
Reporter, any chance you could install https://perf-html.io/ addon (hopefully to Nightly) and try to capture a performance profile when you see the issue?
| Reporter | ||
Comment 5•7 years ago
|
||
After inspecting the performance profiler info, the issue appears to be with the AdGuard addon. Disabling the extension causes the issue to disappear immediately, and re-enabling it causes the issue to reappear immediately. I will take my issue to the extension developers. Report may be closed unless someone would like the performance profiler data anyway.
Comment 6•7 years ago
|
||
Thanks for profiling and analyzing!
I wouldn't mind looking at the profile. The UI should have a "Share" button close to top right and it will generate an URL. Feel free to paste that here.
But for now, closing this bug.
| Reporter | ||
Comment 7•7 years ago
|
||
Thanks for pointing me to the profiler extension. Even if I only have a very basic understanding of the info being presented, it was enough to point me to the problem. I will be sure to run that in the future if I come across a similar issue before opening a bug report.
Comment 8•7 years ago
|
||
Thanks.
Parts of this is bug 613498. Reopening and adding dependency.
Comment 10•7 years ago
|
||
Confirmed with Olli that this can be marked as a dup of bug 613498.
Comment 11•7 years ago
|
||
Bug 613498 is a tracking bug. Specific manifestations of it may need specific, separate, fixes.
Looking at the profile, a good chunk of the time seems to be spent getting .nodeName over Xrays, right? Bug 1355109 added an IC for that. Why is that not helping in this case?
Comment 12•7 years ago
|
||
(In reply to Boris Zbarsky [:bzbarsky, bz on IRC] from comment #11)
Looking at the profile, a good chunk of the time seems to be spent getting .nodeName over Xrays, right? Bug 1355109 added an IC for that. Why is that not helping in this case?
I installed the AdGuard add-on and followed the steps in comment 2. I do see us attaching a .nodeName Xray getter stub and I don't see any fallback hits for .nodeName in Ion (I do see this in the profile in this bug).
scottbillings, can you still repro this? Does it also happen with Firefox Nightly?
Looking at the profile in comment 7 my guess is that we're attaching too many Xray IC stubs (a lot of different target object shapes/realms for example) and that's why we gave up. That's not what I see locally though.
Description
•