Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize barnaflow.com
Product images are 4x larger than needed (1200x1047 served for 302x302 display) wasting 286 KiB bandwidth.
Use Shopify's responsive image URLs with size parameters like '_302x302_crop_center'. Implement srcset with multiple sizes for different screen densities. Add fetchpriority='high' to the LCP image and ensure it's not lazy loaded.
A score of 12 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 Shopify site has severe performance issues with a critically low score of 12/100. The biggest problem is an extremely slow Time to Interactive of 18 seconds, caused primarily by 332KB of unused JavaScript from bundle files and Google Tag Manager scripts that are blocking the page from becoming functional. The site also suffers from major layout shifts (CLS score of 0.896) due to unsized images in the loading screen, and a painfully slow Largest Contentful Paint of 17.7 seconds. Immediate fixes should focus on removing or deferring unused JavaScript, properly sizing images to prevent layout shifts, and optimizing the bundle loading process - these changes could potentially improve the performance score by 50+ points and dramatically enhance user experience.
Why It Matters:
Massive layout shift (0.896 CLS) from unsized loading spinner image causes poor user experience and terrible CLS score.
How to Fix:
Add explicit width and height attributes to the loading spinner image in div.gbbLoadingScreen. Set fixed dimensions in CSS instead of width: 100% and height: auto. Consider removing the loading screen entirely if the bundle app loads quickly enough.
Why It Matters:
332 KiB of unused JavaScript (65% waste in bundle file) delays LCP by 2.4 seconds and blocks main thread.
How to Fix:
Configure the Easy Bundle app to only load required JavaScript modules. Use dynamic imports for bundle functionality that's not immediately needed. Contact the app developer about code splitting options to reduce the initial bundle size.
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 Shopify Speed Tests
332 KiB of unused JavaScript (65% waste in bundle file) delays LCP by 2.4 seconds and blocks main thread.
Massive layout shift (0.896 CLS) from unsized loading spinner image causes poor user experience and terrible CLS score.
102 KiB of unused CSS blocks first paint and delays content visibility by 150ms.
Mobile slideshow images are oversized by 123 KiB and delay LCP by 150ms with poor compression.