Say I use jQuery, is loading it from googleapis.com:
generally better than using a copy from the machine hosting most of my site:HTML Code:<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
?HTML Code:<script src="/js/jquery.min.js"></script>
Pros/cons of using CDNs vs. getting the resource "locally"?


Reply With Quote
Bookmarks