Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize lokalgold.de
Large unoptimized images waste 303KB and missing cache headers force unnecessary re-downloads on repeat visits.
Install ShortPixel to compress and convert images to WebP format automatically. Set proper cache headers through W3 Total Cache or WP Super Cache with 1-year expiry for static assets. Add explicit width/height attributes to prevent layout shifts.
A score of 60 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 60/100, facing significant loading issues that hurt user experience. The biggest problem is an extremely slow Time to Interactive of 13.3 seconds and Largest Contentful Paint of 8.1 seconds, primarily caused by render-blocking CSS files that delay page rendering by over 2 seconds. The site also suffers from large layout shifts (causing content to jump around as it loads), inefficient caching that wastes 2.4MB of data on repeat visits, and oversized images that could be compressed by 300KB. Fixing the render-blocking resources and implementing proper caching would likely improve the performance score by 25+ points and dramatically reduce loading times.
Why It Matters:
Blocking CSS files delay LCP by 2.2 seconds and prevent critical content from rendering quickly.
How to Fix:
Use Autoptimize or WP Rocket to inline critical CSS for above-the-fold content. Defer non-critical stylesheets by adding media='print' onload="this.media='all'". Split your large CSS bundle into separate files for different page sections.
Why It Matters:
Font loading causes 90ms delay and significant layout shifts when text reflows after fonts load.
How to Fix:
Add font-display: swap to all @font-face declarations in your theme's CSS. Preload critical fonts (Roboto, Montserrat) using <link rel='preload' as='font'>. Use font metric overrides in CSS to reduce layout shifts during font swaps.
Get AI-powered performance insights with actionable fixes in 30 seconds
More WordPress Speed Tests
Font loading causes 90ms delay and significant layout shifts when text reflows after fonts load.
Blocking CSS files delay LCP by 2.2 seconds and prevent critical content from rendering quickly.
Oversized images waste 233KB of bandwidth and delay LCP by 750ms with unnecessary downloads.
CSS and JavaScript files are blocking initial page render, delaying FCP by 4.9 seconds.
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.