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. |
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. |
Say 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?