flutter / flutter/flutter-intellij
[perf] Stop creating presentations in action constructors
Open
P2
performance
platform-idea
- Dominant language
- Java
- Stars
- 2k
- Forks
- 356
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 27
Description
Eagerly creating presentations in action constructors can lead to unnecessary allocation of memory. The better approach is to identify icons, etc. in `plugin.xml` so that the platform can only instantiate things as needed.
Contributor guide
Assessment
This issue has not been assessed yet.