SEO

Page Speed Is a Revenue Number: Core Web Vitals for Non-Developers

Every extra second of load time costs conversions, and Google folds speed into rankings too. Here's what LCP, INP and CLS actually mean, how to check yours in two minutes, and why most slow pages are slow on purpose.

HHypaSites Team·Product
··8 min read

Nobody has ever filled in a form they never saw. That is page speed in one sentence. Before your headline can persuade anyone, the page has to arrive, and every second it spends arriving is spent losing people. The research on this has been consistent for years: as load time climbs from one second to three, bounce probability rises sharply, and mobile users are the least patient of all. For a page running paid traffic, slowness is a tax you pay on every single click you have already bought.

Speed is also one of the few factors that hits both sides of your funnel at once. It is a confirmed ranking input for Google through Core Web Vitals, and it is a conversion input for every visitor who arrives. A slow page ranks lower, costs more per paid click via quality scores, and converts less of whatever traffic it does get. There is no other single fix with that profile.

The Three Numbers, in Human Terms

Core Web Vitals sound technical but describe three ordinary human experiences:

  • LCP (Largest Contentful Paint) is "how long until the main thing shows up." Your hero image or headline, essentially. Good is under 2.5 seconds.
  • INP (Interaction to Next Paint) is "when I tap something, does it respond?" Good is under 200 milliseconds. Pages heavy with JavaScript fail this one.
  • CLS (Cumulative Layout Shift) is "did the page jump around while I was reading?" The button that moves just as you tap it. Good is a score under 0.1.

Check yours right now: put your URL into PageSpeed Insights (free, no signup) and read the mobile scores, not the desktop ones, because that is where your traffic and your problem both live. Two minutes, no developer required.

Why Most Slow Pages Are Slow

Here is the part most speed guides dance around: the majority of slow landing pages are slow because of how they were built, not because of what is on them. The common culprits, in rough order of damage:

Platform weight. Drag-and-drop builders ship the machinery of the editor along with your page: megabytes of framework JavaScript, layers of wrapper divs, CSS for ten thousand components you did not use. Your simple five-section page rides on top of all of it. This is why two visually identical pages can differ by four seconds, and why "optimising" a heavy platform page has a low ceiling. The weight is structural.

Unoptimised images. A 4MB hero photo straight off a phone camera will dominate your LCP all by itself. Images should be sized to their display dimensions, compressed, and served in modern formats like WebP. This is the highest-value fix available on most existing pages.

Script soup. Analytics, pixels, chat widgets, heatmaps, tag managers loading tag managers. Each one is a small delay; a dozen of them is a slow page. Audit quarterly and delete what nobody checks.

Fonts done badly. Multiple font families with every weight loaded blocks text rendering. Two families, two or three weights, loaded with font-display swap, is plenty for any landing page.

The Fix Hierarchy

If your scores are bad, work in this order. First compress and resize images (biggest win, least effort). Second, cut third-party scripts to the essential few. Third, lazy-load everything below the fold. Fourth, if you are on a heavy platform and the scores still will not move, accept that the floor is the platform, and make the structural choice next time you build.

The structural choice is the one worth saying clearly: pages built as clean, lean, static HTML are fast by default rather than fast by heroic optimisation. No framework runtime, no builder machinery, just the page. A static landing page on a CDN routinely loads in under a second on mobile, with green Web Vitals, with nobody having done any "performance work" at all. The speed was a property of the build, not a project after it. This is one of the quieter advantages of generating pages as clean code: an SEO optimised landing page builder that outputs lean static HTML gives every page a head start the heavy platforms spend months chasing.

What It Is Worth in Money

Make it concrete with your own numbers. Take a page getting 10,000 visits a month, converting at 3% on a $60 average order: $18,000 a month. The well-documented relationship between speed and conversion suggests roughly 5% to 10% relative conversion improvement per second of load time recovered. Cutting a 4-second mobile load to 2 seconds plausibly lifts that page toward 3.3% to 3.6%, which is $1,800 to $3,600 of additional monthly revenue from the same traffic, plus whatever the ranking and quality-score improvements add on top. Run the same arithmetic on your page and speed stops being a technical curiosity. It becomes the cheapest revenue you have not collected yet.

If your current pages fail the two-minute PageSpeed test and the platform is the reason, generate your next page as clean static code with HypaSites and start fast instead of slimming down later.

Try HypaSites

Generate your landing page in 10 minutes.

Answer a 10-question brief. Get a fully custom, deployed page.

Start building free →