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
Images without explicit dimensions cause layout shifts and prevent proper space reservation during page load.
Add explicit width and height attributes to all img elements in your Vue components. For the product image at s3.greenn.com.br/products/PiTDAQa4M4.jpg, add width='90' height='90' attributes. Use Nuxt's built-in <nuxt-img> component which automatically handles dimensions and optimization.
A score of 29 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 29/100. The biggest problem is multiple page redirects that are adding over 21 seconds of unnecessary delay, causing your First Contentful Paint to take nearly 11 seconds and Largest Contentful Paint to reach an abysmal 30+ seconds. Additionally, the site is loading 2.7MB of unused JavaScript and CSS that could be eliminated, and there are forced reflows causing layout shifts. Fixing the redirect chain and removing unused code could potentially improve your score by 40+ points and dramatically reduce load times from 30+ seconds to under 5 seconds.
Why It Matters:
Multiple redirects delay page load by 21.1 seconds, severely impacting both LCP and FCP metrics.
How to Fix:
Update all internal links and external references to point directly to https://payu.greenn.com.br/672?_rl_awioae=tc8cvs instead of the redirect chain through payfast.greenn.com.br. Configure server to serve the final URL directly without intermediate redirects.
Why It Matters:
2.7MB of unused JavaScript creates 14.6 seconds of wasted load time and blocks main thread execution.
How to Fix:
Use Nuxt's tree-shaking by importing only needed components from libraries like moment.js and vue-multiselect. Configure webpack to split chunks more efficiently. Remove unused locale files from moment.js by importing specific locales only in nuxt.config.js build configuration.
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
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.
No cache headers on images forces re-downloads on repeat visits, wasting 600KB bandwidth.