Skip to main content
Back to Blog

Hidden Cost of Shopify Apps on Store Speed

25 February 2026·PageDiag·9 min read

Key Takeaways

  • Every Shopify app adds 200-800ms to your page load time through injected JavaScript, CSS, and external requests
  • Popular apps like Klaviyo, Tidio, Hotjar, and Judge.me can collectively add 2-4 seconds of load time
  • Even "disabled" apps may still inject scripts into your storefront
  • The average Shopify store has 6-8 apps installed but only actively uses 3-4
  • Removing unnecessary apps is the single highest-impact speed optimisation you can make
  • Scan your store with PageDiag to see exactly which third-party scripts are costing you performance

Shopify's app ecosystem is one of its greatest strengths. Need reviews? There's an app. Email marketing? App. Live chat, upsells, loyalty programmes, size charts - there's an app for everything.

But every app comes with a cost that doesn't show up on your monthly bill. It shows up in your page load time.

The typical Shopify store has between 6 and 12 apps installed. Each one injects JavaScript - and sometimes CSS, fonts, and iframes - into every page of your storefront. Not just the pages where the app is relevant. Every page. A review widget that only displays on product pages? Its JavaScript often loads on your homepage, collection pages, and cart too.

This is the hidden cost of Shopify apps, and for most store owners, it's the single biggest performance problem they have.

How Shopify Apps Inject Code

When you install a Shopify app, it typically does one or more of the following:

  1. Adds a <script> tag to your theme's theme.liquid - This loads on every single page
  2. Injects an app block or embed - These are more targeted but still add JavaScript
  3. Loads external resources - The script phones home to the app's servers, which triggers additional downloads
  4. Adds inline CSS and HTML - Widget markup, styling, and sometimes fonts

The problem compounds. Each script doesn't just add its own weight. It competes for the browser's main thread, delays parsing of other scripts, and often triggers a chain of additional network requests.

A single app might work like this:

  1. Browser downloads the app's loader script (20 KB)
  2. Loader script fetches configuration from the app's API (network round trip: 100-300ms)
  3. Based on configuration, it downloads the full widget bundle (50-200 KB)
  4. Widget initialises, potentially loading fonts, CSS, and images
  5. Widget renders, potentially causing layout shifts

That's 3-5 network requests and 100-400 KB of data - from a single app. Multiply that by 6 or 8 apps and you start to see the problem.

The Worst Offenders: Popular Apps and Their Impact

Not all apps are equally costly. Here's what we typically see when analysing Shopify stores with PageDiag:

Live Chat and Support Widgets

Tidio, Gorgias, Zendesk Chat, LiveChat

Live chat widgets are consistently the heaviest apps on Shopify stores. They load entire application frameworks - some chat widgets download over 500 KB of JavaScript before a single customer even opens the chat window.

  • Typical impact: 400-800ms added load time
  • JavaScript size: 200-600 KB
  • Additional requests: 5-15 (including websocket connections, avatar images, configuration files)

The irony: studies show that only 2-5% of visitors ever use live chat. The other 95-98% pay the performance penalty for nothing.

Analytics and Heatmap Tools

Hotjar, Lucky Orange, Microsoft Clarity

Session recording and heatmap tools need to capture every user interaction, which means they load substantial JavaScript and continuously send data back to their servers.

  • Typical impact: 300-600ms added load time
  • JavaScript size: 100-300 KB
  • Additional requests: 3-8 per page (recording data uploads)
  • Ongoing cost: These scripts keep the main thread busy throughout the session, not just during page load

Hotjar in particular loads a recording script, a feedback widget, and often a survey module - whether you're using all three features or not.

Email Marketing Popups

Klaviyo, Privy, Justuno, OptiMonk

Email capture tools typically load a form builder framework, campaign configuration, and display logic:

  • Typical impact: 200-500ms added load time
  • JavaScript size: 80-250 KB
  • Additional requests: 3-6

Klaviyo's forms script is relatively well-optimised compared to some competitors, but it still loads on every page even when the popup is only configured to show on exit intent. The script needs to be present to detect the exit intent, but the full form rendering library doesn't.

Review Apps

Judge.me, Loox, Stamped, Yotpo

Review apps load their JavaScript on every page to handle review display, star ratings in collection grids, and review submission forms:

  • Typical impact: 200-500ms added load time
  • JavaScript size: 50-200 KB
  • Additional requests: 2-6 (fetching review data via API)

Judge.me is one of the lighter options, but even it adds measurable overhead. Yotpo and Loox tend to be heavier because they include photo review carousels and video functionality.

Social Proof and Urgency

Sales Pop, FOMO, ProveSource

These apps show "Sarah from London just purchased..." notifications. They're lightweight individually but add up:

  • Typical impact: 150-400ms added load time
  • JavaScript size: 30-100 KB
  • Additional requests: 2-4 (polling for recent orders)

The bigger concern: there's limited evidence that social proof popups actually improve conversion rates for most stores. If you're not measuring their impact with proper A/B testing, you're paying a speed tax for nothing.

Upsell and Cross-sell

ReConvert, Bold Upsell, Honeycomb

Upsell apps inject product recommendation widgets that need to fetch product data and render carousels:

  • Typical impact: 200-500ms added load time
  • JavaScript size: 50-200 KB
  • Additional requests: 2-5

These apps can be valuable - upsells genuinely increase AOV - but ensure they only load on the pages where they're active.

The Compound Effect

Here's where it gets painful. These delays don't run in parallel - they compete for the same resources.

Consider a fairly typical Shopify store running:

| App | Added Load Time | JavaScript Size | |-----|----------------|-----------------| | Klaviyo (email popups) | ~300ms | 120 KB | | Judge.me (reviews) | ~250ms | 80 KB | | Tidio (live chat) | ~600ms | 350 KB | | Hotjar (analytics) | ~400ms | 180 KB | | ReConvert (upsells) | ~300ms | 100 KB | | FOMO (social proof) | ~200ms | 60 KB | | Total | ~2,050ms | 890 KB |

That's over 2 seconds of additional load time and nearly 1 MB of JavaScript - just from apps. Before your theme, product images, or any actual content loads.

On mobile devices with slower processors and connections, the impact is even worse. That 2-second delay on desktop can become 4-5 seconds on a mid-range smartphone over 4G.

And remember: page speed directly affects your conversion rate. Google's research shows that as page load time goes from 1 to 3 seconds, the probability of bounce increases by 32%. From 1 to 5 seconds, it increases by 90%.

How to Measure the Impact

Method 1: PageDiag Third-Party Script Analysis

The fastest way to understand your app overhead is to scan your store with PageDiag. The report includes a detailed breakdown of every third-party script on your page, including:

  • How much JavaScript each app loads
  • How many network requests it triggers
  • Whether it blocks rendering
  • Its impact on Core Web Vitals

This gives you a prioritised list of which apps to tackle first.

Method 2: Chrome DevTools Waterfall

Open your store in Chrome, press F12, and go to the Network tab. Reload the page and filter by "JS". You'll see every JavaScript file that loads, its size, and when it loads relative to everything else.

Sort by size to find the heaviest scripts, then check the domain - that tells you which app is responsible.

Method 3: The Removal Test

The most definitive test: temporarily disable apps one at a time and measure the difference. Use Google PageSpeed Insights or PageDiag before and after each removal.

This isn't practical for live stores with active customers, so do it during low-traffic periods or use a duplicate development theme.

What to Do About It

Step 1: Audit ruthlessly

Go to your Shopify admin → Settings → Apps and sales channels. For each app, answer:

  1. Is this app actively being used? Not "could be useful someday" - is it providing value right now?
  2. Can I measure its revenue impact? If a review app increases conversion by 15%, the performance cost is worth it. If you can't measure any impact, it probably isn't worth it.
  3. Is there a lighter alternative? Some apps are dramatically heavier than competitors offering the same functionality.

Step 2: Uninstall, don't just disable

Disabling an app in Shopify doesn't always remove its scripts. The only way to be sure is to uninstall completely. After uninstalling, check your theme.liquid file for any leftover <script> tags - some apps don't clean up after themselves.

Step 3: Defer what you keep

For essential apps that you can't remove, look for ways to defer their loading:

  • Chat widgets: Load on scroll or click instead of page load (see our Shopify speed optimisation guide for code examples)
  • Analytics tools: Use Google Tag Manager with interaction-based triggers
  • Email popups: Configure them to load after a time delay rather than immediately

Step 4: Consolidate functionality

Sometimes three apps can be replaced by one. If you're running separate apps for reviews, loyalty, and referrals, look for a platform that combines them. Fewer apps means fewer scripts.

Step 5: Choose performance-conscious alternatives

When you do need an app, research its performance impact before installing. Look for apps that:

  • Use app embeds instead of script injection (they're more targeted)
  • Offer deferred or lazy loading options
  • Have a small JavaScript footprint
  • Only load on relevant pages

The Business Case

Let's put real numbers to this. Suppose your store does £50,000/month in revenue with a 2% conversion rate from 100,000 monthly visitors.

Research from Deloitte and Google consistently shows that a 1-second improvement in load time can increase conversion rates by 5-10% for ecommerce sites. Let's be conservative and say 5%.

  • Current conversions: 2,000/month (2% of 100,000)
  • Improved conversions: 2,100/month (2.1% of 100,000)
  • Additional revenue: £2,500/month (100 × £25 AOV)
  • Annual impact: £30,000

That's £30,000 in additional annual revenue from simply removing unnecessary apps and deferring essential ones. No new marketing spend. No redesign. Just faster pages.

What About Shopify's Built-in Features?

Shopify has been steadily building native alternatives to popular app categories:

  • Shopify Forms replaces basic email capture apps
  • Shopify Inbox replaces basic chat widgets
  • Shopify Flow replaces some automation apps
  • Built-in product reviews (via Shop channel) can replace review apps for simpler needs

Native features are always lighter than third-party apps because they're integrated into the platform rather than bolted on via JavaScript injection.

It's worth checking whether Shopify's own tools can handle your needs before reaching for an app.

Monitor Continuously

App performance isn't static. Apps update their code, add features, and sometimes get heavier over time. An app that was lightweight when you installed it might be significantly heavier six months later.

Schedule a monthly performance check. Run your store through PageDiag and compare against your baseline. If you see regression, investigate which app changed.

You can also check your performance across different ecommerce platforms to see how your Shopify store compares to competitors on WooCommerce, BigCommerce, and others.

The Bottom Line

Shopify apps are tools, not trophies. Every app on your store should earn its place by providing measurable value that outweighs its performance cost. For most stores, removing 2-3 unnecessary apps and deferring the loading of 2-3 others will cut 1-3 seconds off page load time - and that translates directly into more conversions and revenue.

Start by scanning your store with PageDiag to see exactly which apps are dragging your performance down. The scan takes 30 seconds and gives you a prioritised action plan. You might be surprised at what you find.

Related Reading