Speed isn't a feature. It's the foundation everything else stands on. A beautiful site that loads slowly is a beautiful site nobody waits for.

The three numbers to obsess over

  • LCP (Largest Contentful Paint) — your main content should render in under 2.5 seconds. This is the "is anything happening?" metric.
  • INP (Interaction to Next Paint) — replaced FID and measures real responsiveness. Aim for under 200ms on every tap and click.
  • CLS (Cumulative Layout Shift) — keep it below 0.1 so nothing jumps under the user's finger.

What actually moves these numbers

Most "optimization" advice is noise. The high-leverage moves are boring and devastatingly effective:

Ship less JavaScript. Serve images in next-gen formats. Reserve space for everything before it loads.

Edge caching, modern image formats like WebP and AVIF, font preloading, and ruthless code-splitting do more for your rankings than any keyword trick. Speed compounds — faster sites get crawled more, rank higher, and convert better, which feeds the loop again.

The business case

A one-second delay can cut conversions by double digits. When we rebuild a site for performance, we aren't chasing a green Lighthouse score for bragging rights — we are unlocking revenue that was leaking out the back door the entire time.