Skip to content

[perf] Stop creating presentations in action constructors #8113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pq opened this issue Apr 24, 2025 · 0 comments
Open

[perf] Stop creating presentations in action constructors #8113

pq opened this issue Apr 24, 2025 · 0 comments
Assignees
Labels
P2 performance General performance issues (not perf tool) platform-idea

Comments

@pq
Copy link
Contributor

pq commented Apr 24, 2025

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.

Image
@pq pq added P2 performance General performance issues (not perf tool) platform-idea labels Apr 24, 2025
@pq pq self-assigned this Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 performance General performance issues (not perf tool) platform-idea
Projects
None yet
Development

No branches or pull requests

1 participant