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.
1–7 of 7 posts
Note: I am familiar with HTTP2 multiplexing.
CSS Image Sprites https://www.w3schools.com/Css/css_image_sprites.asp
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?
You could do that with blobs and client code...or use mjpeg movies...im not aware of multiple images as such though...itd be worth researching multipart mime types i think