Google’s Mueller Flags A Case On Why LCP Fixes Miss the Goal


Google Search Advocate John Mueller highlights a new case study explaining why sure Largest Contentful Paint enhancements typically fail to produce outcomes. In a format that varies by retailer, the browser could focus on the improper aspect, inflicting all subsequent optimizations to goal one thing that was by no means the LCP in the first place.

The case study was printed on internet.dev on June 24, and it details a 12 months of Core Web Vitals work at the ecommerce platform Nuvemshop. Initially, the staff suspected picture weight or server latency as the fundamental points. Nevertheless, their evaluation pointed them towards how the browser chosen the LCP aspect. After optimizing aspect choice, picture precedence, lazy loading, and edge caching, Nuvemshop studies that the share of its shops with good LCP scores elevated from 57% to 96%.

How the Incorrect Aspect Will get Picked

On Nuvemshop, retailers can arrange their homepage sections in any order they like, leading to carousels, banners, and product grids showing in varied positions throughout completely different themes. In accordance to the case examine, carousels had been current on 85% of storefronts, and this is the place the measurement encountered a problem.

The difficulty stemmed from CSS transitions on carousels and banners. These transitions delayed when components grew to become seen to the browser’s LCP detection. Whereas customers noticed the carousel load first, the browser sometimes recognized a banner additional down as the LCP aspect as a result of its visibility was not delayed by a transition. Consequently, in accordance to Nuvemshop, the earlier optimization efforts targeted on components that had been by no means the LCP.

The investigation recognized three fundamental causes. Transitions had been pushing detection to the improper body, lazy loading was delaying photographs above the fold that wanted to load instantly, and the important photographs lacked precedence alerts. Moreover, measurements originated from each class and product pages, not solely homepages, so the answer had to be efficient throughout completely different web page sorts.

The Three LCP Fixes

The case examine features a fourth change, edge caching to cut back latency. Nevertheless, the core element-detection changes concerned three modifications in how the prime of the web page renders and masses. Nuvemshop carried out all three modifications throughout its fundamental themes and web page sorts. These changes are easy, following frequent internet efficiency greatest practices.

The staff eliminated CSS transitions from the prime sections so that they show immediately, enabling the browser to acknowledge them as LCP candidates directly.

In addition they pulled loading="lazy" off the first picture in these prime sections. internet.dev’s personal steerage is blunt on this, warning against lazy-loading the LCP image as a result of it all the time provides load delay.


Featured product

Featured product

The final piece was fetchpriority="excessive" on the probably LCP picture, which tells the browser’s preload scanner to seize it sooner. Nuvemshop says it wrapped that in validation logic so the sign fires solely the place the aspect might actually be the LCP candidate. Google’s recommendation is to reserve the attribute for one or two key images, since if every thing is excessive precedence, nothing is.


Featured product

Featured product

What Else Nuvemshop Reviews

Nuvemshop studies that its general Core Internet Vitals go charge improved from 48% to 72% all through the 12 months, not simply the LCP determine.

The corporate reviewed the identical Brazilian shops energetic in each January 2025 and 2026. For cellular guests arriving through Google natural search, it studies an 8.9% enhance in conversion charge and an 8.4% rise in cart engagement.

Take into account these are self-reported figures, and the purchasing numbers are a year-over-year comparability of that cohort, not a managed take a look at. Nuvemshop ties the path to its pace work by leaning on Deloitte research commissioned by Google, which discovered that shaving 0.1 seconds off load time can increase retail conversion by 8.4%.

Why This Issues

Earlier than compressing one other hero picture, double-check that you just’re optimizing the aspect the browser truly treats as LCP. This is particularly necessary in template-driven or carousel-heavy layouts, the place it’d not maintain.

Our personal latest protection lands in the identical spot. In a look at Core Web Vitals across CMS platforms, HTTP Archive information confirmed real-world LCP tends to break when a platform is sluggish to let the browser uncover the fundamental picture, or when it forces that picture to compete with too many different high-priority assets, not simply when a web page is heavy. Barry Pollard has additionally walked by how to trace an LCP problem in PageSpeed Insights before you contact any code.

The conversion hyperlink displays Nuvemshop’s interpretation of the information. Core Web Vitals are only a minor ranking factor, and Google has emphasised relevance as extra necessary, so a sooner retailer is higher learn as a purchasing expertise achieve than a rating lever.

Wanting Forward

This is only one firm’s self-reported expertise, so the purchasing beneficial properties are greatest learn as directional. The approach itself isn’t new both, since internet.dev has been advocating for this type of discovery-and-priority work for years. What the case examine provides is a labored instance of figuring out the true LCP aspect throughout layouts that fluctuate from one retailer to one other, which is the laborious half on any customizable platform.


Featured Picture: victoriatudosi/Shutterstock




Disclaimer: This article is sourced from external platforms. OverBeta has not independently verified the information. Readers are advised to verify details before relying on them.

0
Show Comments (0) Hide Comments (0)
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Stay Updated!

Subscribe to get the latest blog posts, news, and updates delivered straight to your inbox.