-
Notifications
You must be signed in to change notification settings - Fork 324
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
[Bug] stackContextPrefetch.enable method loads dcm files very slowly in Chrome and Edge browsers on Windows systems #1760
Comments
Hmmm, try in chrome canary, maybe a bug in chrome |
Does your workstation have MPR function? After you upgrade @cornerstonejs/core to 2.15.4, can Android render MPR images? I can render MPR normally on iOS, but Android renders gray squares. |
Yes I have the same problem, Android renders gray squares. IOS normally |
Let's not mix the Android issue here. Focus on this other issue and keep the conversation about the Android bug separate. #1759 (comment) |
Sorry, it was caused by my own code, I closed this issues |
Describe the Bug
The stackContextPrefetch.enable method loads dcm files very slowly in Chrome and Edge browsers on Windows, but very quickly in Firefox browser;
It also loads very quickly on my iOS phone, I can rule out the possibility of network speed issues
Steps to Reproduce
"@cornerstonejs/core": "^2.15.4"
Use wadouri loader and use stackContextPrefetch.enable to load the entire Series, csEnums.Events.IMAGE_LOADED callback, count the number of dcm that have completed loading
The current behavior
chrome took 18 seconds
001.mp4
FireFox took 6 seconds
002.mp4
The expected behavior
Restore loading speed
OS
windows 11
Node version
18.17
Browser
Chrome 131.0.6778.265; FireFox 134.0.1
The text was updated successfully, but these errors were encountered: