Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize staging.freshairfitness.co.uk
Render blocking scripts delay LCP by 750ms, preventing critical content from loading quickly.
Move the Iubenda cookie consent script (3246289.js) to load asynchronously using the async attribute. Use a WordPress caching plugin like WP Rocket to automatically defer non-critical CSS and JavaScript. Consider implementing cookie consent functionality server-side to avoid blocking resources.
A score of 64 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 64/100, primarily due to severe layout stability issues. The biggest problem is Cumulative Layout Shift (CLS) with a score of 1.076, which is nearly 11 times worse than Google's recommended threshold, mainly caused by web fonts loading and shifting content around the page. The site also suffers from a large 3.9MB total payload (including a 2.8MB video file), unused CSS and JavaScript that could save 161KB, and images that lack proper compression and dimensions. Fixing the font loading strategy, optimizing images, and implementing proper caching could dramatically improve both the performance score and user experience by reducing content jumping and faster load times.
Why It Matters:
Custom web font loading causes massive layout shifts (CLS: 1.076), severely impacting user experience and Core Web Vitals.
How to Fix:
Add font-display: swap to your custom font CSS declaration for odudosoft-regular-webfont.woff2. Preload the font using <link rel='preload' href='font-url' as='font' crossorigin> in your WordPress theme header. Implement font metric overrides in CSS to match fallback fonts and prevent text reflow.
Why It Matters:
Large images (189KB fitness-rig.webp) lack proper compression and caching, slowing LCP by 150ms.
How to Fix:
Increase image compression for fitness-rig.webp and offers.webp to save 74KB total. Add explicit width and height attributes to img elements to prevent layout shifts. Configure your WordPress hosting to set proper cache headers (Cache-Control: max-age=31536000) for static assets like images and videos.
Get AI-powered performance insights with actionable fixes in 30 seconds
More WordPress Speed Tests
Custom fonts block text rendering for 880ms, delaying FCP and creating poor user experience.
LCP element has 7.5 second resource load delay because it's not discoverable from initial HTML.
Unused assets waste 130KB of bandwidth and delay FCP by 1.05 seconds, severely impacting Core Web Vitals.
CSS files are blocking page rendering and delaying FCP by 8.99 seconds, severely impacting user experience.
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.