Hello.
I have a question about prefetch and preconnect.
1.
I wonder if adding prefetch and preconnect at the <head> section actually speed up loading speed of the offer page.
2.
I wonder which urls should be added between the click url of the tracker or actual offer page url.
example:
I have a question about prefetch and preconnect.
1.
I wonder if adding prefetch and preconnect at the <head> section actually speed up loading speed of the offer page.
2.
I wonder which urls should be added between the click url of the tracker or actual offer page url.
example:
tracker click url: https://track.com/click
offer url: https://iphone13.com/abcd
HTML:
<head>
<link rel="dns-prefetch" href="https://track.com/click" />
<link rel="preconnect" href="https://track.com/click" />
</head>