Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize angelgeraete.bode.de
Critical CSS and JavaScript files are blocking first paint by 1,970ms, preventing content visibility.
Inline critical CSS directly in the HTML head section to eliminate the 157KB blocking stylesheet. Move jQuery and other JavaScript to load asynchronously using async or defer attributes. Use resource hints like <link rel='preload'> for essential assets while keeping them non-blocking.
A score of 45 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 website has poor performance with a critically low score of 45/100, indicating serious user experience issues. The biggest problem is an extremely slow Largest Contentful Paint of 18.5 seconds, meaning visitors wait nearly 20 seconds to see the main content load. The site is being severely slowed down by render-blocking CSS and JavaScript files that prevent the page from displaying quickly, along with oversized images that are much larger than needed for their display size. Immediate fixes should focus on removing unused CSS (which could save 146KB and 750ms), optimizing image sizes to match their actual display dimensions, and deferring non-critical JavaScript to dramatically improve loading speed and user experience.
Why It Matters:
94.8% of your CSS (146 KiB) is unused, blocking first paint by 750ms and severely delaying LCP.
How to Fix:
Use PurgeCSS or UnCSS to remove unused styles from all.css. Split critical above-the-fold CSS into inline styles. Defer non-critical CSS using media='print' onload='this.media="all"' technique. Configure your build process to generate only necessary CSS per page.
Why It Matters:
Product images are oversized by 3.4MB and loading eagerly above the fold without priority hints.
How to Fix:
Resize product images to match display dimensions (350x350 instead of 1200x1200). Add fetchpriority='high' to the LCP hero image. Implement responsive images with proper srcset for different screen sizes. Use lazy loading for product grid images below the fold.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
Product images are oversized by 3.4MB and loading eagerly above the fold without priority hints.
94.8% of your CSS (146 KiB) is unused, blocking first paint by 750ms and severely delaying LCP.
Images waste 8,628 KiB in unnecessary bytes and lack proper sizing, contributing to poor loading performance.
Unused JavaScript totals 1,313 KiB and blocks main thread execution for 2.5 seconds, severely impacting interactivity.
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.