aem-clientlib-async icon indicating copy to clipboard operation
aem-clientlib-async copied to clipboard

Options for preload

Open tjameswhite opened this issue 4 years ago • 0 comments

Any interest in adding more options? I'm looking for ways to split some of our CSS into multiple categories to help reduce render blocking. Would need to load like <link rel="preload" href="styles.css" as="style" onload="this.onload=null;this.rel='stylesheet'">

https://web.dev/defer-non-critical-css/

tjameswhite avatar Sep 03 '21 17:09 tjameswhite