Stuck at performance optimization, I’ve tried ever...
# compose
a
Stuck at performance optimization, I’ve tried everything from the new docs to optimize my grid list and somehow managed to significantly improve my p50 scroll performance at full Compile. However, I’m still getting a lot of huge Janks from the profiler. Any idea what could be causing these huge recompositions and animations in a scrolling list context? I’m out of ideas 🤷
m
Without code, no
t
you’re probably doing this already, but was this profiling done on a release build with r8 enabled?
j
168 Ms is huge. Please ensure release build and it's not debuggable.
a
Yes. It's a proper benchmark build. P50 is still 60fps
R8, release build, not debuggable
b
Can we see some code? I would love to know what's going on and file a bug if needed
👍 1
a
Thanks for noticing. I'll see if I can write a sample with this issue.