Optimize LCP Image Implementation

How to optimize suaquadra.com.br

Next.js SiteScore: 52/100Analyzed June 2026Re-analyze this site

Optimize LCP Image Implementation

High Impact+20 points estimated

Why It Matters

Resource load delay of 4,613ms for LCP image makes it undiscoverable and prevents fast loading.

How to Fix

Add the LCP image directly to your Next.js page HTML with next/image component using priority={true} and fetchpriority='high' attributes. Move the image above-the-fold in your React component structure. Preload the image URL in Next.js Head component using <link rel='preload' as='image'>.

0Needs Improvement

What This Score Means

A score of 52 falls in the "Needs Improvement" range (50-89). While it is better than poor (0-49), you should aim for 90+ to provide an optimal user experience and maximize SEO benefits.

This site is slower than approximately 35% of similar sites. The main issues affecting performance are image optimization, JavaScript execution time, and layout stability.

Addressing these issues could improve your conversion rate by 15-20% and boost your search engine rankings.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

20.2s
Poor

Good: < 2.5s

Measures how long it takes for the main content to appear on screen

INP

Interaction to Next Paint

206ms
Needs Improvement

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.10
Needs Improvement

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This Next.js real estate site has poor performance with a score of 52/100, taking over 20 seconds to fully load. The biggest problem is an extremely slow server response (over 1 second) combined with a redirect that adds nearly 800ms of delay before the page even starts loading. The site is also serving oversized images that waste 728KB of data and using excessive JavaScript that blocks rendering for 1.4 seconds. Fixing the server response time, eliminating the redirect, and optimizing image delivery could improve the performance score by 30+ points and dramatically reduce loading times for users browsing property listings.

Other Optimization Recommendations

Fix Server Response and Redirects

High Impact+25 points estimated

Why It Matters:

TTFB of 1,028ms and redirect chain waste 1,830ms, severely delaying LCP by 20+ seconds.

How to Fix:

Remove the redirect from https://suaquadra.com.br to https://www.suaquadra.com.br by updating DNS/server config to serve www directly. Optimize server response time through database query optimization, CDN implementation, and server resource scaling in your Next.js deployment.

Reduce JavaScript Bundle Size

High Impact+18 points estimated

Why It Matters:

655KB of unused JavaScript increases load time by 3.1 seconds and blocks main thread execution.

How to Fix:

Implement Next.js dynamic imports for non-critical components using next/dynamic. Code-split large chunks like 6681-7dd4a6fe9092a87f.js by route-based splitting. Remove unused Google Tag Manager scripts or defer them using Next.js Script component with strategy='afterInteractive'.

Keep Your Site Fast After Optimization

Once your site is optimized, maintain that speed. Use DeployHQ for zero-downtime, automated deployments—so performance fixes and updates go live safely every time, without breaking your site.

Explore DeployHQ →Trusted by engineering teams shipping high-performance sites

Want to Analyze YOUR Website?

Get AI-powered performance insights with actionable fixes in 30 seconds

More Next.js Speed Tests

Next.js Performance Resources

Frequently Asked Questions