Nested RecyclerView with Multiple View Lagging Scroll
Firstly, you can use setInitialItemPrefetchCount()
for prefetching feature for nested RecyclerView. for more information please check this article
I think, the main reason, loading image from server blocks the main thread. You can do this asynchronously. please check this article too.