Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize web.stag.dtv.onl
Render-blocking CSS delays First Contentful Paint by 440ms and forces sequential resource loading.
Inline critical CSS for above-the-fold content in Nuxt using @nuxtjs/critters. Use Vue's dynamic imports to load component-specific CSS (MenuTree, ProductListSkeleton) only when needed. Add preload hints for essential fonts like Inter to prevent render blocking.
A score of 36 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 36/100. The biggest problem is excessive JavaScript execution that's blocking the main thread for nearly 11 seconds, primarily caused by Google reCAPTCHA and oversized JavaScript bundles that are mostly unused code. The site takes over 5 seconds to display meaningful content and 23 seconds to become fully interactive, creating a frustrating user experience. Removing unused JavaScript (saving over 1MB), optimizing the reCAPTCHA implementation, and reducing CSS bloat could dramatically improve performance by several seconds and boost the score by 30+ points.
Why It Matters:
JavaScript execution blocks the main thread for 10.9 seconds and creates 2,040ms of blocking time, severely delaying user interactions.
How to Fix:
Remove duplicate reCAPTCHA scripts (3 identical 371KB files detected). Configure Nuxt to code-split large bundles using dynamic imports. Remove unused JavaScript from B4ZVMGEs.js (53% unused code). Defer non-critical third-party scripts like Facebook Pixel and Apple Auth until after page load.
Why It Matters:
Resource load delay of 2.6 seconds for LCP image pushes Largest Contentful Paint to 5.1 seconds.
How to Fix:
Add fetchpriority='high' and loading='eager' to hero banner image (already partially implemented). Use Nuxt Image module to serve WebP/AVIF formats automatically. Convert the 148KB GIF banner to video format for 50% size reduction. Implement proper image sizing to eliminate layout shifts.
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
66 KiB of static assets have no cache headers, missing opportunities to improve repeat visit performance and LCP by 500ms.
8.3 seconds of main thread work creates 1,910ms Total Blocking Time, severely impacting user interaction responsiveness.
192 KiB of unused JavaScript is blocking page load, delaying both FCP and LCP by 900ms with potential 19-point score improvement.
594 KiB of unused JavaScript is delaying LCP by 150ms and increasing bundle size unnecessarily.