Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize hrmpensionplan.ca
42KB of unused CSS is delaying page render and wasting bandwidth, particularly from Bootstrap.
Remove unused Bootstrap classes using PurgeCSS or similar tool - currently 97% of Bootstrap CSS is unused. Minify styles.css to save 4KB additional bytes. Inline critical above-the-fold CSS and defer non-critical stylesheets using media='print' onload technique.
A score of 28 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 website has severe performance issues with a critically low score of 28/100. The biggest problem is excessive JavaScript processing that takes over 5 seconds to parse and compile, causing the page to take nearly 7 seconds before users see any content and 8 seconds before they can interact with it. Additionally, web fonts are loading improperly and causing major layout shifts (0.617 CLS score), making the page visually unstable as it loads. The most impactful improvements would be optimizing JavaScript execution, implementing proper font loading strategies, and reducing unused CSS, which together could improve load times by several seconds and dramatically enhance user experience.
Why It Matters:
Web fonts are causing major layout shifts with a CLS score of 0.617, severely impacting user experience.
How to Fix:
Add font-display: swap to CSS font declarations for FontAwesome and Fira Sans fonts. Preload critical fonts using <link rel='preload' as='font' type='font/woff2' crossorigin> in HTML head. Set fallback fonts with similar metrics to minimize shift impact.
Why It Matters:
JavaScript parsing and compilation takes 5.4 seconds, blocking main thread and delaying interactivity.
How to Fix:
Replace Cloudflare Rocket Loader which is causing 5.3 seconds of parse time - disable it in Cloudflare dashboard. Minify main.js and owl.carousel.js to save 9KB. Split large JavaScript files and load non-critical scripts asynchronously using async/defer attributes.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
Google Tag Manager scripts contain 139KB of unused code, slowing LCP by 600ms and wasting processing time.
17MB of video content has zero cache lifetime, forcing full re-downloads on every visit and wasting 69MB of bandwidth.
JavaScript files are blocking initial page render, delaying FCP by 750ms and preventing users from seeing content.
136KB of unused JavaScript and 63KB of unused CSS waste bandwidth and slow down page parsing.
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.