Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize evermine.shop
156 KiB of unused CSS is delaying First Contentful Paint by 1 second.
Remove YouTube embed CSS that's 99% unused since it loads before user plays video. Use Shopify's liquid {% unless %} tags to conditionally load PayPal CSS only on checkout pages. Inline critical above-the-fold CSS directly in theme.liquid.
A score of 28 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 score of just 28/100. The biggest problem is excessive unused JavaScript, particularly from YouTube embeds and third-party scripts, which is wasting nearly 2MB of data and delaying page loading by over 2 seconds. The site takes 18.2 seconds for the largest content to appear and 38.1 seconds to become fully interactive, which will frustrate users and hurt search rankings. Removing unused JavaScript, optimizing CSS (156KB of unused styles), and implementing better caching for Facebook and PayPal scripts could dramatically improve performance and provide a much better user experience.
Why It Matters:
1,937 KiB of unused JavaScript is blocking render and delaying LCP by 2.1 seconds.
How to Fix:
Remove duplicate YouTube player scripts that are loading twice. Defer PayPal SDK and Facebook Pixel scripts until user interaction. Use Shopify's Script Tag API to load third-party scripts conditionally based on user actions.
Why It Matters:
The main hero image lacks fetchpriority='high' attribute, delaying Largest Contentful Paint.
How to Fix:
Add fetchpriority='high' to the hero image in your image-with-text section template. Remove loading='lazy' from above-the-fold images. Preload the LCP image using <link rel='preload'> in theme.liquid 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.
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.
1,937 KiB of unused JavaScript is blocking render and delaying LCP by 2.1 seconds.