/enhanced-dependencies

Enhancements for WordPress dependencies.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Enhanced Dependencies

Enhancements for WordPress dependencies (ex: server push, inlining, async).

Enhancements

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.