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 1.05 seconds, preventing users from seeing content quickly.
Inline critical CSS for above-the-fold content directly in your Shopify theme's liquid templates. Use Shopify's asset_url filter with media='print' onload='this.media="all"' to defer non-critical CSS files like section-footer.css and section-multicolumn.css. Minimize base.css by removing unused styles.
A score of 35 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 severe performance issues with a critically low score of 35/100. The biggest problem is excessive JavaScript execution, with the browser spending over 6 seconds processing and running scripts, which completely blocks user interactions and delays page loading. The site's Largest Contentful Paint takes an alarming 16.8 seconds, primarily due to heavy third-party scripts from YouTube, PayPal, and chat widgets that are unnecessarily slowing down the initial page load. Reducing JavaScript payloads, deferring non-critical scripts, and addressing render-blocking CSS files could potentially improve the score by 40+ points and dramatically enhance the shopping experience for customers.
Why It Matters:
6.2 seconds of main-thread work blocks user interactions and delays all Core Web Vitals significantly.
How to Fix:
Remove unused JavaScript from Shopify Chat widget (19KB), Klaviyo (18KB), and YouTube embeds (142KB). Use Shopify's Script Tag API to defer non-critical scripts. Consider replacing heavy third-party widgets with lighter alternatives or load them only when needed.
Why It Matters:
The LCP image has lazy loading applied and lacks fetchpriority, delaying the largest contentful paint significantly.
How to Fix:
Remove loading='lazy' from the hero image in your image-with-text section. Add fetchpriority='high' to the LCP image element. Use Shopify's responsive image system with appropriate srcset values. Consider preloading the LCP image using <link rel='preload' as='image'> in your theme's head section.
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.
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.
1,937 KiB of unused JavaScript is blocking render and delaying LCP by 2.1 seconds.