Performance
· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
944 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
572 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.143
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.25 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.65 s
Page Load Progression
FPage Weight BudgetAction5.1 MB transferred, 153 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction97% third-party, 0 ms blockingFIX
DJS Execution CostAction3272ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://frontends.udemycdn.com/frontends-homepage/_next/static/chunks/pages/lohp-b6ea9acfc109d4a6.js | 1395ms | 1133ms | 2ms | 3rd |
| https://frontends.udemycdn.com/frontends-homepage/_next/static/chunks/pages/_app-b224ea5cbb64cb36.js | 377ms | 221ms | 32ms | 3rd |
| https://cdn.cookielaw.org/consent/25ab360c-347c-4a85-8b93-1e0326234b75/OtAutoBlock.js | 342ms | 86ms | 256ms | 3rd |
| https://frontends.udemycdn.com/frontends-homepage/_next/static/7X7PJwEDfA63XeUwLNJKc/_buildManifest.js | 314ms | 268ms | 0ms | 3rd |
| https://www.udemy.com/ | 232ms | 19ms | 1ms | 1st |
| Unattributable | 188ms | 8ms | 0ms | 3rd |
| https://frontends.udemycdn.com/frontends-homepage/_next/static/chunks/649-6254f0927693bd7b.js | 181ms | 76ms | 15ms | 3rd |
| https://www.udemy.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 88ms | 80ms | 1ms | 1st |
| https://frontends.udemycdn.com/frontends-homepage/_next/static/chunks/framework-8b7974553b1447ee.js | 80ms | 68ms | 8ms | 3rd |
| https://frontends.udemycdn.com/frontends-homepage/_next/static/chunks/1edf0483.9dfe51f2fe978bc8.js | 75ms | 69ms | 4ms | 3rd |
FJS BundlesAction23 scripts, 503 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://frontends.udemycdn.com/frontends-homepage/_next/static/chunks/pages/_app-b224ea5cbb64cb36.js | 322 KB | 203 KB (63%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202603.1.0/otBannerSdk.js | 130 KB | 107 KB (83%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 94 KB | 69 KB (74%) | ✓ | 3rd |
| https://frontends.udemycdn.com/frontends-homepage/_next/static/chunks/649-6254f0927693bd7b.js | 154 KB | 63 KB (41%) | ✓ | 3rd |
| https://frontends.udemycdn.com/frontends-homepage/_next/static/chunks/163-715a7e94cdaaa4ee.js | 93 KB | 40 KB (43%) | ✓ | 3rd |
| https://frontends.udemycdn.com/frontends-homepage/_next/static/chunks/1edf0483.9dfe51f2fe978bc8.js | 51 KB | 22 KB (43%) | ✓ | 3rd |
| https://frontends.udemycdn.com/frontends-homepage/_next/static/chunks/28d6da4e-51830bc1bc67c125.js | 2 KB | — | ✓ | 3rd |
| https://frontends.udemycdn.com/frontends-homepage/_next/static/7X7PJwEDfA63XeUwLNJKc/_buildManifest.js | 1 KB | — | ✓ | 3rd |
| https://frontends.udemycdn.com/frontends-homepage/_next/static/chunks/6f804df0-ce3e93b723b6385a.js | 2 KB | — | ✓ | 3rd |
| https://frontends.udemycdn.com/frontends-homepage/_next/static/chunks/48512dd7-e4050b33c5a5dc02.js | 1 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
CImage OptimizationAction42 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BHTTP Cachings-maxage=14400, stale-while-revalidateREVIEW
s-maxage=14400, stale-while-revalidate
| Directive | Value | Meaning |
|---|---|---|
| s-maxage | 14400 | CDN caches for 4 hours |
| stale-while-revalidate | — | Serve stale while revalidating |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (1150 KB)PASS
Web fonts
6
1150 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~479 KB and ~958 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall153 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
frontends.udemycdn.com frontends.udemycdn.com | Other | 1395ms | 26 KB | — | $19/mo | Costly |
frontends.udemycdn.com frontends.udemycdn.com | Other | 377ms | 322 KB | 63% | $5/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 342ms | 1119 KB | — | $5/mo | Essential |
frontends.udemycdn.com frontends.udemycdn.com | Other | 314ms | 1 KB | — | $4/mo | Costly |
Unattributable Unattributable | Other | 188ms | 0 KB | — | $2/mo | Optional |
frontends.udemycdn.com frontends.udemycdn.com | Other | 181ms | 154 KB | 41% | $2/mo | Optional |
frontends.udemycdn.com frontends.udemycdn.com | Other | 80ms | 42 KB | — | $1/mo | Optional |
frontends.udemycdn.com frontends.udemycdn.com | Other | 75ms | 51 KB | 43% | $1/mo | Optional |
These scripts may cost more than they're worth
- frontends.udemycdn.com adds 1395ms and costs ~$19/month
- frontends.udemycdn.com adds 377ms and costs ~$5/month
- frontends.udemycdn.com adds 314ms and costs ~$4/month
90% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
frontends.udemycdn.com takes 1395ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
frontends.udemycdn.com takes 377ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
63% of frontends.udemycdn.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
frontends.udemycdn.com takes 314ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev