Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize jiyapapad.com
Oversized product images waste 761KB and delay LCP by 400ms unnecessarily.
Resize product images from 1600x1600 to match display size of 669x669 pixels. Implement responsive images using srcset attribute for different screen sizes. Add fetchpriority='high' to above-the-fold product images to improve LCP discovery.
A score of 44 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 Jiya Papad website has poor performance with a score of 44/100, primarily due to severely oversized product images that are causing major loading delays. The biggest issue is that product images are being served at 1600x1600 pixels but only displayed at 669x669, wasting 761KB of data and contributing to a sluggish 7.7-second Largest Contentful Paint time. Additionally, the site suffers from excessive unused CSS (100KB) and JavaScript (232KB) that's bloating page size, plus layout shifts from unsized images that create a jarring user experience. Properly resizing images, removing unused code, and adding explicit image dimensions could easily improve the performance score by 30+ points and dramatically speed up the site.
Why It Matters:
Unsized images cause 1.001 CLS score, severely impacting user experience and search rankings.
How to Fix:
Add explicit width and height attributes to all product images, especially the delivery icon causing the main shift. Set dimensions in HTML like width='380' height='380' for product images. Add CSS aspect-ratio property as fallback for modern browsers.
Why It Matters:
332KB of unused code blocks rendering and delays FCP by 750ms and LCP by 600ms.
How to Fix:
Audit plugins.min.css and style.min.css to remove 93% unused styles through PurgeCSS or similar tools. Split JavaScript bundles to load only required code per page. Defer Google Tag Manager and analytics scripts until after page interaction.
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 Generic Speed Tests
Unsized images cause 1.001 CLS score, severely impacting user experience and search rankings.
Logo and product images are oversized by 930KB total, with the logo being 6x larger than displayed dimensions.
The hero slider background image has 1.08 seconds of load delay and 1.35 seconds render delay, causing 12.7s LCP.
332KB of unused code blocks rendering and delays FCP by 750ms and LCP by 600ms.