Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize everywish.fr
Cookie consent script blocks initial render for 904ms and delays FCP by 500ms.
Move cookiefirst.com script to load asynchronously or defer after initial paint. In Shopify, edit theme.liquid and add 'defer' attribute to the consent script tag. Consider using a lighter cookie solution or implementing native browser consent APIs.
A score of 47 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 poor performance with a score of 47/100, indicating significant user experience issues. The biggest problem is extremely slow content loading, with the largest element taking 18.7 seconds to appear and first content not showing until 4.3 seconds - both far exceeding Google's recommended thresholds. The primary culprits are render-blocking resources (especially cookie consent scripts), oversized images that are 3x larger than needed, and excessive unused JavaScript totaling nearly 1MB that could be removed or deferred. Optimizing images, deferring non-critical scripts, and reducing JavaScript bloat could potentially improve the score by 30+ points and dramatically enhance user experience.
Why It Matters:
Hero images are 3x larger than displayed size, wasting 659KB and delaying LCP by 100ms.
How to Fix:
In Shopify admin, upload properly sized images (289x289px instead of 1000x1000px). Use Shopify's built-in image transformation by adding '_289x289' to image URLs. Remove 'loading=lazy' from above-the-fold hero images and add 'fetchpriority=high' attribute.
Why It Matters:
969KB of unused JavaScript increases load time by 3.4 seconds and delays LCP significantly.
How to Fix:
Audit Zendesk widget and Google Analytics scripts - remove if not essential. Split JavaScript into critical and non-critical chunks in your Shopify theme. Use dynamic imports for features like chat widgets that aren't immediately needed.
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
Render-blocking CSS files delay First Contentful Paint by 260ms.
1,151 KiB of unused JavaScript delays LCP by 150ms and blocks main thread execution.
Poor CLS score of 0.897 severely impacts user experience and Core Web Vitals.
Render-blocking resources delay First Contentful Paint by 450ms and prevent page interaction.