What's faster for including scripts, using CDN (Google) or storing them locally in website's root?

前端 未结 7 1334
眼角桃花
眼角桃花 2020-12-02 14:55

What\'s faster for including scripts, using CDN (Google) or storing them locally in website\'s root?

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-02 15:18

    It may be worth noting that Visual Studio has problems with Intellisense for Google's CDN. Microsoft also has a CDN that allows Intellisense to function correctly. But yes, use a CDN.

提交回复
热议问题