Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize reviva.shop.myshopify.com
CSS files block initial page render for 1,550ms, significantly delaying FCP and LCP.
Inline critical above-the-fold CSS directly in theme.liquid head section. Load non-critical CSS asynchronously using media='print' onload technique. Optimize compiled_assets/styles.css by removing unused CSS rules (86% unused currently).
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 store has poor performance with a score of 57/100, primarily due to excessive page redirects that are adding over 1 second of delay before the page even starts loading. The biggest issue is that users must wait through multiple redirects (likely from preview/theme switching), causing the First Contentful Paint to take 4.1 seconds and Largest Contentful Paint to reach 5.7 seconds - well beyond Google's recommended thresholds. Additionally, the site is loading 141KB of unused CSS and has render-blocking stylesheets that could be optimized. Fixing the redirect chain and streamlining the CSS delivery could potentially improve the performance score by 25-30 points and dramatically reduce load times for customers.
Why It Matters:
Redirect chain wastes 1,070ms and delays both LCP and FCP by over 1 second.
How to Fix:
Update Shopify theme settings to remove preview parameters from URLs. Configure canonical URLs in theme.liquid to avoid _ab, _bt, and _fd parameters. Set up proper URL redirects in Shopify admin to eliminate the 2-hop redirect chain.
Why It Matters:
Swiper.js causes 105ms of forced reflows and contains 55% unused JavaScript code.
How to Fix:
Replace heavy Swiper library with Shopify's native slider components where possible. If Swiper is required, load only needed modules and defer initialization until user interaction. Consider using CSS-only carousels for simple slider functionality.
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 4x larger than needed (1200x1047 served for 302x302 display) wasting 286 KiB bandwidth.
332 KiB of unused JavaScript (65% waste in bundle file) delays LCP by 2.4 seconds and blocks main thread.
Massive layout shift (0.896 CLS) from unsized loading spinner image causes poor user experience and terrible CLS score.
102 KiB of unused CSS blocks first paint and delays content visibility by 150ms.