Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize payfast.stg.greenn.com.br
Unused JavaScript (238 KiB) and CSS (55 KiB) are bloating bundle size without providing value.
Enable Nuxt's tree-shaking by setting build.extractCSS to false and using ES modules. Remove unused vue-tel-input CSS (77% unused). Use webpack-bundle-analyzer to identify and eliminate unused Facebook Pixel code or move to client-side only rendering.
A score of 71 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 application has below-average performance with a score of 71/100. The biggest problem is an extremely slow Largest Contentful Paint of 5.6 seconds, which means users wait nearly 6 seconds to see the main content load - well beyond Google's recommended 2.5 seconds. The site is also wasting significant bandwidth by loading 238KB of unused JavaScript and 55KB of unused CSS, while images are poorly optimized and oversized for their display dimensions. Optimizing image delivery (which could save 650ms on LCP), removing unused code, and implementing proper caching could dramatically improve both the user experience and search rankings.
Why It Matters:
Images are causing 650ms LCP delay and wasting 110 KiB due to oversized dimensions and outdated formats.
How to Fix:
Implement Nuxt Image module with responsive sizing using srcset attributes. Convert images to WebP/AVIF formats and resize the logo from 1563x521 to actual display size (175x58). Use fetchpriority='high' only for LCP images and lazy loading for others.
Why It Matters:
CSS files are blocking first contentful paint by 550ms, delaying critical page rendering.
How to Fix:
Use Nuxt's CSS inlining for critical styles by configuring nitro.inlineDynamicImports. Move non-critical component CSS (Button, Card, Whatsapp) to async loading using dynamic imports. Consider extracting critical CSS for above-the-fold content.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Nuxt Speed Tests
Missing cache headers are forcing repeat downloads of 600 KiB of resources that could be cached.
Unused JavaScript is adding 175 KiB of bloat and delaying LCP by 750ms while blocking the main thread.
CSS files are blocking first contentful paint by 550ms, delaying critical page rendering.
Images are causing a 3.2 second delay to LCP and consuming 634 KiB of unnecessary bandwidth.
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.