pengkobe / reading-notes

:stars: to record daily reading notes. I build an issue blog to record daily FE study notes. suggestion and comments are welcomed.
https://github.com/pengkobe/reading-notes/issues
MIT License
13 stars 1 forks source link

push/pull cdns #438

Open pengkobe opened 6 years ago

pengkobe commented 6 years ago

CDN 全称为:Content delivery network

主要有两种方式

push

内容修改后主动向 cdn 服务器推送,适用于更新比较少的网站,不需要定时拉取,但是会造成需要较大的存储空间。

pull

第一次访问时从服务器加载资源,服务器会重定向到 cdn 网站。

参考