Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize nimart.ng
Large unoptimized images are causing 1.9MB of wasted bandwidth and delaying LCP by 750ms.
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.
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.
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 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.
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.
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.
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 Generic Speed Tests
Short 1-hour cache lifetime for static assets wastes 3.6MB of repeat downloads for returning visitors.
Unsized images are causing a CLS score of 0.252, significantly hurting user experience and rankings.
65% of Swiper.js and 97% of CSS are unused, adding unnecessary 49 KiB to page weight.
LCP breakdown shows 1.9 seconds of resource load delay, significantly impacting perceived performance.