If I keep reloading a page that uses jquery from google hosted site.
Does that mean it will always redownload the library?
Or does the browser know not to, since it previously downloaded it.
If I keep reloading a page that uses jquery from google hosted site. Does
Share
Most modern browsers know not to download that. Check jQuery CDN in console and you see this.
That means the library is being loaded from cache.