Browsers will block rendering a page until all external style sheets are downloaded and processed. It is vital to optimize your CSS delivery so that your page can load faster. You can do so by inlining small CSS files directly into your HTML document. Do not inline large data URIs or CSS attributes.
Why you should optimize CSS delivery
Filed under: Documentation→Website Performance
Tags: CSS delivery, optimize CSS, page speed, website performance