Browser - Render blocking resources

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


Powered by ComboStrap