Home › Forums › Design › A proper way to (lazy) load css & js or silent injection › Reply To: A proper way to (lazy) load css & js or silent injection
March 24, 2018 at 10:29 am
#268811
Participant
As long as i understand correctly
- Critical CSS is the exact thing i was talking about which is
inline css for first screen - And Load CSS loads it asynchronously so user firstly will see a raw html and
only when browser will render css file styles would be appllied (which is no good))
Summing use of Critical CSS still force me to paste inline styles in html manually
if i’m not going to use any builds that can inject a portion of inline css in the html on build