Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize noodsradio.com
Unnecessary polyfills add 824KB of unused JavaScript, blocking rendering for 3.9 seconds.
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.
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.
Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
Interaction to Next Paint
Good: < 200ms
Measures how quickly the page responds to user interactions
Cumulative Layout Shift
Good: < 0.1
Measures visual stability - how much content shifts during page load
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.
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.
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.
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.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Nuxt Speed Tests
Missing image dimensions cause 0.878 CLS score, severely impacting user experience.
Large hero images delay LCP by 85 seconds and waste 15.5MB of bandwidth.
Images without explicit dimensions cause layout shifts and prevent proper space reservation during page load.
Multiple redirects delay page load by 21.1 seconds, severely impacting both LCP and FCP metrics.