Eliminate Render-Blocking CSS

How to optimize preprod.hautdoubsexpress.fr

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

Eliminate Render-Blocking CSS

High Impact+12 points estimated

Why It Matters

Kadence Blocks CSS files are blocking initial render and delaying First Contentful Paint by 550ms.

How to Fix

Install a WordPress optimization plugin like WP Rocket or Autoptimize to inline critical CSS. Defer non-critical Kadence Blocks stylesheets using loadCSS or similar techniques. Combine multiple small CSS files to reduce HTTP requests.

0Good

What This Score Means

A score of 93 falls in the "Good" 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

3.0s
Needs Improvement

Good: < 2.5s

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

INP

Interaction to Next Paint

17ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.00
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This WordPress site has good performance with a score of 93/100, but there are still some optimization opportunities. The biggest issue is render-blocking CSS files from the Kadence Blocks plugin that are delaying page rendering by 530ms and affecting the First Contentful Paint. Additionally, JavaScript code is causing forced reflows (layout recalculations) that waste about 93ms of processing time, mainly from the accordion functionality. Quick wins include deferring or inlining the blocking CSS files, implementing better caching (currently missing for some resources), and optimizing the accordion JavaScript to reduce layout thrashing.

Other Optimization Recommendations

Fix Forced Reflow Issues

High Impact+8 points estimated

Why It Matters:

JavaScript is causing 92ms of forced reflows, blocking the main thread and delaying user interactions.

How to Fix:

Optimize the Kadence accordion JavaScript by batching DOM reads and writes. Update to the latest Kadence Blocks version which may have performance fixes. Consider replacing heavy accordion functionality with CSS-only solutions where possible.

Implement Proper Browser Caching

Medium Impact+5 points estimated

Why It Matters:

The TrustIndex script has no cache headers, forcing unnecessary downloads on repeat visits and adding 200ms to LCP.

How to Fix:

Add cache headers via your WordPress caching plugin or .htaccess file for all static assets. Set cache lifetime to 1 year for versioned resources. Configure your CDN or hosting provider to serve 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