Created
May 4, 2025 02:24
-
-
Save henshaw/d1b47ec64f3a6d71897dd4f7c331e969 to your computer and use it in GitHub Desktop.
Defering CSS that isn't required for the initial render
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="preload" href="path/to/stylesheet.css" as="style" onload="this.rel='stylesheet'"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Referenced in WordPress Performance and Speed Optimization Guide