Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize naghedinyc.com
Large unoptimized images waste 5.6MB and significantly impact loading performance with poor compression and oversized dimensions.
In Shopify admin, use TinyIMG or Booster apps to automatically compress images and convert to WebP format. Resize product images to match display dimensions (572x715px instead of 1797x2400px). Configure responsive image srcsets in your theme's product templates to serve appropriately sized images for different screen sizes.
A score of 57 falls in the "Needs Improvement" 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 poor performance with a score of 57/100. The biggest problem is extremely slow loading times, with pages taking over 24 seconds to fully display content (Largest Contentful Paint) and 66 seconds to become interactive. The primary culprits are oversized, unoptimized product images that could save 5.6MB through compression and modern formats like WebP, plus excessive JavaScript processing that's blocking the main thread for 3 seconds. Additionally, render-blocking CSS files are delaying initial page rendering by 450ms, and the site is loading 58MB of total resources which is far too heavy for good performance.
Why It Matters:
CSS files are blocking first paint by 450ms, delaying when users see content and hurting Core Web Vitals scores.
How to Fix:
In your Shopify theme code, inline critical CSS for above-the-fold content directly in the <head> section. Use 'media="print" onload="this.media='all'"' technique to load non-critical CSS asynchronously. Combine multiple small CSS files like section-header.css and snippet-header-search.css into a single minified file to reduce HTTP requests.
Why It Matters:
The LCP hero image lacks fetchpriority='high', missing an opportunity to load the most important visual element faster.
How to Fix:
Locate your hero image in the theme's section files (likely sections/hero.liquid or similar). Add fetchpriority='high' attribute to the main hero image tag. Remove any lazy loading from this critical image since it's above the fold. Consider preloading this image in the document head for even faster discovery.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Shopify Speed Tests
The LCP hero image lacks fetchpriority='high', missing an opportunity to load the most important visual element faster.
CSS files are blocking first paint by 450ms, delaying when users see content and hurting Core Web Vitals scores.
Images are 788KB larger than needed and delay LCP by 600ms due to oversized files and poor compression.
Images without explicit dimensions cause 0.182 CLS score as they shift layout when loading, creating poor user experience.
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.