Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize payfast.greenn.com.br
Missing cache headers are forcing repeated downloads of 600 KiB, adding 3 seconds to repeat visit LCP.
Configure Cloudflare page rules to cache static assets for 1 year and set proper Cache-Control headers. Add cache versioning to your Nuxt build process using the nitro.storage configuration. Set browser caching for images on your S3 bucket to 'max-age=31536000' for static product images.
A score of 63 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 poor performance with a score of 63/100, taking over 10 seconds to become fully interactive and display its main content. The biggest problem is an oversized 609KB product image that's loading in an inefficient format and size, significantly delaying the page's visual completion. The site is also loading 175KB of unused JavaScript code and blocking CSS files that prevent the page from rendering quickly. Optimizing images to modern formats like WebP, removing unused code, and implementing proper caching could improve the score by 25+ points and cut loading times in half.
Why It Matters:
Large unoptimized images are delaying LCP by 3.15 seconds and consuming 634 KiB unnecessarily.
How to Fix:
Convert the main product image (Ur9nPRKNPw.jpg) to WebP format using Nuxt's @nuxt/image module. Add responsive image breakpoints in nuxt.config.js and use <NuxtImg> component with proper sizes attribute. Set appropriate dimensions in your Vue components to match display size.
Why It Matters:
175 KiB of unused JavaScript is blocking rendering and delaying LCP by 750ms.
How to Fix:
Enable tree-shaking in Nuxt by setting build.analyze: true to identify unused code. Split large chunks using dynamic imports for vue-tel-input and other components. Add webpack-bundle-analyzer to your dev dependencies and remove unused methods from CHSsAhP0.js, CCEvibWK.js, and Dx0Omqdb.js files.
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
Images without explicit dimensions cause layout shifts and prevent proper space reservation during page load.
Multiple redirects delay page load by 21.1 seconds, severely impacting both LCP and FCP metrics.
Missing cache headers force users to re-download 222 KiB on every visit, slowing repeat page loads.
Poor image optimization is causing 152 KiB waste and 900ms LCP delay for critical product images.