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
Multiple redirects are adding 25.7 seconds to your page load time, severely impacting both LCP and FCP.
Update your Nuxt configuration to serve the final URL directly without redirects. Check your server configuration and remove the redirect chain from payfast.stg.greenn.com.br → payu.greenn.com.br → final URL. Update all internal links to point directly to the final destination.
A score of 30 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 site has severe performance issues with a critically low score of 30/100. The biggest problem is multiple page redirects that are adding a devastating 25+ seconds to load times, combined with poorly optimized JavaScript that's blocking the page from rendering for nearly 18 seconds. The site is also downloading nearly 7MB of data with inefficient caching (only 60 seconds) and excessive unused JavaScript code. Fixing the redirect chain and implementing proper caching policies could immediately improve performance by 25+ seconds and dramatically enhance user experience.
Why It Matters:
2.7MB of unused JavaScript is blocking rendering and adding 16 seconds to LCP, with moment.js locale files being 93% unused.
How to Fix:
Configure Nuxt webpack to exclude unused moment.js locales using moment-locales-webpack-plugin. Use dynamic imports for heavy components like vue-multiselect. Enable tree-shaking in your nuxt.config.js build optimization section to remove dead code from chunk-vendors.js.
Why It Matters:
Static assets have only 60-second cache lifetime, missing 2MB of potential cache savings and forcing unnecessary re-downloads.
How to Fix:
Configure your server to set cache headers for static assets (JS, CSS, images) to at least 1 year with Cache-Control: max-age=31536000. Use Nuxt's build.filenames configuration to add content hashes for cache busting. Set up CDN caching rules for your greenn.com.br domain.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Nuxt Speed Tests
Static assets have only 60-second cache lifetime, missing 2MB of potential cache savings and forcing unnecessary re-downloads.
2.7MB of unused JavaScript is blocking rendering and adding 16 seconds to LCP, with moment.js locale files being 93% unused.
654 KiB of resources with poor cache policies are forcing unnecessary re-downloads on repeat visits.
1.5 seconds of JavaScript execution time is blocking user interactions and delaying TTI to 11.8 seconds.
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.