Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize stephanecampa.fr
CSS files from Elementor and Font Awesome are blocking initial page render and delaying LCP.
Use Autoptimize or WP Rocket to inline critical CSS for above-the-fold content. Defer non-critical CSS like Font Awesome icons using rel='preload' with onload switching. Remove unused Elementor CSS modules through Elementor's optimization settings in WordPress admin.
A score of 0 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 failing score of 0/100. The biggest problem is excessive main-thread work taking over 41 seconds, primarily caused by heavy JavaScript processing and render-blocking CSS files from Elementor plugins. The site takes nearly 6 seconds just to show the first content and over 10 seconds to appear visually complete, which will frustrate users and hurt search rankings. Immediate fixes should focus on reducing JavaScript execution time, implementing efficient caching for custom fonts, and deferring non-critical CSS to dramatically improve Core Web Vitals.
Why It Matters:
Custom fonts are blocking First Contentful Paint for 220ms and lack proper caching headers.
How to Fix:
Add font-display: swap to your custom MADE Mirage fonts in CSS to prevent text blocking. Use a WordPress caching plugin like WP Rocket to set proper cache headers for font files. Consider using font-face with font-display: optional for non-critical text to prioritize core content visibility.
Why It Matters:
JavaScript is causing expensive layout recalculations that block user interactions for up to 450ms.
How to Fix:
Identify DOM queries in your theme's JavaScript (lines 1096, 1086) that read layout properties after DOM changes. Batch DOM reads before writes, or use CSS transforms instead of changing geometric properties. Update or replace the Jarallax parallax plugin which is triggering reflows.
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
JavaScript is causing expensive layout recalculations that block user interactions for up to 450ms.
Custom fonts are blocking First Contentful Paint for 220ms and lack proper caching headers.
1.5MB of unused JavaScript and 27KB of unused CSS are bloating your page size unnecessarily.
LCP element has a massive 4.2-second resource load delay, indicating server or hosting performance problems.