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
Unused JavaScript blocks loading for 900ms and wastes 1,067 KiB, severely impacting LCP.
Configure ReCaptcha to load only when needed using dynamic imports in your Nuxt components. Add ReCaptcha to nuxt.config.js with lazy loading enabled. Consider moving to invisible ReCaptcha or implementing it only on forms that require validation.
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 serious performance problems with a very poor score of 38/100. The biggest issue is massive amounts of unused JavaScript and CSS code that's blocking the page from loading quickly - over 1MB of unnecessary code is being downloaded, causing the main content to take a painful 8.4 seconds to appear. The site is also suffering from layout shifts as content loads in, and has an extremely slow Time to Interactive of nearly 24 seconds. Removing unused code, optimizing the large reCAPTCHA scripts, and fixing image dimensions could easily improve the score by 30+ points and dramatically speed up the user experience.
Why It Matters:
CSS files block rendering for 440ms, delaying First Contentful Paint significantly.
How to Fix:
Move critical CSS inline in your Nuxt layout components. Use Nuxt's css configuration to defer non-critical stylesheets. Implement critical CSS extraction using @nuxtjs/critters module to inline above-the-fold styles.
Why It Matters:
Missing image dimensions cause 0.158 CLS score, creating jarring content jumps during loading.
How to Fix:
Add explicit width and height attributes to all img elements in your Vue components. Use Nuxt Image module (@nuxt/image) which automatically provides sizing. Set aspect-ratio CSS property for responsive images to maintain layout stability.
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.
Removing 909 KiB of unused resources will improve LCP by 1.2 seconds and FCP by 1.15 seconds.
Missing image dimensions cause 0.158 CLS score, creating jarring content jumps during loading.