Thanks @jw, but i was checking the now in android official sample as well. It has only one or two images in a single post that are being loaded from network , even i commented out one image also, so then it was having the one image only being loaded from networm, but still it has lagging on scroll even with the single image and some text in each list item in LazyVerticalGrid(even i tried LazyColumn as well, result was little better but not that much ). I was checking the release build with R8 enabled, and also with baseline profile. So cant we handle even single image loading from network in a list with jetpack compose? Its being loaded using AsyncImage. Or is there anything available there that i may be missing?