I submitted an issue related to Coil performance f...
# compose-web
r
I submitted an issue related to Coil performance for images larger than 1-2MBs. Easily reproducible on a sample, stutters heavily while scrolling even on a top spec machine: https://coil-kt.github.io/coil/sample/ Author says it's CMP/Skiko related: https://github.com/coil-kt/coil/issues/2793 So does anyone have a hint where this should be tracked? Image loading is pretty much useless on CMP web right now due to heavy stutter.
e
wasm is single threaded - as is JS, but without APIs to offload image decoding to the browser
👆🏼 1
I don't know if that's the cause but it certainly doesn't help