Convert GIF to Video Format

How to optimize web.stag.dtv.onl

Nuxt SiteScore: 62/100Analyzed April 2026Re-analyze this site

Convert GIF to Video Format

High Impact+15 points estimated

Why It Matters

The 74 KiB animated banner GIF can be reduced by 50% using modern video formats.

How to Fix

Convert the banner GIF to WebM/MP4 using FFmpeg or online tools. Replace the img tag with a video element using autoplay, loop, and muted attributes. Serve WebP fallback for the logo image to save 5 KiB.

0Needs Improvement

What This Score Means

A score of 62 falls in the "Needs Improvement" 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

5.1s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

198ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.02
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This Nuxt/Vue site has poor performance with a score of 62/100, indicating significant user experience issues. The biggest problem is excessive unused JavaScript (798 KiB) and CSS (90 KiB) that's blocking page rendering and slowing down load times, contributing to a concerning 8.6-second Time to Interactive. The site is also suffering from render-blocking resources that delay the First Contentful Paint by 450ms, and images that could be optimized to save 77 KiB by converting GIFs to modern video formats and using WebP/AVIF compression. Cleaning up unused code, deferring non-critical resources, and optimizing images could dramatically improve performance and reduce load times by several seconds.

Other Optimization Recommendations

Eliminate Unused CSS and JavaScript

High Impact+25 points estimated

Why It Matters:

Removing 909 KiB of unused resources will improve LCP by 1.2 seconds and FCP by 1.15 seconds.

How to Fix:

Use Nuxt's tree-shaking by importing only needed components. Remove unused Swiper CSS (18 KiB waste) and configure PurgeCSS in your build. Defer reCAPTCHA loading until user interaction using dynamic imports in Vue components.

Defer Render-Blocking CSS Resources

Medium Impact+12 points estimated

Why It Matters:

Critical CSS is blocking FCP by 450ms, delaying initial page render.

How to Fix:

Inline critical above-the-fold CSS in your Nuxt layout component. Use Nuxt's css property to load non-critical styles asynchronously. Move BtnScrollToTop and Swiper CSS to component-level imports with lazy loading.

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