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
The LCP element (Nokia X20 image) lacks fetchpriority=high, causing unnecessary delay in resource loading.
Add fetchpriority='high' to your LCP image in the Nuxt template. Use Nuxt Image component with priority prop for above-the-fold images. Preload the LCP image URL using <link rel='preload' as='image'> in your app.head configuration.
A score of 80 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 website has decent performance with a score of 80/100, but has significant room for improvement in loading speed. The biggest issue is render-blocking CSS files that are delaying the page's initial paint by over 400ms, particularly a large Swiper component stylesheet. The site is also bloated with 594KB of unused JavaScript and 88KB of unused CSS that could be removed or deferred to improve loading times. Additionally, the Time to Interactive is concerningly slow at 10.4 seconds, meaning users have to wait a long time before they can properly interact with the page, which could hurt user experience and conversions.
Why It Matters:
CSS files are blocking initial render, delaying FCP by 400ms and preventing content from appearing quickly.
How to Fix:
In your Nuxt config, inline critical CSS for above-the-fold content using @nuxtjs/critters. Defer non-critical CSS like swiper-vue.j0Ydk9q6.css using media='print' onload='this.media="all"'. Remove unused CSS rules (88 KiB identified) by purging Tailwind CSS and external stylesheets.
Why It Matters:
594 KiB of unused JavaScript is delaying LCP by 150ms and increasing bundle size unnecessarily.
How to Fix:
Code-split your Nuxt application using dynamic imports for non-critical components. Tree-shake unused code from index-CTLE3WE9-1777896204612.js and BXQMJ5Lt.js. Lazy load Google Sign-In and Apple ID authentication scripts only when authentication is needed.
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
594 KiB of unused JavaScript is delaying LCP by 150ms and increasing bundle size unnecessarily.
CSS files are blocking initial render, delaying FCP by 400ms and preventing content from appearing quickly.
Oversized logo image and poor cache headers waste 29KB and slow repeat visits.
365ms of forced reflows block the main thread and degrade rendering performance significantly.