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

#210108
pkinchla
Participant

Thanks for the responses. So the projects I mentioned all use WordPress. You can see how I am loading assets here on line 172

https://github.com/pkinchla/mothership/blob/master/wp-content/themes/special/functions.php

So I did some initial testing on my own site with inlining my entire stylesheet in the head and have not really seen any performance improvements.

At least for myself I did just move to http/2 — So my days of worrying about blocking requests for that site are numbered.

Any other general tips or thoughts would be much appreciated.