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
745 KiB of unused JavaScript is delaying LCP by 1.65 seconds and blocking user interactions.
Use Nuxt's code splitting with dynamic imports for heavy components. Enable tree shaking in nuxt.config.js with 'build: { extractCSS: true }'. Remove unused dependencies like Google Sign-in client if not needed. Configure Swiper to load only required modules.
A score of 34 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 34/100. The biggest problem is excessive unused JavaScript (745 KiB) that's blocking the page from rendering quickly, causing your First Contentful Paint to take 4.4 seconds and Largest Contentful Paint to reach 6.8 seconds - both far slower than recommended. The site also suffers from major layout shifts (0.285 CLS score) as content loads, which creates a jarring user experience. Removing unused JavaScript, optimizing the main thread work that's taking 3.7 seconds, and fixing the layout shift issues caused by unsized images and web fonts could potentially improve your performance score by 40+ points and dramatically speed up page loading.
Why It Matters:
CLS score of 0.285 is caused by unsized images and font loading, hurting user experience.
How to Fix:
Add explicit width and height attributes to the DMCA badge image in your Vue footer component. Use Nuxt's @nuxt/image module with placeholder and aspectRatio props. Preload critical fonts using @nuxtjs/google-fonts with preload option enabled.
Why It Matters:
CSS files are blocking first paint by 920ms, significantly delaying content visibility.
How to Fix:
Use Nuxt's css property to inline critical CSS for Header and MenuTree components. Move non-critical styles to component-level scoped CSS. Enable CSS extraction and minification in nuxt.config.js with 'build: { extractCSS: true, optimizeCSS: true }'.
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
The hero banner image has 2.7 seconds resource load delay, directly impacting LCP score.
Blocking CSS delays First Contentful Paint by 1.05 seconds, preventing users from seeing content.
Oversized logo image and poor cache headers waste 29KB and slow repeat visits.
365ms of forced reflows block the main thread and degrade rendering performance significantly.