Skip to content

Instantly share code, notes, and snippets.

@makfruit
Last active February 28, 2018 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makfruit/e760e56da01f9e28a5f8863c806ac701 to your computer and use it in GitHub Desktop.
Save makfruit/e760e56da01f9e28a5f8863c806ac701 to your computer and use it in GitHub Desktop.
Preconnect/Prefetch/Preload Ecwid resources
<link href="https://d201eyh6wia12q.cloudfront.net" rel="preconnect" crossorigin />
<link href="https://d3fi9i0jj23cau.cloudfront.net" rel="preconnect" crossorigin />
<link href="https://dqzrr9k4bjpzk.cloudfront.net" rel="preconnect" crossorigin />
<link href="https://ecwid-static-ru.gcdn.co" rel="preconnect" crossorigin />
<link href="https://ecwid-images-ru.gcdn.co" rel="preconnect" crossorigin />
<link href="https://app.multiscreenstore.com" rel="preconnect" crossorigin />
<link rel="prefetch" href="https://app.multiscreenstore.com/script.js?<storeid>" />
<link rel="prerender" href="<store page address>" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment