Hello, I currently face performance issues with LazyVerticalStaggeredGrid. When I display 1 column then scrolling is quite fast, but if I make it more than 2 then fps drops to like 1 fps. I tried to optimize it but no success so far. It is running in release mode as well
I was able to optimize it, by saving the ImageVector into the data model. Now it is much better but the first scroll till the end is slightly jiggerish, but subsequent passes are OK. I guess problem is solved