What Google actually measures
Google scores real visits to your site using three measurements called Core Web Vitals.
- Largest Contentful Paint, or LCP: how long until the main content is visible. Under 2.5 seconds is the goal.
- Interaction to Next Paint, or INP: how quickly the page reacts when someone taps or clicks. Under 200 milliseconds is good.
- Cumulative Layout Shift, or CLS: how much things jump around while loading, the effect that makes you tap the wrong button.
These numbers come from actual Chrome users visiting your site, not from a lab. Speed is a modest ranking factor, and good content and reviews still matter more. But it is a direct conversion factor: slow pages lose visitors before they ever see your phone number.
Images cause most of the slow sites I see
When a local business site is slow, the culprit is almost always images uploaded straight off a phone. A single 4 MB photo can take longer to load than the entire rest of the page; the same image compressed and sized correctly is often under 150 KB with no visible difference.
Three fixes cover most of it:
- Resize images to the size they display. A 4000-pixel photo shown 800 pixels wide wastes nearly everything it downloads.
- Use modern formats like WebP, which cut file size roughly in half compared with older JPEG files.
- Lazy-load images below the fold, meaning the browser fetches them only as the visitor scrolls, while letting the main top image load immediately.
Most website platforms can do all three with settings or one well-chosen plugin.
Fonts and third-party scripts add up fast
Every chat widget, review carousel, tracking pixel, and booking popup is code loaded from someone else's server before your page settles down. I regularly find local sites carrying eight or ten of these, some belonging to tools the owner stopped using during a previous marketing contract.
Fonts are a quieter version of the same problem: five decorative font families means five downloads before your text renders properly. Two families is plenty for almost any business site.
The fix is subtraction. List every third-party tool on the site, cancel what you do not use, and defer the rest so it loads after your content instead of before it. Subtraction is free, and it often does more for speed than any optimization plugin.
Measure it yourself in two minutes
Go to PageSpeed Insights, a free Google tool you can find by searching the name, and enter your web address.
Look at the top section first, the real-user data, and check the mobile results, because that is where most local traffic comes from and where most sites are weakest. The lab score below it is a diagnostic, not a grade to obsess over. A mobile score in the 80s or 90s with green Core Web Vitals is healthy; do not pay anyone to chase a perfect 100.
The report also lists your heaviest images and slowest scripts by name, which means you can hand it to whoever maintains your site as a ready-made work order.
What a real fix costs versus what agencies charge
For a typical small-business site, a targeted speed fix covering image compression, script trimming, fonts, and caching is a few hours to a couple of days of work. Fair market for that is roughly $300 to $1,500 as a one-time project.
What you will often be quoted instead is a $5,000-and-up redesign pitched as a speed necessity. Occasionally that is honest, because some sites are built on so much page-builder bloat that optimization is lipstick. But ask for the PageSpeed report and a plain explanation of why targeted fixes will not work before accepting a rebuild.
At HashWhales, speed work is part of how we build and maintain sites for DMV businesses, so I have seen both the $500 fix and the site that truly needed rebuilding. The report tells you which one you have.
What to do next
- Run your site through PageSpeed Insights on mobile and screenshot the result, so you have a before picture.
- Compress and resize your ten heaviest images. The report names them for you.
- List every third-party widget on the site and cancel the ones you no longer use.
- Re-run the test and compare. If the numbers barely move, the problem is deeper in the build, and that is the moment to get a professional opinion.
- Recheck quarterly. Sites gain weight the way people do: gradually, one plugin at a time.
