I am storing 6 images in S3, and getting all of them in a single request, by a call to S3 per image.
The load time of the page already increased by 1-2 seconds, and there are more images to come. I am converting images to base64 from buffer after retrieving, and am not sure if it is the right approach.
Any suggestions?