Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize rosehillpilates.com
Legacy JavaScript polyfills add 20KB of unnecessary code for modern browsers, slowing LCP by 200ms.
Update your Next.js target to 'es2017' or newer in next.config.js. Configure Babel to exclude polyfills for baseline JavaScript features like Array.at() and Object.hasOwn(). Use browserslist to target only browsers you need to support.
A score of 61 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 poor performance issues with a score of 61/100. The biggest problem is extremely slow loading times, with your Largest Contentful Paint taking 10.6 seconds and First Contentful Paint at 5.2 seconds - far beyond Google's recommended thresholds. The main culprits are unused JavaScript (23 KB that could be removed), render-blocking CSS files, and oversized images that are larger than needed for their display size. Quick wins include removing 35% of unused JavaScript code, minifying third-party scripts, and properly sizing images, which together could save over 50 KB and reduce load times by several seconds.
Why It Matters:
35% of your JavaScript bundle (24KB) is unused, increasing LCP by 300ms and blocking page interactivity.
How to Fix:
Use Next.js bundle analyzer to identify unused code. Enable tree shaking in your webpack config. Split large chunks using dynamic imports and load components only when needed. Remove or lazy-load the Barion pixel tracking script.
Why It Matters:
CSS files are blocking first paint, delaying FCP by 300ms and hurting user experience.
How to Fix:
Move critical CSS inline using Next.js styled-jsx or CSS-in-JS solutions. Use next/dynamic with ssr: false for non-critical components. Defer the 15KB CSS chunk by splitting it into critical and non-critical parts.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Next.js Speed Tests
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.
1.5MB of unused JavaScript delays LCP by 13.8 seconds and blocks page interactivity.
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.