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
Removing 909 KiB of unused resources will improve LCP by 1.2 seconds and FCP by 1.15 seconds.
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.
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.
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 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.
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.
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.
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
Critical CSS is blocking FCP by 450ms, delaying initial page render.
The 74 KiB animated banner GIF can be reduced by 50% using modern video formats.
Missing image dimensions cause 0.158 CLS score, creating jarring content jumps during loading.
CSS files block rendering for 440ms, delaying First Contentful Paint significantly.