Microsoft/calculator

Investigate launch performance issues

Open

#209 创建于 2019年3月8日

在 GitHub 查看
 (24 评论) (37 反应) (1 负责人)C++ (2,422 fork)batch import
Pri: 2approvedcodebase qualityhelp wanted

仓库指标

Star
 (16,196 star)
PR 合并指标
 (平均合并 15小时 43分钟) (30 天内合并 7 个 PR)

描述

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

  1. Press calculator button on keyboard.
  2. Immediately start typing 2+2 on numpad (as an example.. whatever it is you're trying to calculate).
  3. A second later calculator launches
  4. 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.
  5. 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.

贡献者指南