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
1,357 KiB of unused JavaScript wastes 4+ seconds and blocks LCP by 4.05 seconds.
Configure Nuxt tree-shaking to eliminate dead code from YouTube player and main bundle. Use dynamic imports for YouTube components to load only when needed. Enable webpack-bundle-analyzer to identify and remove unused dependencies from your Vue components.
A score of 38 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 38/100. The biggest problem is massive amounts of unused JavaScript (1,357 KiB wasted) and CSS (88 KiB wasted), causing your First Contentful Paint to take an unacceptable 7.5 seconds and Time to Interactive to reach 23.2 seconds. The site is also loading duplicate YouTube player scripts and has render-blocking CSS files that could save over 1 second if properly deferred. Removing unused code, optimizing JavaScript delivery, and fixing the render-blocking resources could dramatically improve your Core Web Vitals and potentially boost your performance score by 40+ points.
Why It Matters:
Blocking CSS delays First Contentful Paint by 1.05 seconds, preventing users from seeing content.
How to Fix:
In your Nuxt config, enable CSS code splitting and defer non-critical stylesheets. Inline critical CSS for above-the-fold content using nuxt-critical-css module. Move component-specific CSS imports to async chunks using dynamic imports.
Why It Matters:
The hero banner image has 2.7 seconds resource load delay, directly impacting LCP score.
How to Fix:
Add fetchpriority='high' to the main banner image in your Nuxt component. Use nuxt/image module with priority prop for above-the-fold images. Preload the hero image using link rel='preload' in nuxt.config head section.
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.