Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize europodroze.pl
The LCP hero image is oversized by 306 KiB and has 2.5 seconds of render delay.
Resize hero image to match actual display dimensions (614x247 vs 1008x604). Use Next.js Image component with priority={true} and proper sizes attribute. Increase WebP compression or switch to AVIF format. Preload the hero image in document head.
A score of 36 falls in the "Poor" 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 severe performance issues with a score of only 36/100. The biggest problem is excessive JavaScript execution taking over 3 seconds, which creates a massive 950ms delay before users can interact with the page and pushes your Largest Contentful Paint to an unacceptable 18.6 seconds. Reducing unused JavaScript (especially the 1,223 KiB of unnecessary code from reCAPTCHA and other libraries), optimizing images to save 306 KiB, and improving your caching strategy could dramatically improve both your Core Web Vitals and user experience. The site is also loading legacy JavaScript polyfills that modern browsers don't need, adding another 53 KiB of waste.
Why It Matters:
Unused JavaScript wastes 1,223 KiB and delays LCP by 3.75 seconds while blocking user interactions.
How to Fix:
Use Next.js bundle analyzer to identify unused code in chunks. Remove duplicate reCAPTCHA instances (366KB each). Implement dynamic imports for non-critical components using Next.js lazy loading. Configure tree-shaking in webpack to eliminate dead code.
Why It Matters:
Legacy JavaScript polyfills add 53 KiB of unnecessary code for modern browsers.
How to Fix:
Update Next.js target in next.config.js to 'es2017' or newer. Remove Babel polyfills for Array methods and Object methods that are now baseline. Configure browserslist to exclude Internet Explorer and very old browsers.
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.