Shopify Theme Slow? How to Diagnose and Fix Speed Issues
Last modified: June 14, 2026
-
What is a good Shopify speed score?
Shopify’s own speed report compares you to similar stores on a 0-100 scale; above 50 is solid, above 70 is excellent. On Google PageSpeed Insights, aim for mobile scores above 50 (most Shopify stores sit in the 20-40 range). The numbers that matter most are Core Web Vitals: LCP under 2.5s, INP under 200ms, CLS under 0.1.
-
Why is my Shopify theme suddenly slow?
A theme that was fast at launch usually slows down for one of three reasons: you installed new apps that inject scripts on every page, you added high-resolution product or banner images that are not compressed, or a theme update changed how a heavy section renders. The slowness almost never appears overnight from the theme itself. Compare PageSpeed Insights scores from before and after the last few changes you made to find the culprit.
-
Does the Shopify theme I choose affect site speed?
Yes, but less than people assume. A lightweight theme like Dawn ships with around 100 KB of theme JavaScript and scores in the 90s on a clean install. A feature-heavy premium theme can ship with 400 KB of theme code and score in the 60s. That is real but smaller than the impact of five third-party apps, which routinely add 1-2 seconds to every page load. The theme matters, but apps and images matter more.
-
How can I tell if my Shopify theme is causing slow loading?
Run the same product page on your theme and on Dawn (free, install on a duplicate store) and compare PageSpeed Insights scores. If Dawn scores 20 or more points higher on mobile, the theme is part of the problem. If the scores are within 10 points of each other, the theme is not the bottleneck and the slowness is elsewhere. Then open the Shopify Theme Inspector Chrome extension to confirm where the time is spent in Liquid rendering.
-
Will switching to Dawn make my Shopify store faster?
Only if the theme is actually your bottleneck. If you switch to Dawn but keep the same 8 apps and the same uncompressed product images, your store will still be slow because the apps and images were the problem. Run the comparison test first. If Dawn does score much higher on a clean test, then switching is worth the migration cost, but expect to redo customizations and retest checkout.
-
Can I speed up my Shopify theme without coding?
Yes for the easy wins, no for the deeper ones. Without touching code you can compress and re-export product images, remove apps you no longer use, simplify the homepage to one hero image instead of a carousel, and switch your theme settings to opt out of any features you do not use. The bigger wins, like making the hero image eager-loaded and removing leftover app snippets from theme.liquid, require a small theme edit, which is safer than people think when you duplicate the theme first.
Conclusion: Diagnose First, Fix Second
The single most useful habit when a Shopify store feels slow is to diagnose before fixing. Run the PageSpeed Insights comparison test, read the Theme Inspector flame graph, and decide whether the theme, the apps, or the images are the actual bottleneck. The fix only works if it matches the cause.
For the broader set of theme troubleshooting guides, see our Shopify themes troubleshooting hub. If your theme has stopped working entirely rather than just running slow, our Shopify theme not working guide walks the 10 most common failure modes. And if you want to see exactly which theme any Shopify store is running so you can benchmark against a known fast theme, run the Shopify theme detector on the storefront URL.
Speed is one item on the broader theme SEO audit. For the rest of the on-page theme factors that affect rankings, see our Shopify SEO checklist for theme settings: schema, headings, alt text, canonical URLs, breadcrumbs, and Core Web Vitals across templates.