Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize koditt.nl
Modern browser features are being unnecessarily polyfilled, adding 14 KiB of redundant code that slows parsing.
Update your Next.js browserslist configuration to target modern browsers (>95% support). Remove polyfills for Array.prototype.at, Object.hasOwn, and other Baseline features. Use differential serving to send modern JS to capable browsers.
A score of 75 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 mediocre performance with a score of 75/100, but several critical issues are holding it back. The biggest problem is excessive unused JavaScript (453 KiB of wasted code) which is causing a slow Time to Interactive of 6.8 seconds and blocking the main thread for 6 seconds. The site is also experiencing forced reflows that create a sluggish First Input Delay of 230ms, making interactions feel unresponsive. Removing unused JavaScript from Google Tag Manager and other scripts, along with fixing the layout thrashing issues, could dramatically improve both loading speed and user interactivity.
Why It Matters:
Unused JavaScript is consuming 453 KiB and delaying LCP by 600ms while blocking main thread interactions.
How to Fix:
Implement code splitting in your Next.js app using dynamic imports for large components. Use next-bundle-analyzer to identify unused dependencies. Configure tree-shaking properly and consider lazy loading Google Analytics/Tag Manager scripts after user interaction.
Why It Matters:
JavaScript is triggering 389ms of forced reflows, significantly impacting First Input Delay and user interactivity.
How to Fix:
Audit the JavaScript chunks causing reflows (0zut2zdu159pe.js and 03dhd84dz2389.js). Batch DOM reads and writes together. Use CSS transforms instead of changing layout properties. Consider using React's Concurrent features to break up long tasks.
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.