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 responsiveness of the UI while retrieving/processing large amounts of data #230

Open
fedorov opened this issue Aug 29, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@fedorov
Copy link
Member

fedorov commented Aug 29, 2024

Currently, UI is blocked when retrieving the data, and this can take minutes for large objects.

@fedorov fedorov added the enhancement New feature or request label Aug 29, 2024
@wayfarer3130
Copy link

Do you have the breakdown between the server and client side processing? In specific, what happens if you try it against a static dicomweb instance for the metadata - that has the data already compressed/generated and simply serves it, so if the problem is server side processing, a solution which caches the metadata ahead of time can be very helpful.

@fedorov
Copy link
Member Author

fedorov commented Sep 19, 2024

@wayfarer3130 our setup is that the viewer must function with the standard DICOMweb server.

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

No branches or pull requests

2 participants