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

Improve performance in CheckboxTree #127

Open
1 of 2 tasks
jernestmyers opened this issue Nov 14, 2022 · 1 comment
Open
1 of 2 tasks

Improve performance in CheckboxTree #127

jernestmyers opened this issue Nov 14, 2022 · 1 comment
Assignees

Comments

@jernestmyers
Copy link
Member

jernestmyers commented Nov 14, 2022

A noticeable performance hit resulted when switching from the legacy WDKClient CheckboxTree to the new version here in CoreUI. The performance hit is most noticeable in Microbiome and genomics wherein the rendered nodes are in the thousands. The profiler suggests the extensive use of inline styles and the thousands of Tooltip instances are largely contributing to this performance hit.

Possible ideas to improve the performance is twofold:

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

No branches or pull requests

2 participants