The Revenue Impact of Page Speed
Google: a 1-second delay in mobile page load reduces conversions by up to 20%. Amazon: every 100ms of latency costs 1% in sales. Pinterest: reducing load time by 40% increased sign-ups by 15%. Page speed is not a technical metric — it is a revenue metric.
Core Web Vitals: The Metrics That Matter in 2026
- LCP (Largest Contentful Paint): time for main content to load. Target: under 2.5 seconds.
- INP (Interaction to Next Paint): response time to user interactions. Target: under 200ms.
- CLS (Cumulative Layout Shift): visual stability — elements jumping around. Target: under 0.1.
- TTFB (Time to First Byte): server response time. Target: under 800ms.
The 10 Highest-Impact Optimisations
- 1. Image optimisation — use WebP/AVIF format, lazy load below-fold images, use correct dimensions
- 2. Next.js or Astro — static generation eliminates server render time for content pages
- 3. CDN — serve assets from edge nodes close to users (Cloudflare, CloudFront)
- 4. Critical CSS inlining — eliminate render-blocking stylesheets
- 5. JavaScript bundle splitting — load only the JS needed for the current page
- 6. HTTP/3 + Brotli compression — significant transfer size reduction
- 7. Preload critical resources — hint the browser to fetch fonts and hero images early
- 8. Database query optimisation — slow server response is often a slow query, not slow code
- 9. Remove unused JavaScript — audit with Coverage tab in Chrome DevTools
- 10. Service Worker caching — cache assets on the device for repeat visitors
Measurement Tools
- PageSpeed Insights (Google): free, measures real-user CrUX data + lab data
- WebPageTest: detailed waterfall analysis, multi-location testing
- Lighthouse CI: automated performance testing in your CI/CD pipeline
- Datadog RUM or Sentry Performance: real-user monitoring in production
Performance Budget
Define maximum allowed values before launch: LCP < 2.5s, bundle size < 200KB gzipped, total page weight < 1MB on initial load. Fail builds in CI/CD if the budget is exceeded. Without a budget, performance degrades with every feature addition.
The Business Case for Performance Investment
- 1-second LCP improvement → ~8% conversion rate increase (Portent research)
- Core Web Vitals improvement → measurable Google ranking improvement for competitive queries
- Mobile performance improvement → disproportionate impact as mobile traffic now exceeds desktop
Expert in AI solutions and enterprise software development. Helping US companies build and scale technology products.
Get a Free Project Blueprint
Tell us about your idea. We'll respond within 24 hours with a scope, timeline, and cost estimate — no commitment needed.
No spam · NDA available · Free always