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 2.7MB homepage video dominates page weight and significantly impacts LCP at 6.4 seconds.
Compress the homepage-video-banner.mp4 using HandBrake or CloudFlare compression. Replace with optimized WebM format for modern browsers with MP4 fallback. Consider using a poster image with play-on-hover to defer video loading until user interaction.
A score of 63 falls in the "Needs Improvement" 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 poor performance with a score of 63/100, primarily due to extremely slow loading times with pages taking over 6 seconds to display content. The biggest problem is inefficient caching of large files, particularly a 2.7MB video and font files that could save 1,488 KiB and reduce loading times by 1.8 seconds if cached properly. Additionally, the site is bloated with 3.9MB of total resources and contains 115KB of unused CSS that's slowing things down. Fixing the cache settings for videos and fonts, removing unused CSS, and optimizing the overall page weight could dramatically improve performance and user experience.
Why It Matters:
Poor cache policies waste 1,488 KiB on repeat visits and delay LCP by 1.8 seconds.
How to Fix:
Configure WordPress .htaccess to set cache headers: 1 year for fonts/videos, 1 month for CSS/JS. Use WP Rocket or W3 Total Cache plugin to automatically set proper cache-control headers. Set video banner cache to 'Cache-Control: public, max-age=31536000'.
Why It Matters:
112 KiB of unused CSS bloats the critical rendering path without adding value.
How to Fix:
Install Asset CleanUp or Perfmatters plugin to remove unused CSS from Seraphinite Accelerator and Elementor. Use WordPress Customizer to identify critical above-the-fold styles. Inline critical CSS and defer non-critical stylesheets using loadCSS technique.
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 layout shifts and oversized images waste 13 KiB unnecessarily.
Poor cache lifetimes waste 56 KiB on repeat visits and slow LCP by 600ms for returning users.
Missing width and height attributes on images cause layout shifts and hurt user experience during page load.
Poor cache lifetimes for critical resources cost 450ms on LCP and force unnecessary re-downloads on repeat visits.