Question d’entretien chez Muck Rack

Describe the critical rendering path

Réponse à la question d'entretien

Utilisateur anonyme

24 mars 2023

The browser parses the HTML document as it is received and converts the document in to a DOM tree. The browser creates separate requests for external resources as encountered which may block the parsing and rendering of the rest of the document until they are loaded.