Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize wefeedraw.com
792 KiB of unused JavaScript delays LCP by 3.4 seconds and blocks user interactions for 2.4 seconds.
Implement Next.js dynamic imports for Chargebee, accessibility scripts, and other non-critical components. Use next/dynamic with ssr: false for client-only features. Split large bundles using webpack-bundle-analyzer to identify unused code paths.
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 site has poor performance with a score of 46/100, indicating significant user experience issues. The biggest problem is excessive unused JavaScript (792 KiB of wasted code), particularly from third-party services like Chargebee and accessibility apps, which is dramatically slowing down page load times and causing a terrible Largest Contentful Paint of 12.2 seconds. The site is also serving 89 KiB of outdated JavaScript polyfills that modern browsers don't need, and has inefficient caching that could save an additional 550 KiB on repeat visits. Removing unused JavaScript, updating the build process to eliminate legacy polyfills, and implementing proper caching could potentially improve the performance score by 30+ points and reduce load times by several seconds.
Why It Matters:
89 KiB of unnecessary polyfills delays LCP by 300ms for modern browsers that support these features natively.
How to Fix:
Configure Next.js with a modern browserslist target excluding legacy browsers. Update Klaviyo and Facebook Pixel to use modern JavaScript builds. Use differential serving with Next.js to send ES6+ code to modern browsers while keeping polyfills for legacy ones only.
Why It Matters:
Hero image lacks fetchpriority='high' attribute which could improve LCP loading performance.
How to Fix:
Add fetchpriority='high' to your Next.js Image component for the hero image. Use Next.js Image priority prop to preload critical above-the-fold images. Ensure hero images use responsive sizes prop for optimal loading across devices.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Next.js Speed Tests
Hero image lacks fetchpriority='high' attribute which could improve LCP loading performance.
89 KiB of unnecessary polyfills delays LCP by 300ms for modern browsers that support these features natively.
Images are served at larger dimensions than displayed, wasting 39 KiB of bandwidth and slowing perceived load time.
238 KiB of unused JavaScript is delaying LCP by 450ms and blocking main thread execution.
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.