Checkout-safe AOV systems for Shopify — free store audit available →
Get free audit
Guide

Why Is My Shopify Store So Slow? 12 Causes Ranked by Impact

July 10, 2026

Why is your Shopify store so slow? The 12 most common causes ranked by impact — third-party scripts, app embeds, heavy media, fonts, theme code and render-blocking — and how to fix each.

The main causes of a slow Shopify store, ranked by impact

If your Shopify store feels so slow that pages crawl on mobile, the cause is almost never Shopify itself — it’s what’s been layered on top of the theme. Third-party scripts, app embeds that load on every page, oversized images and video, extra web fonts, and render-blocking code stack up until the browser spends seconds working before the shopper sees anything. The fix is not to guess and start deleting. Measure first with a real tool, rank the causes by how much time each one actually costs, then fix the biggest offenders. Here are the 12 most common causes, in order of impact.

First: measure before you optimize

You cannot fix what you haven’t measured. Run your homepage, a collection page, and a product page through PageSpeed Insights or Lighthouse (in Chrome DevTools) and read the field data and the waterfall, not just the score. The waterfall shows you exactly what loads, in what order, and what blocks rendering — large images near the top, long JavaScript tasks, and rows of third-party domains are your suspects.

Test on a real mid-range phone on a normal mobile connection, not just your fast desktop on office Wi-Fi. Most of your traffic is mobile, and that’s where a slow store loses the most money. For the metrics that matter — LCP, CLS and INP — see our guide to Shopify Core Web Vitals.

Why it matters

Speed is not vanity. A slower store converts worse: every extra second before a shopper can interact is a share of them leaving. It also quietly taxes your paid traffic — if your landing pages are slow, you pay for the click and then lose the visitor before the page is usable, so your cost per acquisition rises even though nothing about the ad changed. If you want a rough sense of the money at stake, our slow-site revenue loss calculator shows what a given delay can cost at your traffic and conversion rate.

The 12 causes, ranked by impact

Ordered by how much they typically hurt a Shopify storefront. Yours may differ — that’s what measuring is for — but this is a reliable starting order.

  1. Third-party scripts and tags. Chat widgets, reviews, upsell tools, A/B testers, ad pixels loaded outside the theme. These are usually the single heaviest cause because they block the main thread and often pull in more scripts of their own. Fix: list every tag, keep only what earns its place, and load non-critical scripts with defer/async or after interaction.
  2. App embeds that run on every page. Apps inject code sitewide even where their feature never appears — a wishlist script on a page with no wishlist. Fix: audit each app’s real weight and scope; disable embeds on pages that don’t use them.
  3. Oversized images. Uncompressed hero images and product photos are the classic LCP killer. Fix: serve properly sized, compressed images (Shopify does WebP automatically when you use its image tags), and add loading="lazy" to anything below the fold.
  4. Video. Autoplaying background video and embedded YouTube/Vimeo players pull in large payloads before the page is usable. Fix: use a poster image and load the player on click, or drop autoplay video above the fold entirely.
  5. Too many web fonts. Each font family, weight and style is another file, and the wrong loading strategy hides your text while they download. Fix: limit to two families and the weights you actually use, self-host or preload the critical one, and set font-display: swap.
  6. Render-blocking CSS and JavaScript. Stylesheets and scripts in the <head> that the browser must fetch and run before it can paint. Fix: defer non-critical JS, inline critical CSS, and remove blocking resources you don’t need.
  7. Heavy theme code. Bloated or heavily customized themes ship large CSS/JS bundles and do expensive Liquid work. Fix: trim unused sections and snippets, or move to a lean, well-built theme.
  8. A large DOM. Mega-menus, giant product grids and deeply nested sections create thousands of nodes the browser must lay out and re-layout. Fix: paginate or lazy-render long lists and simplify nesting.
  9. Unoptimized apps left behind. You uninstall an app but its snippets, assets and embeds stay in the theme, loading forever. This is one of the most common hidden causes — see leftover Shopify app code. Fix: remove orphaned code after every uninstall.
  10. Sliders and carousels. Homepage sliders load every slide’s image up front and ship a JS library to animate them. Fix: lazy-load off-screen slides, or replace the slider with a static hero.
  11. Popups. Email, discount and exit-intent popups add scripts that often run early and block interaction. Fix: keep one, load it after the page is interactive, and cut the rest.
  12. Excessive tracking. Stacking GA, GTM, multiple ad pixels, heatmaps and session recorders multiplies network requests and main-thread work. Fix: consolidate through one tag manager and keep only the tracking you actually use for decisions.

For the step-by-step version of these fixes with settings and examples, read how to speed up your Shopify store.

How to test changes safely

Never experiment on your live theme. In Shopify admin, go to Online Store → Themes, Duplicate your live theme, and make changes on the copy. Then measure the duplicate the same way you measured the original and compare — same pages, same device, same tool. To confirm a single suspect (an app or a tag), disable just that one thing on the duplicate and re-test: the difference is its real cost. When a change proves out, publish the duplicate. This isolates cause and effect and means a bad edit never touches shoppers.

Common mistakes

When to get help

If you’ve measured, fixed the obvious images and scripts, and the store is still slow — or you’re staring at a waterfall you can’t interpret — that’s the point to bring in someone who does this daily. A performance audit finds the causes hiding in theme code and app leftovers that a settings pass won’t catch, and ranks them so you spend effort where the speed win is biggest. See how Profit Flow can speed up your store, or start with a free profit audit.

Store still slow? Send us your store URL — we’ll measure it, rank the causes by impact, and tell you exactly what to fix first for the biggest speed win. See how we speed up Shopify stores or get a free profit audit.

Share:

FAQ

Why is my Shopify store so slow?
Most Shopify slowdowns come from things added on top of the theme: third-party scripts and tracking tags, app embeds that load on every page, oversized images and video, too many web fonts, and heavy or render-blocking theme code. Measure first with a tool like PageSpeed Insights, then fix the highest-impact causes rather than guessing.
How do I find what's making my Shopify store slow?
Run the store through PageSpeed Insights or Lighthouse and read the waterfall: look for large images, render-blocking scripts, long JavaScript tasks and third-party requests. Then test with suspect apps or tags disabled on a duplicate theme to confirm each one's real impact before removing anything.
Do Shopify apps slow down your store?
They can. Apps that inject scripts or app embeds add weight to every page, and several small apps together can add up to a noticeable slowdown. The fix isn't always removal — it's auditing which apps actually earn their performance cost and removing or replacing the ones that don't.

Start making more on every order

Launch a checkout-safe offer yourself, or have our team set it up and dial in your store.

Lifts average order value · No checkout edits · Works on any theme

Related reading