Test with your browser's network throttling set to a slow connection, and check your field data for the slowest quarter of visitors rather than the average. That is the experience deciding whether people stay.

Who you are not testing for

Speed tools default to conditions that flatter a site: a fast connection, a strong signal, and a server nearby.

Outside a city, none of that holds. Signal drops to a slower generation of network, contention rises in the evening, and connections that are nominally adequate deliver a fraction of their headline figure in practice.

For businesses serving a region rather than a downtown, this is not an edge case. It is a substantial share of the customer base, and it is invisible from an office on a business connection.

Why you never hear about it

People on slow connections have adapted.

They do not report that a site is slow, because most sites are slow for them and they have concluded the problem is theirs.

What they do is leave, quickly, and try the next result, which loads in four seconds instead of nineteen.

The business never learns this happened, and the only trace is a bounce figure that looks unremarkable because it is averaged with everybody on fibre.

What slow actually means

Two separate problems, and they behave differently.

Low bandwidth means the page takes longer to arrive, and the fix is to send less: smaller images, fewer scripts, less video.

High latency means every request has a delay before anything comes back, and the fix is to make fewer requests, since fifty small files on a high-latency connection are far worse than the same bytes in five files.

Rural mobile connections usually have both, which is why a page that is merely heavy becomes unusable rather than slow.

Testing it honestly

Your browser will simulate a poor connection, and it is the most useful ten minutes available in performance work.

Open the developer tools, find the network throttling control, and set it to a slow mobile profile.

Then load your homepage with the cache emptied and watch what happens, in order, with a clock.

The number that matters is not when the page finished. It is when a visitor could read something and when they could act on it.

Most sites that feel fine on a desktop show something in twelve to twenty seconds under this test, and the owner has never once seen it.

Look at the slow quarter, not the average

The single most useful change to how you read performance data.

An average conceals exactly the group you need to see, because a majority on good connections drags it down to something reassuring.

Field data reported for real visitors is usually expressed at the seventy-fifth percentile, meaning the experience of the slower quarter, and that is the right way round.

If three quarters of your visitors get a page in three seconds and the rest wait fifteen, the average says six and nobody's experience is six.

The slower quarter is disproportionately mobile, rural, and on older devices, and disproportionately the people who leave.

A worked example

An agricultural supplier served a large rural catchment and had a site that tested well.

Throttled to a slow mobile profile, the homepage took just over twenty-two seconds before the phone number was visible.

The causes were ordinary: a large banner image, a web font loaded before text would display, a chat widget, and an embedded map on the homepage.

They compressed the banner, allowed text to display in a fallback font while the web font loaded, moved the chat widget to load after everything else, and replaced the embedded map with a static image linking to directions.

The same test then showed the phone number in about four seconds.

Enquiries rose over the following two months, entirely from their outlying postcodes. Nothing about the site's appearance had changed and no new content was added.

What to fix first for a slow connection

The order matters. Fixing images first usually produces the largest improvement for the least work, and the third item is where the most surprising weight hides.

Make something useful appear early

The strategic point, and it is more important than the total.

A page that takes fifteen seconds to complete but shows readable text and a tappable phone number in three is entirely usable.

A page that shows nothing for nine seconds and then completes at eleven is not, even though it finished sooner.

So the goal on a poor connection is not primarily a smaller page. It is a page whose first useful state arrives early, with everything decorative afterwards.

That reframing changes which fixes are worth doing and puts loading order ahead of total weight.

Know where your customers actually are

A ten-minute check that most businesses have never run.

Your analytics will break visitors down by region and by device, and enquiries can usually be counted by postcode from your own records.

If a third of your enquiries come from outside the nearest city, a third of your customers are on connections you have never tested against.

That figure also settles the argument about whether this matters, which otherwise runs on assumption in both directions.

The counter-case

Optimising for the worst connection has limits and can be taken past the point of usefulness.

Stripping a site of every image to serve a small minority makes it worse for the majority, and a business whose customers are overwhelmingly urban and on good connections has more valuable things to do.

There is also a floor below which the returns stop. Going from twenty seconds to four is transformative. Going from four to three and a half is unlikely to change any behaviour and can consume a great deal of effort.

The judgement is about who your visitors actually are, which is why the regional check above comes before the optimisation rather than after it.

The test

  1. Check what share of enquiries come from outside the city.
  2. Throttle your browser to a slow mobile profile.
  3. Load your homepage with the cache emptied.
  4. Time when text appears and when the phone number is tappable.
  5. Read your field data at the seventy-fifth percentile.
  6. Fix images, fonts, and widgets, in that order.
  7. Retest under the same throttled conditions.

Step four is the number to care about, and almost nobody measures it.

Measuring without guessing is covered in measuring speed without guessing.


Frequently asked questions

Why does my site seem fast when customers say otherwise?

Because speed tools default to a fast connection and a nearby server. Outside a city, signal drops, contention rises, and the delivered speed is a fraction of the headline figure.

How do I test on a slow connection?

Use your browser's developer tools, set network throttling to a slow mobile profile, and load the page with the cache emptied. Time when text appears, not when loading finishes.

Should I look at average load time?

No. An average conceals the group you need to see. Read field data at the seventy-fifth percentile, which describes the slower quarter of your visitors.

What is the difference between bandwidth and latency?

Low bandwidth means the page takes longer to arrive, so send less. High latency means a delay before each request returns, so make fewer requests. Rural connections usually have both.

What should I fix first?

Image weight, then web fonts that hide text while loading, then third-party widgets like chat and maps. Images usually give the largest improvement for the least work.

Is total page size the main goal?

No. A page that shows readable text and a tappable number in three seconds is usable even if it completes at fifteen. Loading order matters more than total weight.

West Coast Media Solutions Inc. provides web design, web development, hosting, digital marketing, and business consulting to organisations across Canada, drawing on more than twenty-five years in the field.

Serving a rural catchment?

Throttle your browser, empty the cache, and time when your phone number becomes tappable. Most owners have never seen that number.

Start a Conversation