slim icon indicating copy to clipboard operation
slim copied to clipboard

Improve responsiveness of the UI while retrieving/processing large amounts of data

Open fedorov opened this issue 1 year ago • 2 comments

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

fedorov avatar Aug 29 '24 17:08 fedorov

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.

wayfarer3130 avatar Sep 18 '24 13:09 wayfarer3130

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

fedorov avatar Sep 19 '24 01:09 fedorov