Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize concordseminars.com
Product images are 12.8 MB total with poor LCP of 12 seconds due to oversized JPEGs.
Use Next.js Image component with priority prop for above-fold images and responsive sizes. Convert images to WebP/AVIF using next-optimized-images or sharp. Resize source images to match display dimensions (704x469) instead of serving 4791x3258 files.
A score of 46 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 score of 46/100. The biggest problem is massive JavaScript bloat, causing users to wait over 28 seconds for the page to become interactive and 12 seconds for the main content to appear. The site is loading 280 KiB of unused JavaScript and 12+ MB of oversized images that aren't optimized for web delivery. Removing unused code, compressing images to modern formats like WebP, and implementing proper caching could improve the score by 30+ points and dramatically reduce load times from nearly half a minute to under 5 seconds.
Why It Matters:
280 KiB of unused JavaScript delays LCP by 1.7 seconds and blocks main thread execution.
How to Fix:
Configure Next.js to split chunks more aggressively by adding 'experimental: { optimizeCss: true }' to next.config.js. Use dynamic imports for non-critical components with next/dynamic. Remove or defer Google Tag Manager until after page load using Next.js Script component with strategy='afterInteractive'.
Why It Matters:
Missing image dimensions cause layout shifts and poor caching wastes 120 KiB on repeat visits.
How to Fix:
Add explicit width/height props to all Next.js Image components to prevent CLS. Configure Cache-Control headers in next.config.js for static assets with 'headers' array setting max-age=31536000 for images. Set Facebook Pixel cache headers via middleware or CDN rules.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Next.js Speed Tests
Missing image dimensions cause layout shifts and poor caching wastes 120 KiB on repeat visits.
280 KiB of unused JavaScript delays LCP by 1.7 seconds and blocks main thread execution.
1,308 KiB of unused JavaScript increases bundle size and delays LCP by 150ms.
JavaScript execution takes 2.2 seconds and blocks main thread, causing 24-second Time to Interactive.
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.