Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize mce.eu
The Elementor carousel causes a 0.173 layout shift score, significantly hurting user experience and CLS metrics.
Add explicit dimensions to the carousel container (.e-n-carousel) using CSS min-height. Preload carousel images and set proper aspect ratios. Configure Elementor's carousel settings to prevent content jumping during initialization by reserving proper space.
A score of 28 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 severely poor performance with a score of only 28/100. The biggest problem is excessive JavaScript execution time (4.2 seconds) and forced reflows that are blocking the page from loading efficiently, causing your Largest Contentful Paint to suffer at 16.8 seconds - far beyond Google's recommended 2.5 seconds. The site is loading 535 KiB of unused JavaScript and has poorly optimized images that could save 301 KiB, while render-blocking resources are delaying the initial page display by over 7 seconds. Reducing JavaScript payloads, optimizing images, and fixing the forced reflow issues in your Elementor elements could dramatically improve performance and user experience.
Why It Matters:
JavaScript is causing 220ms of forced reflows, blocking the main thread and severely impacting user interactions.
How to Fix:
Audit the inline JavaScript causing reflows (especially the base64 encoded script and Elementor carousel code). Batch DOM reads/writes together and use requestAnimationFrame for layout operations. Consider replacing problematic scripts with optimized alternatives or defer them until after page load.
Why It Matters:
9.7 seconds of main-thread work and 535KB of unused JavaScript are severely blocking page rendering and interactions.
How to Fix:
Remove unused WordPress plugins and scripts identified in the audit. Use WP Rocket or LiteSpeed Cache to defer non-critical JavaScript. Split large bundles and implement code splitting for Elementor and FontAwesome assets that aren't immediately needed.
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
Images are oversized for their display dimensions and poorly compressed, wasting 23KB+ per image load.
The LCP image has lazy loading enabled, delaying the largest contentful paint and hurting user experience.
FCP at 1.8 seconds delays initial page rendering, making the site feel slow to users.
Your stylesheet contains 64% unused CSS rules (12KB), slowing down render blocking resources.