{"id":60163,"date":"2026-01-01T10:46:04","date_gmt":"2026-01-01T02:46:04","guid":{"rendered":"https:\/\/www.crazydomains.com\/learn\/?p=60163"},"modified":"2026-02-03T00:48:11","modified_gmt":"2026-02-02T16:48:11","slug":"lcp-optimisation","status":"publish","type":"post","link":"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/","title":{"rendered":"Measuring and Fixing Largest Contentful Paint for Core Web Vitals"},"content":{"rendered":"<table>\n<tbody>\n<tr>\n<td><em>LCP optimisation is the practice of improving the time it takes for the largest above-the-fold element, such as a hero image or headline, to fully render, based on real-user field data used in Google\u2019s Core Web Vitals.<\/em><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Perceived speed decides whether visitors stay or bounce. When the main content appears late, engagement slips, and every extra millisecond threatens revenue.<\/p>\n<p>This practical guide shows how to measure Largest Contentful Paint (LCP), pinpoint what drags it down and apply high-leverage fixes that lift user experience and commercial metrics side by side.<\/p>\n<h2>Why Largest Contentful Paint (LCP Optimisation) Matters for Businesses (How It Relates to Core Web Vitals)<\/h2>\n<p>LCP records the moment the largest visible element above the fold finishes rendering, making it the clearest field signal of when a page feels useful to\u00a0<a href=\"https:\/\/web.dev\/articles\/lcp\" target=\"_blank\" rel=\"noopener\">real users<\/a>. It is one of Google\u2019s Core Web Vitals, which shape search visibility and quality scores.<\/p>\n<p>A sluggish LCP inflates bounce rates, drains session depth and clips conversions, while a fast one reassures visitors that the site respects their time. Because Core Web Vitals rely on field, not lab, data, businesses need to optimise for the actual devices and networks their customers use, not a synthetic average.<\/p>\n<h2>How to Measure LCP: Tools, Field Data and Lab Checks<\/h2>\n<p>Reliable measurement blends real-user monitoring (RUM) with focused lab audits.<\/p>\n<p>RUM captures what users really experience by tapping the browser\u2019s PerformanceObserver API or an analytics SDK. Track each LCP value together with element type, CSS selector, device, connection quality and geography so you can surface patterns across\u00a0<a href=\"https:\/\/coralogix.com\/guides\/real-user-monitoring\/largest-contentful-paint-improve-score\/\" target=\"_blank\" rel=\"noopener\">high-value cohorts<\/a>.\u00a0Sample wisely to respect privacy and limit overhead.<\/p>\n<p>Synthetic tools such as Lighthouse in DevTools, WebPageTest and browser trace recordings then recreate underperforming sessions in a controlled environment. By stepping through the network waterfall and render timeline, you can confirm which request chain, script or style blocks the paint.<\/p>\n<p data-start=\"0\" data-end=\"311\" data-is-last-node=\"\" data-is-only-node=\"\">Prioritise pages that drive revenue, such as home, product, checkout, and lead-generation landing pages, and run both mobile and slow-connection profiles. This combination spots regressions quickly, enables engineers to reproduce issues, and helps product teams link LCP optimisation directly to business impact.<\/p>\n<h2>Diagnosing Root Causes of Poor LCP<\/h2>\n<p>Most LCP issues map to a short list of repeat offenders. Systematically working through them de-risks remediation.<\/p>\n<ol>\n<li><strong>Locate the LCP Element:<\/strong>\u00a0Use DevTools\u2019 Performance panel or the element timing attribute to reveal whether it is an image, text block or video poster<\/li>\n<li><strong>Check Time To First Byte (TTFB):\u00a0<\/strong><a href=\"https:\/\/www.crazydomains.com.au\/help\/article\/how-to-boost-website-performance\" target=\"_blank\" rel=\"noopener\">Slow server<\/a>\u00a0rendering or faraway hosting delays everything that follows.<\/li>\n<li><strong>Inspect Render-Blocking Resources:<\/strong>\u00a0Large CSS files, synchronous JavaScript or long main-thread tasks pause painting until completion.<\/li>\n<li><strong>Analyse Image Handling<\/strong>:\u00a0Oversized hero images, inefficient formats, or redirect chains lengthen download times<\/li>\n<li><strong>Verify Font Loading:<\/strong>\u00a0Custom fonts can trigger a Flash Of Invisible Text, stalling hero copy.<\/li>\n<\/ol>\n<p>Segment RUM by template and traffic share: fix what hurts the most users first, then validate in the lab to ensure each suspected cause really shifts the metric.<\/p>\n<h2>High-Leverage Fixes for LCP Optimisation<\/h2>\n<p>Big wins usually come from a handful of disciplined changes. Group them by theme to create a repeatable playbook.<\/p>\n<h3>Prioritise the Critical LCP Resource<\/h3>\n<p>Identify one predictable LCP element per template so rules remain simple. Add a &lt;link rel=&#8221;preload&#8221;&gt; hint for the hero image or essential CSS to give the browser an early heads-up. Keep the resource high in the HTML so discovery does not wait for deferrable scripts. Test carefully \u2013 excessive preloads waste bandwidth and may backfire on low-end devices.<\/p>\n<h3>Optimise Media Delivery and Formats<\/h3>\n<p>Serve responsive images with srcset and sizes so small screens don&#8217;t have to fetch desktop-sized assets. Convert hero visuals to WebP or AVIF, where supported, and retain JPEG\/PNG fallbacks for older browsers.<\/p>\n<p>Remove redirect hops and serve images from a\u00a0<a href=\"https:\/\/www.crazydomains.com.au\/learn\/what-is-a-cdn\/\" target=\"_blank\" rel=\"noopener\">CDN edge<\/a>\u00a0cache to cut round-trip times. If the hero relies on video, consider a lightweight poster frame or even a static substitute during initial paint. Always validate gains on real devices and throttled networks to ensure improvements translate to field LCP.<\/p>\n<h3>Reduce Render-Blocking Work<\/h3>\n<p>Inline only the minimal critical CSS needed for above-the-fold content, then defer the rest. Add\u00a0defer\u00a0or\u00a0async\u00a0attributes to non-essential JavaScript and break large bundles into smaller chunks so parsing does not monopolise the main thread.<\/p>\n<p>Compress and minify all text resources, and lean on HTTP\/2 or HTTP\/3 multiplexing to parallelise requests. Examine third-party tags \u2013 many can move after the LCP event without harming functionality.<\/p>\n<h3>Fonts and Critical Text Rendering<\/h3>\n<p>Set\u00a0font-display: swap\u00a0or\u00a0optional\u00a0to avoid invisible hero headlines while custom fonts load. Preload only the specific font subsets used above the fold, keeping weight low. Where brand rules demand a distinctive face, prototype with system fonts first and measure the real-user LCP cost before committing.<\/p>\n<table>\n<tbody>\n<tr>\n<td><span style=\"color: #008080;\"><strong>Also Read<\/strong><\/span>:\u00a0<a href=\"https:\/\/www.crazydomains.com.au\/learn\/google-core-web-vitals\/\" target=\"_blank\" rel=\"noopener\">Google Core Web Vitals: How It Affects Your Ranking<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Build a Repeatable LCP Playbook That Scales<\/h2>\n<p>Effective LCP optimisation hinges on real-user evidence: measure with RUM and lab tools, identify the single dominant element per template, prioritise fixes that affect the most visitors and keep iterating.<\/p>\n<p>Preloading, efficient media, lean rendering paths and smart caching make speed perceptible, lifting conversions and retention instead of just chasing a scoreboard.<\/p>\n<p><em>Ready to act? Secure performance-ready domains and lightning-fast hosting with\u00a0<a href=\"https:\/\/www.crazydomains.com.au\/\" target=\"_blank\" rel=\"noopener\">Crazy Domains<\/a>\u00a0to trim delivery delays and start delighting customers today.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>LCP optimisation is the practice of improving the time it takes for the largest above-the-fold element, such as a hero image or headline, to fully render, based on real-user field data used in Google\u2019s Core Web Vitals. Perceived speed decides whether visitors stay or bounce. When the main content appears late, engagement slips, and every [&hellip;]<\/p>\n","protected":false},"author":1537,"featured_media":60164,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[8950],"tags":[],"coauthors":[8037],"class_list":["post-60163","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hosting"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>LCP Optimisation Guide for Faster Pages and Better UX<\/title>\n<meta name=\"description\" content=\"Learn LCP optimisation with steps to measure Largest Contentful Paint, diagnose delays, and apply fixes that improve UX, SEO, and conversions.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LCP Optimisation Guide for Faster Pages and Better UX\" \/>\n<meta property=\"og:description\" content=\"Learn LCP optimisation with steps to measure Largest Contentful Paint, diagnose delays, and apply fixes that improve UX, SEO, and conversions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/\" \/>\n<meta property=\"og:site_name\" content=\"Crazy Domains Learn\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-01T02:46:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-02T16:48:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.crazydomains.com\/learn\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-02-at-5.19.55-PM.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1172\" \/>\n\t<meta property=\"og:image:height\" content=\"922\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Rachel Furtado\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rachel Furtado\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/\"},\"author\":{\"name\":\"Rachel Furtado\",\"@id\":\"https:\/\/www.crazydomains.com\/learn\/#\/schema\/person\/09a7c17d57ecaf3d1968a6a9a4259033\"},\"headline\":\"Measuring and Fixing Largest Contentful Paint for Core Web Vitals\",\"datePublished\":\"2026-01-01T02:46:04+00:00\",\"dateModified\":\"2026-02-02T16:48:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/\"},\"wordCount\":889,\"publisher\":{\"@id\":\"https:\/\/www.crazydomains.com\/learn\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.crazydomains.com.au\/learn\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-02-at-5.19.55-PM.png\",\"articleSection\":[\"Hosting\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/\",\"url\":\"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/\",\"name\":\"LCP Optimisation Guide for Faster Pages and Better UX\",\"isPartOf\":{\"@id\":\"https:\/\/www.crazydomains.com\/learn\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.crazydomains.com.au\/learn\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-02-at-5.19.55-PM.png\",\"datePublished\":\"2026-01-01T02:46:04+00:00\",\"dateModified\":\"2026-02-02T16:48:11+00:00\",\"description\":\"Learn LCP optimisation with steps to measure Largest Contentful Paint, diagnose delays, and apply fixes that improve UX, SEO, and conversions.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/#primaryimage\",\"url\":\"https:\/\/www.crazydomains.com.au\/learn\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-02-at-5.19.55-PM.png\",\"contentUrl\":\"https:\/\/www.crazydomains.com.au\/learn\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-02-at-5.19.55-PM.png\",\"width\":1172,\"height\":922,\"caption\":\"Measuring and Fixing Largest Contentful Paint for Core Web Vitals\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.crazydomains.com.au\/learn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Measuring and Fixing Largest Contentful Paint for Core Web Vitals\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.crazydomains.com\/learn\/#website\",\"url\":\"https:\/\/www.crazydomains.com\/learn\/\",\"name\":\"Crazy Domains Learn\",\"description\":\"Resources to help you excel online\",\"publisher\":{\"@id\":\"https:\/\/www.crazydomains.com\/learn\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.crazydomains.com\/learn\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.crazydomains.com\/learn\/#organization\",\"name\":\"Crazy Domains Learn\",\"url\":\"https:\/\/www.crazydomains.com\/learn\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.crazydomains.com\/learn\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.crazydomains.com.au\/learn\/wp-content\/uploads\/2021\/02\/learn-dash-blue-logo-2.svg\",\"contentUrl\":\"https:\/\/www.crazydomains.com.au\/learn\/wp-content\/uploads\/2021\/02\/learn-dash-blue-logo-2.svg\",\"width\":147,\"height\":43,\"caption\":\"Crazy Domains Learn\"},\"image\":{\"@id\":\"https:\/\/www.crazydomains.com\/learn\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.crazydomains.com\/learn\/#\/schema\/person\/09a7c17d57ecaf3d1968a6a9a4259033\",\"name\":\"Rachel Furtado\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.crazydomains.com\/learn\/#\/schema\/person\/image\/8c465acc0b5d0df36710d5350f50f730\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/69ea6a4f4c200dff1147bf30040c5330?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/69ea6a4f4c200dff1147bf30040c5330?s=96&d=mm&r=g\",\"caption\":\"Rachel Furtado\"},\"description\":\"Web hosting specialist with a knack for creativity and a passion for baking, serving up tech solutions with a side of sweetness.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/rachel-furtado-marketing-specialist\/\"],\"url\":\"https:\/\/www.crazydomains.com\/learn\/author\/rachel-f\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LCP Optimisation Guide for Faster Pages and Better UX","description":"Learn LCP optimisation with steps to measure Largest Contentful Paint, diagnose delays, and apply fixes that improve UX, SEO, and conversions.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/","og_locale":"en_US","og_type":"article","og_title":"LCP Optimisation Guide for Faster Pages and Better UX","og_description":"Learn LCP optimisation with steps to measure Largest Contentful Paint, diagnose delays, and apply fixes that improve UX, SEO, and conversions.","og_url":"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/","og_site_name":"Crazy Domains Learn","article_published_time":"2026-01-01T02:46:04+00:00","article_modified_time":"2026-02-02T16:48:11+00:00","og_image":[{"width":1172,"height":922,"url":"https:\/\/www.crazydomains.com\/learn\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-02-at-5.19.55-PM.png","type":"image\/png"}],"author":"Rachel Furtado","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rachel Furtado","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/#article","isPartOf":{"@id":"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/"},"author":{"name":"Rachel Furtado","@id":"https:\/\/www.crazydomains.com\/learn\/#\/schema\/person\/09a7c17d57ecaf3d1968a6a9a4259033"},"headline":"Measuring and Fixing Largest Contentful Paint for Core Web Vitals","datePublished":"2026-01-01T02:46:04+00:00","dateModified":"2026-02-02T16:48:11+00:00","mainEntityOfPage":{"@id":"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/"},"wordCount":889,"publisher":{"@id":"https:\/\/www.crazydomains.com\/learn\/#organization"},"image":{"@id":"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/#primaryimage"},"thumbnailUrl":"https:\/\/www.crazydomains.com.au\/learn\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-02-at-5.19.55-PM.png","articleSection":["Hosting"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/","url":"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/","name":"LCP Optimisation Guide for Faster Pages and Better UX","isPartOf":{"@id":"https:\/\/www.crazydomains.com\/learn\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/#primaryimage"},"image":{"@id":"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/#primaryimage"},"thumbnailUrl":"https:\/\/www.crazydomains.com.au\/learn\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-02-at-5.19.55-PM.png","datePublished":"2026-01-01T02:46:04+00:00","dateModified":"2026-02-02T16:48:11+00:00","description":"Learn LCP optimisation with steps to measure Largest Contentful Paint, diagnose delays, and apply fixes that improve UX, SEO, and conversions.","breadcrumb":{"@id":"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/#primaryimage","url":"https:\/\/www.crazydomains.com.au\/learn\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-02-at-5.19.55-PM.png","contentUrl":"https:\/\/www.crazydomains.com.au\/learn\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-02-at-5.19.55-PM.png","width":1172,"height":922,"caption":"Measuring and Fixing Largest Contentful Paint for Core Web Vitals"},{"@type":"BreadcrumbList","@id":"https:\/\/www.crazydomains.com.au\/learn\/lcp-optimisation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.crazydomains.com.au\/learn\/"},{"@type":"ListItem","position":2,"name":"Measuring and Fixing Largest Contentful Paint for Core Web Vitals"}]},{"@type":"WebSite","@id":"https:\/\/www.crazydomains.com\/learn\/#website","url":"https:\/\/www.crazydomains.com\/learn\/","name":"Crazy Domains Learn","description":"Resources to help you excel online","publisher":{"@id":"https:\/\/www.crazydomains.com\/learn\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.crazydomains.com\/learn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.crazydomains.com\/learn\/#organization","name":"Crazy Domains Learn","url":"https:\/\/www.crazydomains.com\/learn\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.crazydomains.com\/learn\/#\/schema\/logo\/image\/","url":"https:\/\/www.crazydomains.com.au\/learn\/wp-content\/uploads\/2021\/02\/learn-dash-blue-logo-2.svg","contentUrl":"https:\/\/www.crazydomains.com.au\/learn\/wp-content\/uploads\/2021\/02\/learn-dash-blue-logo-2.svg","width":147,"height":43,"caption":"Crazy Domains Learn"},"image":{"@id":"https:\/\/www.crazydomains.com\/learn\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.crazydomains.com\/learn\/#\/schema\/person\/09a7c17d57ecaf3d1968a6a9a4259033","name":"Rachel Furtado","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.crazydomains.com\/learn\/#\/schema\/person\/image\/8c465acc0b5d0df36710d5350f50f730","url":"https:\/\/secure.gravatar.com\/avatar\/69ea6a4f4c200dff1147bf30040c5330?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/69ea6a4f4c200dff1147bf30040c5330?s=96&d=mm&r=g","caption":"Rachel Furtado"},"description":"Web hosting specialist with a knack for creativity and a passion for baking, serving up tech solutions with a side of sweetness.","sameAs":["https:\/\/www.linkedin.com\/in\/rachel-furtado-marketing-specialist\/"],"url":"https:\/\/www.crazydomains.com\/learn\/author\/rachel-f\/"}]}},"lang":"au","translations":{"au":60163},"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/www.crazydomains.com.au\/learn\/wp-json\/wp\/v2\/posts\/60163"}],"collection":[{"href":"https:\/\/www.crazydomains.com.au\/learn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.crazydomains.com.au\/learn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.crazydomains.com.au\/learn\/wp-json\/wp\/v2\/users\/1537"}],"replies":[{"embeddable":true,"href":"https:\/\/www.crazydomains.com.au\/learn\/wp-json\/wp\/v2\/comments?post=60163"}],"version-history":[{"count":2,"href":"https:\/\/www.crazydomains.com.au\/learn\/wp-json\/wp\/v2\/posts\/60163\/revisions"}],"predecessor-version":[{"id":60172,"href":"https:\/\/www.crazydomains.com.au\/learn\/wp-json\/wp\/v2\/posts\/60163\/revisions\/60172"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.crazydomains.com.au\/learn\/wp-json\/wp\/v2\/media\/60164"}],"wp:attachment":[{"href":"https:\/\/www.crazydomains.com.au\/learn\/wp-json\/wp\/v2\/media?parent=60163"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.crazydomains.com.au\/learn\/wp-json\/wp\/v2\/categories?post=60163"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.crazydomains.com.au\/learn\/wp-json\/wp\/v2\/tags?post=60163"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.crazydomains.com.au\/learn\/wp-json\/wp\/v2\/coauthors?post=60163"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}