Performance
· 17 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.86 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.77 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
115 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.86 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.
7.84 s
Page Load Progression
DPage Weight BudgetAction2.2 MB transferred, 35 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction35 resources · 2.2 MB · 24 KB savings availableFIX
~23.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 35 resources | 2.2 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization21 images, 0 KB saveableREVIEW
CJS Execution CostAction1036ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 421ms | 7ms | 0ms | 3rd |
| https://statics.teams.cdn.live.net/teams-modular-packages/hashed-assets/661-edceffffc9127949.js | 369ms | 306ms | 13ms | 3rd |
| https://teams.live.com/free?source=skype | 246ms | 29ms | 3ms | 3rd |
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 LoadingNo web fonts (system fonts)PASS
A+JS Bundles5 scripts, 24 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://statics.teams.cdn.live.net/teams-modular-packages/hashed-assets/688-aefeb25c1246ebc0.js | 33 KB | 24 KB (74%) | ✓ | 3rd |
| https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 274 KB | — | ✓ | 3rd |
| https://statics.teams.cdn.live.net/teams-modular-packages/hashed-assets/661-edceffffc9127949.js | 60 KB | — | ✓ | 3rd |
| https://statics.teams.cdn.live.net/teams-modular-packages/hashed-assets/unauth-fbe3727c016f3dea.js | 7 KB | — | ✓ | 3rd |
| https://statics.teams.cdn.live.net/teams-modular-packages/hashed-assets/authCallback-0e93e6e8e0459ec7.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
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall35 requests over 3890msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 421ms | 0 KB | — | $6/mo | Costly |
statics.teams.cdn.live.net statics.teams.cdn.live.net | Other | 369ms | 60 KB | — | $5/mo | Costly |
teams.live.com teams.live.com | Other | 246ms | 14 KB | — | $3/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 421ms and costs ~$6/month
- statics.teams.cdn.live.net adds 369ms and costs ~$5/month
- teams.live.com adds 246ms and costs ~$3/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 421ms 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
statics.teams.cdn.live.net takes 369ms 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
teams.live.com takes 246ms 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