Skip to content
https://icloud-content.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
79
GRADE
C
FIX
4
REVIEW
4
PASS
7
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

55
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
89
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

14.44 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

16.40 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

19 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.

14.44 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.40 s

Page Load Progression

485 ms
970 ms
1.5 s
1.9 s
2.4 s
2.9 s
3.4 s
3.9 s
Checks
17
7 PASS 4 REVIEW 4 FIX
D
Page Weight Budget
Action
2.5 MB transferred, 53 requests
FIX
2.5 MB transferred, 53 requests
Warning::
Page weighs 2.5 MB (2.5 MB transferred)
Info::
CSS is 1.2 MB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 1.2 MB
Info::
Fonts are 718 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 718 KB
Info::
53 HTTP requests
Info::
Estimated 0.52 g CO2 per page load
2.5 MB / 2.4 MB budget
2.5 MB transferred
53 requests
0.52 g CO2 per page load
CSS 1.2 MiB 48%
Fonts 717.7 KiB 28%
JavaScript 283.9 KiB 11%
Images 190.9 KiB 8%
HTML 93.6 KiB 4%
Other 19.1 KiB 1%
Other 4.6 KiB 0%
0 2.4 MB 4.9 MB
Over budget

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.5 MiB of 2.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
53 resources · 2.5 MB · 63 KB savings available
FIX
53 resources · 2.5 MB · 63 KB savings available
Warning::
Page weight 1.5 MB over 1MB target
Got: 2.5 MB Expected: ≤ 1 MB
Info::
~63 KB of savings available
Warning::
52 third-party resources (100% of weight)
Info::
3 resources over 200KB
53 resources · 2.5 MiB · 52 third-party 1.5 MiB over 1MB target
CSS 48% · 1.2 MiB
Font 28% · 717.7 KiB
JavaScript 11% · 283.9 KiB
Image 8% · 208.8 KiB
Document 4% · 93.6 KiB
Other 0% · 5.7 KiB

~63.0 KiB of savings available

Remove unused JavaScript: 63.0 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
9 images, 0 KB saveable
REVIEW
9 images, 0 KB saveable
Warning::
https://developer.apple.com/assets/elements/icons/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://developer.apple.com/assets/elements/icons/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
9 images 191 KB
0 oversized -0 KB
8 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1418ms total JS execution
REVIEW
1418ms total JS execution
Warning::
https://developer.apple.com/icloud/: 542ms CPU time
Warning::
https://developer.apple.com/assets/scripts/ac-loca...: 331ms CPU time
Warning::
Unattributable: 296ms CPU time
Info::
https://developer.apple.com/assets/metrics/scripts...: 124ms CPU time
Info::
https://developer.apple.com/assets/styles/global.d...: 69ms CPU time
Warning::
Third-party scripts: 1418ms (100% of total)

Main Thread Breakdown

Other 41% Style & Layout 33% Script Evaluation 12% Rendering 6% Parse HTML & CSS 6%
ScriptTotalScriptingParse/CompileParty
https://developer.apple.com/icloud/542ms38ms3ms3rd
https://developer.apple.com/assets/scripts/ac-localnav.built.js331ms37ms4ms3rd
Unattributable296ms7ms0ms3rd
https://developer.apple.com/assets/metrics/scripts/analytics.js124ms11ms7ms3rd
https://developer.apple.com/assets/styles/global.dist.css?5117265708369ms0ms0ms3rd
https://developer.apple.com/assets/scripts/lib/jquery/jquery-3.6.0.min.js?4523260803057ms35ms10ms3rd
B
JS Bundles
15 scripts, 63 KB unused
REVIEW
15 scripts, 63 KB unused
Warning::
https://developer.apple.com/assets/scripts/lib/jqu...: 63 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://developer.apple.com/assets/metrics/scripts...: unminified — 3 KB could be saved
Info::
Total unused JavaScript: 63 KB
63 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://developer.apple.com/assets/scripts/lib/jquery/jquery-3.6.0.min.js?4523260803089 KB63 KB (72%)3rd
https://developer.apple.com/assets/scripts/settings.js?452326080302 KB3rd
https://developer.apple.com/assets/scripts/language-locales.js?452326080302 KB3rd
https://developer.apple.com/assets/scripts/DeveloperBreadcrumbs.js?452326080306 KB3rd
https://developer.apple.com/assets/metrics/scripts/analytics-module.js?452326080306 KB3rd
https://developer.apple.com/assets/scripts/global-logout.js?452326080302 KB3rd
https://developer.apple.com/assets/scripts/suggest-lang.js?031626260575 KB3rd
https://developer.apple.com/assets/scripts/ac-globalnav.built.js?0117263805716 KB3rd
https://developer.apple.com/assets/metrics/scripts/analytics.js83 KB3rd
https://developer.apple.com/assets/scripts/ac-localnav.built.js52 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
6 fonts (718 KB)
PASS
6 fonts (718 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

718 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 14.4 s LCP 16.4 shttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold.woff2sf-pro-display_semibold... https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold.woff2 — 127.2 KiB — 19 ms — font-display: swaphttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular.woff2sf-pro-text_regular.woff2 https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular.woff2 — 216.2 KiB — 22 ms — font-display: swaphttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold.woff2sf-pro-text_semibold.woff2 https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold.woff2 — 229.6 KiB — 15 ms — font-display: swaphttps://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_regular.woff2sf-pro-icons_regular.woff2 https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_regular.woff2 — 14.6 KiB — 9 ms — font-display: swaphttps://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular.woff2sf-pro-display_regular.... https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular.woff2 — 115.1 KiB — 12 ms — font-display: swaphttps://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_semibold.woff2sf-pro-icons_semibold.w... https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_semibold.woff2 — 15.0 KiB — 11 ms — font-display: swap
sf-pro-display_semibold... woff2 swap
Size 127 KB
Load time 19 ms
Start 557 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
sf-pro-text_regular.woff2 woff2 swap
Size 216 KB
Load time 22 ms
Start 557 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
sf-pro-text_semibold.woff2 woff2 swap
Size 230 KB
Load time 15 ms
Start 557 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
sf-pro-icons_regular.woff2 woff2 swap
Size 15 KB
Load time 9 ms
Start 636 ms
Risk FOUT — text flashes from fallback to web font
sf-pro-display_regular.... woff2 swap
Size 115 KB
Load time 12 ms
Start 636 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
sf-pro-icons_semibold.w... woff2 swap
Size 15 KB
Load time 11 ms
Start 637 ms
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
53 requests over 1038ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 14.4 s LCP 16.4 shttps://icloud-content.com// https://icloud-content.com/ — 301 — 191 B — 320 ms — http/1.1https://developer.apple.com/icloud/developer.apple.com/icloud/ https://developer.apple.com/icloud/ — 200 — 93.6 KiB — 14 ms — http/1.1https://developer.apple.com/assets/styles/global.dist.css?51172657083developer.apple.com/assets/styles/g... https://developer.apple.com/assets/styles/global.dist.css?51172657083 — 200 — 928.4 KiB — 37 ms — http/1.1https://sf-saas.cdn-apple.com/2.4.0-beta.0/animations/all.csssf-saas.cdn-apple.com/2.4.0-beta.0/... https://sf-saas.cdn-apple.com/2.4.0-beta.0/animations/all.css — -1 — 0 B — 55 ms — https://developer.apple.com/assets/styles/localization.css?54232608030developer.apple.com/assets/styles/l... https://developer.apple.com/assets/styles/localization.css?54232608030 — 200 — 18.4 KiB — 15 ms — http/1.1https://developer.apple.com/assets/scripts/lib/jquery/jquery-3.6.0.min.js?45232608030developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/lib/jquery/jquery-3.6.0.min.js?45232608030 — 200 — 88.7 KiB — 20 ms — http/1.1https://developer.apple.com/assets/scripts/settings.js?45232608030developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/settings.js?45232608030 — 200 — 2.0 KiB — 27 ms — http/1.1https://developer.apple.com/assets/scripts/language-locales.js?45232608030developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/language-locales.js?45232608030 — 200 — 2.1 KiB — 27 ms — http/1.1https://developer.apple.com/assets/scripts/DeveloperBreadcrumbs.js?45232608030developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/DeveloperBreadcrumbs.js?45232608030 — 200 — 5.6 KiB — 36 ms — http/1.1https://developer.apple.com/assets/metrics/scripts/analytics-module.js?45232608030developer.apple.com/assets/metrics/... https://developer.apple.com/assets/metrics/scripts/analytics-module.js?45232608030 — 200 — 5.9 KiB — 36 ms — http/1.1https://developer.apple.com/assets/scripts/global-logout.js?45232608030developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/global-logout.js?45232608030 — 200 — 2.2 KiB — 35 ms — http/1.1https://www.apple.com/wss/fonts?families=SF+Pro,v3|SF+Pro+Icons,v3www.apple.com/wss/fonts?families=SF... https://www.apple.com/wss/fonts?families=SF+Pro,v3|SF+Pro+Icons,v3 — 200 — 1.9 KiB — 58 ms — h2https://www.apple.com/wss/fonts?family=SF+Mono&v=2www.apple.com/wss/fonts?family=SF+M... https://www.apple.com/wss/fonts?family=SF+Mono&v=2 — 200 — 1.2 KiB — 55 ms — h2https://www.apple.com/wss/fonts?family=Apple+Icons&v=1www.apple.com/wss/fonts?family=Appl... https://www.apple.com/wss/fonts?family=Apple+Icons&v=1 — 200 — 1.1 KiB — 56 ms — h2https://developer.apple.com/icloud/styles/icloud-common.cssdeveloper.apple.com/icloud/styles/i... https://developer.apple.com/icloud/styles/icloud-common.css — 200 — 3.0 KiB — 158 ms — http/1.1https://developer.apple.com/assets/styles/suggest-lang.css?54232608030developer.apple.com/assets/styles/s... https://developer.apple.com/assets/styles/suggest-lang.css?54232608030 — 200 — 4.1 KiB — 10 ms — http/1.1https://developer.apple.com/assets/scripts/suggest-lang.js?03162626057developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/suggest-lang.js?03162626057 — 200 — 4.6 KiB — 39 ms — http/1.1https://developer.apple.com/assets/styles/globalnav.css?48212635068developer.apple.com/assets/styles/g... https://developer.apple.com/assets/styles/globalnav.css?48212635068 — 200 — 122.4 KiB — 21 ms — http/1.1https://developer.apple.com/assets/scripts/ac-globalnav.built.js?01172638057developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/ac-globalnav.built.js?01172638057 — 200 — 15.7 KiB — 38 ms — http/1.1https://developer.apple.com/assets/metrics/scripts/analytics.jsdeveloper.apple.com/assets/metrics/... https://developer.apple.com/assets/metrics/scripts/analytics.js — 200 — 83.1 KiB — 38 ms — http/1.1https://developer.apple.com/assets/styles/localnav.cssdeveloper.apple.com/assets/styles/l... https://developer.apple.com/assets/styles/localnav.css — 200 — 59.7 KiB — 18 ms — http/1.1https://developer.apple.com/assets/scripts/ac-localnav.built.jsdeveloper.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/ac-localnav.built.js — 200 — 51.6 KiB — 40 ms — http/1.1https://developer.apple.com/assets/scripts/localnav.jsdeveloper.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/localnav.js — 200 — 2.0 KiB — 36 ms — http/1.1https://developer.apple.com/assets/elements/icons/icloud/icloud-96x96_2x.pngdeveloper.apple.com/assets/elements... https://developer.apple.com/assets/elements/icons/icloud/icloud-96x96_2x.png — 200 — 14.7 KiB — 321 ms — http/1.1https://developer.apple.com/icloud/images/screen-hero-small_2x.png?1developer.apple.com/icloud/images/s... https://developer.apple.com/icloud/images/screen-hero-small_2x.png?1 — 200 — 68.7 KiB — 632 ms — http/1.1https://developer.apple.com/assets/elements/icons/xcode-s/xcode-s-96x96_2x.pngdeveloper.apple.com/assets/elements... https://developer.apple.com/assets/elements/icons/xcode-s/xcode-s-96x96_2x.png — 200 — 30.4 KiB — 6 ms — http/1.1https://developer.apple.com/assets/styles/footer.dist.css?54232608030developer.apple.com/assets/styles/f... https://developer.apple.com/assets/styles/footer.dist.css?54232608030 — 200 — 27.9 KiB — 5 ms — http/1.1https://developer.apple.com/assets/styles/language-dropdown.css?54232608030developer.apple.com/assets/styles/l... https://developer.apple.com/assets/styles/language-dropdown.css?54232608030 — 200 — 2.6 KiB — 4 ms — http/1.1https://sfss.cdn-apple.com/2.0.0-beta.2/sf-symbol.js?28172637106sfss.cdn-apple.com/2.0.0-beta.2/sf-... https://sfss.cdn-apple.com/2.0.0-beta.2/sf-symbol.js?28172637106 — 200 — 4.0 KiB — 39 ms — h2https://developer.apple.com/assets/scripts/language-dropdown.js?45232608030developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/language-dropdown.js?45232608030 — 200 — 3.5 KiB — 4 ms — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 14.4 s LCP 16.4 shttps://icloud-content.com// https://icloud-content.com/ — 301 — 191 B — 320 ms — http/1.1https://developer.apple.com/icloud/developer.apple.com/icloud/ https://developer.apple.com/icloud/ — 200 — 93.6 KiB — 14 ms — http/1.1https://developer.apple.com/assets/styles/global.dist.css?51172657083developer.apple.com/assets/styles/g... https://developer.apple.com/assets/styles/global.dist.css?51172657083 — 200 — 928.4 KiB — 37 ms — http/1.1https://sf-saas.cdn-apple.com/2.4.0-beta.0/animations/all.csssf-saas.cdn-apple.com/2.4.0-beta.0/... https://sf-saas.cdn-apple.com/2.4.0-beta.0/animations/all.css — -1 — 0 B — 55 ms — https://developer.apple.com/assets/styles/localization.css?54232608030developer.apple.com/assets/styles/l... https://developer.apple.com/assets/styles/localization.css?54232608030 — 200 — 18.4 KiB — 15 ms — http/1.1https://developer.apple.com/assets/scripts/lib/jquery/jquery-3.6.0.min.js?45232608030developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/lib/jquery/jquery-3.6.0.min.js?45232608030 — 200 — 88.7 KiB — 20 ms — http/1.1https://developer.apple.com/assets/scripts/settings.js?45232608030developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/settings.js?45232608030 — 200 — 2.0 KiB — 27 ms — http/1.1https://developer.apple.com/assets/scripts/language-locales.js?45232608030developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/language-locales.js?45232608030 — 200 — 2.1 KiB — 27 ms — http/1.1https://developer.apple.com/assets/scripts/DeveloperBreadcrumbs.js?45232608030developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/DeveloperBreadcrumbs.js?45232608030 — 200 — 5.6 KiB — 36 ms — http/1.1https://developer.apple.com/assets/metrics/scripts/analytics-module.js?45232608030developer.apple.com/assets/metrics/... https://developer.apple.com/assets/metrics/scripts/analytics-module.js?45232608030 — 200 — 5.9 KiB — 36 ms — http/1.1https://developer.apple.com/assets/scripts/global-logout.js?45232608030developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/global-logout.js?45232608030 — 200 — 2.2 KiB — 35 ms — http/1.1https://www.apple.com/wss/fonts?families=SF+Pro,v3|SF+Pro+Icons,v3www.apple.com/wss/fonts?families=SF... https://www.apple.com/wss/fonts?families=SF+Pro,v3|SF+Pro+Icons,v3 — 200 — 1.9 KiB — 58 ms — h2https://www.apple.com/wss/fonts?family=SF+Mono&v=2www.apple.com/wss/fonts?family=SF+M... https://www.apple.com/wss/fonts?family=SF+Mono&v=2 — 200 — 1.2 KiB — 55 ms — h2https://www.apple.com/wss/fonts?family=Apple+Icons&v=1www.apple.com/wss/fonts?family=Appl... https://www.apple.com/wss/fonts?family=Apple+Icons&v=1 — 200 — 1.1 KiB — 56 ms — h2https://developer.apple.com/icloud/styles/icloud-common.cssdeveloper.apple.com/icloud/styles/i... https://developer.apple.com/icloud/styles/icloud-common.css — 200 — 3.0 KiB — 158 ms — http/1.1https://developer.apple.com/assets/styles/suggest-lang.css?54232608030developer.apple.com/assets/styles/s... https://developer.apple.com/assets/styles/suggest-lang.css?54232608030 — 200 — 4.1 KiB — 10 ms — http/1.1https://developer.apple.com/assets/scripts/suggest-lang.js?03162626057developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/suggest-lang.js?03162626057 — 200 — 4.6 KiB — 39 ms — http/1.1https://developer.apple.com/assets/styles/globalnav.css?48212635068developer.apple.com/assets/styles/g... https://developer.apple.com/assets/styles/globalnav.css?48212635068 — 200 — 122.4 KiB — 21 ms — http/1.1https://developer.apple.com/assets/scripts/ac-globalnav.built.js?01172638057developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/ac-globalnav.built.js?01172638057 — 200 — 15.7 KiB — 38 ms — http/1.1https://developer.apple.com/assets/metrics/scripts/analytics.jsdeveloper.apple.com/assets/metrics/... https://developer.apple.com/assets/metrics/scripts/analytics.js — 200 — 83.1 KiB — 38 ms — http/1.1https://developer.apple.com/assets/styles/localnav.cssdeveloper.apple.com/assets/styles/l... https://developer.apple.com/assets/styles/localnav.css — 200 — 59.7 KiB — 18 ms — http/1.1https://developer.apple.com/assets/scripts/ac-localnav.built.jsdeveloper.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/ac-localnav.built.js — 200 — 51.6 KiB — 40 ms — http/1.1https://developer.apple.com/assets/scripts/localnav.jsdeveloper.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/localnav.js — 200 — 2.0 KiB — 36 ms — http/1.1https://developer.apple.com/assets/elements/icons/icloud/icloud-96x96_2x.pngdeveloper.apple.com/assets/elements... https://developer.apple.com/assets/elements/icons/icloud/icloud-96x96_2x.png — 200 — 14.7 KiB — 321 ms — http/1.1https://developer.apple.com/icloud/images/screen-hero-small_2x.png?1developer.apple.com/icloud/images/s... https://developer.apple.com/icloud/images/screen-hero-small_2x.png?1 — 200 — 68.7 KiB — 632 ms — http/1.1https://developer.apple.com/assets/elements/icons/xcode-s/xcode-s-96x96_2x.pngdeveloper.apple.com/assets/elements... https://developer.apple.com/assets/elements/icons/xcode-s/xcode-s-96x96_2x.png — 200 — 30.4 KiB — 6 ms — http/1.1https://developer.apple.com/assets/styles/footer.dist.css?54232608030developer.apple.com/assets/styles/f... https://developer.apple.com/assets/styles/footer.dist.css?54232608030 — 200 — 27.9 KiB — 5 ms — http/1.1https://developer.apple.com/assets/styles/language-dropdown.css?54232608030developer.apple.com/assets/styles/l... https://developer.apple.com/assets/styles/language-dropdown.css?54232608030 — 200 — 2.6 KiB — 4 ms — http/1.1https://sfss.cdn-apple.com/2.0.0-beta.2/sf-symbol.js?28172637106sfss.cdn-apple.com/2.0.0-beta.2/sf-... https://sfss.cdn-apple.com/2.0.0-beta.2/sf-symbol.js?28172637106 — 200 — 4.0 KiB — 39 ms — h2https://developer.apple.com/assets/scripts/language-dropdown.js?45232608030developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/language-dropdown.js?45232608030 — 200 — 3.5 KiB — 4 ms — http/1.1https://developer.apple.com/assets/scripts/retinate.js?45232608030developer.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/retinate.js?45232608030 — 200 — 4.5 KiB — 3 ms — http/1.1https://developer.apple.com/assets/scripts/color-scheme-toggle.jsdeveloper.apple.com/assets/scripts/... https://developer.apple.com/assets/scripts/color-scheme-toggle.js — 200 — 8.3 KiB — 3 ms — http/1.1https://developer.apple.com/assets/styles/dark-mode.css?54232608030developer.apple.com/assets/styles/d... https://developer.apple.com/assets/styles/dark-mode.css?54232608030 — 200 — 40.2 KiB — 3 ms — http/1.1https://developer.apple.com/assets/elements/icons/brandmark/apple-developer-brandmark.svg?2developer.apple.com/assets/elements... https://developer.apple.com/assets/elements/icons/brandmark/apple-developer-brandmark.svg?2 — 200 — 5.0 KiB — 3 ms — http/1.1https://securemetrics.apple.com/b/ss/awdappledeveloper/1/JS-2.27.0/s75876622354169?AQB=1&ndh=1&pf=1&t=16%2F3%2F2026%2017%3A41%3A57%204%200&fid=616EFB6FCF9F166D-18F4C162927EA086&ce=UTF-8&pageName=icloud%20-%20%28english%29&g=https%3A%2F%2Fdeveloper.apple.com%2Ficloud%2F&c.&getValOnce=3.1&.c&cc=USD&ch=www.en.developer&server=new%20approach%20legacy&h1=www.en.developer&c4=D%3Dg&c5=Linux%20x86_64&c6=D%3D%22%3A%20%22%2BpageName&c9=Android%2011&c25=direct%20entry&c48=1&v54=https%3A%2F%2Fdeveloper.apple.com%2Ficloud%2F&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&AQE=1securemetrics.apple.com/b/ss/awdapp... https://securemetrics.apple.com/b/ss/awdappledeveloper/1/JS-2.27.0/s75876622354169?AQB=1&ndh=1&pf=1&t=16%2F3%2F2026%2017%3A41%3A57%204%200&fid=616EFB6FCF9F166D-18F4C162927EA086&ce=UTF-8&pageName=icloud%20-%20%28english%29&g=https%3A%2F%2Fdeveloper.apple.com%2Ficloud%2F&c.&getValOnce=3.1&.c&cc=USD&ch=www.en.developer&server=new%20approach%20legacy&h1=www.en.developer&c4=D%3Dg&c5=Linux%20x86_64&c6=D%3D%22%3A%20%22%2BpageName&c9=Android%2011&c25=direct%20entry&c48=1&v54=https%3A%2F%2Fdeveloper.apple.com%2Ficloud%2F&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&AQE=1 — 302 — 963 B — 159 ms — h2https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold.woff2www.apple.com/wss/fonts/SF-Pro-Disp... https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold.woff2 — 200 — 127.2 KiB — 19 ms — h2https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular.woff2www.apple.com/wss/fonts/SF-Pro-Text... https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular.woff2 — 200 — 216.2 KiB — 22 ms — h2https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold.woff2www.apple.com/wss/fonts/SF-Pro-Text... https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold.woff2 — 200 — 229.6 KiB — 15 ms — h2https://sfss.cdn-apple.com/v6.beta/s/widget.large.badge.plus?m=hierarchical&w=light&s=small&l=en-USsfss.cdn-apple.com/v6.beta/s/widget... https://sfss.cdn-apple.com/v6.beta/s/widget.large.badge.plus?m=hierarchical&w=light&s=small&l=en-US — 200 — 1.3 KiB — 7 ms — h2https://sfss.cdn-apple.com/v6.beta/s/icloud?m=hierarchical&w=light&s=small&l=en-USsfss.cdn-apple.com/v6.beta/s/icloud... https://sfss.cdn-apple.com/v6.beta/s/icloud?m=hierarchical&w=light&s=small&l=en-US — 200 — 677 B — 13 ms — h2https://sfss.cdn-apple.com/v6.beta/s/chart.bar.xaxis?m=hierarchical&w=light&s=small&l=en-USsfss.cdn-apple.com/v6.beta/s/chart.... https://sfss.cdn-apple.com/v6.beta/s/chart.bar.xaxis?m=hierarchical&w=light&s=small&l=en-US — 200 — 703 B — 14 ms — h2https://sfss.cdn-apple.com/v6.beta/s/list.clipboard?m=hierarchical&w=light&s=small&l=en-USsfss.cdn-apple.com/v6.beta/s/list.c... https://sfss.cdn-apple.com/v6.beta/s/list.clipboard?m=hierarchical&w=light&s=small&l=en-US — 200 — 1.0 KiB — 15 ms — h2https://sfss.cdn-apple.com/v6.beta/s/bell.badge?m=hierarchical&w=light&s=small&l=en-USsfss.cdn-apple.com/v6.beta/s/bell.b... https://sfss.cdn-apple.com/v6.beta/s/bell.badge?m=hierarchical&w=light&s=small&l=en-US — 200 — 967 B — 15 ms — h2https://developer.apple.com/assets/elements/hardware/macbook_pro_5th_gen_16_silver/small_2x.png?156454developer.apple.com/assets/elements... https://developer.apple.com/assets/elements/hardware/macbook_pro_5th_gen_16_silver/small_2x.png?156454 — 200 — 62.1 KiB — 11 ms — http/1.1https://developer.apple.com/assets/elements/hardware/macbook_pro_5th_gen_16_mask/small_2x.png?156454developer.apple.com/assets/elements... https://developer.apple.com/assets/elements/hardware/macbook_pro_5th_gen_16_mask/small_2x.png?156454 — 200 — 6.2 KiB — 7 ms — http/1.1https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_regular.woff2www.apple.com/wss/fonts/SF-Pro-Icon... https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_regular.woff2 — 200 — 14.6 KiB — 9 ms — h2https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular.woff2www.apple.com/wss/fonts/SF-Pro-Disp... https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular.woff2 — 200 — 115.1 KiB — 12 ms — h2https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_semibold.woff2www.apple.com/wss/fonts/SF-Pro-Icon... https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_semibold.woff2 — 200 — 15.0 KiB — 11 ms — h2https://developer.apple.com/assets/elements/icons/brandmark/icon_large.svgdeveloper.apple.com/assets/elements... https://developer.apple.com/assets/elements/icons/brandmark/icon_large.svg — 200 — 3.2 KiB — 2 ms — http/1.1data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIge…data:image/svg+xml;base64,PHN2ZyB2Z... data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIge… — 200 — 0 B — 0 ms — datahttps://securemetrics.apple.com/b/ss/awdappledeveloper/1/JS-2.27.0/s75876622354169?AQB=1&pccr=true&vidn=34F08FB3142D2DDD-40000078810CF023&ndh=1&pf=1&t=16%2F3%2F2026%2017%3A41%3A57%204%200&fid=616EFB6FCF9F166D-18F4C162927EA086&ce=UTF-8&pageName=icloud%20-%20%28english%29&g=https%3A%2F%2Fdeveloper.apple.com%2Ficloud%2F&c.&getValOnce=3.1&.c&cc=USD&ch=www.en.developer&server=new%20approach%20legacy&h1=www.en.developer&c4=D%3Dg&c5=Linux%20x86_64&c6=D%3D%22%3A%20%22%2BpageName&c9=Android%2011&c25=direct%20entry&c48=1&v54=https%3A%2F%2Fdeveloper.apple.com%2Ficloud%2F&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&AQE=1securemetrics.apple.com/b/ss/awdapp... https://securemetrics.apple.com/b/ss/awdappledeveloper/1/JS-2.27.0/s75876622354169?AQB=1&pccr=true&vidn=34F08FB3142D2DDD-40000078810CF023&ndh=1&pf=1&t=16%2F3%2F2026%2017%3A41%3A57%204%200&fid=616EFB6FCF9F166D-18F4C162927EA086&ce=UTF-8&pageName=icloud%20-%20%28english%29&g=https%3A%2F%2Fdeveloper.apple.com%2Ficloud%2F&c.&getValOnce=3.1&.c&cc=USD&ch=www.en.developer&server=new%20approach%20legacy&h1=www.en.developer&c4=D%3Dg&c5=Linux%20x86_64&c6=D%3D%22%3A%20%22%2BpageName&c9=Android%2011&c25=direct%20entry&c48=1&v54=https%3A%2F%2Fdeveloper.apple.com%2Ficloud%2F&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&AQE=1 — 200 — 584 B — 54 ms — h2https://developer.apple.com/favicon.icodeveloper.apple.com/favicon.ico https://developer.apple.com/favicon.ico — 200 — 17.9 KiB — 2 ms — http/1.1https://developer.apple.com/favicon.icodeveloper.apple.com/favicon.ico https://developer.apple.com/favicon.ico — 200 — 0 B — 2 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1418ms · 1245KB · $19/mo
developer.apple.com
Other
Costly
Execution 542ms
Transfer 94 KB
Monthly Cost $7/mo
developer.apple.com
Other
Costly
Execution 331ms
Transfer 52 KB
Monthly Cost $4/mo
Unattributable
Other
Costly
Execution 296ms
Transfer 0 KB
Monthly Cost $4/mo
developer.apple.com
Other
Optional
Execution 124ms
Transfer 83 KB
Monthly Cost $2/mo
developer.apple.com
Other
Optional
Execution 69ms
Transfer 928 KB
Monthly Cost $1/mo
developer.apple.com
Other
Optional
Execution 57ms
Transfer 89 KB
Unused 72%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • developer.apple.com adds 542ms and costs ~$7/month
  • developer.apple.com adds 331ms and costs ~$4/month
  • Unattributable adds 296ms and costs ~$4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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

developer.apple.com takes 542ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

developer.apple.com takes 331ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 296ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

72% of developer.apple.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback