Hi all. Someone can explain me why lazy column slo...
# compose
d
Hi all. Someone can explain me why lazy column slow and skipping frames and when it will be fixed? 🙂
a
Are you running a release build using r8? If not, do so; there are significant performance differences between debug builds, release builds, and optimized builds.
Additionally, on initial process startup you may see some initial slowdown in development environments because the runtime profiles for compose and your app are not yet installed. https://developer.android.com/jetpack/compose/ergonomics#profile-inst speaks a bit about this, and we're looking to publish more info about the process and how to best run local tests under the same conditions you'll see in production.
👍 2
We are not currently tracking performance issues specific to LazyColumn that aren't addressed by the above; if you have a specific repro case that you think is not, please file a bug on the tracker
@Andrey Kulikov may be able to give some more specific advice for your situation if you'd like to post some code
s
@Dmitry Chernozubov also, check the thread https://kotlinlang.slack.com/archives/CJLTWPH7S/p1628941336080200?thread_ts=1628941336.080200&cid=CJLTWPH7S or you can visit our telegram group(rus speaking) dedicated to declarative ui frameworks.
2
d
Thx guys
👍 1