Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize forte.forte.bluheadless.eu.stage.filoblutest.com
Main thread is blocked for 4.6 seconds with 2.4s of JavaScript execution time, causing a Total Blocking Time of 1,150ms and severely impacting user interaction.
Implement dynamic imports in Next.js to code-split large components. Remove duplicate JavaScript modules (115KB+ wasted from @mui/material across bundles). Use Next.js bundle analyzer to identify and eliminate unused code from the 107KB of unused JavaScript in _app bundle.
A score of 50 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/React site has poor performance with a score of 50/100, indicating significant user experience issues. The biggest problem is excessive JavaScript execution taking 4.6 seconds to process, which is blocking the main thread and causing a devastating 1,150ms delay before users can interact with the page. The site is also suffering from a slow Largest Contentful Paint of 5.0 seconds due to poor resource loading delays and unoptimized images that could be compressed by 384KB. Immediate fixes should focus on reducing JavaScript bundle sizes, eliminating duplicate code across multiple chunks, and optimizing image compression to dramatically improve loading speeds.
Why It Matters:
LCP is delayed to 5.0 seconds due to a 2.4 second resource load delay and oversized hero image (309KB).
How to Fix:
Add fetchpriority='high' to the hero image as indicated by LCP discovery audit. Increase image compression to reduce the 197KB wasted bytes. Implement Next.js Image component with priority prop for the hero image to enable preloading.
Why It Matters:
Poor cache lifetimes waste 1,380KB on repeat visits, slowing down returning user experience.
How to Fix:
Configure Next.js static asset caching with longer cache headers (1 year for immutable assets). Set up CDN cache headers for images to extend beyond current 1-hour TTL. Use Next.js built-in automatic static optimization for better caching of static pages.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Next.js Speed Tests
Legacy JavaScript polyfills add 20KB of unnecessary code for modern browsers, slowing LCP by 200ms.
CSS files are blocking first paint, delaying FCP by 300ms and hurting user experience.
35% of your JavaScript bundle (24KB) is unused, increasing LCP by 300ms and blocking page interactivity.
Oversized garland images waste 1MB of bandwidth without contributing to core functionality.
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.