Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 S3 中存储 6 个图像,并通过对每个图像调用 S3 来在一个请求中获取所有图像。
页面的加载时间已经增加了 1-2 秒,还有更多的图片。我在检索后将图像从缓冲区转换为 base64,并且不确定这是否是正确的方法。
有什么建议么?