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.
5.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.22 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.19 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.237
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.05 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.
27.75 s
Page Load Progression
FPage Weight BudgetAction5.6 MB transferred, 160 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 ImpactAction89% third-party, 0 ms blockingFIX
FJS Execution CostAction10302ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.loom.com/assets/js/embed-video-8f4922ebfad0a2f0.js | 2153ms | 1841ms | 261ms | 3rd |
| https://cdn.loom.com/assets/js/vendor-40-6abb717ab3231a67.js | 1735ms | 1564ms | 7ms | 3rd |
| https://www.loom.com/ | 1486ms | 28ms | 3ms | 1st |
| https://cdn.loom.com/assets/js/vendor-42-d0df3fb71ad4abfd.js | 1205ms | 98ms | 12ms | 3rd |
| Unattributable | 1124ms | 118ms | 0ms | 3rd |
| https://www.loom.com/_next/static/chunks/framework-94bcf14506ace93a.js | 857ms | 607ms | 16ms | 1st |
| https://www.loom.com/_next/static/chunks/pages/_app-67a2568e1fd2dd38.js | 375ms | 210ms | 101ms | 1st |
| https://cdn.loom.com/assets/js/vendor-36-c035baa3c8715172.js | 342ms | 313ms | 19ms | 3rd |
| https://cdn.loom.com/assets/js/vendor-41-b27b1cc1f2cf4533.js | 313ms | 213ms | 12ms | 3rd |
| https://cdn.loom.com/assets/js/vendor-11-9ada392e35cefcce.js | 149ms | 85ms | 45ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction79 scripts, 1.5 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.loom.com/assets/js/embed-video-8f4922ebfad0a2f0.js | 745 KB | 334 KB (45%) | ✓ | 3rd |
| https://cdn.loom.com/assets/js/vendor-518a401a-31c9c6e7b244dacd.js | 178 KB | 157 KB (88%) | ✓ | 3rd |
| https://www.loom.com/_next/static/chunks/pages/_app-67a2568e1fd2dd38.js | 229 KB | 148 KB (65%) | ✓ | 1st |
| https://cdn.loom.com/assets/js/vendor-1-24b8eadc1c473dfb.js | 59 KB | 58 KB (100%) | ✓ | 3rd |
| https://cdn.loom.com/assets/js/vendor-39-358b691d007642eb.js | 58 KB | 54 KB (94%) | ✓ | 3rd |
| https://cdn.loom.com/assets/js/vendor-26-3a9300c9ffbe37d4.js | 53 KB | 52 KB (99%) | ✓ | 3rd |
| https://cdn.loom.com/assets/js/vendor-15-dde030cc82ef5af8.js | 49 KB | 44 KB (92%) | ✓ | 3rd |
| https://cdn.loom.com/assets/js/vendor-41-b27b1cc1f2cf4533.js | 54 KB | 42 KB (79%) | ✓ | 3rd |
| https://cdn.loom.com/assets/js/vendor-36-c035baa3c8715172.js | 69 KB | 42 KB (62%) | ✓ | 3rd |
| https://cdn.loom.com/assets/js/vendor-35-dfffd377479ad1e6.js | 46 KB | 41 KB (90%) | ✓ | 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
BImage Optimization30 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (174 KB)PASS
Web fonts
5
174 KB total
Render-blocking
0
of 5
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 Hints10 hints, 0 missing preconnectsPASS
Current Resource Hints
10 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall160 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 |
|---|---|---|---|---|---|---|
cdn.loom.com cdn.loom.com | Other | 2153ms | 745 KB | 45% | €23/mo | Costly |
cdn.loom.com cdn.loom.com | Other | 1735ms | 24 KB | — | €19/mo | Costly |
cdn.loom.com cdn.loom.com | Other | 1205ms | 47 KB | — | €13/mo | Costly |
Unattributable Unattributable | Other | 1124ms | 0 KB | — | €12/mo | Costly |
cdn.loom.com cdn.loom.com | Other | 342ms | 69 KB | 62% | €4/mo | Costly |
cdn.loom.com cdn.loom.com | Other | 313ms | 54 KB | 79% | €3/mo | Costly |
cdn.loom.com cdn.loom.com | Other | 149ms | 37 KB | — | €2/mo | Optional |
cdn.loom.com cdn.loom.com | Other | 83ms | 18 KB | — | €1/mo | Optional |
atl-onetrust-wrapper.atlassian.com atl-onetrust-wrapper.atlassian.com | Other | 60ms | 32 KB | — | €1/mo | Optional |
cdn.loom.com cdn.loom.com | Other | 58ms | 178 KB | 88% | €1/mo | Optional |
cdn.loom.com cdn.loom.com | Other | 57ms | 59 KB | 100% | €1/mo | Optional |
These scripts may cost more than they're worth
- cdn.loom.com adds 2153ms and costs ~€23/month
- cdn.loom.com adds 1735ms and costs ~€19/month
- cdn.loom.com adds 1205ms and costs ~€13/month
- Unattributable adds 1124ms and costs ~€12/month
- cdn.loom.com adds 342ms and costs ~€4/month
- cdn.loom.com adds 313ms and costs ~€3/month
71% 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
cdn.loom.com takes 2153ms 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
cdn.loom.com takes 1735ms 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
cdn.loom.com takes 1205ms 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 1124ms 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
cdn.loom.com takes 342ms 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
62% of cdn.loom.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
cdn.loom.com takes 313ms 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
79% of cdn.loom.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
88% of cdn.loom.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
100% of cdn.loom.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