1 document tagged with “CSS”

Back to all tags.

CSS can speed a site up or slow it down. Critical CSS inline in the head, lazy loading the rest, content-visibility for invisible sections. On the other hand a huge bundle of styles from a design system that blocks rendering. Details decide.

Under the CSS tag you will find articles on splitting critical and deferred CSS, using content-visibility and contain, and the impact of the utility-first approach (Tailwind, UnoCSS) on speed.