Open
Bug 362694
Opened 19 years ago
Updated 5 years ago
Noticeable perf issues with transaction components.
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
NEW
People
(Reporter: WeirdAl, Unassigned)
References
()
Details
(Keywords: perf, testcase)
In developing a minor functionality for Verbosio, I was playing with transactions. I wrote a testcase combining several capabilities together, and plan on using code very much like it.
Unfortunately, the testcase chews up lots of CPU time as you get further into it.
Steps to reproduce:
(1) Save the URL above as a chrome file.
(2) Launch the chrome file.
(3) Read and follow the steps in the textarea.
Expected results:
No pauses, no noticeable CPU spikes.
Actual results:
As you get further into the steps, text insertions start getting noticeably slower.
There's only one other transaction perf bug filed (bug 50553), but I don't think it's related.
Updated•18 years ago
|
QA Contact: editor
Comment 1•8 years ago
|
||
WONTFIX?
Comment 2•5 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•