Page Speed

Page speed is how long a real person waits on their phone before your page becomes useful to them.

Also known as site speed loading time page load speed

Definition

Page speed is how long a person waits before your page is worth looking at, not the number on your office computer. What matters is what happens on a three-year-old phone, on mobile data, at a bus stop. That is the visit you are trying to keep, so that is the one worth measuring.

Google watches three things here and calls them Core Web Vitals. The first is how long the biggest thing on screen takes to appear, usually the main photo or the headline. The second is how fast the page answers when a finger taps something, and the third is whether the page jumps while you read, so your thumb lands on the wrong button. Anyone who has aimed at a link and hit an advert has met that third one.

Two things explain most slow pages, and images come first. A photo straight off a phone camera can weigh four megabytes, so forty of them build a page nobody on mobile data will wait for. Saved properly, the same photo is often under two hundred kilobytes and looks identical on screen. That is why, when Linkysoft checks a slow shop site, the photos alone explain the first half of the delay.

The second thing is where the site lives, because cheap shared hosting puts hundreds of sites on one machine. When a neighbour there gets busy your pages slow down, and nothing you did caused it. So the fix is often not in your code, because moving to a server with its own guaranteed share, such as Hostrena, saves half a second before anyone edits a line.

The part that surprises owners is that speed is not one number for the whole site. A homepage can be quick while the checkout crawls, and the checkout is the page that pays. So measure the pages that carry money first, on a phone over normal mobile data, because office wifi only tells you the comfortable answer.

The cheapest speed decisions get made before anything is built. That is when you choose how many fonts load, whether every page carries a picture slider nobody asked for, and how many outside scripts sit up top. So Linkysoft sets a speed target at the start of a web application project and again for a new website, because trimming later is slower and dearer than choosing well now. A page that answers in under two seconds keeps people who would otherwise be gone.

Questions about Page Speed

What counts as a good page speed?
Aim for the main content to appear in about two and a half seconds on a normal phone connection. Under two is better. Past four seconds, people start leaving before they have seen anything.
Does page speed really change my position in Google?
It is one signal among many, and it rarely beats a page that answers the question better. It does decide between two pages that are otherwise equal, and it always changes how many visitors stay.
Why is the site fast for me and slow for my customers?
Your browser has already saved the images and your office line is quicker. Test on a phone with mobile data, and look at a report built from real visitors rather than a single lab test.
Will better hosting fix a slow website?
It fixes part of it. Hosting decides how fast the first answer leaves the server. Heavy images, too many outside scripts and large fonts stay your job, and they usually cost more time than the server does.
Why does the page jump while it is loading?
Because something arrives late and pushes the rest down, usually an image with no set size or an advert box. Keeping the space free in advance stops the jump, and it is a quick job for a developer.

Still not sure how this applies to your project?

Tell us what you are building and we will answer in plain language.