On a phone, on cellular data, a slow site loses visitors before they see anything. They leave without ever knowing what they missed.
People leave. Not dramatically — they tap back and try the next result. You never see them as a lost customer because they never became a visitor in any meaningful sense.
Search engines also measure real loading experience, so a slow site fights on two fronts: fewer people arriving and fewer staying.
Ignore the score out of 100 — it's a summary, not a diagnosis. These describe what a visitor actually experiences:
| Measurement | In plain terms |
|---|---|
| Largest Contentful Paint | How long until the main thing appears. Closest match to "does this feel slow." |
| Cumulative Layout Shift | Whether the page jumps while loading. The reason you tap the wrong thing. |
| Interaction to Next Paint | How fast the page responds when you tap. |
| Time to First Byte | How long the server took to start responding. Hosting and backend. |
Test on a phone profile with a throttled connection. Your office desktop is not what your customers experience.
Almost always the biggest win. A photo straight from a phone can be four megabytes and get displayed at 800 pixels wide. Resize to the size actually used, convert to a modern format, compress, and lazy-load anything below the fold.
Width and height in the markup so the browser reserves the space. Without it the layout shifts as images arrive — that's the jumping.
Sites accumulate: an analytics script, a chat widget, a font library for two icons, a slider plugin for a slider that was deleted.
Load only the weights you actually use.
Text compression on, sensible cache headers so returning visitors don't re-download everything. See free hosting included.
If the server takes a second before sending anything, nothing else gets the page under that.
Some sites are slow structurally — built on a page builder producing enormous markup, carrying a dozen plugins that each load their own assets. You can shave some off, but the floor stays high.
At that point repeated optimization costs more than rebuilding properly. That's a build question — see lightning-fast builds.
Full-size images get uploaded, a tracking script gets added, a plugin gets installed. Six months later you're back where you started. Worth checking periodically as part of ongoing updates, and the visibility impact is covered in Google search optimization.
Describe what your business needs and you will get an honest read on what would actually help.