Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize rangtarini.com
Facebook tracking scripts reload on every visit due to 20-minute cache lifetime, wasting 134KB and blocking render.
Switch to Shopify's native Facebook integration in Sales Channels instead of custom pixel code. If custom implementation needed, implement Facebook Pixel through Shopify's Customer Events API which has better caching. Use Shopify's Web Pixels Manager to defer pixel loading until after page interaction.
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 critical performance issues with a score of 0/100, indicating severe problems that need immediate attention. The biggest issue is an enormous network payload of 7.3MB, largely caused by unoptimized video files (over 2MB) and oversized images that could be reduced by 1.6MB through proper sizing and compression. Facebook tracking scripts are adding unnecessary bloat with legacy JavaScript code and poor caching (only 20 minutes), while render-blocking CSS files are preventing the page from displaying quickly. Optimizing images, implementing better caching strategies, and removing or deferring non-essential third-party scripts could dramatically improve load times and user experience.
Why It Matters:
Oversized category images waste 1.6MB and directly impact LCP performance by serving high-resolution images for small display sizes.
How to Fix:
In your Shopify admin, upload multiple image sizes for category cards (320px, 640px, 1280px widths). Edit your theme's category template to use Shopify's responsive image liquid tags like {{ image | image_url: width: 320 }} with srcset attributes. Configure lazy loading to defer below-fold category images.
Why It Matters:
Critical CSS files block initial page render and delay 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. Load component-specific CSS (slider, social) using media='print' onload='this.media="all"' technique. Use Shopify's {% liquid %} tags to conditionally load CSS only on pages that need specific components.
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
CSS files block page rendering for 1.3 seconds, preventing users from seeing content quickly.
LCP at 13.2 seconds severely impacts user experience because critical images aren't discoverable in initial HTML.
Excessive JavaScript (1.1MB unused) blocks main thread for 11+ seconds, preventing user interactions and delaying page responsiveness.
497KB of unused JavaScript creates 1.34 seconds of wasted processing time and blocks user interactions.