Closed
Bug 331374
Opened 19 years ago
Closed 17 years ago
tdhtml regression, a regression from bug 234455
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: smaug, Unassigned)
References
Details
(Keywords: perf, regression)
Attachments
(1 file)
255.30 KB,
application/x-bzip2
|
Details |
Bug 234455 (centralize event dispatch) may have caused a sligth tdhtml regression.
Reporter | ||
Comment 1•19 years ago
|
||
replaceimages: (3429/3413) -> (3737/3721)
Other tests were affected only temporarily.
Summary: tdhtml regression → tdhtml regression, a regression from bug 234455
![]() |
||
Comment 2•19 years ago
|
||
This profile doesn't really show capturing event dispatch taking up 10% of the total time... Maybe 5% at most, and even that's doubtful.
That said, if we could avoid firing that event in cases like this where we know it's not needed, that would rock -- we could avoid posting our PLEvent too, etc...
![]() |
||
Updated•19 years ago
|
Attachment #216999 -
Attachment is patch: false
Attachment #216999 -
Attachment mime type: text/plain → application/x-bzip2
Updated•19 years ago
|
Keywords: perf,
regression
Reporter | ||
Comment 3•19 years ago
|
||
Some time ago I did some tests where I prevented load events firing (no PLEvents
were created), but it didn't help here. I'll retest.
Reporter | ||
Comment 4•19 years ago
|
||
I'd like to see if Bug 335251 helps here, even a bit.
Comment 5•17 years ago
|
||
I'm going through and marking old performance regression bugs as INCOMPLETE that are likely too old to be valid or get any traction on them.
Please re-open if you have more information or can demonstrate the regression still exists.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
Reporter | ||
Comment 6•17 years ago
|
||
And event handling has been optimized a bit, for example in Bug 458202.
You need to log in
before you can comment on or make changes to this bug.
Description
•