-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsperf: speedPerformance issues related to (mostly rendering) speedPerformance issues related to (mostly rendering) speedplatform-iosiOS applications specificallyiOS applications specificallyteam-iosOwned by iOS platform teamOwned by iOS platform teamteam: benchmarkPerformance issues found by inspecting benchmarksPerformance issues found by inspecting benchmarkstriaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Description
Currently when a text field is focused, the framework sends a relatively large amount of data (especially on iOS) to the platform text input plugin. This is probably not currently measured / monitored by any benchmark as the data transmission is usually only triggered on text layout changes or when the text field scrolls.
Since a text entering/deleting benchmark will have to include the time spent interacting with the OS text input system it could be very flaky but it will still be great if we can get a warning when a change renders text input unusable.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsperf: speedPerformance issues related to (mostly rendering) speedPerformance issues related to (mostly rendering) speedplatform-iosiOS applications specificallyiOS applications specificallyteam-iosOwned by iOS platform teamOwned by iOS platform teamteam: benchmarkPerformance issues found by inspecting benchmarksPerformance issues found by inspecting benchmarkstriaged-iosTriaged by iOS platform teamTriaged by iOS platform team