Core Web Vitals for Shopify
Shopify stores face unique CWV challenges from third-party apps, theme scripts, and checkout flows. Here's how to fix them.
Shopify stores have improved significantly in platform performance, but the app ecosystem introduces constant regression risk. Every installed app potentially adds JavaScript that delays LCP, triggers CLS, or blocks INP responses on your storefront.
The most common Shopify CWV failure is LCP on product pages. Shopify's liquid templating renders product images, but without explicit fetchpriority='high' on the hero image, the browser discovers it late in the waterfall. On mobile with 4G throttling, this alone can push LCP above 4s.
Third-party Shopify apps that inject JavaScript into the storefront are the second most common CWV problem. Review apps, loyalty widgets, chat tools, and popup apps often execute synchronously, blocking the main thread and causing high TBT and INP.
FAQ
Why does my Shopify store have bad Core Web Vitals?
The most common causes are: unoptimised hero images without fetchpriority='high', third-party apps adding synchronous JavaScript, theme scripts loading without defer, and fonts without preload hints.
How do I check Core Web Vitals on Shopify?
Use Google PageSpeed Insights or AuditJet to measure individual page CWV scores. For real-user data, check Google Search Console's Core Web Vitals report filtered to your Shopify domain.
Do Shopify apps hurt Core Web Vitals?
Yes — each Shopify app that adds JavaScript to the storefront has the potential to hurt CWV. Review apps, loyalty widgets, and popup apps are frequent culprits. Audit your apps by testing with and without them enabled.
Does the Shopify Dawn theme have good Core Web Vitals?
Yes — Shopify's Dawn theme is optimised for Core Web Vitals. If your store uses Dawn and scores poorly, the issue is likely third-party apps or customisations, not the base theme.
Monitor Core Web Vitals continuously
AuditJet tracks every metric on a schedule and alerts you when scores regress — with revenue impact in dollars and AI fix suggestions.
Start Monitoring Free