Remove Unused JavaScript Code

How to optimize web.stag.dtv.onl

Nuxt SiteScore: 38/100Analyzed May 2026Re-analyze this site

Remove Unused JavaScript Code

High Impact+18 points estimated

Why It Matters

1,357 KiB of unused JavaScript wastes 4+ seconds and blocks LCP by 4.05 seconds.

How to Fix

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.

0Poor

What This Score Means

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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

10.0s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

244ms
Needs Improvement

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.00
Good

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 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.

Other Optimization Recommendations

Eliminate Render Blocking CSS

High Impact+12 points estimated

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.

Optimize LCP Image Priority

Medium Impact+8 points estimated

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.

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