Fix Layout Shifts From Fonts

How to optimize pozy.fr

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

Fix Layout Shifts From Fonts

High Impact+25 points estimated

Why It Matters

Multiple web font loads cause massive layout shifts with CLS score of 0.925, severely impacting user experience.

How to Fix

Add font-display: swap to all Google Fonts CSS imports. Preload critical font files (Poppins and Staatliches) using <link rel='preload' as='font'> in your WordPress theme header. Use fallback fonts with similar metrics to minimize shift during font swap.

0Poor

What This Score Means

A score of 41 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

7.1s
Poor

Good: < 2.5s

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

INP

Interaction to Next Paint

137ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.92
Poor

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 41/100, primarily due to severe layout shift issues that create a jarring user experience. The biggest problem is an extremely high Cumulative Layout Shift score of 0.925, caused by unsized images and web fonts loading after the page renders, making content jump around as users try to interact with it. The site also suffers from a slow Largest Contentful Paint of 7.1 seconds and loads 70 KiB of unused JavaScript from Elementor plugins. Fixing image dimensions, optimizing font loading, and removing unnecessary JavaScript could dramatically improve both the performance score and user experience.

Other Optimization Recommendations

Optimize Unused JavaScript Resources

High Impact+18 points estimated

Why It Matters:

Elementor's Lottie and Swiper libraries waste 70KB and 300ms, delaying LCP without being used.

How to Fix:

Install Asset CleanUp Pro plugin to disable unused Elementor modules per page. Remove lottie.min.js and swiper.min.js from pages not using animations or carousels. Configure Elementor to load scripts only when widgets are present.

Enable Browser Caching Headers

Medium Impact+12 points estimated

Why It Matters:

No cache headers on 1MB of resources forces repeat downloads, increasing LCP by 4.5 seconds for returning users.

How to Fix:

Add browser caching rules to your .htaccess file or use WP Rocket caching plugin. Set 1-year expiry for images and CSS, 1-month for JavaScript. Configure your hosting provider to serve static assets with proper cache-control headers.

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