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.
606 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
675 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
75 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.
606 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.34 s
Page Load Progression
BThird-Party Impact59% third-party, 0 ms blockingREVIEW
BImage Optimization23 images, 0 KB saveableREVIEW
BJS Execution Cost586ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 159ms | 6ms | 0ms | 3rd |
| https://www.mozilla.org/en-US/ | 152ms | 5ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-MQ7767QQQW&cx=c>m=4e6460 | 118ms | 93ms | 18ms | 3rd |
| https://transcend-cdn.com/cm/d556c3a1-e57c-4bdf-a490-390a1aebf6dd/ui.js | 95ms | 78ms | 14ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MW3R8V&l=dataLayer | 61ms | 46ms | 13ms | 3rd |
CJS BundlesAction15 scripts, 203 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=4e6460 | 176 KB | 70 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MW3R8V&l=dataLayer | 126 KB | 60 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 Budget773 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 | 159ms | 0 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 118ms | 176 KB | 40% | €1/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 95ms | 99 KB | 46% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 61ms | 126 KB | 48% | €1/mo | Optional |
74% 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