Oh yeah, but you can delay the loading if you are not showing anything to the user, and do some smart prefetching as the user navigates

Reply to this note

Please Login to reply.

Discussion

My issue with lazy loading is the current issue with images moving the post when they show up. We could do more of that, but then everything keeps moving...

Would a placeholder based on image dimensions work for first render and then lazy load based on time, velocity of scroll or s combination of those?

Set a constant height for a post is crazy idea?