Optimize Hero Images for LCP

How to optimize noodsradio.com

Nuxt SiteScore: 14/100Analyzed March 2026Re-analyze this site

Optimize Hero Images for LCP

High Impact+35 points estimated

Why It Matters

Large hero images delay LCP by 85 seconds and waste 15.5MB of bandwidth.

How to Fix

Convert hero images to WebP/AVIF format using Nuxt Image module. Add responsive srcset with proper breakpoints. Use fetchpriority='high' on the LCP image and avoid lazy loading on above-the-fold content. Implement proper image sizing to match display dimensions.

0Poor

What This Score Means

A score of 14 falls in the "Poor" 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

76.2s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

324ms
Needs Improvement

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.88
Poor

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This Nuxt/Vue website has severe performance issues with a critically low score of 14/100. The biggest problem is massive, unoptimized images that are delaying the Largest Contentful Paint by over 76 seconds - images are oversized, using outdated formats instead of modern WebP/AVIF, and not properly sized with explicit dimensions causing layout shifts. The site is also loading nearly 27MB of data with 824KB of unused JavaScript and legacy polyfills that aren't needed for modern browsers. Optimizing and properly sizing images, converting to modern formats, removing unused code, and adding explicit image dimensions could dramatically improve performance and user experience by 50+ points.

Other Optimization Recommendations

Eliminate Legacy JavaScript Polyfills

High Impact+25 points estimated

Why It Matters:

Unnecessary polyfills add 824KB of unused JavaScript, blocking rendering for 3.9 seconds.

How to Fix:

Update Nuxt config to target modern browsers with 'modern' mode. Remove Mixcloud widget polyfills by using native browser APIs. Configure Babel to exclude ES6+ features already supported by target browsers. Consider replacing heavy third-party widgets with lighter alternatives.

Fix Layout Shift from Images

Medium Impact+15 points estimated

Why It Matters:

Missing image dimensions cause 0.878 CLS score, severely impacting user experience.

How to Fix:

Add explicit width and height attributes to all images, especially the footer logo. Use Nuxt Image component with proper sizing props. Reserve space for dynamically loaded content with CSS aspect-ratio. Ensure custom fonts load with font-display: swap to prevent invisible text.

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 Nuxt Speed Tests

Nuxt Performance Resources

Frequently Asked Questions