Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize tyzot.com
PageFly page builder is causing 294ms of forced reflows, blocking the main thread and degrading user experience.
Review PageFly elements that query DOM properties after style changes. Move geometric property reads (offsetWidth, getBoundingClientRect) before DOM modifications. Consider replacing PageFly with native Shopify sections for better performance, or contact PageFly support about the reflow issues in their helper scripts.
A score of 0 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 a score of 0/100, primarily caused by massive layout shifts (0.84 CLS score) that make the page visually unstable as it loads. The biggest culprit is web fonts loading late and causing text to reflow, combined with unsized images that shift content around when they load. The site is also bloated with a 5.5MB payload mostly from oversized font files (over 1MB total), render-blocking CSS files, and unoptimized product images that could be compressed and properly sized. Fixing the layout shifts by setting explicit image dimensions, optimizing font loading with font-display: swap, and compressing images could dramatically improve the user experience and Core Web Vitals scores.
Why It Matters:
Your CLS score of 0.839 is extremely poor due to web fonts and unsized images causing content to jump during page load.
How to Fix:
Add explicit width and height attributes to all product images in your Shopify theme templates. Preload critical fonts (Merriweather, Poppins) in your theme.liquid file using <link rel='preload'> tags. Add font-display: swap to all @font-face declarations to prevent invisible text during font load.
Why It Matters:
Product images are oversized and poorly compressed, wasting 304 KiB and potentially delaying LCP.
How to Fix:
Use Shopify's responsive image features with srcset for different screen sizes. Compress product images to 80-85% quality using Shopify's built-in image optimization or apps like TinyIMG. Serve images in WebP format by updating your product image URLs to include format=webp parameter.
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
Product images are oversized and poorly compressed, wasting 304 KiB and potentially delaying LCP.
Your CLS score of 0.839 is extremely poor due to web fonts and unsized images causing content to jump during page load.
Product images waste 304 KiB and delay LCP by 150ms with oversized dimensions and poor compression.
307 KiB of unused JavaScript is wasting bandwidth and blocking the main thread for 1.4 seconds.