Closed
Bug 1944751
Opened 16 days ago
Closed 11 days ago
Testcase that generates N Markdown editors using TipTap is 3x slower in Nightly (80% time spent in js::IsProxy and Event listener)
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mayankleoboy1, Unassigned)
References
Details
Attachments
(1 file)
1.58 KB,
text/html
|
Details |
Serve the attached testcsae on a simple HTTP server
Enter 5000 and generate
5000 elements
chrome: https://share.firefox.dev/3Wz4nVJ (28s)
nightly: https://share.firefox.dev/40RVLfs (80s)
Nightly to reload: https://share.firefox.dev/3PWAJ9f
No idea how realistic this is , or how close is it to the way SP3 is using CM. Feel free to WONTFIX/INVALID etc.
Reporter | ||
Updated•16 days ago
|
Summary: Testcase that generates N Markdown editors using codeMirror is 3x slower in Nightly (80% time spent in js::IsProxy and Event listener) → Testcase that generates N Markdown editors using TipTap is 3x slower in Nightly (80% time spent in js::IsProxy and Event listener)
Updated•14 days ago
|
Severity: -- → S3
Comment 1•11 days ago
|
||
According to the profile, this is a performance issue of AddEventListener
.
Component: DOM: Editor → DOM: Events
Reporter | ||
Updated•11 days ago
|
Status: NEW → RESOLVED
Closed: 11 days ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•