Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS when to inline your entire stylesheet when using critical path rendering CSS Reply To: when to inline your entire stylesheet when using critical path rendering CSS

#209991
Alen
Participant

@pkinchla

Inlining the whole CSS, you will lose benefit of browser caching. Since the data will be transferred on each request and not be cached by user’s browser.

Critical CSS is about perception of speed. You want the user to have something to interact with while the rest is downloading.