Problem: Consider adding
preconnect
or
dns-prefetch
resource hints to establish early connections to important third-party origins. For example to pre-connect google analytics:
https://www.google-analytics.com
we should include
rel
attribute with
preconnect
value:
<link rel="preconnect" href="https://www.google-analytics.com" crossorigin>
in
head
tag
by Valeri Tandilashvili
4 years ago
HTML
lighthouse
1
Pro tip: use ```triple backticks around text``` to write in code fences