Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize deskfunnel.online
Missing width/height attributes on images can cause layout shifts during loading.
Add explicit width and height props to all Next.js Image components. For the main image, set width={609} height={917} to match display dimensions. Use aspect-ratio CSS property as fallback for responsive behavior.
A score of 69 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 69/100, primarily due to an extremely slow Largest Contentful Paint of 7.5 seconds. The biggest culprit is a redirect chain that's adding 780ms of delay before the page even starts loading, followed by images that aren't properly optimized or preloaded. The site is also loading 386 KiB of unused JavaScript and serving resources with poor caching strategies. Fixing the redirect, adding proper image dimensions and preload hints for the LCP image, and eliminating unused code could improve the score by 25+ points and dramatically speed up the initial page load.
Why It Matters:
Your LCP image takes 7.5 seconds to load, causing the worst Core Web Vital score.
How to Fix:
Add fetchpriority='high' to the main image element. Use Next.js Image component with priority prop for automatic optimization. Implement image preloading with <link rel='preload' as='image'> in the head section.
Why It Matters:
386 KiB of unused JavaScript delays page interactivity by 1.8 seconds.
How to Fix:
Enable Next.js bundle analyzer to identify dead code. Split large chunks using dynamic imports for non-critical components. Remove or defer Facebook Pixel and other tracking scripts until after page load using Next.js Script component with strategy='afterInteractive'.
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
386 KiB of unused JavaScript delays page interactivity by 1.8 seconds.
Your LCP image takes 7.5 seconds to load, causing the worst Core Web Vital score.
386KB of unused JavaScript code increases bundle size and delays interactivity by over 2 seconds.
The redirect from deskfunnel.online to www.deskfunnel.online adds 780ms delay before any content can load.