skills/debug-optimize-lcp/references/optimization-strategies.md
Goal: Ensure the LCP resource starts loading as early as possible.
data-src).<link rel="preload"> with fetchpriority="high" for critical images or fonts.loading="lazy" on the LCP image.fetchpriority="high" on the `` tag.<link rel="preconnect">.Goal: Ensure the LCP element can render immediately after its resource has finished loading.
<head>. Inline very small scripts.Goal: Reduce the time spent transferring the bytes of the resource.
fetchpriority="high" to prevent lower-priority resources from competing for bandwidth.Cache-Control policies.Goal: Deliver the initial HTML as quickly as possible.