Slow typing (1-5s delay) for GDocs with many active contributors
Categories
(Core :: JavaScript Engine: JIT, defect, P2)
Tracking
()
People
(Reporter: Harald, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.11 KB,
patch
|
Details | Diff | Splinter Review |
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Reporter | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 15•6 years ago
|
||
Comment 16•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 17•3 years ago
|
||
:smaug could you retest this to see if it's improved? If we want to keep this bug open, could you set the performance project flag using the calculator: https://codepen.io/mstange/pen/eYeWrGr
Comment 18•3 years ago
|
||
I and mcomella were testing a copy of the test document (which does have 151 pages) and typing there felt quite smooth on Nightly.
https://share.firefox.dev/34ORO0W
Longest jank is 149ms, but even that isn't visually jank. We paint twice there and handle 4 keypress events.
And keypress latencies in general are < 50ms
Google docs has of course changed over the years and bug 1755006 helped quite a bit with other cases when typing has been slow.
So unless someone can actually see still some concrete slowness here, I'm not sure how useful it is to track this as a performance issue.
Better to file new performance bugs with new STR.
Looks like also that dependencies have been fixed, so perhaps one could even close this bug? But this is in JIT component so up to the JS folks to decide.
Updated•3 years ago
|
Comment 19•3 years ago
|
||
The JS team feels this can be closed now. The warp project and other changes have also helped improved the experience with gdocs.
Description
•