Skip to main content
WM
whyismywebsiteslow

Fixing render-blocking CSS

Render-blocking CSS stops the browser from painting until stylesheets load. Prioritize critical styles and defer the rest.

  1. Inline above-the-fold CSS in the document head.
  2. Split CSS by route and lazy-load non-critical bundles.
  3. Audit unused styles and remove dead CSS.

Free scan

Scan options
Device
pages

Also slow? Fix LCP ·Fix TTFB