Closed
Bug 1128137
Opened 10 years ago
Closed 7 years ago
[e10s] pressing tab to change focus in a Bugzilla page is very slow when Profiler is enabled
Categories
(Core :: General, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: heycam, Unassigned)
References
Details
(Keywords: perf, Whiteboard: triaged)
In e10s mode, pressing tab in a page to switch focus between links and form controls is very slow, taking ~1s to respond each time. I have only noticed this on Bugzilla pages, not other pages, but I'm not sure what is special about Bugzilla here. My window has many tabs in it (> 100) though I'm not sure if that is relevant either.
Reporter | ||
Comment 1•10 years ago
|
||
Here's a profile: http://people.mozilla.org/~bgirard/cleopatra/?customProfile=http://people.mozilla.org/~cmccormack/profiles/tab-switch-e10s
I pressed tab a few times to change the focused element between 3800 ms and 7000 ms in the profile. Most of the time seems to be spent in RemoteAddonsParent/Child.jsm.
Updated•10 years ago
|
tracking-e10s:
--- → +
This is very likely to be an add-on issue. Could you please try bisecting your add-ons to see which one is causing it?
Reporter | ||
Comment 3•10 years ago
|
||
It is the Gecko Profiler add-on.
Reporter | ||
Comment 4•10 years ago
|
||
(Ironically!)
Comment 6•8 years ago
|
||
Michelle, could we re-test this one using the Gecko Profiler add-on please? This bug is from a while ago and might be good to re-test before proceeding.
Flags: needinfo?(mfunches)
Comment 7•8 years ago
|
||
Flags: needinfo?(mfunches)
Comment 8•8 years ago
|
||
andy is going to ping perf team for long term plans on Gecko Profiler. Ben Wa had owned
Flags: needinfo?(amckay)
Priority: -- → P2
Comment 9•8 years ago
|
||
From the profile in comment 1, it looks like most of the overhead is CPOW usage from the SDK's window tracking code. Since this bug was filed, that code has been changed to ignore events on CPOWs, so this may no longer be an issue. There's probably still a fair amount of overhead from just the event interposition, though.
Comment 10•8 years ago
|
||
Turns out mstange now owns the Gecko Profiler and I guess is going to continue to exist.
Flags: needinfo?(amckay)
Comment 11•8 years ago
|
||
Shell,can you find someone to retest and confirm whether this still happens?
Updated•8 years ago
|
Flags: needinfo?(sescalante)
Reporter | ||
Comment 12•8 years ago
|
||
I can't reproduce this now, but I don't have the same machine I did when I reported the bug.
Comment 13•8 years ago
|
||
I'll request this with next weeks' app testing list from Soft Vision.
Updated•8 years ago
|
Flags: needinfo?(sescalante)
Whiteboard: triaged
Updated•7 years ago
|
Summary: [e10s] pressing tab to change focus in a Bugzilla page is very slow → [e10s] pressing tab to change focus in a Bugzilla page is very slow when Profiler is enabled
Reporter | ||
Comment 14•7 years ago
|
||
I'm just going to resolve this as WORKSFORME since I can't reproduce any more.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•