Implement Efficient Caching Strategy

How to optimize nimart.ng

Generic SiteScore: 83/100Analyzed June 2026Re-analyze this site

Implement Efficient Caching Strategy

Medium Impact+8 points estimated

Why It Matters

Short 1-hour cache lifetime for static assets wastes 3.6MB of repeat downloads for returning visitors.

How to Fix

Configure your Supabase storage bucket to serve images with longer cache headers (1 year for static assets). Add cache-control headers for CSS and JavaScript files. Implement versioning or fingerprinting for cache busting when assets change.

0Needs Improvement

What This Score Means

A score of 83 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

1.8s
Good

Good: < 2.5s

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

INP

Interaction to Next Paint

16ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.25
Poor

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This website has good performance with a score of 83/100, but there are several opportunities for improvement. The biggest issue is extremely large image files totaling over 5MB, with one image alone being 3.4MB and causing significant layout shifts as the page loads. Converting these images to modern formats like WebP could save nearly 2MB of data and improve loading times by 750 milliseconds. Additionally, images lack explicit width and height dimensions, which is causing layout shifts that hurt the user experience as elements move around while the page loads.

Other Optimization Recommendations

Optimize Images for Modern Formats

High Impact+12 points estimated

Why It Matters:

Large unoptimized images are causing 1.9MB of wasted bandwidth and delaying LCP by 750ms.

How to Fix:

Convert the 3.4MB avatar image to WebP/AVIF format which will reduce size by 40-60%. Implement responsive images with srcset for different screen sizes. Configure your Supabase storage to serve modern image formats automatically or use a CDN like Cloudinary.

Fix Layout Shifts from Images

High Impact+10 points estimated

Why It Matters:

Unsized images are causing a CLS score of 0.252, significantly hurting user experience and rankings.

How to Fix:

Add explicit width and height attributes to all image elements, especially the logo and category icons. Use CSS aspect-ratio property to maintain proper dimensions. Reserve space for dynamically loaded content with placeholder containers of fixed dimensions.

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 Generic Speed Tests

Generic Performance Resources

Frequently Asked Questions