Local businesses · Tradies · Practices growth playbook
Did Google Change LCP to 2 Seconds? What Small Businesses Need to Know
No. As of 20 August 2026, Google still defines a good Largest Contentful Paint as 2.5 seconds or less at the 75th percentile of real visits. A two-second target can provide useful headroom, but it is not a newly announced Google rule.
Who this guide is for
New Zealand and Australian local business owners who have seen claims about a new two-second Google speed rule and want a practical, non-technical response.
01
The short answer: there is no verified two-second rule change
A social post circulating in August 2026 says Google lowered the good LCP threshold from 2.5 seconds to 2.0 seconds. Google’s current Search Central documentation, Search Console help and web.dev guidance do not support that claim. They continue to classify LCP of 2.5 seconds or less as good. A page between 2.0 and 2.5 seconds has not suddenly moved into a failing band, and Google has not announced that pages taking more than two seconds will automatically lose positions. Treat two seconds as an optional internal performance target, not a new pass-or-fail rule.
02
What LCP measures—and how Google classifies it
Largest Contentful Paint measures when the largest visible image, text block or video in the initial viewport finishes rendering. It includes the journey from navigation through connection and server delay to loading and painting that element. Google assesses the 75th percentile, which means at least three out of four real visits should meet the target, and mobile and desktop are considered separately. The published bands remain: good at 2.5 seconds or less, needs improvement above 2.5 seconds and up to 4 seconds, and poor above 4 seconds. One unusually fast test on the owner’s laptop does not establish the real-user result.
03
What did change in 2026: measurement for app-like navigation
Google did announce a March 2026 core update, but its public status notice contains no LCP-threshold change. Separately, Chrome has been expanding how Core Web Vitals can be measured when a single-page application changes its content and URL without performing a traditional page load. The Soft Navigations API begins shipping from Chrome 151 so app-like sites can observe performance after those route changes, while Chrome says how the measurements will appear in CrUX is still to be decided. That development does not lower the initial-load LCP threshold, and it is not an announcement that Google Search now uses a two-second cutoff. Conventional multi-page websites do not need to change because of this API, although developers of highly interactive single-page sites should understand the new measurement model.
04
Website speed contributes to Search, but there is no announced two-second ranking cliff
Google says its ranking systems use Core Web Vitals, but it also says there is no single page-experience signal and that a good report does not guarantee a top position. Helpful, relevant content remains fundamental. Page experience can contribute when several pages offer similarly useful answers, so speed deserves attention without being turned into a scare tactic. A page whose p75 LCP is 2.6 seconds is outside the good LCP band, but it is not automatically removed, deindexed or assigned a fixed ranking loss. Improve performance for customers and treat search visibility as one part of the reason—not as a guaranteed outcome.
05
How a slow page can affect a local business in practice
The clearest risk is customer friction. Someone arriving from Google Maps, an advertisement or a local search may be using a modest phone on a variable mobile connection. If the service heading, telephone number, booking action, directions or trust information appears late, the visitor has to wait before deciding whether the business is relevant. A slow page can also make menus and forms feel unreliable or cause people to tap before the layout settles. Those experiences can reduce confidence even when the page eventually loads. This is why speed work should begin with the pages and actions that support real customer decisions.
06
Step 1: check real-user data before changing the website
Open the Core Web Vitals report in Google Search Console and review mobile and desktop separately. Then test the homepage and the most important service, location, booking, quote and contact pages in PageSpeed Insights. Read the section describing what real users are experiencing before concentrating on the Lighthouse performance score. PageSpeed Insights uses Chrome User Experience Report data for the previous 28 days when enough data exists. A smaller site may show only origin-level data or no field data at all; in that situation, lab results are still useful diagnostics, but they are not proof that real visitors fail a Core Web Vital.
07
Step 2: identify the LCP element and the slow phase
Use PageSpeed Insights or Chrome DevTools to identify the element counted as LCP. On a local-business page it is often the hero photograph, banner, large heading or prominent service image. Ask the developer to break the total into four parts: time to first byte, resource-load delay, resource-load duration and element-render delay. That breakdown matters because a smaller image cannot fix a slow server, and faster hosting cannot fix an image that JavaScript discovers too late. Record the affected URL, device type, LCP element and slowest phase before deciding on a remedy.
08
Step 3: make the main image smaller and available earlier
If the LCP element is a hero image, resize it for the dimensions in which it is displayed and serve responsive versions so a phone does not download a desktop-sized file. WebP or AVIF can reduce transfer size when implemented correctly. The main image visible when the page opens should not be lazy-loaded; it should be discoverable in the initial HTML rather than inserted after a script runs or hidden behind a CSS background. A developer can selectively use preload or high fetch priority for that one important resource. Do not give every image high priority, because competing downloads can make the result worse.
09
Step 4: improve the server response and delivery path
If the page spends too long waiting for its first byte, review hosting, application work, database requests and caching before redesigning the page. Cache stable HTML where appropriate, enable compression, remove unnecessary redirects and use a content delivery network that serves assets close to customers in New Zealand or Australia. Advertising, newsletter and shortened links should be checked for redirect chains before reaching the final page. A hosting move is not automatically the answer: measure the current response, identify whether the delay is at the server or elsewhere, and verify the same pages after any change.
10
Step 5: reduce scripts, plugins and effects that delay rendering
Page builders, animation libraries, sliders, social feeds, maps, chat widgets, advertising tags and consent tools can all add network and main-thread work. List each third-party feature and keep it only where it provides a clear customer or measurement purpose. Delay non-essential code until after the main content, remove unused plugins and styles, and avoid making the largest heading or image depend on a large JavaScript bundle. Developers should keep critical styles small, break up long tasks and consider server rendering or prerendering for content that does not need to wait for the browser to build it.
11
Step 6: keep fonts, layout and interactions usable
Improving LCP should not create other usability problems. Load only the font weights the design needs, use an appropriate fallback while a web font arrives and avoid hiding important text until the custom font is ready. Give images and embeds explicit dimensions so the page does not jump, and keep the telephone, menu, booking and form controls responsive while other resources load. Check Interaction to Next Paint and Cumulative Layout Shift alongside LCP: Google’s published good thresholds are 200 milliseconds or less for INP and 0.1 or less for CLS.
12
Step 7: test the templates customers actually use
Do not declare the job finished because the homepage improved. Test the main service-page template, location pages, contact page, booking or enquiry journey and any landing pages used for advertising. Search Console groups URLs that appear to share a similar experience, which can help identify a common theme or component problem. Test while signed out, on mobile and with normal consent notices enabled. A fast homepage does not protect a slow quote page, and a lightweight desktop result does not describe what a customer on mobile experiences.
13
Step 8: verify the fix and monitor the next 28-day window
Retest the same pages in the same tools after release and keep a simple record of the previous and new results. Lighthouse can show whether a technical change helped under controlled conditions, while field data shows what real visitors experienced. Search Console’s validation process starts a fresh 28-day monitoring period and does not trigger re-indexing. Continue checking after design, plugin, tracking, hosting or campaign changes because performance can regress. A sensible standard is the published good boundary of 2.5 seconds at the 75th percentile, with two seconds used only as optional headroom where it is practical.
14
A checklist a business owner can send to a developer
Send the following questions together. They turn a vague request to “make the site faster” into work that can be explained and verified:
- What do the mobile and desktop field results show?
- Which page or Search Console URL group is affected?
- Which element is currently counted as LCP?
- How much time is spent in server response, load delay, download and render delay?
- What change is proposed, and which phase should it improve?
- What do comparable before-and-after lab tests show?
- Is the main image correctly sized, discoverable early and not lazy-loaded?
- Were redirects and non-essential third-party scripts reviewed?
- Did the change avoid regressions in INP and CLS?
- When will the next real-user field-data window be reviewed?
15
The calm conclusion
There is no official Google announcement lowering good LCP to two seconds. Small businesses do not need to panic or rebuild a website because of one social post. They should use the concern as a prompt to check the right evidence: real-user Core Web Vitals, the pages customers rely on and the specific phase causing delay. Fix poor experiences first, protect useful content and conversion paths, and monitor the result. A faster page is valuable because it is easier for customers to use; search visibility is an additional benefit, not a guaranteed reward for reaching one number.

About the author
Karan Vinayak
Karan is Director at Five Star Growth. He previously worked as a Production Administrator in a steel company, has a Mechanical Engineering degree, and is completing a BSc double major in Computer Science and Statistics. He developed FiveStar Loyalty, which connects digital Wallet rewards, staff checkout and merchant tools.
Independent check / Website performance
Measure the pages your customers actually use.
Start with your homepage and one important service or enquiry page. Read the real-user field data when it is available, then use the diagnostics to decide what deserves attention.