Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize indiatruss.com
Three CSS files are blocking initial render, delaying First Contentful Paint by 2.9 seconds and preventing users from seeing content immediately.
Defer non-critical CSS by adding media='print' onload="this.media='all'" to bootstrap-icons.css, fontawesome/all.min.css, and animate.min.css. Inline critical CSS for above-the-fold content directly in the HTML head. Move decorative styles to load after initial render.
A score of 63 falls in the "Needs Improvement" 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 poor performance with a score of 63/100, indicating significant speed issues that hurt user experience. The biggest problem is extremely slow loading of the main carousel image, with a Largest Contentful Paint of 6 seconds - nearly 4 times slower than Google's recommended 2.5 seconds. The site is blocked by render-blocking CSS files (Bootstrap Icons, FontAwesome) that delay page rendering by nearly 3 seconds, and there's a massive 7.2-second delay before the main image even starts loading. Quick wins include adding fetchpriority="high" to the hero image, deferring non-critical CSS files, and removing 57KB of unused CSS code - these changes alone could improve the performance score by 15-20 points and cut loading time in half.
Why It Matters:
57KB of unused CSS is wasting bandwidth and slowing LCP by 600ms, with some stylesheets being 98% unused.
How to Fix:
Use PurgeCSS or UnCSS to remove unused rules from Bootstrap (89% unused) and FontAwesome (98% unused). Create custom CSS files containing only the classes actually used. Consider switching to a lighter CSS framework or using only specific components needed.
Why It Matters:
The hero carousel background image has a 7.2 second resource load delay, making LCP extremely slow at 6 seconds.
How to Fix:
Add fetchpriority='high' to the hero carousel container or use a link rel='preload' for the background image in the HTML head. Convert the CSS background-image to an img tag with priority loading. Optimize the banner image file size and consider using WebP format.
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
The oversized logo image wastes 97 KiB and delays LCP by 450ms while being displayed much smaller than its actual size.
126 KiB of unused JavaScript from Google Analytics and GTM delays LCP by 900ms and wastes bandwidth.
Render blocking CSS and fonts delay LCP and FCP by 1,050ms, preventing users from seeing content immediately.
Award images are oversized by 441KB and lack explicit dimensions, causing layout shifts.