Performance
· 16 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.
2.91 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.96 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.36 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.028
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.96 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.
18.96 s
Page Load Progression
DPage Weight BudgetAction2.4 MB transferred, 134 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 ImpactAction95% third-party, 0 ms blockingFIX
FJS Execution CostAction10177ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://d3njjcbhbojbot.cloudfront.net/webapps/r2-builds/br/front-page/en.app.065b0df2eb410c5e1c70.js | 3611ms | 3160ms | 160ms | 3rd |
| https://www.coursera.org/ | 3440ms | 55ms | 28ms | 1st |
| Unattributable | 905ms | 27ms | 0ms | 3rd |
| https://d3njjcbhbojbot.cloudfront.net/webapps/r2-builds/br/front-page/en.14.f1452cee01d415df84ac.js | 659ms | 485ms | 137ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5JKLVK&l=dataLayer | 630ms | 511ms | 103ms | 3rd |
| https://browser.sentry-cdn.com/7.116.0/bundle.tracing.min.js | 340ms | 126ms | 8ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-927621030&cx=c>m=4e6460 | 279ms | 237ms | 40ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11173242093&cx=c>m=4e6460 | 132ms | 99ms | 32ms | 3rd |
| https://d3njjcbhbojbot.cloudfront.net/webapps/r2-builds/br/front-page/13.0842390ff078322547ec.js | 117ms | 2ms | 114ms | 3rd |
| https://accounts.google.com/gsi/client | 64ms | 44ms | 19ms | 3rd |
FJS BundlesAction26 scripts, 699 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 | 153 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 | 94 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 OptimizationAction75 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
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 Hints7 hints, 0 missing preconnectsPASS
Current Resource Hints
7 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall134 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 | 3611ms | 429 KB | 36% | €58/mo | Costly |
Unattributable Unattributable | Other | 905ms | 0 KB | — | €14/mo | Costly |
d3njjcbhbojbot.cloudfront.net d3njjcbhbojbot.cloudfront.net | Other | 659ms | 287 KB | 36% | €11/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 630ms | 227 KB | 31% | €10/mo | Costly |
browser.sentry-cdn.com browser.sentry-cdn.com | Other | 340ms | 110 KB | 54% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 279ms | 139 KB | 49% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 132ms | 139 KB | 45% | €2/mo | Optional |
d3njjcbhbojbot.cloudfront.net d3njjcbhbojbot.cloudfront.net | Other | 117ms | 235 KB | 49% | €2/mo | Optional |
accounts.google.com accounts.google.com | Other | 64ms | 94 KB | 76% | €1/mo | Optional |
These scripts may cost more than they're worth
- d3njjcbhbojbot.cloudfront.net adds 3611ms and costs ~€58/month
- Unattributable adds 905ms and costs ~€14/month
- d3njjcbhbojbot.cloudfront.net adds 659ms and costs ~€11/month
- Google Tag Manager adds 630ms and costs ~€10/month
- browser.sentry-cdn.com adds 340ms and costs ~€5/month
- Google Tag Manager adds 279ms and costs ~€4/month
66% 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 3611ms 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 905ms 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
d3njjcbhbojbot.cloudfront.net takes 659ms 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
Google Tag Manager takes 630ms 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
browser.sentry-cdn.com takes 340ms 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
Google Tag Manager takes 279ms 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
76% of accounts.google.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