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.
我是开发网站的新手,我见过很多使用谷歌托管库的网站......使用谷歌托管库而不是本地版本有什么优势吗?
是的,使用 Google 托管的库有一些优势。
1) 它通过 CDN(内容交付网络)交付 2) 由于 CDN 提供了更好的缓存 3) 低延迟 - CDN 将您的内容分发到不同的位置;从而减少延迟。
使用 Google 托管库时也要小心。您必须确保有一个备用机制,以防与 Google 库的连接失败。就像从您自己的服务器下载文件一样,如果之前的下载失败。