Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize curahospitals.com
Images are causing 779KB of wasted bytes and directly impacting LCP by 900ms.
Convert PNG images to WebP format using a plugin like Converter for Media. Resize oversized images (nabh-logo.png is 603x414 but displays at 88x60). Add explicit width/height attributes to prevent layout shifts and implement responsive images with srcset.
A score of 35 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 WordPress hospital website has severe performance issues with a critically low score of 35/100. The biggest problem is an enormous 8.6MB page size combined with massive layout shifts (0.405 CLS score) that make the page jumpy and slow to load, resulting in a painfully slow 7.9-second Largest Contentful Paint. The site is loading multiple duplicate reCAPTCHA scripts, oversized unoptimized images, and render-blocking resources that delay the initial paint by over 4 seconds. Compressing and converting images to modern formats like WebP, minifying JavaScript files, and fixing the layout shift issues caused by web fonts could dramatically improve the score by 40+ points and provide a much better user experience for patients trying to access hospital information.
Why It Matters:
CLS score of 0.405 severely impacts user experience as content jumps during load.
How to Fix:
Preload critical web fonts (gtwalsheimpro and OpenSans) using <link rel='preload'> in WordPress head. Add font-display: swap to CSS @font-face rules. Reserve space for the hospital_timing_section div with CSS min-height to prevent major shifts.
Why It Matters:
Render-blocking CSS and JavaScript delay First Contentful Paint by 4.66 seconds.
How to Fix:
Use a WordPress optimization plugin like WP Rocket to defer non-critical CSS (elementskit, animate_min.css). Move non-essential JavaScript (touchSwipe.js, mixitup.js) to load after page content. Inline critical CSS for above-the-fold content.
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 WordPress Speed Tests
Render-blocking CSS delays page rendering by 5.3 seconds, preventing users from seeing content quickly.
The 1.16-second server response time delays all other resources and directly impacts both LCP and FCP by over 1 second.
JavaScript is causing 128ms of forced reflows, blocking the main thread and hurting user interaction responsiveness.
Oversized carousel images waste 243 KiB and could impact LCP on mobile devices.