Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize evermine.shop
Render-blocking CSS delays First Contentful Paint by 850ms, slowing initial page render.
Inline critical CSS for above-the-fold content in your Shopify theme. Defer non-critical CSS files like component-slider.css using media='print' onload technique. Use Shopify's CSS bundling to reduce the number of stylesheet requests.
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 Shopify store has poor performance with a concerning score of 41/100. The biggest problem is excessive JavaScript execution taking 4.0 seconds, which is severely blocking page interactivity and contributing to a sluggish 38-second Time to Interactive. The site is loading nearly 2MB of unused JavaScript, particularly from YouTube embeds and third-party scripts, while the main content doesn't appear until 6.5 seconds (LCP). Removing unused JavaScript, optimizing YouTube embeds, and reducing the massive 7.9MB page payload could improve the score by 30+ points and dramatically enhance user experience.
Why It Matters:
Unused JavaScript costs 1,954 KiB and delays LCP by 450ms while blocking main thread for 4 seconds.
How to Fix:
Remove or defer YouTube embed scripts that are 70% unused. Use Shopify's Script Tag API to load third-party scripts conditionally. Split critical and non-critical JavaScript using dynamic imports for PayPal, Klaviyo, and chat widgets.
Why It Matters:
LCP image loads in 6.5 seconds because it's lazy-loaded and lacks priority hints.
How to Fix:
Add fetchpriority='high' to the hero image in your Shopify theme's image-with-text section. Remove loading='lazy' from above-the-fold images. Preload the LCP image using <link rel='preload' as='image'> in your theme.liquid file.
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
The LCP image has lazy loading applied and lacks fetchpriority, delaying the largest contentful paint significantly.
Render-blocking CSS delays First Contentful Paint by 1.05 seconds, preventing users from seeing content quickly.
6.2 seconds of main-thread work blocks user interactions and delays all Core Web Vitals significantly.
156 KiB of unused CSS is delaying First Contentful Paint by 1 second.