Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize preprod.hautdoubsexpress.fr
JavaScript is causing 92ms of forced reflows, blocking the main thread and delaying user interactions.
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.
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.
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 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.
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.
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.
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
Missing preconnect hints force the browser to establish connections later, adding latency to third-party resources.
The delay-load.min.js creates a dependency chain that extends page load time unnecessarily.
JavaScript is causing 36.79ms of forced reflows which directly impacts INP and user interaction responsiveness.
The TrustIndex script has no cache headers, forcing unnecessary downloads on repeat visits and adding 200ms to LCP.