A slow Shopify store costs you sales. According to Google's own research, 53% of mobile visits are abandoned if a page takes longer than 3 seconds to load, and each additional second of delay can reduce conversions by up to 20%. For ecommerce, Shopify store speed is not a technical detail — it is a revenue driver and a Google ranking factor.
This guide explains how to speed up your Shopify store in 2026, what the Core Web Vitals metrics mean, and the 11 fixes that deliver the biggest Shopify store speed improvements — ranked by impact.
Why Shopify Store Speed Matters in 2026
Store speed affects your business in three direct ways:
- Conversion rates — Faster stores convert better. Portent found that a 0–1 second load time converts at 2.5x the rate of a 5–6 second page.
- Google rankings — Since the 2021 Page Experience update, Google uses Core Web Vitals (LCP, INP, CLS) as ranking signals. Slow stores rank lower in organic search.
- Ad spend efficiency — Slow landing pages raise cost per acquisition. Every bounce after an ad click is wasted spend.
What Is a Good Shopify Store Speed Score?
A good Shopify store speed means passing all three Core Web Vitals on mobile and desktop. Here are the 2026 targets:
| Core Web Vital | What It Measures | Good Target |
|---|---|---|
| LCP (Largest Contentful Paint) | How fast the main content loads | Under 2.5 seconds |
| INP (Interaction to Next Paint) | How quickly the page responds to clicks | Under 200 ms |
| CLS (Cumulative Layout Shift) | How stable the page layout is | Under 0.1 |
Google PageSpeed Insights scores 0–100: 70+ on mobile and 90+ on desktop is considered good. Shopify also shows its own Speed Score in the admin dashboard, calculated from your home, product, and collection pages over a 7-day window.
Run a free Shopify Speed Test to get a Shopify-specific report showing exactly which apps, scripts, and files are slowing your store down.
The 11 Proven Fixes to Speed Up Your Shopify Store (Ranked by Impact)
Fix 1: Remove Orphaned App Scripts (Highest Impact)
When you uninstall a Shopify app, its JavaScript often remains in your theme's layout/theme.liquid file. These orphaned scripts make unnecessary network requests on every page. Our analysis of 10,000+ stores found that orphaned app scripts are the #1 cause of slow Shopify stores — some stores had 15+ dead scripts.
How to fix: Review your theme's <head> section, identify scripts with no matching installed app, and remove them.
Fix 2: Compress and Resize Images
Uncompressed hero banners and product images are the #1 cause of slow LCP. Images should be:
- Converted to WebP or AVIF format (30–50% smaller than JPEG)
- Sized to actual display dimensions (don't serve a 4000px image in a 400px slot)
- Given explicit
widthandheightattributes to prevent layout shift
Impact: Image optimization alone can cut LCP by 1–2 seconds on image-heavy stores.
Fix 3: Defer Render-Blocking JavaScript
Third-party widgets — review apps, live chat, popup forms — block the browser's main thread. Scripts that aren't essential above the fold should use async or defer. Our data shows the average Shopify store loads 25+ third-party scripts, and many can be deferred.
Fix 4: Upgrade to Online Store 2.0
Legacy Online Store 1.0 themes use monolithic Liquid structures. JSON-based OS 2.0 themes load app blocks lazily and render faster. If you're on a pre-2.0 theme, upgrading is often the single biggest win.
Fix 5: Reduce App Count and Combine Functionality
Every app adds JavaScript. A store with 10 apps typically loads 1MB+ of app code before content. Audit your apps quarterly and remove ones with overlapping features. Use Shopify App Store speed data to pick lighter alternatives.
Fix 6: Optimize Font Loading
Custom fonts are a hidden LCP killer. Use font-display: swap, self-host fonts instead of third-party CDNs, and limit font weights. Fonts alone can add 300–600ms to load time when served poorly.
Fix 7: Enable Lazy Loading for Below-the-Fold Content
Shopify's native loading="lazy" on images and iframes below the fold defers them until the user scrolls near them. This cuts initial page weight significantly on long product and collection pages.
Fix 8: Minimize Shopify Theme Code Weight
Heavy themes with excessive CSS/JS add hundreds of kilobytes. Use the Shopify Theme Inspector to measure your theme's code weight, and remove unused sections, snippets, and assets.
Fix 9: Reduce External Requests and CDN Calls
Each third-party domain is a new DNS + TCP + TLS handshake. Limit external requests to essential services. Consider merging analytics scripts and removing redundant tracking pixels.
Fix 10: Optimize Product and Collection Page Structure
Product pages are your highest-traffic pages. Simplify section complexity, avoid infinite loops in section logic, and use the new Shopify product media APIs to serve appropriately sized images.
Fix 11: Use Shopify's Web Performance Reports
Shopify's built-in Web Performance Reports (Analytics → Reports) show load time trends by page type and identify slow pages. Use them monthly to track your speed score and catch regressions early.
How to Check Your Shopify Store Speed: A Step-by-Step Guide
- Run Google PageSpeed Insights — Enter your store URL, test both mobile and desktop.
- Check your Shopify Speed Score — Admin → Analytics → Reports → Speed.
- Use our free Shopify Speed Test — Get a Shopify-specific breakdown of which apps and files cost you load time.
Pro tip: Test your top product page and collection page, not just the homepage. These are the pages that convert visitors, and they often load slower than the homepage.
Shopify Speed Optimization: Common Questions
Does Shopify store speed affect SEO?
Yes. Shopify store speed directly affects SEO. Google uses Core Web Vitals as ranking signals, and a slow Shopify store ranks lower in organic search, reducing visibility for your key product and category keywords.
Why is my Shopify store so slow?
The most common causes of slow Shopify store speed are orphaned app scripts, uncompressed images, render-blocking JavaScript, legacy themes, and too many apps. Our analysis of thousands of stores shows app bloat is the most frequent culprit.
What is a good Shopify speed score?
Shopify's speed score is shown as a percentile from 0 to 100, comparing your store against the top 20% of stores. A score of 70+ is considered good; 90+ is excellent. Aim to be in the top 20% of similar stores.
How do I improve my Shopify speed score?
Start with the highest-impact fixes: remove orphaned app scripts, compress images, defer third-party JavaScript, and upgrade to Online Store 2.0. Then re-test after each change to measure the impact on your Shopify store speed.
Is Shopify itself slow?
Shopify's platform is fast, but your Shopify store speed depends on your theme, apps, images, and scripts. A well-optimized Shopify store can achieve 90+ PageSpeed scores; a poorly configured one can take 10+ seconds to load.
Key Takeaways
- Speed is revenue: 53% of mobile users abandon pages over 3 seconds (Google).
- Fix in order of impact: orphaned scripts → images → render-blocking JS → theme upgrade.
- Track monthly: Use Shopify Web Performance Reports + PageSpeed Insights to monitor your speed score.
- Test your money pages: Product and collection pages matter more than your homepage.
Run a free Shopify Speed Test to see exactly what is slowing your store down and get a prioritized fix list.
This article was updated on August 4, 2026, with the latest Core Web Vitals targets and Shopify 2026 performance features.

