Store speed on the devices your customers actually use

Building the store 8 min read

A mid-range phone on a desk with a stopwatch beside it
The machine that matters is the one in your customer's hand.

Almost every store we are asked to speed up is fast in the office and slow in the field. The developer machine is a workstation on fibre; the customer is on a mid-range phone with a weak signal and eleven third-party scripts loading before the price appears.

Speed work that matters starts by measuring the second machine.

Where the time actually goes#

Store speed on the devices your customers actually use — Where the time actually goes
CauseTypical shareFix
Third-party scriptsLargest in most storesRemove, defer, or self-host what stays
Unoptimised imagesLargeModern formats, correct dimensions, lazy-load below fold
Render-blocking CSS and fontsMediumInline critical CSS, subset and preload fonts
Uncached dynamic pagesMediumCache product and category pages properly
Server response timeSmaller than assumedFix queries only after the above

The order of work that pays#

  1. Measure on a real mid-range phone on a throttled connection. Lab scores from a fast machine mislead.
  2. Inventory every third-party script and remove the ones nobody can justify.
  3. Fix images: correct size, modern format, explicit dimensions to stop layout shift.
  4. Cache category and product pages, including for logged-out visitors with a personalised header.
  5. Only then look at server-side query optimisation.

Layout shift is a conversion problem#

Content that moves after load causes mis-taps, and a mis-tap on a product page is a lost buyer, not a metric. Reserve space for images, banners and anything injected by an app.

Cookie banners and promotional bars are the most common source of shift, and both are entirely within your control.

What speed is worth#

Faster stores convert better, but the honest framing is smaller: speed removes a reason to leave. Do not expect it to fix a page that fails to answer the buyer's questions.

Frequently asked questions

Which metric should I optimise?

Largest contentful paint and layout shift on a mid-range phone. Those track what a buyer experiences.

Are apps really the main cause?

In most hosted stores, yes — front-end apps add scripts to every page.

Does a faster server help most?

Rarely. Server time is usually a small share compared with scripts and images.

ecommerce site speedcore web vitalsstore performanceimage optimisationthird party scripts

All guides

Last updated 2026-08-05 by ecommercedevelopment.info · About us

Written by builders

Every guide is written by developers who ship and maintain real stores, not spun from other sites.

Reviewed on a schedule

Platforms and payment rules change. Each guide carries the date of its last review, and we publish the date even when nothing changed.

No paid placements

No platform, theme shop, app vendor or agency can buy a mention, a ranking or a link here.

Twelve languages

Every guide is translated, not machine-popped — each language has its own URL and its own review date.

Limits named

We say plainly when a hosted platform or a marketplace listing would be cheaper and more reliable than a custom build.