PERFORMANCE
- 🔥Largest Contentful Paint is 10.1s, which is less 'learn DS & Algorithms' and more 'wait while the kitchen catches up.'
Your course page loads like it’s compiling the syllabus in real time, and the browser is not impressed.
- →Compress hero images and switch them to WebP/AVIF so the hero stops dragging on LCP.LCP: 10.1 sImpact: highEffort: medium
Why this matters
A 10.1s LCP is the kind of delay that makes users question whether the course page is loading or just thinking about it.
- →Defer non-critical JavaScript and reduce render-blocking resources to cut main-thread clog.TBT: 740 msImpact: highEffort: medium
Why this matters
740ms of blocking time is enough to make interactions feel sticky on a page meant to move learners toward contact.
- →Enable CDN caching and serve static assets with long cache TTLs so repeat visits don’t rehearse the same delay.FCP: 3.6 sImpact: mediumEffort: low
Why this matters
A 3.6s first paint means the page is spending too long getting its first sentence out, which hurts speed perception and ad traffic efficiency.
