Make WordPress Core

Timestamp:
08/05/2022 06:24:42 PM (4 years ago)
Author:
adamsilverstein
Message:

Script loader: enable resource preloading with rel='preload'.

Add a wp_preload_resources filter that developers can use to add resource preloading.

Preloading helps the browser discover and prioritize important resources earlier during the page load. This ensures that they are available earlier and are less likely to block the page's render.

Props nico23, swissspidy, igrigorik, westonruter, azaozz, furi3r, aristath, spacedmonkey, peterwilsoncc, mihai2u, gziolo. 
Fixes #42438.

File:
1 added

Note: See TracChangeset for help on using the changeset viewer.