Open
Bug 1958702
Opened 16 days ago
Updated 15 days ago
Testcase generating N Document() objects is 15x slower in Firefox (N=1500000)
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
Details
Attachments
(2 files)
DOM
N=1500000
- Firefox: https://share.firefox.dev/4logcJq (12s to create, 26s in CC)
- Chrome: https://share.firefox.dev/41Z8TjF (795ms)
Reporter | ||
Comment 1•16 days ago
|
||
DomParser
N=150000
- Firefox: https://share.firefox.dev/42gKGnQ (2.1s)
- Chrome: https://share.firefox.dev/42k89o4 (3s)
Reporter | ||
Updated•16 days ago
|
Summary: Testcase generating N Document() objects is 15x slower in Firefox (N=150000) → Testcase generating N Document() objects is 15x slower in Firefox (N=1500000)
Comment 2•16 days ago
|
||
The creation part is dup of https://bugzilla.mozilla.org/show_bug.cgi?id=1844430
Comment 3•16 days ago
|
||
Oh, the CC part isn't about CC, it is about mozilla::dom::DocGroup::RemoveDocument being very slow if there are lots of documents.
Reporter | ||
Comment 4•16 days ago
|
||
(In reply to Olli Pettay [:smaug][bugs@pettay.fi] from comment #2)
The creation part is dup of https://bugzilla.mozilla.org/show_bug.cgi?id=1844430
Is that for the first testcase (where we are much slower), or the second testcase (where we are faster)?
Comment 5•16 days ago
|
||
Both. I don't see the first case taking that much time in creation.
You need to log in
before you can comment on or make changes to this bug.
Description
•