Google app engine & CDN

后端 未结 3 1228
予麋鹿
予麋鹿 2021-01-30 18:06

When using Google app engine is there any benefit to use a CDN if i wanted my file resources as closer to users?

3条回答
  •  轮回少年
    2021-01-30 18:36

    Certainly. Although App Engine may cache your static content close to users, it doesn't guarantee it will do so, and it won't cache your dynamic content for you. Using a CDN is as viable an option with App Engine as it is with any other platform.

提交回复
热议问题