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.
727 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
733 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
86 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
727 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.45 s
Page Load Progression
BThird-Party Impact59% third-party, 0 ms blockingREVIEW
BImage Optimization23 images, 0 KB saveableREVIEW
BJS Execution Cost677ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 155ms | 6ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-MQ7767QQQW&cx=c>m=4e6411 | 127ms | 100ms | 18ms | 3rd |
| https://www.mozilla.org/en-US/ | 122ms | 4ms | 0ms | 1st |
| https://www.mozilla.org/media/js/newsletter.988c40f6c26c.js | 119ms | 2ms | 0ms | 1st |
| https://transcend-cdn.com/cm/d556c3a1-e57c-4bdf-a490-390a1aebf6dd/ui.js | 90ms | 72ms | 13ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MW3R8V&l=dataLayer | 65ms | 48ms | 14ms | 3rd |
CJS BundlesAction15 scripts, 202 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-MQ7767QQQW&cx=c>m=4e6411 | 175 KB | 70 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MW3R8V&l=dataLayer | 125 KB | 59 KB (48%) | ✓ | 3rd |
| https://transcend-cdn.com/cm/d556c3a1-e57c-4bdf-a490-390a1aebf6dd/ui.js | 99 KB | 45 KB (46%) | ✓ | 3rd |
| https://transcend-cdn.com/cm/d556c3a1-e57c-4bdf-a490-390a1aebf6dd/airgap.js | 52 KB | 28 KB (54%) | ✓ | 3rd |
| https://www.mozilla.org/media/js/fxa.f30434397531.js | 3 KB | — | ✓ | 1st |
| https://www.mozilla.org/media/js/lib.c244ff81b28a.js | 6 KB | — | ✓ | 1st |
| https://www.mozilla.org/media/js/sentry.31edfa94a7f6.js | 19 KB | — | ✓ | 1st |
| https://www.mozilla.org/media/js/data.a85f0425619e.js | 3 KB | — | ✓ | 1st |
| https://www.mozilla.org/media/js/m24-ui.71f62c655696.js | 4 KB | — | ✓ | 1st |
| https://www.mozilla.org/media/js/stub-attribution.819aeb6b157b.js | 3 KB | — | ✓ | 1st |
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
APage Weight Budget771 KB transferred, 53 requestsPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (107 KB)PASS
Web fonts
4
107 KB total
Render-blocking
0
of 4
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
A+HTTP Cachingmax-age=600 (10 minutes)PASS
max-age=600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 600 | Cache for 10 minutes |
Network Waterfall53 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 155ms | 0 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 127ms | 175 KB | 40% | €1/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 90ms | 99 KB | 46% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 65ms | 125 KB | 48% | €1/mo | Optional |
64% 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