Open
Bug 1453351
Opened 7 years ago
Updated 2 years ago
[Form Autofill] Parsing Roll20 character sheet for phone numbers leads to janks
Categories
(Toolkit :: Form Autofill, enhancement, P3)
Toolkit
Form Autofill
Tracking
()
NEW
Performance Impact | low |
People
(Reporter: bryce, Unassigned)
Details
(Keywords: perf)
Roll20[0] makes use of fairly complicated html + js character sheets. When interacting with these sheets I've been noticing significant janking in my UI. The source for the specific sheet I'm interacting with can be found here[1].
A profile run[2] shows that the vast majority of these janks is spent parsing for phone fields.
- Others people in the same game using Firefox did not have the same issues, possibly because they do not have stored form fill information (they suggested they had not turned for fill off, but did not use it).
- Disabling form fill resolved the janks.
[0]: https://roll20.net/
[1]: https://github.com/mlenser/roll20-character-sheets/tree/master/5eShaped
[2]: https://perf-html.io/public/af95b94917c27b77a4d0f959a252e76257c12fcb/calltree/?range=32.3741_42.4942&thread=2&threadOrder=0-2-3-4-5-6-7-1-8&v=3
Updated•7 years ago
|
Updated•7 years ago
|
Whiteboard: [qf] → [qf:f64][qf:p3]
Updated•7 years ago
|
Whiteboard: [qf:f64][qf:p3] → [qf:p3:f64]
Updated•6 years ago
|
Whiteboard: [qf:p3:f64] → [qf:p3]
Updated•3 years ago
|
Performance Impact: --- → P3
Whiteboard: [qf:p3]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•