Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize procarephysioclinic.ca
Multiple CSS files are blocking initial render and delaying FCP by 550ms, directly impacting user-perceived performance.
Install a caching plugin like WP Rocket or W3 Total Cache to combine and inline critical CSS. Move Google Fonts CSS to load asynchronously using rel='preload' with onload fallback. Defer the infotel theme CSS files that aren't needed for above-the-fold content.
A score of 60 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 60/100, indicating significant speed issues that affect user experience. The biggest problem is excessive main-thread work taking 6.3 seconds, primarily caused by style and layout calculations that are blocking the page from loading smoothly. The site also suffers from render-blocking CSS files and poorly optimized fonts that delay content visibility by an estimated 800ms. Addressing the main-thread bottlenecks, optimizing CSS delivery, and implementing proper font loading strategies could improve the performance score by 30+ points and dramatically reduce the 9.8-second Speed Index.
Why It Matters:
Style and layout calculations consume 5.5 seconds of main-thread time, blocking user interactions and causing poor TBT scores.
How to Fix:
Audit your Divi theme's CSS for complex selectors and unnecessary animations. Use WP Rocket to minify CSS and defer non-critical stylesheets. Consider switching from Divi to a lighter WordPress theme like GeneratePress or Astra to reduce layout computation overhead.
Why It Matters:
Font loading delays FCP by 250ms and creates layout shifts as fallback fonts are replaced.
How to Fix:
Add font-display: swap to all Google Fonts CSS requests in your theme's functions.php. Preload the most critical font variants (Open Sans regular) using <link rel='preload'> in the document head. Use font metric overrides in CSS to match fallback font dimensions and prevent layout shifts.
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
Font loading delays FCP by 250ms and creates layout shifts as fallback fonts are replaced.
Style and layout calculations consume 5.5 seconds of main-thread time, blocking user interactions and causing poor TBT scores.
Poor image compression wastes 52 KiB bandwidth and delays LCP by 250ms unnecessarily.
62 KiB of unused JavaScript delays LCP by 300ms and blocks page interactivity.