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.
根据页面速度的建议,我如何压缩图像以在我的谷歌云存储帐户中上传到服务器快速到我的 wordpress 博客?
感谢你的支持。
试试下面的命令,您可以选择 png、jpg 等图像格式,还可以设置缓存过期 7 天,这将节省您的带宽和账单费用
gsutil -h "Cache-Control:public, max-age=604800" cp -z png /images/* gs://backetname/images or gsutil -h "Cache-Control:public, max-age=604800" cp -z png /images/logo.png gs://backetname/images