Repository metrics
- Stars
- (16,196 stars)
- PR merge metrics
- (Avg merge 15h 43m) (7 merged PRs in 30d)
Description
Launch the app. It takes about a second to start. This means you almost certainly lose input if you start typing right away (especially if you have a "calculator" button).
Steps To Reproduce
- Press calculator button on keyboard.
- Immediately start typing 2+2 on numpad (as an example.. whatever it is you're trying to calculate).
- A second later calculator launches
- You will probably have lost at least the first 2, and maybe also the + and second 2, because the app didn't launch fast enough.
- Result: you have to press the button and consciously wait (feels like an eternity) for the app to start before you can do what you wanted to do.
Expected behavior Calculator should launch fast enough that you can just start typing the thing you're trying to calculate after pressing the calculator button (maybe around 100ms or so).
Device and Application Information (please complete the following information):
- OS Build: 10 0 16299 0
- Architecture: X64
- Application Version: latest master
UPDATE: This issue is now being used to track recommendations, observations, and investigations into how we can improve the actual and/or perceived launch performance of the app. Any actionable ideas that are identified should be broken out into their own issue for tracking purposes.