最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

amazon web services - How to speed up images loading adding a CDN for a Google Cloud Bucket? - Stack Overflow

programmeradmin3浏览0评论

I have a Google Cloud Bucket full of public images. The images are loading not that bad, but in order to improve SEO (and user experience) I would love to speed them up as much as I can.

I thought that adding a CDN would improve it. Who could give me some ideas about how to improve it?

For example:

  • Adding a Google Cloud CDN
  • Adding an external CDN (like CloudFlare, AWS, etc)
  • Whatever.

My project is an app that help travelers and photographers to find the best photo spots, so, photos loading is an important thing

Thanks!

I have a Google Cloud Bucket full of public images. The images are loading not that bad, but in order to improve SEO (and user experience) I would love to speed them up as much as I can.

I thought that adding a CDN would improve it. Who could give me some ideas about how to improve it?

For example:

  • Adding a Google Cloud CDN
  • Adding an external CDN (like CloudFlare, AWS, etc)
  • Whatever.

My project is an app that help travelers and photographers to find the best photo spots, so, photos loading is an important thing

Thanks!

Share Improve this question asked Feb 15 at 20:34 Broda NoelBroda Noel 1,9861 gold badge24 silver badges39 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

You can follow this guide to use the static content in Google cloud bucket to be distributed via cloud cdn. The origin would be the cloud bucket where you already have your static image content. CDN is not just for an SEO point of view but would deliver static content from Edge locations which are more closer to the end users. And also would reduce cost of directly accessing your storage bucket directly by caching the static content in CDN and serving it to end users from the cache. https://cloud.google/cdn/docs/quickstart-backend-bucket-console

发布评论

评论列表(0)

  1. 暂无评论