Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize donnie.cl
282 KiB of unused JavaScript from Clerk authentication is delaying LCP by 450ms and blocking interactivity.
Implement dynamic imports for Clerk components that aren't immediately needed. Use Next.js code splitting with React.lazy() to load authentication UI only when required. Configure Clerk to load only essential features on initial page load using selective imports.
A score of 83 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 good performance with a score of 83/100, but has room for improvement in loading speed. The biggest problem is oversized images that are wasting 350 KiB of bandwidth and delaying your Largest Contentful Paint to 4.6 seconds - images are being delivered at 640x640 pixels but only displayed at much smaller sizes like 150x150. Additionally, the site is loading 282 KiB of unused JavaScript from Clerk authentication services and legacy JavaScript polyfills that aren't needed for modern browsers. Optimizing your Next.js image components to serve properly sized images and removing unnecessary JavaScript could easily push your performance score above 90 and significantly speed up page loading.
Why It Matters:
Images are oversized for their display dimensions, wasting 350 KiB and delaying LCP by 150ms.
How to Fix:
Update your Next.js Image component sizes prop to better match actual display dimensions. For the category images displayed at 150px, use w=256 instead of w=640 in your image URLs. Configure responsive breakpoints in next.config.js to serve appropriately sized images based on viewport.
Why It Matters:
Render-blocking CSS files are delaying First Contentful Paint by 600ms, making the page appear slower to load.
How to Fix:
Extract critical above-the-fold CSS and inline it directly in your Next.js _document.js file. Use next-critical or a similar tool to automatically identify critical CSS. Move non-critical CSS to load asynchronously after initial render using rel='preload' with onload handler.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Next.js Speed Tests
175 KiB of duplicated JavaScript from Nike Design System components is loaded multiple times across bundles.
The LCP image is not discoverable in the initial HTML, causing a 4-second resource load delay.
460 KiB of unused JavaScript is blocking the main thread for 7.3 seconds and delaying LCP by 2.4 seconds.
Multiple redirects add 1.53 seconds delay before the page even starts loading, directly impacting both FCP and LCP.
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.