Skip to main content

Resource Prioritization

Resource prioritization is how you control the critical rendering path: what loads first, what can wait, and what should never run on a page that does not need it. Use this module to improve INP and LCP by cutting unnecessary JS/CSS/fonts and delaying third-party code.

LessonDescription
FoundationHow browsers prioritize requests and why it matters
Minify / Defer / DelayReduce blocking JS/CSS and keep execution under control
Script ManagerUnload scripts/plugins on pages that do not need them
Preload ResourcesPreload only truly critical assets (fonts/hero)
Optimize Google FontsFast font loading with minimal CLS risk
DNS PrefetchWarm up third-party connections to reduce handshake latency
LSCache FallbackServe optimized assets even when page cache is bypassed
Checklist & Cheat SheetQuick reference for common wins and safe defaults