according to the recommendations of page speed, how i can compress images to upload in my account in google cloud storage to server fast to my wordpress blog?
Thanks for you support.
according to the recommendations of page speed, how i can compress images to upload in my account in google cloud storage to server fast to my wordpress blog?
Thanks for you support.
Try below command, you can select image format like png, jpg etc also set cache expiry for 7 days which will save your bandwidth and billing charges
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