Heavy LCP element
Hero image without priority, WebP/AVIF, responsive srcset, and preload — top cause of LCP > 4s.
LCP, INP, and CLS aren't abstract PageSpeed scores — they're ranking and conversion factors. We find bottlenecks, fix in code and CDN, and measure before/after in lab and field data.
SolidWeb performance sprint for Next.js, React, WordPress, and legacy front ends: critical render path, images, fonts, hydration, third-party scripts. Goal: green CrUX zone and conversion lift from speed — not chasing 100 Lighthouse for a screenshot.
Six common causes of poor metrics — and how we fix them in a sprint.
Hero image without priority, WebP/AVIF, responsive srcset, and preload — top cause of LCP > 4s.
Sync styles and head bundle block first paint. Fix: code split, critical CSS, defer.
GTM, chat, widgets, A/B — INP and TBT. Lazy load, tag sequencing, consent-gated loading.
Heavy React hydration, long tasks on click. Partial hydration, Server Components, memoization.
FOUT, dynamic content without reserved space. font-display, size-adjust, skeleton placeholders.
Slow origin, no edge cache. Vercel/Cloudflare, ISR, stale-while-revalidate for HTML.
Audit → hypotheses → fix → field measurement — in 2–4 weeks.
CrUX, Lighthouse, WebPageTest, LCP/INP/CLS profiling on key URLs and templates.
Priorities: maximum delta for minimum effort.
Images, fonts, defer JS, CDN — first staging deploys with measurement.
Code split, RSC, third-party facade, critical CSS, backend TTFB.
Phased rollout, RUM monitoring, rollback plan.
28-day CrUX window, before/after report, regression prevention recommendations.
Technologies and patterns we apply in performance sprints.
App Router, Server Components, dynamic import, next/image, ISR, edge runtime.
Vercel, Cloudflare, static cache, stale-while-revalidate, geo-routing.
WebP/AVIF, srcset, blur placeholder, CDN resize, lazy below fold.
next/font, subsetting, preload critical weights only, size-adjust against CLS.
CrUX, RUM, Lighthouse CI, Web Vitals extension, regression alerts.
Tag manager policy, facade pattern for widgets, consent before load.
Lab metrics before and after a typical optimization sprint.
Code, metrics, and docs — so speed doesn't regress in a month.
Lab and field: LCP, INP, CLS, TBT by template with charts and notes.
Repository changes with each fix described and tied to a metric.
JS, image, third-party limits — for CI and code review.
How not to break CWV on new features: checklist for dev and marketing.
“«Every second of LCP delay is users who never saw your offer.»”
— SolidWeb Performance Team
LCP, INP, CLS, CrUX, and ties to SEO and conversion.
CWV are three Google metrics: LCP (main content load speed), INP (responsiveness to input), CLS (layout stability). They affect rankings and conversion directly: every 100 ms LCP delay lowers conversion probability. SolidWeb optimizes field data (real users), not just lab score.
Sync GTM, Intercom, widgets create long tasks and click delay. We use facade pattern, load after interaction or consent, GTM tag sequencing. Marketing sometimes accepts delayed load — we discuss trade-off in sprint.
Slow site? Leave a request.
LCP, INP, CLS, CrUX, and how we bring sites to the green zone.
Core Web Vitals since 2021 are a Google ranking signal. Since 2024 INP replaced FID as the responsiveness metric. Three metrics: LCP ≤ 2.5s (p75 field), INP ≤ 200ms, CLS ≤ 0.1. Red CrUX zone hurts SEO and conversion — users leave before the offer loads.
SolidWeb doesn't chase 100 Lighthouse on the homepage in lab. Priority is CrUX Report and RUM: how the site behaves for real users on 3G, old Android, and regions without edge CDN.
We optimize LCP via next/image, AVIF/WebP, fetchpriority on hero, preload critical assets, CDN, and lower TTFB. Top culprit — unoptimized hero image and render-blocking CSS.
INP — long tasks from JS, React hydration, sync third-party. Server Components, dynamic import, deferred GTM and chat facade typically yield 150–200 ms delta. We profile in Performance panel before fixes.
CLS — web fonts without metrics override, banners without height reserve, dynamic content. next/font, size-adjust, skeletons, aspect-ratio on media blocks.
Performance sprint: baseline → bottleneck map → quick wins → deep fixes → deploy → 28-day CrUX window. Deliverables: PR, before/after report, performance budget, runbook.
Stack: Next.js on Vercel, Cloudflare, Lighthouse CI, Sentry Performance. For WordPress — caching plugins, CDN, plugin limits; lower ceiling — stated on diagnostic.
Tie to site audit: audit finds CWV issues among six areas. CWV service is execution. Tie to SEO: CWV is SEO's technical layer; without green CrUX content can't reach potential.
ROI: Amazon measured −1% conversion per 100 ms latency. For ad-driven landings slow LCP wastes budget directly. Sprint pays off at given AOV and traffic — we estimate on brief.