Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize maximusindia.co.in
The hero background image (bg.png) is 460KB and has a 4.7 second resource load delay, causing poor LCP of 6.1 seconds.
Convert bg.png to WebP format to reduce size by 54% (249KB savings). Add fetchpriority='high' to the LCP element. Implement proper caching headers with long cache lifetime. Preload the hero image in HTML head using <link rel='preload' as='image'>.
A score of 66 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 66/100, indicating significant room for improvement. The biggest problem is extremely slow loading times, with the Largest Contentful Paint taking 6.1 seconds (should be under 2.5s) and Time to Interactive at 6.1 seconds. The main culprits are render-blocking CSS files that could save 2.6 seconds if properly optimized, a large unoptimized background image (bg.png) wasting 259KB, and poor caching policies that force users to re-download 841KB of resources on every visit. Quick wins include converting images to modern formats like WebP, minifying and deferring CSS files, and implementing proper browser caching - these changes alone could improve the performance score by 25-30 points and dramatically speed up the user experience.
Why It Matters:
CSS files are blocking initial page render for 2.6 seconds, significantly delaying First Contentful Paint.
How to Fix:
Inline critical CSS for above-the-fold content directly in the HTML head. Defer non-critical CSS (animate.css, bootstrap.css) using media='print' onload='this.media="all"' or move to bottom of page. Remove unused Bootstrap CSS rules which account for 96% of the file size.
Why It Matters:
Missing image dimensions cause layout shifts and poor caching wastes 841KB on repeat visits.
How to Fix:
Add explicit width and height attributes to logo images and other unsized images to prevent CLS. Implement proper cache headers for static assets (images, fonts, CSS) with at least 1 year expiration. Configure server to send cache-control headers for all static resources.
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
Missing image dimensions cause layout shifts and poor caching wastes 841KB on repeat visits.
CSS files are blocking initial page render for 2.6 seconds, significantly delaying First Contentful Paint.
Forced reflows consume 47ms of main thread time due to DOM geometry queries after style changes.
Two Elementor CSS files block initial render and delay FCP by 350ms with critical path timing issues.