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.
932 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.01 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
184 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.519
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.15 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.
3.64 s
Page Load Progression
DPage Weight BudgetAction2.2 MB transferred, 136 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
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 ImpactAction94% third-party, 0 ms blockingFIX
DJS Execution CostAction2330ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.coursera.org/ | 940ms | 13ms | 6ms | 1st |
| https://d3njjcbhbojbot.cloudfront.net/webapps/r2-builds/br/front-page/en.app.065b0df2eb410c5e1c70.js | 746ms | 625ms | 53ms | 3rd |
| Unattributable | 242ms | 8ms | 0ms | 3rd |
| https://d3njjcbhbojbot.cloudfront.net/webapps/r2-builds/br/front-page/en.14.f1452cee01d415df84ac.js | 153ms | 121ms | 29ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5JKLVK&l=dataLayer | 97ms | 82ms | 14ms | 3rd |
| https://browser.sentry-cdn.com/7.116.0/bundle.tracing.min.js | 94ms | 26ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-927621030&cx=c>m=4e6460 | 58ms | 45ms | 13ms | 3rd |
FJS BundlesAction26 scripts, 698 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://d3njjcbhbojbot.cloudfront.net/webapps/r2-builds/br/front-page/en.app.065b0df2eb410c5e1c70.js | 429 KB | 152 KB (36%) | ✓ | 3rd |
| https://d3njjcbhbojbot.cloudfront.net/webapps/r2-builds/br/front-page/13.0842390ff078322547ec.js | 235 KB | 113 KB (49%) | ✓ | 3rd |
| https://d3njjcbhbojbot.cloudfront.net/webapps/r2-builds/br/front-page/en.14.f1452cee01d415df84ac.js | 287 KB | 102 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5JKLVK&l=dataLayer | 227 KB | 71 KB (31%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 70 KB (76%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-927621030&cx=c>m=4e6460 | 139 KB | 68 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11173242093&cx=c>m=4e6460 | 139 KB | 62 KB (45%) | ✓ | 3rd |
| https://browser.sentry-cdn.com/7.116.0/bundle.tracing.min.js | 110 KB | 60 KB (54%) | ✓ | 3rd |
| https://d3njjcbhbojbot.cloudfront.net/webapps/r2-builds/br/front-page/1.d2268f2ea683a4c6989b.js | 25 KB | — | ✓ | 3rd |
| https://d3njjcbhbojbot.cloudfront.net/webapps/r2-builds/br/front-page/en.6.78306b0eb46f49a1116b.js | 5 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
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, must-revalidate, max-age=0
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| must-revalidate | — | Must recheck with server after expiry |
| max-age | 0 | Cache for 0 seconds |
CImage OptimizationAction77 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.
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (29 KB)PASS
Web fonts
1
29 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall136 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 |
|---|---|---|---|---|---|---|
d3njjcbhbojbot.cloudfront.net d3njjcbhbojbot.cloudfront.net | Other | 746ms | 429 KB | 36% | €12/mo | Costly |
Unattributable Unattributable | Other | 242ms | 0 KB | — | €4/mo | Costly |
d3njjcbhbojbot.cloudfront.net d3njjcbhbojbot.cloudfront.net | Other | 153ms | 287 KB | 36% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 97ms | 227 KB | 31% | €2/mo | Optional |
browser.sentry-cdn.com browser.sentry-cdn.com | Other | 94ms | 110 KB | 54% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 58ms | 139 KB | 49% | €1/mo | Optional |
These scripts may cost more than they're worth
- d3njjcbhbojbot.cloudfront.net adds 746ms and costs ~€12/month
- Unattributable adds 242ms and costs ~€4/month
60% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
d3njjcbhbojbot.cloudfront.net takes 746ms 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
Unattributable takes 242ms 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
54% of browser.sentry-cdn.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