I got this problem when I want to design complex item. I try to understand jetpack compose. How the layouts work. After spend alot of time on this problem I solved with use lite layouts. I wrote layouts instead of compose layout like Row and Column. ater I replace this lite layout by compose layout I was surprised with performance.
You can check this article