Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize learn.wowlearnings.org
Poor cache lifetimes for images force unnecessary re-downloads on repeat visits.
Configure next.config.js to set longer cache headers for static assets using custom headers. Set cache-control to 'public, max-age=31536000, immutable' for Next.js optimized images. Use CDN caching for course thumbnails with 1-year expiration.
A score of 70 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 with a score of 70/100, primarily due to excessive unused code that's slowing down the page. The biggest problem is that 281 KiB of unnecessary JavaScript and 29 KiB of unused CSS are being loaded, causing the largest content to take 5.6 seconds to appear—well beyond the recommended 2.5 seconds. The site is also suffering from render-blocking CSS files that delay initial page rendering by an estimated 550ms. Removing unused JavaScript and CSS, along with optimizing the loading sequence of critical resources, could improve the performance score by 15-20 points and dramatically reduce loading times for users.
Why It Matters:
CSS files are blocking initial render and delaying both LCP and FCP by 550ms.
How to Fix:
Move critical CSS inline in your Next.js pages using styled-jsx or CSS-in-JS. Configure next.config.js to split CSS chunks more efficiently. Use next/dynamic with ssr: false for non-critical components that load heavy CSS.
Why It Matters:
281KB of unused JavaScript is increasing LCP by 750ms and blocking main thread execution.
How to Fix:
Use Next.js bundle analyzer to identify unused code in your chunks. Implement dynamic imports for Google Analytics and other third-party scripts. Configure webpack to exclude unused polyfills and legacy browser support since you can target modern browsers.
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 files delay FCP by 750ms and contribute to the poor initial paint performance.
756 KiB of unused JavaScript delays LCP by 3.9 seconds and wastes 3.9 seconds of load time.
The redirect from commissions.gg to www.commissions.gg wastes 780ms and delays both FCP and LCP by 800ms each.
LCP element has 3.2 second render delay causing the poor 7-second LCP score.