Add Image Dimensions Attributes

How to optimize payfast.greenn.com.br

Nuxt SiteScore: 29/100Analyzed February 2026Re-analyze this site

Add Image Dimensions Attributes

Medium Impact+8 points estimated

Why It Matters

Images without explicit dimensions cause layout shifts and prevent proper space reservation during page load.

How to Fix

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.

0Poor

What This Score Means

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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

30.4s
Poor

Good: < 2.5s

Measures how long it takes for the main content to appear on screen

INP

Interaction to Next Paint

416ms
Needs Improvement

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.01
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

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.

Other Optimization Recommendations

Eliminate Page Redirects Chain

High Impact+25 points estimated

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.

Remove Unused JavaScript Code

High Impact+20 points estimated

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.

Keep Your Site Fast After Optimization

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.

Explore DeployHQ →Trusted by engineering teams shipping high-performance sites

Want to Analyze YOUR Website?

Get AI-powered performance insights with actionable fixes in 30 seconds

More Nuxt Speed Tests

Nuxt Performance Resources

Frequently Asked Questions