Critical CSS
Above-the-fold styles inlined and generated from the real stylesheet, so it stays correct after you change the design instead of drifting into a broken first paint.
Video grids, thumbnails everywhere, ad scripts and a theme nobody profiled. Speed work here is not installing a cache plugin — it is finding which of the thirty things on the page is actually holding the paint hostage.
Lab score and field data (CrUX) — a 100 that real users never see is worthless
Above-the-fold styles inlined and generated from the real stylesheet, so it stays correct after you change the design instead of drifting into a broken first paint.
WebP and AVIF companions for the whole library, correct sizes per breakpoint, lazy loading below the fold and an explicitly preloaded hero. Usually 30–60% less bandwidth.
Self-hosted, subset, preloaded, font-display: swap with metric-compatible fallbacks so the swap does not shove the layout sideways.
Page cache, object cache and CDN that agree with each other. Also the trap nobody debugs: a cache that froze the old image format and serves jpeg to browsers asking for avif.
Layout shifts rarely reproduce in your browser. We chase them with local Lighthouse traces until the element responsible has a name and a reserved box.
TTFB is the ceiling everything else lives under: PHP pools, slow queries, missing indexes, and cron jobs that run on visitor requests.
three sites on one server, same week · your ceiling depends on your ad stack and hosting
Third-party ad and tracker scripts will always take a bite out of the score. We tell you exactly how many points each network costs so you can decide — instead of quietly removing your revenue to win a benchmark.
Serving a stripped page to testing tools is detectable and gets sites in trouble. Everything we do is served to real visitors, which is why field data moves too.
Rarely on its own. Speed is a tie-breaker and a conversion lever; crawl and content problems are usually the bigger hole. The audit tells you which one you have.
That is why critical CSS is generated from your stylesheet by a script we hand over, rather than pasted in once. You regenerate it after design changes.
Yes. Most speed jobs are on other people's themes and page builders.
A written diagnosis with the specific blockers on your pages, before any invoice.