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

Consider lazy loading of Camel models #754

Closed
tadayosi opened this issue Jan 24, 2024 · 0 comments · Fixed by #898
Closed

Consider lazy loading of Camel models #754

tadayosi opened this issue Jan 24, 2024 · 0 comments · Fixed by #898

Comments

@tadayosi
Copy link
Member

Since we support multiple versions of Camel model #693, we need to bundle all the model defintions in the hawtio/react distribution. We lately found that it's bloating the distribution files and thus decreasing the performance of initial loading of the console.

One possible solution to deal with the performance issue would be to introduce lazy loading for the Camel models, so that they are not fetched from the server until it's really necessary and even that unused models are never loaded.

@tadayosi tadayosi added this to the 2024Q2 milestone Feb 5, 2024
@tadayosi tadayosi self-assigned this Apr 23, 2024
tadayosi added a commit to tadayosi/hawtio-next that referenced this issue Apr 24, 2024
tadayosi added a commit to tadayosi/hawtio-next that referenced this issue Apr 24, 2024
tadayosi added a commit to tadayosi/hawtio-next that referenced this issue Apr 24, 2024
tadayosi added a commit that referenced this issue Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants