Fix Font Loading Layout Shifts

How to optimize russellfinex.com

WordPress SiteScore: 32/100Analyzed April 2026Re-analyze this site

Fix Font Loading Layout Shifts

Medium Impact+8 points estimated

Why It Matters

Custom web fonts cause 0.136 CLS score as text reflows when fonts load, creating jarring visual shifts.

How to Fix

Add font-display: swap to all @font-face declarations in your theme's CSS files. Preload critical Proxima Nova font files using <link rel='preload'> in WordPress header.php. Define font fallbacks with similar metrics to reduce layout shift impact when custom fonts load.

0Poor

What This Score Means

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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

6.7s
Poor

Good: < 2.5s

Measures how long it takes for the main content to appear on screen

INP

Interaction to Next Paint

263ms
Needs Improvement

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.14
Needs Improvement

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This WordPress site has poor performance with a score of 32/100, indicating serious speed issues that will frustrate users. The biggest problem is multiple page redirects that waste 1.6 seconds before the page even starts loading, combined with massive amounts of unused CSS (67 KB) and JavaScript (585 KB) that slow everything down. The site takes over 6.7 seconds to show its main content and nearly 20 seconds to become fully interactive, which is far too slow for modern web standards. Fixing the redirect chain, removing unused code, and optimizing the oversized images could dramatically improve performance and provide a much better user experience.

Other Optimization Recommendations

Remove Multiple Page Redirects

High Impact+25 points estimated

Why It Matters:

URL redirects add 1.56 seconds delay before content starts loading, severely impacting both FCP and LCP.

How to Fix:

Update WordPress site URL and home URL in wp-config.php to use 'https://www.russellfinex.com/en/' directly. Remove the redirect chain from russellfinex.com → www.russellfinex.com → www.russellfinex.com/en/. Configure your web server to serve the canonical URL without redirects.

Optimize Unused JavaScript Resources

High Impact+20 points estimated

Why It Matters:

585 KiB of unused JavaScript delays LCP by 300ms and blocks the main thread for 2.9 seconds.

How to Fix:

Defer reCAPTCHA loading until user interaction using async loading or conditional loading. Remove or optimize Google Tag Manager scripts by loading only essential tracking. Use a WordPress plugin like Asset CleanUp to remove unused Gravity Forms JavaScript on pages without forms.

Keep Your Site Fast After Optimization

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.

Explore DeployHQ →Trusted by engineering teams shipping high-performance sites

Want to Analyze YOUR Website?

Get AI-powered performance insights with actionable fixes in 30 seconds

More WordPress Speed Tests

WordPress Performance Resources

Frequently Asked Questions