Skip to content
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

OptionSet performance: do not create option inputs until option is selected #2780

Open
alansemenov opened this issue Sep 27, 2022 · 0 comments
Labels
Improvement Suggestion for improvement

Comments

@alansemenov
Copy link
Member

alansemenov commented Sep 27, 2022

Having an option set makes all inputs, including unselected ones (especially with <expanded>false</expanded>), be created immediately when opening wizard. That may potentially lead to performance issues, thus need to instantiate items only when option is selected and items become visible.
This issue will have impact on content's property tree layout and comparing it with saved property tree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Suggestion for improvement
Projects
None yet
Development

No branches or pull requests

1 participant