Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize kuechenspezialisten.de
The main CSS file is blocking page rendering for 930ms, delaying First Contentful Paint.
Inline critical above-the-fold CSS directly in the HTML head. Load the remaining Main.min.css asynchronously using media='print' onload="this.media='all'". Consider splitting CSS into critical and non-critical bundles.
A score of 69 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 kitchen planner website has poor performance with a score of 69/100, suffering from extremely slow loading times that hurt user experience. The biggest problem is excessive unused CSS and JavaScript code (totaling 212 KiB of wasted data) combined with render-blocking resources that delay the page from displaying content - your Largest Contentful Paint takes a painful 9.3 seconds when it should be under 2.5 seconds. The site is also loading unnecessary font files and oversized images that could be optimized for mobile viewing. Cleaning up unused code, optimizing images, and implementing proper resource loading strategies could potentially improve your performance score by 25+ points and dramatically reduce loading times.
Why It Matters:
Unused code is blocking rendering and wasting 1.05 seconds of load time, severely impacting LCP.
How to Fix:
Remove unused CSS rules from Main.min.css (69KB of 76KB is unused). Defer loading of Fancybox.esm.min.js and Swiper.esm.min.js until needed. Use code splitting to load only required JavaScript modules per page.
Why It Matters:
Custom fonts are causing 50ms delay in text rendering and external origins lack preconnection.
How to Fix:
Add font-display: swap to all @font-face declarations for kspicomoon and icomoon fonts. Add preconnect hints for api.digiaccess.org and download.digiaccess.org in HTML head. Consider using font-display: optional for icon fonts.
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.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
Poor cache policies on external scripts force repeated downloads, slowing repeat visits by 248 KiB.
330 KiB of unused JavaScript delays LCP by 400ms and blocks the main thread for 2 seconds.
Font loading delays are causing 650ms delay to First Contentful Paint and creating invisible text periods.
Missing width and height attributes on images cause layout shifts that hurt user experience and CLS scores.