Websites & CRO
Why page speed is quietly killing your conversions
Every second your page takes to load, homeowners leave and remodel leads walk out the door. The damage hides in your analytics because the people who bounce never become a number you watch.
A slow page costs you homeowners before they ever read your headline. A homeowner searching "kitchen remodeler near me" on their phone will not wait around for your gallery to load. Google's own research found that as load time climbs from one second to three, the chance a mobile visitor bounces jumps 32%. Portent studied 27,000 landing pages and watched conversion rates drop with every extra second. Page speed is not a developer's vanity metric. It decides how many of the visitors you already paid for actually convert, and Google now grades it directly through Core Web Vitals.
The damage you never see in your reports
The homeowners a slow site loses are invisible. They click your ad, the project photos stall, they leave, and they never appear in your conversion funnel as anything but a higher bounce rate. You see the symptom, not the cause. Meanwhile you keep paying for the ads and the SEO that brought them.
Bounce probability climbs fast with load time. Google's analysis of mobile data found the chance of a bounce rises 32% as a page goes from one to three seconds, 90% from one to five seconds, and 123% from one to six seconds. Each second you shave protects the traffic you already bought. Each second you ignore quietly bleeds it.
The revenue math is brutal
Speed maps almost linearly to money. Walmart found that for every one second of load time it cut, conversions rose 2%, and every 100 milliseconds of improvement grew incremental revenue up to 1%. Amazon famously measured that every 100ms of added latency cost it 1% in sales. At their scale that single figure ran into billions a year.
You do not need Amazon's traffic for the math to hurt. The Google and Deloitte "Milliseconds Make Millions" study tracked 37 brands and found a 0.1-second speed improvement lifted retail conversions 8.4% and average order value 9.2%, with travel conversions up 10.1%. Portent's larger study of e-commerce pages showed conversion rates of 3.05% at a one-second load, falling to 1.08% by five seconds. Run your own numbers: if 1,000 homeowners a month hit your kitchen-remodel page converting at 2%, and a booked job is worth a $45k remodel, recovering even half a point of conversion is real revenue you are leaving on the floor.
Core Web Vitals, the three numbers Google actually grades
Google measures real-user speed through Core Web Vitals, a set of three metrics it folds into search ranking. They are the closest thing to an official scorecard for how fast and stable your page feels to actual people, drawn from Chrome user data rather than a lab test. Each has a clear "good" threshold, and a page passes only when all three clear it.
One change trips people up: in March 2024, Google replaced First Input Delay (FID) with Interaction to Next Paint (INP). FID only measured the delay on a visitor's first tap. INP measures responsiveness across the whole visit, so it catches the lag that frustrates users mid-session. If your last audit referenced FID, it is out of date.
The three Core Web Vitals and their "good" thresholds:
- Largest Contentful Paint (LCP): how fast the main content loads. Good is 2.5 seconds or less.
- Interaction to Next Paint (INP): how fast the page responds to clicks and taps. Good is 200 milliseconds or less. This replaced FID in March 2024.
- Cumulative Layout Shift (CLS): how much the page jumps around as it loads. Good is 0.1 or less.
- A page passes only when all three are in the good range, measured across the trailing 28 days of real Chrome traffic.
The visitors a slow page loses never show up in your funnel. They bounce before they become a number you'd ever think to count.
Slow pages cost you twice: rankings and ad costs
Speed is a confirmed Google ranking signal. Google made it a factor for desktop in 2010, extended it to mobile search in 2018, and rolled Core Web Vitals into its page experience signals across 2021 and 2022. Content and intent still matter most, but when two pages are close, the faster one wins. A slow page sinks in organic results, so you lose the free traffic and the paid traffic at the same time.
On Google Ads the penalty is direct. Load speed feeds the landing page experience component of Quality Score, and Quality Score sets your Ad Rank and your actual cost per click. A slow landing page earns a worse score, which raises what you pay for every click and pushes your ad down the page. You end up paying a premium to send traffic to a page that then converts fewer of them. Speed is one fix that lowers cost and lifts conversion at once.
What's actually slowing you down
Most slow sites share the same short list of culprits, and the biggest one is usually images. Job-site and finished-project photos exported straight from a phone or camera, dropped onto your gallery at full resolution, are the single most common cause of a slow load. After that comes JavaScript: heavy themes, page builders, chat widgets, and a stack of marketing tags that all run before the page becomes usable.
Server response time is the quieter killer. Time to First Byte (TTFB) is how long your host takes to start sending the page; under 200ms is healthy, while budget shared hosting often crawls past a full second before anything renders. The rest is render-blocking CSS and JavaScript that freezes the page mid-load, missing caching and CDN coverage, and layout shifts from images and ads that load without reserved space.
The usual suspects, roughly in order of impact:
- Unoptimized images: oversized, uncompressed files served at full resolution
- Heavy JavaScript: bloated themes, page builders, and third-party widgets
- Slow hosting: high TTFB from underpowered or shared servers
- Render-blocking CSS and JS that stalls the page before it can paint
- No caching or CDN, so every visitor waits on the origin server
- Tag and tracker pile-up: analytics, chat, and ad scripts loading on every page
- Layout shift from images, ads, and fonts that load without reserved space
How to measure it and what "good" looks like
Start with Google PageSpeed Insights. Enter your URL and it returns both lab data and field data, the real Chrome User Experience Report (CrUX) measurements from people who actually visited your site. Field data is the one that matters, because it reflects real devices and connections, not an idealized test. Google Search Console's Core Web Vitals report tracks the same field data across your whole site over time.
Test on mobile first. Google grades the mobile experience, and that is where most slow-site damage happens, because phones run on weaker processors and patchy connections. A page that loads in two seconds on your office desktop can take six on a phone over cellular. Aim for the thresholds that pass: LCP under 2.5 seconds, INP under 200 milliseconds, CLS under 0.1, and a server TTFB under about 200 milliseconds. WellBuilt handles speed and Core Web Vitals tuning as part of building and fixing landing pages, so the pages we ship clear those marks before they go live.
Key takeaways
- Bounce risk climbs fast: mobile bounce probability rises 32% from a 1s to 3s load, and 90% from 1s to 5s (Google).
- Speed maps to money: a 0.1s improvement lifted retail conversions 8.4% in the Google/Deloitte study, and Walmart gained 2% conversions per second saved.
- Pass all three Core Web Vitals: LCP under 2.5s, INP under 200ms, CLS under 0.1. INP replaced FID in March 2024.
- Slow pages cost twice: they sink in Google rankings and raise your Google Ads cost per click through a worse Quality Score.
- Measure real users with PageSpeed Insights field data and Search Console, test on mobile first, and chase a TTFB under 200ms.
SourcesGoogle / SOASTA Research, mobile page speed and bounce probability, 2017 · Google / Deloitte, "Milliseconds Make Millions," 2020 · Portent, Site Speed Is (Still) Impacting Your Conversion Rate, 27,000-page study, 2019 · Walmart / Cloudflare web performance case data · Amazon page latency and revenue study (100ms = 1% sales) · Google Search Central, "Introducing INP to Core Web Vitals," 2023 · web.dev, "Interaction to Next Paint becomes a Core Web Vital on March 12," 2024 · Google Search Central, "Using page speed in mobile search ranking," 2018 · Google PageSpeed Insights and CrUX documentation, 2024
Questions, answered straight.
What page load time should I aim for?
Treat the Core Web Vitals thresholds as your target: Largest Contentful Paint under 2.5 seconds, with the page interactive shortly after. As a rule of thumb, anything over three seconds on mobile starts losing visitors fast, and Google itself flags pages slower than three seconds as a poor experience. Faster is always better, but clearing 2.5 seconds on LCP for real mobile users is the line worth hitting first.
What is INP and why did it replace FID?
Interaction to Next Paint (INP) measures how quickly your page responds to clicks and taps across the entire visit. It replaced First Input Delay (FID) in Core Web Vitals in March 2024 because FID only measured the very first interaction, which missed the lag people feel later in a session. A good INP is 200 milliseconds or less. If a guide still talks about FID, it predates the change.
Does page speed really affect my Google rankings?
Yes. Google has used speed as a ranking signal since 2010, added it to mobile search in 2018, and built Core Web Vitals into its page experience signals. Relevance and content still carry more weight, but when pages compete closely the faster one tends to win. Speed also shapes Google Ads Quality Score, so a slow page can raise your cost per click on top of hurting organic position.
How do I find out how fast my site is?
Run your URL through Google PageSpeed Insights for free and read the field data, which comes from real Chrome visitors via the CrUX dataset. Google Search Console's Core Web Vitals report tracks the same data across your whole site over time. Always check the mobile scores first, since Google grades the mobile experience and that is where slow loads do the most damage.
Websites & CRO
Want this run for you, not just read about?
Turn the traffic you already pay for into qualified leads with pages built to convert.