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

All HTML fetch elements are by default blocking if they don't use any asynchronous resources fetch instruction

Example: