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
Three CSS files are blocking page render for 1,330ms and delaying First Contentful Paint.
Inline critical CSS directly in the HTML <head> for above-the-fold content. Load non-critical CSS files (home.css, bundle.min.css) asynchronously using media='print' onload="this.media='all'". Combine the three CSS files into one to reduce HTTP requests.
A score of 92 falls in the "Good" 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 performs well overall with a score of 92/100, but there are some key optimizations that could make it even faster. The biggest issue is render-blocking CSS files that are delaying your page's initial display by about 1.3 seconds, particularly affecting how quickly content becomes visible to users. Additionally, your images are oversized for their display dimensions, wasting about 107 KB of bandwidth, and your LCP element needs a fetchpriority="high" attribute to load faster. The site also has a heavy network payload of nearly 11 MB, mainly from video files, which could impact users on slower connections.
Why It Matters:
Web fonts are loading in a 3-deep chain taking 830ms, creating the longest network dependency.
How to Fix:
Add <link rel='preload' as='font' type='font/woff2' crossorigin> for AlbertSans font files in the HTML head. Use font-display: swap in your CSS to prevent invisible text during font load. Consider subsetting fonts to reduce file sizes from 52KB+ to essential characters only.
Why It Matters:
The LCP background image lacks fetchpriority=high, missing an opportunity to prioritize critical content loading.
How to Fix:
Add fetchpriority='high' to the background image URL in your CSS or convert to an <img> tag with the priority attribute. Ensure the LCP image is discoverable immediately by avoiding CSS background-image for critical content. Consider using a <picture> element with responsive sources.
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.