Add Preconnect header for mozilla CDNs
See original GitHub issueLink: <https://addons-amo.cdn.mozilla.net>; rel=preconnect; crossorigin
Link: <https://addons.cdn.mozilla.net>; rel=preconnect; crossorigin
Will cut down connect times and speed up loading for all assets on first-view.
More info: https://www.igvita.com/2015/08/17/eliminating-roundtrips-with-preconnect/
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:14 (12 by maintainers)
Top Results From Across the Web
Using dns-prefetch - Web performance | MDN
DNS -prefetch is an attempt to resolve domain names before resources get requested. This could be a file loaded later or link target...
Read more >Resource Hints - What is Preload, Prefetch, and Preconnect?
A preconnect can be added directly to a link tag as an attribute in the HTML. It can also be delivered through the...
Read more >Dns-prefetch & Preconnect: 7 Tips, Tricks and Pitfalls - Medium
Mastering the not so obvious parts of dns-prefetch & preconnect ... in Chrome and Firefox by adding a X-DNS-Prefetch-Control header.
Read more >Resource Hints - W3C
A resource hint link is a dns-prefetch , preconnect , prefetch , or prerender relationship that is used to indicate an origin or...
Read more >Preconnect to required origins - Chrome Developers
Consider adding preconnect or dns-prefetch resource hints to establish early connections to important third-party origins.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I may not have time working on this in a week time, so I’ll drop it to p3.
Please let me know if this must be a p2 for now.
@diox I checked several AMO dev frontend pages - the response headers for the html documents (which the Network reveal at a page refresh) show the mentioned content: