Eliminate Render Blocking Resources

How to optimize donnie.cl

Next.js SiteScore: 80/100Analyzed January 2026

Eliminate Render Blocking Resources

High Impact+12 points estimated

Why It Matters

Render blocking CSS files are delaying First Contentful Paint by 600ms and preventing content from appearing quickly.

How to Fix

In Next.js, move critical CSS inline using styled-jsx or CSS-in-JS. Use next/dynamic with ssr: false for non-critical components. Implement code splitting to defer non-critical CSS chunks until after initial paint.

0Needs Improvement

What This Score Means

A score of 80 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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

4.8s
Poor

Good: < 2.5s

Measures how long it takes for the main content to appear on screen

INP

Interaction to Next Paint

125ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.00
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This Next.js site has moderate performance issues with a score of 80/100, but suffers from slow interactivity taking 6.7 seconds to become fully responsive. The biggest problem is render-blocking CSS files that delay initial page rendering by 580ms, significantly impacting user experience. The site is also loading 254 KiB of unused JavaScript from Clerk authentication services and has inefficient image delivery from OpenStreetMap tiles that could save 37 KiB with modern formats like WebP. Addressing the render-blocking resources and reducing unused JavaScript could dramatically improve both loading speed and interactivity metrics.

Other Optimization Recommendations

Reduce Unused JavaScript Bundles

High Impact+10 points estimated

Why It Matters:

254 KiB of unused JavaScript is slowing LCP by 150ms and wasting bandwidth on unnecessary code execution.

How to Fix:

Configure Next.js bundle analyzer to identify unused Clerk.js features and import only required modules. Enable tree shaking in next.config.js. Use dynamic imports for Clerk components that aren't immediately needed on page load.

Optimize OpenStreetMap Tile Images

Medium Impact+8 points estimated

Why It Matters:

Map tile images are using outdated PNG format, wasting 37 KiB in unnecessary bytes and slowing perceived performance.

How to Fix:

Implement a custom tile server that serves WebP/AVIF formats for modern browsers. Add a service worker to cache map tiles efficiently. Consider lazy loading the map component below the fold using next/dynamic with appropriate loading states.

Want to Analyze YOUR Website?

Get AI-powered performance insights with actionable fixes in 30 seconds

More Next.js Speed Tests

Next.js Performance Resources

Frequently Asked Questions

Keep Your Site Fast After Optimization

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.

Explore DeployHQ →Trusted by engineering teams shipping high-performance sites