technical
Preload
Tell browser to fetch a resource early.
Definition
<link rel="preload"> tells the browser to fetch a critical resource (font, hero image) early, before its discovery in HTML. Use sparingly — overuse hurts performance.
technical
Tell browser to fetch a resource early.
Definition
<link rel="preload"> tells the browser to fetch a critical resource (font, hero image) early, before its discovery in HTML. Use sparingly — overuse hurts performance.