Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize ariseteambuilding.co.za
The 349KB hero PNG delays LCP by 1.55 seconds and accounts for the largest content paint bottleneck.
Convert the Hero_section.png to WebP format using a plugin like Imagify or ShortPixel to reduce size by ~220KB. Add fetchpriority='high' to the hero image element. Set proper cache headers for this critical image resource.
A score of 42 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 site has poor performance issues with a score of 42/100. The biggest problem is an extremely slow Largest Contentful Paint of 12.8 seconds, primarily caused by a 349KB hero image that isn't cached and loads in an inefficient PNG format. The site also suffers from significant layout shifts (15 found) mainly due to web fonts loading without proper display settings, and render-blocking JavaScript files like jQuery that delay initial page rendering by 450ms. Converting the hero image to WebP format, implementing proper caching, and optimizing font loading could improve the score by 30+ points and dramatically enhance user experience.
Why It Matters:
Web fonts cause a 0.458 CLS score as text jumps when Rubik fonts load asynchronously.
How to Fix:
Add font-display: swap to your @font-face declarations in the Divi theme CSS. Preload critical Rubik font variants using <link rel='preload'> in your WordPress header. Use font metric overrides to match fallback font dimensions and prevent layout shifts.
Why It Matters:
jQuery and theme scripts block initial render for 450ms, delaying First Contentful Paint unnecessarily.
How to Fix:
Use WP Rocket or Asset CleanUp Pro to defer jQuery.min.js and jquery-migrate.min.js loading. Move Divi theme scripts to load after page interactive. Keep only critical inline CSS for above-the-fold content rendering.
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
jQuery and theme scripts block initial render for 450ms, delaying First Contentful Paint unnecessarily.
Web fonts cause a 0.458 CLS score as text jumps when Rubik fonts load asynchronously.
CSS and JavaScript files are blocking initial page render and delaying First Contentful Paint by 3.5 seconds.
Oversized images and missing cache headers are delaying LCP by 1.05 seconds and wasting 1.4MB of bandwidth.