Every additional second of load time lowers the odds that a visitor sticks around long enough to request a quote. Google’s own research found that as mobile load time goes from 1 to 3 seconds, the probability of a bounce rises 32 percent, and at 5 seconds it climbs to 90 percent. For a home services business trying to turn website visitors into booked jobs, a slow page is not a minor technical detail. It is lost revenue.

What a slow site actually costs

Google’s “Need for Mobile Speed” research is blunt about it: once a page takes longer than 3 seconds to load, more than half of mobile visitors abandon it before ever seeing the content. A widely cited Portent analysis of roughly 27,000 landing pages found a similar pattern on conversion rate: between 0 and 5 seconds of load time, conversion rate drops by an average of 4.42 percent for every additional second. In practical terms, a contractor site that loads in 4 seconds instead of 2 is losing a meaningful share of visitors who would otherwise have filled out a quote request, without anything about the content or design changing. The problem sits entirely in the technical layer running behind the page.

What makes this worse is that many of those visitors arrived through paid search or a targeted Google search, meaning the business already paid for the click or invested time building visibility. If the visitor bounces because the page loaded too slowly, that spend is wasted before the visitor ever saw a single photo of finished work.

Speed also affects Google Ads cost and ranking

Anyone running Google Ads pays for every click regardless of whether the visitor stays. Quality Score, which directly affects cost per click, factors in landing page experience, and load time is a hard input into that score. A slow landing page tends to pull down Quality Score, which raises cost per click, while at the same time sending more of those paid visitors straight back out the door. Run ads to a slow site and a business effectively pays twice: more per click, and fewer completed quote requests per click.

Organic ranking carries a similar penalty through Core Web Vitals, the metrics Google uses to measure actual user experience. Two contractors with comparable service pages can rank differently in local search results if one site loads noticeably faster than the other. In local search, where only a handful of businesses make it into the visible results, that gap can be the difference between showing up on the first page and not.

Why so many home services sites are slow

The same handful of causes shows up again and again: full-resolution photos straight off a phone camera, a website builder or CMS running a long list of plugins that all reload on every page view, and third-party scripts for chat widgets, tracking pixels, or fonts, each one triggering its own server request. Individually, none of these looks like a problem. Stacked together, they add up to several extra seconds on a mobile connection. This is especially common on WordPress sites that have grown over the years, picking up a new plugin every time someone needed one more feature. Each addition seemed reasonable at the time; the combined weight is what slows the site down.

Hosting matters too. Budget shared-hosting plans split server resources across many unrelated websites, which creates noticeable slowdowns during traffic spikes no matter how well the site itself is built.

Why statically built sites have an advantage here

A traditional CMS rebuilds each page on every single visit: the server queries a database, assembles layout and content on the fly, and only then sends the finished page to the browser. That process repeats for every visitor. A statically generated website, by contrast, already exists as a finished, lightweight file and gets served directly on request, with no database lookup in between. In practice that often saves several hundred milliseconds per page view, and on a mobile connection that difference is noticeable. There is also no CMS running in the background picking up plugins over time that would otherwise slow the site down further.

A five-minute self-check

A business owner can get a rough read on their own site quickly:

  1. Open PageSpeed Insights (pagespeed.web.dev) and enter the site’s domain, checking mobile and desktop separately since the two scores often differ significantly.
  2. Check Largest Contentful Paint (LCP), the point at which the largest visible element finishes loading. Under 2.5 seconds is good; over 4 seconds is poor.
  3. Test on an actual phone over cellular data, not just home Wi-Fi, since mobile connections in the field can be considerably slower.
  4. Look for the biggest images: PageSpeed Insights usually lists exactly which image files cost the most load time, and that is often the fastest fix available.
  5. Write down the result and re-check after the next update to see the actual improvement.

Load time and its effect at a glance

Load time (mobile)Bounce probabilityPractical effect
Under 1 secondBaselineVisitors generally stay
Up to 3 seconds+32 percentFirst noticeable losses
Up to 5 seconds+90 percentMost visitors bounce
Over 3 seconds53 percent leave immediatelyLeads lost before content is seen

What to fix first

Not every cause carries equal weight. Full-resolution photos straight from a phone camera are almost always the biggest single fix, and compressing them before upload takes minutes. After that, check third-party scripts: a chat widget or tracking tool that barely gets used but runs on every page load is worth removing. A business still over 3 seconds after those two fixes has usually hit a structural limit in its CMS or hosting that only a technical change will solve for good.

Mr.Site builds sites for several hundred home services and trades businesses as static pages, with no plugin overhead and no database lookup on every page view, as part of an ongoing website care plan.

For more on why statically built sites work differently from WordPress under the hood, see Static Site Generation vs. WordPress. For how load time connects to local search visibility, see Local SEO for Contractors.