DEV Community

Discussion on: The Ten Commandments of Web Performance

Collapse
 
umutakyol profile image
asdsadasf

I really don't like lazy loading images as a user.

Collapse
 
pavelloz profile image
Paweł Kowalski

Well, as a user, you shouldnt even notice it. If you see it, its either implemented not good enough, or you have very slow connection (which should benefit from lazy loading, because more important stuff could be stuck behind whatever is lazy loaded).