Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize koditt.nl
Forced reflows are blocking the main thread for 653ms and directly causing the 2.5-second element render delay in LCP.
Refactor DOM queries in your Next.js components to batch style changes and avoid reading geometric properties after DOM modifications. Use CSS transforms instead of changing layout properties, and implement virtual scrolling if you're measuring element dimensions dynamically.
A score of 53 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 Next.js site has poor performance with a score of 53/100, indicating significant user experience issues. The biggest problem is excessive JavaScript execution taking 1.6 seconds, combined with severe layout thrashing that causes 653ms of forced reflows when the browser has to recalculate page geometry. The site is also loading 453 KiB of unused JavaScript code and using outdated JavaScript features that bloat the bundle size. Reducing JavaScript payloads, eliminating unused code, and fixing the layout issues that cause forced reflows could improve the score by 30+ points and dramatically reduce the 8.4-second load time.
Why It Matters:
453 KiB of unused JavaScript is delaying LCP by 600ms and adding unnecessary execution time.
How to Fix:
Enable tree-shaking in your Next.js build configuration. Remove unused Google Analytics code and defer GTM loading with next/script's 'afterInteractive' strategy. Use dynamic imports for heavy components that aren't immediately needed.
Why It Matters:
Your hero image is 80% larger than needed, wasting 15 KiB and slowing visual rendering.
How to Fix:
Configure Next.js Image component with proper responsive breakpoints using the 'sizes' prop. Set up multiple image variants in your CMS at 380px, 665px, and 1200px widths. Enable Next.js's automatic WebP conversion for better compression.
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 Next.js Speed Tests
Missing preconnect hints to CMS and Cookiebot domains waste 300ms each on connection setup.
Cookie dialog causes 5.2 second element render delay, making it the LCP element instead of actual content.
Missing preconnect to cms.koditt.dev delays LCP by 323ms due to late connection establishment.
455 KiB of unused JavaScript delays LCP by 450ms and blocks main thread execution.