Ask HN: Retrieving multiple images with a single request?
Is there an existing solution that retrieves n-images with a single request? Rather than an individual request for each image?
Note: I am familiar with HTTP2 multiplexing.
Note: I am familiar with HTTP2 multiplexing.
6 comments
[ 1.2 ms ] story [ 14.6 ms ] threadSay you wanted to populate a social media feed... you'd need to dynamically call media. That produces a huge amount of requests.
What if you want to batch 10 images per request? Does anyone currently do that?