Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize gema.anlagenbau.de
87% of Font Awesome CSS (65KB) is unused, wasting bandwidth and blocking render.
Install a plugin like Font Awesome Optimizer to load only used icons. Alternatively, replace Font Awesome with inline SVG icons for better performance. Use WordPress's wp_dequeue_style() to remove unused font stylesheets on specific pages.
A score of 85 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 good performance with a score of 85/100, but there's still room for improvement. The biggest issue is slow content loading, with your Largest Contentful Paint taking 3.8 seconds - nearly double the recommended 2 seconds. The main culprits are unused JavaScript (particularly jQuery consuming 22KB unnecessarily) and bloated CSS from Font Awesome that's 88% unused, wasting 65KB of bandwidth. Cleaning up these unused resources and optimizing your cookie consent plugin's render-blocking scripts could easily push your score into the 90s and significantly improve user experience.
Why It Matters:
jQuery and other scripts contain 22KB of unused code, directly delaying LCP by 150ms.
How to Fix:
Install Asset CleanUp Pro to selectively disable jQuery on pages that don't need it. Use WordPress's wp_dequeue_script() function to remove unnecessary JavaScript. Consider replacing jQuery dependencies with vanilla JavaScript alternatives.
Why It Matters:
Borlabs Cookie scripts create render-blocking chains that delay initial page rendering.
How to Fix:
Configure Borlabs Cookie to load asynchronously by adding async attribute to script tags. Move cookie consent scripts to load after critical content. Use WordPress hooks to defer cookie-related JavaScript until after DOMContentLoaded event.
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
Your LCP of 2.6 seconds is close to the 'needs improvement' threshold and affects user experience.
The hero-actions div shifts 130px in height causing the largest layout shift on your page.
Web font loading causes 0.138 CLS score by shifting your hero action buttons after page load.
Network dependency chains increase load time by forcing sequential resource downloads.