This may be obvious to some, but I\'ve been wondering: why should I depend on Google\'s server to host jQuery for my site?
Is it only because it loads faster this wa
Usign CDN with a Service Worker, you can download the CDN once in the client lifetime, and not every time you update your code.