Bug 1899468 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

It looks like it is taking hundreds of ms to `insertText` and `deleteBackward.
"Stack Chart" during the red jank bars shows long sections of time stuck "within" these call stack, though it seems to fractal out to a lot of different (minified) JS further down the stack chart. This feels like the website behaving badly.

Alternatively/possibly we are missing an optimization that other engines have that makes it preform poorly for us, though?
It looks like it is taking hundreds of ms to `insertText` and `deleteBackward`.
"Stack Chart" during the red jank bars shows long sections of time stuck "within" these call stack, though it seems to fractal out to a lot of different (minified) JS further down the stack chart. This feels like the website behaving badly.

Alternatively/possibly we are missing an optimization that other engines have that makes it preform poorly for us, though?

Back to Bug 1899468 Comment 3