Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize harlowe.eu
Multiple redirects add 760ms delay before any content can load, significantly hurting all Core Web Vitals.
Update your domain configuration to serve https://harlowe.eu/en-eu directly without redirecting from https://harlowe.eu/. Configure your Shopify domain settings or CDN to point directly to the final URL. Update all internal links and canonical URLs to use the final destination.
A score of 53 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 Shopify/React site has poor performance with a score of 53/100. The biggest problem is render-blocking CSS files that are delaying page loading by 600ms, combined with a slow initial server response that adds another 560ms of delay. The site is also experiencing forced reflows from JavaScript that query page geometry, causing layout thrashing and poor user experience. Fixing the render-blocking resources by deferring or inlining critical CSS, optimizing server response time, and addressing the JavaScript performance issues could improve loading speeds by over 1 second and significantly boost the performance score.
Why It Matters:
Critical CSS files are blocking page render by 600ms, directly delaying both FCP and LCP.
How to Fix:
In your Shopify theme, inline critical CSS for above-the-fold content directly in the <head>. Use Shopify's liquid {% style %} tags to inline essential styles. Defer non-critical CSS like SanityModules-B_l4pjL9.css and root-BWvG-ZxC.css using media='print' onload='this.media="all"' technique.
Why It Matters:
Heavy JavaScript execution (2.0s) creates main thread blocking and forced reflows totaling 147ms.
How to Fix:
Split your large components-CBmdcfh3.js bundle using React.lazy() and Suspense for code splitting. Implement dynamic imports for non-critical Shopify app components. Use React.memo() to prevent unnecessary re-renders that trigger layout recalculations in your product recommendation components.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Performance Analyses
Heavy JavaScript execution (2.0s) creates main thread blocking and forced reflows totaling 147ms.
Critical CSS files are blocking page render by 600ms, directly delaying both FCP and LCP.
Forced reflows totaling 233ms are causing layout shifts and blocking user interactions, hurting Core Web Vitals.
831 KiB of unused JavaScript is wasting 750ms of load time and significantly impacting LCP performance.
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.