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.05 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.40 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.40 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.
13.26 s
Page Load Progression
FPage Weight BudgetAction4.0 MB transferred, 32 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
DJS Execution CostAction2441ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.icloud.com/system/icloud.com/2612Build21/en-us/main.js | 1596ms | 1100ms | 457ms | 3rd |
| Unattributable | 362ms | 15ms | 0ms | 3rd |
| https://www.icloud.com/ | 270ms | 49ms | 8ms | 3rd |
| https://www.icloud.com/system/icloud.com/2612Build21/en-us/RootComponentRoute.js | 116ms | 35ms | 78ms | 3rd |
| https://www.icloud.com/system/icloud.com/2612Build21/en-us/main.css | 96ms | 0ms | 0ms | 3rd |
FJS BundlesAction7 scripts, 577 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.icloud.com/system/icloud.com/2612Build21/en-us/main.js | 764 KB | 512 KB (67%) | ✓ | 3rd |
| https://www.icloud.com/system/icloud.com/2612Build21/en-us/RootComponentRoute.js | 88 KB | 65 KB (74%) | ✗ | 3rd |
| blob:https://www.icloud.com/c65d2eff-fa3f-428c-b0e2-6e812d5b3076 | 0 KB | — | ✓ | 3rd |
| https://appleid.cdn-apple.com/appleauth/static/jsapi/authService.latest.min.js | 14 KB | — | ✓ | 3rd |
| https://www.icloud.com/system/icloud.com/2612Build21/en-us/vendors~RootComponentRoute.js | 32 KB | — | ✗ | 3rd |
| https://www.icloud.com/system/icloud.com/2612Build21/en-us/vendors~Routes-HomePageRoute.js | 347 KB | — | ✓ | 3rd |
| https://www.icloud.com/system/icloud.com/2612Build21/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 InventoryAction32 resources · 4.0 MB · 577 KB savings availableFIX
~576.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 32 resources | 4.0 MiB | ||||||
BImage Optimization7 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 (688 KB)PASS
Web fonts
4
688 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~344 KB and ~688 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints13 hints, 0 missing preconnectsPASS
Current Resource Hints
13 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=3600 (1 hour)PASS
max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 3600 | Cache for 1 hour |
Network Waterfall32 requests over 782msINFO
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 | 1596ms | 764 KB | 67% | $21/mo | Costly |
Unattributable Unattributable | Other | 362ms | 0 KB | — | $5/mo | Costly |
www.icloud.com www.icloud.com | Other | 270ms | 11 KB | — | $4/mo | Costly |
www.icloud.com www.icloud.com | Other | 116ms | 88 KB | 74% | $2/mo | Optional |
www.icloud.com www.icloud.com | Other | 96ms | 47 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.icloud.com adds 1596ms and costs ~$21/month
- Unattributable adds 362ms and costs ~$5/month
- www.icloud.com adds 270ms and costs ~$4/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
www.icloud.com takes 1596ms 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
Unattributable 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
www.icloud.com takes 270ms 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
74% 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