Preconnect
Preconnect helps your store load external resources faster, improving page speed and user experience.
Last updated
Was this helpful?
Preconnect helps your store load external resources faster, improving page speed and user experience.
Last updated
Was this helpful?
Preconnect is a speed optimization feature that allows the browser to establish early network connections to external domains — such as CDNs, fonts, APIs, or image servers — before they are actually needed. By setting up these connections in advance, the browser skips DNS lookups, TLS handshakes, and TCP connections during the actual page load, resulting in a smoother experience for your customers.
Preconnect improves your store performance by:
Reducing loading time for third-party resources
Improving Time to First Byte (TTFB) and First Contentful Paint (FCP)
Creating faster, more responsive pages — especially on mobile
Enhancing overall Core Web Vitals
First, let's have an intereactive demo to see how it works:
Go to Speed Up > Custom > Settings
Turn on Preconnect
Go back to Speed Up Now, select the theme you want to optimize, and click to apply changes
To verify:
Search for the file avada-seo-preconnect.liquid
in your theme code
View your storefront → right-click > View Page Source → check for <link rel="preconnect">
tags