Optimize LCP Image Discovery

How to optimize reliancedigital.in

Generic SiteScore: 18/100Analyzed April 2026Re-analyze this site

Optimize LCP Image Discovery

High Impact+20 points estimated

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.

0Poor

What This Score Means

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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

25.6s
Poor

Good: < 2.5s

Measures how long it takes for the main content to appear on screen

INP

Interaction to Next Paint

269ms
Needs Improvement

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.30
Poor

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

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.

Other Optimization Recommendations

Remove Unused JavaScript Code

High Impact+25 points estimated

Why It Matters:

2,134 KiB of unused JavaScript is delaying LCP by 7.95 seconds and blocking the main thread.

How to Fix:

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.

Fix Layout Shift Issues

Medium Impact+8 points estimated

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.

Keep Your Site Fast After Optimization

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.

Explore DeployHQ →Trusted by engineering teams shipping high-performance sites

Want to Analyze YOUR Website?

Get AI-powered performance insights with actionable fixes in 30 seconds

More Generic Speed Tests

Generic Performance Resources

Frequently Asked Questions