Enhancements for WordPress dependencies (ex: server push, inlining, async).
Enhancement Name | Description |
---|---|
Async | Add asynchronous loading to the script or stylesheet. |
Defer | Add defer attribute to script tag. |
Inline | Print the contents of the script or stylesheet inline in the HTML document. |
Preconnect | Establish connection to the domain to improve load time. |
Prefetch | Request and download the the asset and store in cache. |
Preload | Load the dependency using HTTP2 push or link with preload . |
Push | Load the dependency using HTTP2 push, if possible. |