Critical CSS generator that lets you generate critical CSS for any URL. Extract above-the-fold styles to inline for faster LCP.

Extract just the styles needed for first paint.
Paste your rendered HTML and theme CSS to get an inline-ready snippet.
Inline critical styles, then defer the full stylesheet for faster LCP.
Critical CSS is one of the highest-impact fixes for slow Largest Contentful Paint.
The minimum CSS needed to render above-the-fold content. Inlining it lets the browser paint immediately without waiting for the full stylesheet.
Aim for under 14 KB so the first response packet contains the styles needed to render.
Critical CSS isn't cacheable across pages, but the win on first paint usually outweighs the cost. Keep the rest of your stylesheet cacheable.
No. Generation runs entirely in your browser.
Best for mostly-static pages. SPAs typically generate critical CSS at build time per route.
Want your whole site this fast? Our team offers full website speed optimization — done for you .