NgOptimizedImage (REQUIRED for images) Rules - ALWAYS set and (or ) - Add to LCP (Largest Contentful Paint) image - Use not - Parent of image must have --- @defer - Lazy Components Triggers | Trigger | When to Use | |---------|-------------| | | Below the fold content | | | Load on click/focus/hover | | | Load when browser is idle | | | Load after delay | | | Load when expression is true | --- Lazy Routes --- SSR & Hydration | Scenario | Use | |----------|-----| | SEO critical (blog, e-commerce) | SSR | | Dashboard/Admin | CSR | | Static marketing site | SSG/Prerender | --- Slow Computations…