Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize clinicminds.com
Unused JavaScript is wasting 574 KiB and blocking rendering for 4.8 seconds, severely impacting LCP and FCP.
Remove duplicate reCAPTCHA scripts and defer non-critical JavaScript. Use WP Rocket or Autoptimize to minify and combine JS files. Move Google Analytics and Cookiebot to load after page interactive using GTM's built-in triggers.
A score of 52 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 WordPress site has poor performance with a score of 52/100, primarily due to excessive JavaScript that's blocking the page from loading quickly. The biggest issue is that your First Contentful Paint takes a devastating 10.1 seconds, largely caused by unused JavaScript (574 KB worth) from reCAPTCHA and Google Analytics scripts that are loading upfront. Additionally, there's a redirect from your non-www to www domain that's adding nearly a second of delay before anything even starts loading. Removing unused JavaScript, optimizing script loading, and eliminating the redirect could improve your performance score by 30+ points and dramatically reduce loading times from over 13 seconds to something more reasonable.
Why It Matters:
The redirect from clinicminds.com to www.clinicminds.com wastes 780ms and delays all Core Web Vitals.
How to Fix:
Update your WordPress site URL in wp-config.php to use www consistently. Configure your web server to serve www.clinicminds.com directly without redirects. Optimize server response time by upgrading hosting or implementing server-level caching.
Why It Matters:
Custom fonts are blocking content rendering and causing 30ms delays in First Contentful Paint.
How to Fix:
Add font-display: swap to your TypeKit fonts using WordPress hooks or theme customizer. Preload critical fonts by adding <link rel='preload'> tags in your theme's functions.php. Consider using system fonts for faster loading.
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
63% of CSS (18KB) goes unused, creating unnecessary network overhead and blocking rendering.
Current images can be compressed by additional 17KB without quality loss, improving load times.
The LCP element lacks priority hints, causing delayed loading and slower perceived performance.
Unnecessary preconnect hints waste browser resources and can delay other critical connections.