Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize art.of.altitude.myshopify.com
Redirects are causing 770ms delay and reducing both LCP and FCP by 750ms each.
Access your Shopify admin and check URL redirects under Online Store > Navigation > URL Redirects. Remove or consolidate the redirect chain from the product page. Ensure all internal links point directly to final URLs without intermediate redirects.
A score of 97 falls in the "Good" 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 excellent performance with a score of 97/100, but there are still some optimization opportunities. The biggest issue is a redirect chain that's adding 770ms of unnecessary delay to page load times, particularly affecting how quickly users see content. The site is also loading multiple font files without proper display settings, which can cause text to flash or remain invisible for up to 85ms while fonts download. Eliminating the redirects and adding font-display: swap to ensure text appears immediately would provide the most significant improvements to user experience.
Why It Matters:
Slow server response time is delaying initial page load by 530ms, directly impacting LCP and FCP.
How to Fix:
Enable Shopify's built-in compression in your theme settings. Contact your hosting provider about server optimization or consider upgrading your Shopify plan for better performance. Minimize server-side processing by reducing complex Liquid template logic.
Why It Matters:
Missing font-display properties cause 60ms delay and invisible text during font loading.
How to Fix:
Edit your theme's CSS files to add 'font-display: swap' to all @font-face declarations for ShopifySans fonts. Use Shopify's theme editor to modify base.css or main.css. Consider using font metric overrides to reduce layout shifts during font swapping.
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
Missing font-display properties cause 60ms delay and invisible text during font loading.
Slow server response time is delaying initial page load by 530ms, directly impacting LCP and FCP.
158ms of forced reflows block the main thread and degrade user interaction responsiveness.
1,091 KiB of unused JavaScript blocks rendering and delays LCP by 300ms.