Browser - Render blocking resources
Table of Contents
About
All resources that are before the DomContentLoaded event are blocking the construction of the DOM. They are therefore known as render blocking resources
They all have a render blocking attribute.
Example
The below element are by default blocking if they don't use any asynchronous resources fetch instruction
- link (rel=stylesheet ,…)