Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize dev01.chrisjahn.de
Image optimization can save 782 KiB and improve LCP by 700ms, directly addressing your largest performance bottleneck.
Convert PNG images to WebP format which provides 30-50% better compression. Implement responsive images using srcset with proper sizing (current images are 2-4x larger than displayed). Add fetchpriority='high' to your LCP background image element.
A score of 78 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
Your website has below-average performance with a score of 78/100, but there are significant opportunities for improvement. The biggest issue is your Largest Contentful Paint (LCP) taking 4.8 seconds, which is primarily caused by render-blocking CSS files that are delaying page rendering by an estimated 1.38 seconds. Your site is also loaded down with large video files totaling nearly 12MB, and several images that could be optimized by converting to modern formats like WebP and properly sizing them for their display dimensions. Fixing the render-blocking resources and optimizing your images could easily push your performance score above 90 and dramatically improve user experience.
Why It Matters:
Three CSS files block initial render for 1,380ms, significantly delaying First Contentful Paint.
How to Fix:
Inline critical CSS for above-the-fold content directly in the HTML head. Load non-critical CSS files asynchronously using media='print' onload='this.media="all"' technique. Consider combining the three separate CSS files into one optimized bundle.
Why It Matters:
Font files in the critical chain delay LCP by extending the longest network dependency to 811ms.
How to Fix:
Add font-display: swap to @font-face declarations to prevent invisible text. Preload the most critical font variant using <link rel='preload' as='font' crossorigin>. Consider using a system font stack as fallback to reduce layout shift.
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.