Automated performance reports list thirty problems and never say which one matters. Here is the order that actually moves the number.
1. Images, almost always
The most common single cause of a slow page is a photograph four thousand pixels wide served into an eight hundred pixel slot. Correct dimensions, a modern format and lazy loading below the fold resolve the majority of the problem before anything else is touched.
2. Third-party scripts
Every tracking pixel, chat widget, heat map and review embed is code you do not control executing on your page. Three or four accumulate into seconds of blocked interaction.
Take an inventory. Every script needs an owner and a reason. The ones that have neither get removed, and this is the cheapest performance work that exists as well as the least often done.
3. Hosting
Cheap shared hosting looks fine empty and collapses under traffic. If your time to first byte is over six hundred milliseconds, no amount of image work will save you, because the browser is waiting before it has anything to optimise.
4. Fonts
A badly loaded font leaves text invisible while it downloads. Load only the weights you use, in a modern format, with a strategy that shows text immediately.
What to measure and what to ignore
The score out of a hundred is directional at best. What counts is field data from real visitors: how long until the main content appears, whether the page moves around while loading, and how quickly it responds to a first tap.
Measure on a phone on an average connection. Your site on a laptop on fibre represents nobody.
What changes nothing
Installing a caching plugin on top of a structural problem. Minifying stylesheets when the bottleneck is a three megabyte hero image. Switching host without having measured server response time. All three are popular, and all three are motion rather than progress.
Frequently asked questions
Does speed affect rankings?
Yes, though less than commonly claimed. It affects conversion far more, because people leave before reading anything, and that shows up in revenue rather than in a rankings report.
What is good enough?
Main content visible under two and a half seconds on a mid-range phone. Past four seconds you are losing visitors in numbers you can measure.




