Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize petmartopia.com
446 KiB of unused JavaScript is blocking the main thread and delaying Time to Interactive by 2.25 seconds.
Remove or defer the Shopify Chat widget (136KB unused) if not essential. Optimize Google Analytics implementation by using gtag with selective event tracking. Consider lazy-loading third-party scripts like Facebook Pixel until user interaction occurs.
A score of 48 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 score of 48/100, indicating significant user experience issues. The biggest problem is extremely slow interactivity - it takes 24.4 seconds for the page to become fully interactive, which will frustrate customers and hurt conversions. The main culprits are excessive JavaScript execution (over 3.7 seconds of main thread blocking), render-blocking CSS files that delay initial page rendering, and oversized images that could be compressed by 418 KB. Addressing these JavaScript and CSS blocking issues, along with optimizing images, could potentially improve the performance score by 30+ points and dramatically reduce page load times.
Why It Matters:
Critical CSS files are blocking initial page render, causing a 980ms delay in First Contentful Paint.
How to Fix:
In your Shopify theme's layout/theme.liquid file, inline critical CSS for above-the-fold content directly in <style> tags. Move non-critical CSS like component-discounts.css and theme-mood4.css to load asynchronously using rel='preload' as='style' onload="this.onload=null;this.rel='stylesheet'".
Why It Matters:
The hero banner image has loading='lazy' which delays LCP by preventing immediate image discovery and loading.
How to Fix:
Edit your slideshow template (sections/slideshow.liquid) and remove loading='lazy' from the first slide image. Add fetchpriority='high' to prioritize loading. Ensure the hero image is discoverable in the initial HTML without JavaScript.
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.