Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize mce.eu
JavaScript execution takes 17.4 seconds and blocks the main thread for 23.5 seconds, severely delaying user interactions and page responsiveness.
Remove or defer unused WordPress plugins, particularly heavy ones like Formidable Pro (145KB). Use WP Rocket to defer non-critical JavaScript. Audit jQuery usage and replace with modern alternatives where possible. Move HubSpot and Facebook tracking scripts to load after page interactive.
A score of 19 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 critically low score of 19/100. The biggest problem is excessive JavaScript execution time (17.4 seconds), primarily caused by jQuery and other scripts that are blocking the page from becoming interactive for over 31 seconds. The site is loading a massive 3MB of resources with significant unused JavaScript (558KB) and CSS (139KB) that could be removed or deferred. Optimizing JavaScript delivery, removing unused code, and implementing proper caching could dramatically improve the user experience and Core Web Vitals scores.
Why It Matters:
The carousel element causes a 0.173 layout shift score, significantly impacting user experience and CLS metrics.
How to Fix:
Add explicit dimensions to the Elementor carousel container using CSS min-height. Set width and height attributes on all carousel images. Reserve space for dynamic content with CSS aspect-ratio or placeholder elements. Test carousel loading with slow network throttling.
Why It Matters:
Multiple JavaScript files are blocking initial page render, delaying First Contentful Paint by 3.95 seconds.
How to Fix:
Defer loading of non-critical Elementor addon scripts using async or defer attributes. Inline critical CSS for above-the-fold content. Use WordPress plugin like Autoptimize to combine and minify JavaScript files. Move Premium Addons scripts to load after critical page content.
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 image dimensions cause 0.12 CLS score as content jumps during load, harming user experience.
Large PNG images waste 257 KiB of bandwidth and delay LCP by 200ms, especially the 309KB woman image.
Render-blocking CSS and JavaScript delay initial page display by 4.25 seconds, severely impacting both FCP and LCP.
Unused code totals 4.4MB and blocks main thread execution, increasing Total Blocking Time by 1.7 seconds.