Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize blackboxhosting.co.uk
Heavy JavaScript execution time of 2.9 seconds blocks main thread and prevents user interactions.
Remove or replace the heavy reCAPTCHA implementation consuming 371KB. Audit WordPress plugins for unused JavaScript and remove unnecessary ones. Use WP Asset CleanUp to selectively disable JS on pages that don't need it. Defer non-critical scripts using async or defer attributes.
A score of 32 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 severe performance issues with a score of 32/100. The biggest problem is excessive JavaScript execution, particularly from reCAPTCHA and other plugins, which is blocking the main thread for over 5 seconds and causing an extremely slow Time to Interactive of 18.9 seconds. The site also suffers from render-blocking CSS files that delay content painting by nearly 3 seconds, and multiple page redirects add another 780ms of unnecessary delay. Reducing JavaScript payloads, implementing proper caching (currently missing), and fixing the redirect chain could potentially improve the score by 30+ points and dramatically enhance user experience.
Why It Matters:
CSS files are blocking initial page render and delaying LCP by 2.8 seconds.
How to Fix:
Inline critical CSS for above-the-fold content using plugins like Autoptimize or WP Rocket. Defer non-critical CSS including js_composer.min.css and mediaelementplayer-legacy.min.css. Use media='print' onload trick to load stylesheets asynchronously.
Why It Matters:
Multiple layout shifts (CLS 0.247) create jarring user experience and hurt Core Web Vitals.
How to Fix:
Add explicit width and height attributes to all images, especially the logo and client logos. Reserve space for the cookie banner with CSS to prevent layout shifts. Use font-display: swap on custom fonts and consider font metric overrides to reduce web font 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
The header logo is 21KB larger than needed, serving a 768x363 image when only displaying 245x116 pixels.
Your page loads 53KB of unused CSS (85% waste), slowing down initial render and consuming unnecessary bandwidth.
LCP element experiences massive 5.6 second render delay, indicating blocking resources or layout thrashing issues.
Large CSS files block initial page rendering, causing 580ms delay to both FCP and LCP metrics.