Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize joebrowns.co.uk
Images are causing 150ms LCP delay and consuming 244 KiB of unnecessary bandwidth, directly impacting page load performance.
Convert large images to WebP or AVIF format for 30-70% size reduction. Implement responsive images with proper srcset attributes. Add fetchpriority='high' to the LCP image and ensure it's not lazy loaded. Compress the 150KB shop-all-sale-homeware.jpg image.
A score of 41 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 Joe Browns e-commerce site has severe performance issues with a critically low score of 41/100. The biggest problem is excessive JavaScript execution taking 6.5 seconds to complete, which is blocking the main thread for over 10 seconds and causing a painfully slow Time to Interactive of 34 seconds. The site is loading 835 KB of unused JavaScript (particularly from Google reCAPTCHA and analytics scripts) and suffering from poor caching strategies that could save 408 KB on repeat visits. Reducing JavaScript payload sizes, removing unused code, and optimizing the main thread work could dramatically improve this site's performance and user experience.
Why It Matters:
JavaScript execution time of 6.5 seconds is blocking the main thread and causing 1,610ms Total Blocking Time, severely impacting user interactivity.
How to Fix:
Remove or defer the heavy Noibu analytics script (2.8s execution time). Implement code splitting to load only critical JavaScript initially. Use tree shaking to eliminate 835 KiB of unused JavaScript, especially from reCAPTCHA and Google Tag Manager bundles.
Why It Matters:
Missing width and height attributes on images cause layout shifts during loading, negatively affecting Cumulative Layout Shift scores.
How to Fix:
Add explicit width and height attributes to all images, especially the hero image and mobile-only images. Set CSS aspect-ratio property to maintain responsive behavior while preventing layout shifts. Update image templates in your Magento theme files.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
Optimizing cache headers ensures consistently fast repeat visits and maintains your excellent performance score.
With a perfect performance score, preloading key resources can further optimize LCP for varying network conditions.
Current viewport configuration causes 300ms tap delays on mobile interactions, directly impacting INP scores.
Images without width/height attributes cause layout shifts and poor user experience as they load.
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.