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.
3.70 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.72 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.053
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.70 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.
16.50 s
Page Load Progression
DPage Weight BudgetAction2.1 MB transferred, 62 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
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4193ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 662ms | 14ms | 0ms | 3rd |
| https://ubuntu.com/ | 608ms | 252ms | 5ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-5LTL1CNEJM&cx=c>m=4e6460 | 446ms | 360ms | 58ms | 3rd |
| https://ubuntu.com/static/js/src/navigation.js?v=6fd1493 | 362ms | 20ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-608589488&cx=c>m=4e6460 | 340ms | 251ms | 35ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-PGQQ61N4N6&cx=c>m=4e6460 | 326ms | 256ms | 48ms | 3rd |
| https://ubuntu.com/static/js/dist/main.js?v=a3482bc | 262ms | 191ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-604028040&cx=c>m=4e6460 | 221ms | 171ms | 49ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-1012391776&cx=c>m=4e6460 | 183ms | 140ms | 33ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-10451423&cx=c>m=4e6460 | 177ms | 140ms | 36ms | 3rd |
Showing top 10 of 16 scripts
FJS BundlesAction20 scripts, 683 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-PGQQ61N4N6&cx=c>m=4e6460 | 175 KB | 115 KB (66%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-5LTL1CNEJM&cx=c>m=4e6460 | 174 KB | 107 KB (62%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-PGQQ61N4N6&cx=c>m=4e6460 | 175 KB | 70 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-604028040&cx=c>m=4e6460 | 136 KB | 69 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-1012391776&cx=c>m=4e6460 | 133 KB | 66 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K92JCQ | 181 KB | 65 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-10451423&cx=c>m=4e6460 | 129 KB | 65 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-5LTL1CNEJM&cx=c>m=4e6460 | 174 KB | 63 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-608589488&cx=c>m=4e6460 | 144 KB | 63 KB (44%) | ✓ | 3rd |
| https://ubuntu.com/static/js/src/cookie-policy-with-callback.js?v=7706833 | 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization13 images, 0 KB saveableREVIEW
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 Loading4 fonts (293 KB)PASS
Web fonts
4
293 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 Hints9 hints, 0 missing preconnectsPASS
Current Resource Hints
9 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall62 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 | 662ms | 0 KB | — | €7/mo | Costly |
ubuntu.com ubuntu.com | Other | 608ms | 37 KB | — | €7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 446ms | 174 KB | 36% | €5/mo | Costly |
ubuntu.com ubuntu.com | Other | 362ms | 12 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 340ms | 144 KB | 44% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 326ms | 175 KB | 40% | €4/mo | Costly |
ubuntu.com ubuntu.com | Other | 262ms | 37 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 221ms | 136 KB | 51% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 183ms | 133 KB | 49% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 177ms | 129 KB | 50% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 154ms | 181 KB | 36% | €2/mo | Optional |
assets.ubuntu.com assets.ubuntu.com | Other | 110ms | 5 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 102ms | 175 KB | 66% | €1/mo | Optional |
w.usabilla.com w.usabilla.com | Other | 99ms | 14 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 75ms | 174 KB | 62% | €1/mo | Optional |
ubuntu.com ubuntu.com | Other | 65ms | 118 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 662ms and costs ~€7/month
- ubuntu.com adds 608ms and costs ~€7/month
- Google Tag Manager adds 446ms and costs ~€5/month
- ubuntu.com adds 362ms and costs ~€4/month
- Google Tag Manager adds 340ms and costs ~€4/month
- Google Tag Manager adds 326ms and costs ~€4/month
- ubuntu.com adds 262ms and costs ~€3/month
- Google Tag Manager adds 221ms and costs ~€2/month
100% 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
Unattributable takes 662ms 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
ubuntu.com takes 608ms 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 446ms 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
ubuntu.com takes 362ms 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 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
Google Tag Manager takes 326ms 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
ubuntu.com takes 262ms 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 221ms 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
51% of Google Tag Manager'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
50% of Google Tag Manager'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
66% of Google Tag Manager'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
62% of Google Tag Manager'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