Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize reliancedigital.in
2,134 KiB of unused JavaScript is delaying LCP by 7.95 seconds and blocking the main thread.
Code-split the main bundle into smaller chunks based on routes or features. Remove unused vendor code by analyzing bundle with webpack-bundle-analyzer. Defer loading of analytics and tracking scripts until after page interactive. Use dynamic imports for non-critical functionality.
A score of 18 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 website has severe performance problems with a critically low score of 18/100. The biggest issue is massive amounts of unused JavaScript (2,134 KiB) and CSS (269 KiB) that are slowing down the page load dramatically, causing the Largest Contentful Paint to take an unacceptable 25.6 seconds and making the site nearly unusable. The site is also suffering from render-blocking resources that delay initial content display, poor caching strategies, and significant layout shifts that hurt user experience. Removing unused code, implementing proper caching, and optimizing the resource loading strategy could potentially improve the performance score by 50+ points and transform this from an unusable site into a functional one.
Why It Matters:
The LCP image has an 8.3 second resource load delay because it's not discoverable in the initial HTML.
How to Fix:
Move the LCP banner image's src attribute directly into the initial HTML instead of loading it via JavaScript. Add preload link tag with fetchpriority='high' for the banner image. Remove srcset='' attribute and populate it with actual responsive image URLs. Ensure the image is in the initial viewport on mobile.
Why It Matters:
CLS score of 0.299 indicates significant content jumping, mainly from carousel and banner loading.
How to Fix:
Reserve space for the glide carousel container with explicit height in CSS before JavaScript loads. Add skeleton placeholders for banner sections while content loads. Set fixed dimensions for all images and avoid changing element sizes after initial render. Use transform properties 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 Generic Speed Tests
CLS score of 0.299 indicates significant content jumping, mainly from carousel and banner loading.
The LCP image has an 8.3 second resource load delay because it's not discoverable in the initial HTML.
Missing font-display properties cause 35ms of render blocking and potential layout shifts.
48 KiB of unused CSS is blocking render and delaying LCP by 250ms.