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
Resource load delay of 2.6 seconds for LCP image pushes Largest Contentful Paint to 5.1 seconds.
Add fetchpriority='high' and loading='eager' to hero banner image (already partially implemented). Use Nuxt Image module to serve WebP/AVIF formats automatically. Convert the 148KB GIF banner to video format for 50% size reduction. Implement proper image sizing to eliminate layout shifts.
A score of 36 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 severe performance issues with a critically low score of 36/100. The biggest problem is excessive JavaScript execution that's blocking the main thread for nearly 11 seconds, primarily caused by Google reCAPTCHA and oversized JavaScript bundles that are mostly unused code. The site takes over 5 seconds to display meaningful content and 23 seconds to become fully interactive, creating a frustrating user experience. Removing unused JavaScript (saving over 1MB), optimizing the reCAPTCHA implementation, and reducing CSS bloat could dramatically improve performance by several seconds and boost the score by 30+ points.
Why It Matters:
JavaScript execution blocks the main thread for 10.9 seconds and creates 2,040ms of blocking time, severely delaying user interactions.
How to Fix:
Remove duplicate reCAPTCHA scripts (3 identical 371KB files detected). Configure Nuxt to code-split large bundles using dynamic imports. Remove unused JavaScript from B4ZVMGEs.js (53% unused code). Defer non-critical third-party scripts like Facebook Pixel and Apple Auth until after page load.
Why It Matters:
Render-blocking CSS delays First Contentful Paint by 440ms and forces sequential resource loading.
How to Fix:
Inline critical CSS for above-the-fold content in Nuxt using @nuxtjs/critters. Use Vue's dynamic imports to load component-specific CSS (MenuTree, ProductListSkeleton) only when needed. Add preload hints for essential fonts like Inter to prevent render blocking.
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
LCP is delayed by 2.55 seconds due to resource load delays, making the page feel unresponsive.
795KB of unused JavaScript and 90KB of unused CSS waste bandwidth and slow down parsing.
Render-blocking CSS delays First Contentful Paint by 440ms and forces sequential resource loading.
JavaScript execution blocks the main thread for 10.9 seconds and creates 2,040ms of blocking time, severely delaying user interactions.