Skip to main content

Avoid chaining critical requests

Written by Mike Simmons
Updated over a year 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?