https://kotlinlang.org logo
#compose-android
Title
# compose-android
e

eygraber

10/24/2023, 8:20 PM
Has anyone noticed that Compose (debug not release) is running significantly slower on Android 14 vs Android 13?
s

Stylianos Gakis

10/24/2023, 8:27 PM
Did you test exact same compose versions etc in a real Android 13 and a real Android 14 device? Otherwise it could be compose version, it could be the emulator being slower, it could be much more. With that said reading your message I do feel like in the past months my debug app has been a bit more choppy, but I haven’t really looked into it.
e

eygraber

10/24/2023, 8:35 PM
Yup, same versions, both on Pixel 7s
s

Stylianos Gakis

10/24/2023, 8:44 PM
Interesting, I don’t know how you’d explore this further. Doing benchmarks on the device perhaps? But then you’d have to compare it with the same device on Android 13 which would be quite hard for an individual perhaps
e

eygraber

10/24/2023, 8:48 PM
I have two Pixel 7s one with 13 and one with 14 so it shouldn't be too bad.
s

Stylianos Gakis

10/24/2023, 8:50 PM
Oh you do have the right now, that’s quite convenient 😅 I thought maybe you were just on 13, then upgraded (on the pixel 7s) and then tested again.
e

eygraber

10/24/2023, 11:11 PM
Luckily not yet 😅
c

Colton Idle

10/31/2023, 1:18 AM
@romainguy... any thoughts?
e

eygraber

11/17/2023, 7:19 PM
Bumping this because my debug builds have slowed to a crawl on Android 14. Anyone else seeing this?
c

Colton Idle

11/17/2023, 9:42 PM
is that why debug has been sooooo bad? I'm in Android 14 QPR 2 or w/e its called.
e

eygraber

11/18/2023, 11:07 PM
I imagine that's it. I've been trying to profile to see what's going on but the profiler and layout inspector aren't working 😐
c

Colton Idle

11/19/2023, 5:15 AM
@Ben Trengrove [G]?
z

Zoltan Demant

11/19/2023, 10:47 AM
the same comparison holds true for older API:s as well in my experience; feels like a release build after youve toyed with it for a bit, even if its a first-install debug build.
e

eygraber

11/19/2023, 1:41 PM
There's a marked difference when I test this on a Pixel 7 running Android 14 and a Pixel 7 running Android 13
Filed https://issuetracker.google.com/issues/312294392 regarding slower, jankier debug builds on Android 14
🌟 2
2
m

Mark

11/21/2023, 8:31 AM
I’m seeing this as well, but I assumed it was just me. Also Pixel 7a (Android 14) and still using fragments.
👍 1
2 Views