Performance
· 22 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.
462 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.48 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
243 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.
781 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.
2.49 s
Page Load Progression
FPage Weight BudgetAction3.3 MB transferred, 27 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS BundlesAction7 scripts, 582 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.icloud.com/system/icloud.com/2618Build21/en-us/main.js | 769 KB | 515 KB (67%) | ✓ | 3rd |
| https://www.icloud.com/system/icloud.com/2618Build21/en-us/RootComponentRoute.js | 91 KB | 66 KB (74%) | ✗ | 3rd |
| blob:https://www.icloud.com/b8aa32a7-b28e-4bde-8926-91f87f7ffc1b | 0 KB | — | ✓ | 3rd |
| https://www.icloud.com/system/icloud.com/2618Build21/en-us/vendors~RootComponentRoute.js | 33 KB | — | ✗ | 3rd |
| https://appleid.cdn-apple.com/appleauth/static/jsapi/authService.latest.min.js | 15 KB | — | ✓ | 3rd |
| https://www.icloud.com/system/icloud.com/2618Build21/en-us/vendors~Routes-HomePageRoute.js | 347 KB | — | ✓ | 3rd |
| https://www.icloud.com/system/icloud.com/2618Build21/en-us/Routes-HomePageRoute.js | 128 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
FPage Weight InventoryAction27 resources · 3.3 MB · 582 KB savings availableFIX
~581.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 27 resources | 3.3 MiB | ||||||
BImage Optimization7 images, 0 KB saveableREVIEW
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BMain HTML Cache-ControlMain HTML max-age=3600 (~60min)REVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+JS Execution Cost478ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.icloud.com/system/icloud.com/2618Build21/en-us/main.js | 334ms | 236ms | 91ms | 3rd |
| https://www.icloud.com/ | 79ms | 16ms | 2ms | 3rd |
| Unattributable | 66ms | 5ms | 0ms | 1st |
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence1 server-response signal(s) detectedPASS
AHTTP Cachingmax-age=3600 (1 hour)PASS
max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 3600 | Cache for 1 hour |
Network Waterfall27 requests over 594msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.icloud.com www.icloud.com | Other | 334ms | 769 KB | 67% | $4/mo | Costly |
www.icloud.com www.icloud.com | Other | 79ms | 11 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.icloud.com adds 334ms and costs ~$4/month
86% 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
www.icloud.com takes 334ms 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
67% of www.icloud.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
Image Optimization4 images, 314 KB total, 183 KB wastedINFO
Image Optimization Audit
Total Images
4
Total Size
314 KB
Oversized
1
Wasted
183 KB