Implement Efficient Resource Caching

How to optimize payfast.greenn.com.br

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

Implement Efficient Resource Caching

Medium Impact+15 points estimated

Why It Matters

Missing cache headers are forcing repeated downloads of 600 KiB, adding 3 seconds to repeat visit LCP.

How to Fix

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.

0Needs Improvement

What This Score Means

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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

10.3s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

232ms
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 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.

Other Optimization Recommendations

Optimize Image Formats and Sizing

High Impact+25 points estimated

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.

Remove Unused JavaScript Code

High Impact+20 points estimated

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.

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