MetaMask / MetaMask/metamask-extension
Progressively load content to optimize time to first MEANINGFUL paint
Open
type-enhancement
- Dominant language
- TypeScript
- Stars
- 13.2k
- Forks
- 5.6k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 451
Description
On some machine, load time for the notification window can be over 5 seconds.
Ideally, we should be able to:
1. Show loading screen instantly as soon as the popup open
2. Show primary content as soon as data are loaded
3. Enable CTA actions when full contents are loaded
1 will be taken care of by #6648 . This issue should address 2 and 3.
Contributor guide
Assessment
This issue has not been assessed yet.