Skip to main content
All CollectionsPlug In SEONEW! Speed Report
Avoid chaining critical requests
Avoid chaining critical requests
Mike Simmons avatar
Written by Mike Simmons
Updated over 2 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?