MetaMask / MetaMask/metamask-extension
MV3 testcase for measuring the time it takes to load a newly created Account and Sending a tx
@seaona is already working on this.
Since Sep 20, 2022.
- Dominant language
- TypeScript
- Stars
- 13.2k
- Forks
- 5.6k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 451
Description
**Explanation**
We need a way to measure the delay caused by a service-worker re-start on common user actions along the application.
For that, this PR will take care of measuring common action times, on an MV3 test build, so we can compare with the MV2 reference.
**Actions covered:**
- how much time it takes for loading a newly created account (from Create Account button until balance is loaded
- how much time it takes from clicking Confirm tx until Tx is confirmed
**Context:**
- https://github.com/MetaMask/metamask-extension/pull/15305
- https://github.com/MetaMask/metamask-extension/pull/15283
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.