You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
... This also offers an advantage that if the visitor to your webpage has already downloaded a copy of jQuery from the same CDN, it won't have to be re-downloaded.
I know who you work for. However, if a browser sees a reference to code.jquery.com and another to www.openssl.org, it will load it twice, even if pinned on the same version. Nothing of what you said contradicts that.
I know who you work for. However, if a browser sees a reference to code.jquery.com and another to www.openssl.org, it will load it twice, even if pinned on the same version. Nothing of what you said contradicts that.
Even if the link is the same, the browsers now separate the cache by origin so it will be loaded twice.
Shrug. A minor optimization. Feel fee to close if you disagree (but you're wrong :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
inc/head.shtml, which is included by just about every file on the site, has these lines
You should replace them with this single line:
This will use the cached script and not go to a central site to download a file that is, well, already on your site. :)
ping @levitte
The text was updated successfully, but these errors were encountered: