Skip to main content

Avoid chaining critical requests

Mike Simmons avatar
Written by Mike Simmons
Updated over 3 months ago

Critical requests are those that are essential for loading or rendering your website. When you “chain” critical requests and make one dependent on the loading of the previous one. This could be: CSS, JavaScript, external HTML.

The longer the dependent chain of critical requests, the slower the loading time.

Did this answer your question?