使用AWS Lambda提高网站图片加载速度1X倍 · BMPI #106
utterances-bot
announced in
Announcements
Replies: 4 comments
-
s3在香港区域可以使用这项服务么? |
Beta Was this translation helpful? Give feedback.
0 replies
-
可以的,但是你的lambda服务必须在us-east-1的s3中,图片可以在香港或任何区域 |
Beta Was this translation helpful? Give feedback.
0 replies
-
嗯,我试了下,我这里的origin-response返回了状态码400. 通过cloudwatch看的日志,这个得去哪里看更多错误信息?我看请求对象应该没问题的啊
|
Beta Was this translation helpful? Give feedback.
0 replies
-
我把cloudfrond里面的源域名加上了区域名称ap-east-1: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
使用AWS Lambda提高网站图片加载速度1X倍 · 构建我的被动收入
网站流量中大头是图片资源,如何减少图片大小是很重要的事情。本文分享了使用AWS Lambda@Edge无服务架构通过判断浏览器UA自动转换CDN缓存的图片为Webp,将网站图片加载速度提高了1X倍以上
https://www.bmpi.dev/dev/aws-lambda-edge-img-to-webp/
Beta Was this translation helpful? Give feedback.
All reactions