What problem does it solve?
Delays in discovering and loading critical resources such as fonts, hero images, and key scripts can block interactivity; this skill provides a structured approach to preload those assets to improve Time To Interactive and Largest Contentful Paint.
Core Features & Use Cases
- Preload fonts, images, and scripts that are essential for the first render to reduce render-blocking resources.
- Use in single-page and multi-page apps to ensure critical assets are downloaded early even if discovered late during the waterfall.
- Real-world use case: when your initial HTML loads and a hero font or banner image is only discovered after layout shifts, apply preload hints to bring these resources forward.
Quick Start
Apply preloading to fonts, images, and scripts identified as critical to your first render.