Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize littlezclub.pk
Multiple redirects are adding 760ms delay to both LCP and FCP, significantly slowing initial page load.
In Shopify admin, check Theme Settings for any redirect configurations. Remove the preview_theme_id parameter from URLs. Update any internal links to point directly to the final URL without redirects.
A score of 46 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 store has poor performance with a score of 46/100, indicating significant user experience issues. The biggest problem is excessive JavaScript execution time (3.1 seconds), which is blocking the main thread and creating a painfully slow Total Blocking Time of 1.4 seconds - meaning users can't interact with the page effectively. The site is also suffering from multiple page redirects that waste nearly 800ms before content even starts loading, and the JavaScript files contain 328KB of unused code that's unnecessarily slowing everything down. Reducing JavaScript execution time, eliminating redirects, and removing unused code could potentially improve the performance score by 30+ points and dramatically enhance the shopping experience.
Why It Matters:
JavaScript blocks the main thread for 3.1 seconds and causes 1,350ms of Total Blocking Time, preventing user interactions.
How to Fix:
Remove unused preview bar scripts (189KB) in production. Code-split or defer Google Tag Manager scripts using async/defer attributes. In Shopify theme files, move non-critical JavaScript to load after page interactive using requestIdleCallback.
Why It Matters:
Layout thrashing from JavaScript DOM queries causes 540ms of unnecessary rendering work, degrading user experience.
How to Fix:
In theme.js and modules.js, batch DOM reads and writes together. Cache offsetWidth/height values instead of querying repeatedly. Use CSS transforms instead of changing layout properties for animations.
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
Images are oversized and unoptimized, wasting 246KB and delaying LCP by 300ms.
4.5 seconds of JavaScript execution time creates 3 seconds of Total Blocking Time, preventing user interactions.
The longest dependency chain takes 8.9 seconds, directly blocking page rendering and causing the poor LCP of 7.1s.
Layout thrashing from JavaScript DOM queries causes 540ms of unnecessary rendering work, degrading user experience.