Hacker News new | ask | show | jobs
by thethrows 4080 days ago
Why is the image loading so poor on this website?
2 comments

After inspecting the img tags and skimming what is required just to load them, I'd say they overengineered things just a bit.
There were images? Must be loaded with some weird JavaScript—all I saw were chunks of white space.
Yeah, it's one of those lazy loading js implementations that tries to be too clever. It's not only lazy loading them, but it's trying to load different sizes based on the client. Not sure if anything they do would be better than just using optimized jpegs and settling on one size.