Hacker News new | ask | show | jobs
by Tepix 2699 days ago
I like the idea of loading all linked content at page load time.
2 comments

That’s bad for mobile - especially if a website has really large images for high-DPI devices. I think you can configure some mobile browsers to always download low-DPI assets to save on bandwidth.
You could make it optional. Right now there's almost nothing you can do when you visit a site even if you know it uses this technique.
By linked I hope that you mean things like images and CSS style-sheets rather than actual <a> links. If so, I totally agree with you, this kind of lazy loading that css utilises is a true privacy nightmare.