As a page loads, many resources are referenced within its HTML that provide a page with its appearance and layout through CSS, as well as its interactivity through JavaScript. In this module, a number of important concepts related to these resources and how they affect a page's load time are covered.| web.dev
By default CSS is treated as a render blocking resource. Learn how to prevent it from blocking rendering.| web.dev