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
The main product image is 608KB and poorly cached, directly causing the 10.3s LCP delay.
Convert the product image from JPG to WebP/AVIF format for 90% size reduction. Resize images to match display dimensions (158x89px instead of 800x450px). Set proper cache headers with max-age=31536000 for the S3 images and implement CDN caching.
A score of 67 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 67/100, indicating significant room for improvement. The biggest problem is an extremely slow Largest Contentful Paint of 10.3 seconds, primarily caused by a large, unoptimized product image that could save 606KB through modern formats (WebP/AVIF) and proper resizing. The site is also loading 175KB of unused JavaScript and has render-blocking CSS files that delay the initial page display by 300ms. Addressing the image optimization alone could improve load times by over 3 seconds, while cleaning up the unused code and implementing proper caching would further boost performance and user experience.
Why It Matters:
175KB of unused JavaScript creates 750ms delay and blocks critical rendering paths.
How to Fix:
Use Nuxt's tree-shaking by importing only needed components with auto-imports: false in nuxt.config.js. Split large bundles using dynamic imports with $lazy prefix for non-critical components. Remove unused dependencies from CHSsAhP0.js, CCEvibWK.js, and Dx0Omqdb.js files.
Why It Matters:
Critical CSS files are blocking first paint, adding 300ms to FCP and delaying page visibility.
How to Fix:
Use Nuxt's @nuxtjs/critters module to inline critical CSS automatically. Move non-critical CSS like Card.BwoSW8tZ.css and Whatsapp.xguJDDJ2.css to load asynchronously using media='print' onload='this.media="all"' technique. Remove unused 55KB from vue-tel-input.CX5yLeAC.css or load it conditionally.
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.