Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize justmenacing.com
JavaScript execution consumes 6.7s and blocks the main thread, preventing user interactions and delaying LCP by 14.6s.
Remove or defer unused third-party scripts like Postscript SDK (2.3MB unused), Wistia API (122KB unused), and TikTok pixel. In Shopify, go to Settings > Checkout and remove unnecessary tracking pixels. Use Shopify Script Tag API to load scripts conditionally based on page type.
A score of 10 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 severe performance issues with an abysmal score of 10/100, indicating critical problems that will frustrate users and hurt search rankings. The biggest issue is extremely slow loading of the main content - your Largest Contentful Paint takes a devastating 14.6 seconds, which should be under 2.5 seconds for good performance. The primary culprits are massive amounts of unused JavaScript (over 2MB wasted), excessive CSS that's not being used (159KB), and poorly optimized images that are much larger than needed for their display size. Immediately focus on removing or deferring unnecessary JavaScript, particularly from third-party services, and properly size your images to match their actual display dimensions - these changes alone could improve your score by 50+ points and dramatically speed up your site.
Why It Matters:
Oversized images waste 3.2MB of bandwidth and delay LCP by 2.1s, especially the vehicle gallery images served at 4000px for 299px display slots.
How to Fix:
In Shopify Admin, use the built-in image transformation API to serve appropriately sized images. Replace image URLs with responsive versions using Liquid filters like img_url: '300x'. For the vehicle gallery, implement Shopify's responsive image snippet with srcset for different screen sizes.
Why It Matters:
Layout shifts score 0.499 (poor) due to unsized images and web font loading causing content to jump during page load.
How to Fix:
Add explicit width and height attributes to the vehicle mod highlight image and gallery images in your Shopify theme templates. Preload critical web fonts by adding <link rel='preload'> tags in theme.liquid for Poppins and Exo fonts. Use font-display: swap in CSS to prevent invisible text periods.
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
Images are 2,760 KiB larger than needed and poorly optimized for their display dimensions.
Main thread is blocked for 10.6 seconds causing 1,300ms Total Blocking Time and preventing user interactions.
795 KiB of unused JavaScript is blocking page load for 600ms and delaying LCP by the same amount.
Oversized images waste 234KB bandwidth and cause layout shifts affecting CLS.