question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Preconnect header for mozilla CDNs

See original GitHub issue
Link: <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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:14 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
bqbncommented, Jul 5, 2019

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.

0reactions
ioanarusiczkicommented, Apr 6, 2021

@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:

preconnect

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found