Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize khoji.connect.happythoughts.in
Images waste 1,259 KB with oversized dimensions and outdated formats, directly impacting LCP performance.
Use Next.js Image component with proper width/height props for automatic optimization. Configure next.config.js with formats: ['image/webp', 'image/avif'] for modern formats. Resize the 896x1280 thumbnails to match 648x926 display dimensions.
A score of 40 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/React site has severe performance issues with a critically low score of 40/100. The biggest problem is excessive JavaScript execution taking 3.0 seconds to run, which is causing a devastating 20.3-second Largest Contentful Paint and making the page unusable for visitors. The site is loading nearly 5MB of resources including oversized images and contains 540KB of unused JavaScript code that should be removed or split into smaller chunks. Optimizing the JavaScript bundles, compressing images, and implementing code splitting could dramatically improve load times and user experience.
Why It Matters:
JavaScript execution takes 3 seconds blocking the main thread and causes 1.4s Total Blocking Time, severely impacting user interactions.
How to Fix:
Configure Next.js bundle analyzer to identify large chunks. Split the 742KB chunk using dynamic imports for route-based code splitting. Remove unused dependencies and consider lazy loading non-critical components with React.lazy().
Why It Matters:
Unnecessary polyfills add 23KB of unused code that can be eliminated for modern browser support.
How to Fix:
Update Next.js browserslist config to target modern browsers (>0.3%, not dead). Configure Babel preset-env with browserslist integration to avoid transpiling Array.prototype.at, Object.hasOwn and other modern features. Remove manual polyfills from dependencies.
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.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Next.js Speed Tests
Render-blocking CSS is delaying LCP by 1.95 seconds, preventing the page from displaying content quickly.
Critical CSS files are blocking initial page render and delaying LCP by 200ms.
JavaScript takes 10.5 seconds to execute, blocking the main thread and preventing user interactions for 4.3 seconds.
Removing 3,139 KiB of unused JavaScript will reduce network transfer time and improve LCP by 12 seconds.