Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize russellfinex.com
Web fonts cause 136ms layout shift and delay content visibility, significantly hurting CLS and user experience.
Add 'font-display: swap' to all @font-face declarations in your Russell Finex theme CSS. Preload critical fonts by adding <link rel='preload' href='Proxima-Nova-Bold.woff2' as='font' type='font/woff2' crossorigin> in your theme's header.php. Consider using font-metric overrides to reduce layout shifts further.
A score of 35 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 only 35/100. The biggest problem is multiple page redirects that are wasting 760 milliseconds before the page even starts loading, combined with an extremely slow Largest Contentful Paint of 5.6 seconds. The site is also loaded down with 588 KiB of unused JavaScript (primarily from reCAPTCHA and Google Tag Manager) and oversized images that could be compressed by 1.7 MB. Fixing the redirect chain and optimizing images would provide immediate improvements, while cleaning up unused code could boost the performance score by 30+ points and dramatically improve user experience.
Why It Matters:
The redirect chain wastes 760ms and directly impacts both LCP and FCP by delaying the initial page load.
How to Fix:
Update your WordPress Site URL and Home URL in wp-config.php or WordPress admin to use 'https://www.russellfinex.com/en/' directly. Remove the redirect from 'https://www.russellfinex.com/' to avoid the 760ms delay. Test with redirect checker tools to ensure clean navigation.
Why It Matters:
588 KiB of unused JavaScript (mainly reCAPTCHA) adds 150ms to LCP and blocks the main thread unnecessarily.
How to Fix:
Defer reCAPTCHA loading until user interaction using a WordPress plugin like 'Async JavaScript'. Remove unused Google Tag Manager tags from the AW-1068712550 container. Consider conditional loading of reCAPTCHA only on contact/form pages instead of site-wide.
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
Web fonts loading cause major layout shifts (CLS 0.263) as text reflows when fonts load.
jQuery and other scripts are blocking initial render for 2.5+ seconds, severely delaying FCP.
Large unoptimized images are causing 10+ second LCP delay and consuming 3MB+ bandwidth.
588 KiB of unused JavaScript (mainly reCAPTCHA) adds 150ms to LCP and blocks the main thread unnecessarily.