Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize herzenshund.martens.zentrum.de
Missing image dimensions cause 0.611 CLS score due to layout shifts as images load.
Add width and height attributes to all img elements: Sandra.webp (width='169' height='300'), Siegel.webp (width='332' height='288'), and logo.webp (width='60' height='60'). Set CSS to maintain responsive behavior with max-width: 100% and height: auto.
A score of 77 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 website has moderate performance issues with a score of 77/100, but suffers from significant layout stability problems. The biggest issue is that images lack proper width and height attributes, causing a poor Cumulative Layout Shift score of 0.611 (well above Google's recommended 0.1 threshold) as content jumps around while images load. The site could save an estimated 127 KiB by implementing proper caching for images, and another 67 KiB by compressing images more efficiently, which would improve loading speed by nearly a second. To fix these issues, add explicit dimensions to all images and enable browser caching to prevent repeat downloads on return visits.
Why It Matters:
Images lack cache headers, causing 127 KiB of wasted bytes and 900ms LCP delay on repeat visits.
How to Fix:
Configure your web server to add Cache-Control headers for images with max-age=31536000 (1 year). Add .htaccess rules for Apache or nginx configuration for static assets. Implement cache busting with version parameters when images change.
Why It Matters:
Over-compressed images waste 67 KiB bandwidth and delay LCP by 450ms.
How to Fix:
Re-compress Sandra.webp to reduce 58 KiB and Siegel.webp to save 10 KiB using tools like ImageOptim or online WebP compressors. Maintain quality around 80-85% for photos. Add fetchpriority='high' attribute to the LCP image element.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
Google Tag Manager scripts contain 139KB of unused code, slowing LCP by 600ms and wasting processing time.
17MB of video content has zero cache lifetime, forcing full re-downloads on every visit and wasting 69MB of bandwidth.
JavaScript files are blocking initial page render, delaying FCP by 750ms and preventing users from seeing content.
136KB of unused JavaScript and 63KB of unused CSS waste bandwidth and slow down page parsing.
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.