Hacker News new | ask | show | jobs
by yrezgui 3042 days ago
For some websites, the cost of making a new HTTP request to get the image is higher than inlining it in the page in terms of performance
1 comments

For example, in terms of latency because of the network round-trips to establish the connection (or even just to send an additional HTTP request inside the existing session and wait for a reply!).