Open
Bug 1945310
Opened 14 days ago
Testcase creating N event-listeners is 3x slower to create and delete the events. We are faster at "firing" the event.
Categories
(Core :: DOM: Events, enhancement)
Core
DOM: Events
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
Details
Attachments
(1 file)
3.01 KB,
text/html
|
Details |
Open attached testcase
Enter 50k or 100k. Then successively create, fires, and delete the listeners.
50K
- Chrome: https://share.firefox.dev/3Eu5gZy (3.8s, 0.4s, 0.3s)
- Nightly: https://share.firefox.dev/4ho9rVG (10s, 0.3s, 1.1s)
100K
- Chrome: https://share.firefox.dev/3CAffMu (25s, 0.8s, 2.2s)
- Nightly: https://share.firefox.dev/42wY88W (60s, 0.6s, 10s
Testcase generated by ChatGPT on my prompt. The testcase is not realistic, but maybe the profiles highlight some hotspots?
You need to log in
before you can comment on or make changes to this bug.
Description
•