Is there anything on the roadmap for general perfo...
# compose-web
r
Is there anything on the roadmap for general performance? I can't quite pin it down but there's probably multiple things going on when I compare a CMP app as an iOS app to one running in a browser. One thing seems to be that it's running at max 60hz. Is there any flag I'm missing or is 120hz still not supported?
j
120 Hz. is supported, but before you needed to enable it manually, not sure if that's still the case. You can try to see if it makes a difference: https://github.com/JetBrains/compose-multiplatform-ios-android-template/blob/main/iosApp/iosApp/Info.plist#L23
Just checked: if I create a fresh starter template project, the
plist
has just that key, so it seems necessary 🙂
r
@Jacob Ras thanks, I was talking about wasm specifically though, iOS is already enabled by default
j
Ahh! In that case I'm wondering the same :)
👍 1
r
Added this ticket CMP-8736 Add 120hz support for WASM IMO it should be prioritized if possible because at least to my eyes, there is a certain choppiness to it compared to other websites on a modern screen.
👌 2
j
@Rok Oblak you say: scroll up and down on the Kotlinconf app but all I see there is a logo with the dates
I have more questions about that page: when I zoom in, the logo and text stays high-quality. If I zoom in on my own stuff, it gets completely blurry 👀
Edit: nvm, it finally loaded after minutes!