-
Extract critical CSS
Extract critical CSS
The browser must download and parse CSS files before it can show the page, which makes CSS a render-blocking resource.
Critical CSS is a technique that extracts the CSS for above-the-fold content in order to render content to the user as fast as possible.