Skip to content

Commit

Permalink
chore: Use preconnect links to speed up initial load (#3828)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller authored Aug 1, 2023
1 parent 0263b0b commit 1b063a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@
data-site="<%= VITE_FATHOM_SITE_ID %>"
defer
></script>

<link rel="preconnect" href="https://mainnet.infura.io" />
<link rel="preconnect" href="https://api-v3.balancer.fi" />
<link rel="preconnect" href="https://api.thegraph.com" />
<link rel="preconnect" href="https://assets-cdn.trustwallet.com" />
<link rel="preconnect" href="https://raw.githubusercontent.com" />
<link rel="preconnect" href="https://o574636.ingest.sentry.io" />
</head>
<body>
<noscript>
Expand Down

0 comments on commit 1b063a2

Please sign in to comment.