Skip to content
https://apple.co

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
3
REVIEW
4
PASS
6
INFO
2

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

76
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.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.

2.03 s

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.

0 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.03 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.

2.48 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 4 REVIEW 3 FIX
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.0 MiB of 2.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
50 resources · 2.0 MB · 191 KB savings available
FIX
50 resources · 2.0 MB · 191 KB savings available
Warning::
Page weight 1.0 MB over 1MB target
Got: 2.0 MB Expected: ≤ 1 MB
Info::
~191 KB of savings available
Warning::
49 third-party resources (100% of weight)
Info::
3 resources over 200KB
50 resources · 2.0 MiB · 49 third-party 1.0 MiB over 1MB target
Font 52% · 1.0 MiB
JavaScript 25% · 522.4 KiB
Image 15% · 304.8 KiB
CSS 4% · 78.5 KiB
Other 2% · 46.5 KiB
Document 2% · 40.5 KiB

~190.8 KiB of savings available

Remove unused JavaScript: 190.8 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-cache, no-store, max-age=0, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, no-store, max-age=0, must-revalidate

DirectiveValueMeaning
no-cacheCache but always revalidate first
no-storeNever cache this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
C
Page Weight Budget
Action
2.0 MB transferred, 50 requests
REVIEW
2.0 MB transferred, 50 requests
Info::
Page weighs 3.8 MB (2.0 MB transferred)
Info::
Fonts are 1.0 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1.0 MB
Warning::
JavaScript is 522 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 522 KB
Info::
50 HTTP requests
Info::
Estimated 0.42 g CO2 per page load
2.0 MB / 2.4 MB budget
2.0 MB transferred
50 requests
0.42 g CO2 per page load
Fonts 1.0 MiB 52%
JavaScript 522.4 KiB 25%
Images 301.2 KiB 15%
CSS 78.5 KiB 4%
Other 42.8 KiB 2%
HTML 40.3 KiB 2%
Other 4.7 KiB 0%
Other 2.9 KiB 0%
0 2.4 MB 4.9 MB
Approaching limit

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

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

C
Image Optimization
Action
6 images, 0 KB saveable
REVIEW
6 images, 0 KB saveable
Warning::
https://www.apple.com/v/home/cm/images/heroes/macb... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.apple.com/v/home/a/images/logos/ipad-a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.apple.com/v/home/cm/images/heroes/ipad... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.apple.com/v/home/cm/images/heroes/ipho... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/gif;base64,R0lGODlhAQABAHAAACH5BAEAAAAA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
6 images 301 KB
0 oversized -0 KB
5 legacy format
5 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

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

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

B
JS Execution Cost
729ms total JS execution
REVIEW
729ms total JS execution
Warning::
https://www.apple.com/: 285ms CPU time
Info::
https://www.apple.com/v/home/a/scripts/main.built....: 160ms CPU time
Info::
https://www.apple.com/api-www/global-elements/glob...: 141ms CPU time
Info::
Unattributable: 84ms CPU time
Info::
https://www.apple.com/metrics/ac-analytics/2.29.1/...: 60ms CPU time
Warning::
Third-party scripts: 729ms (100% of total)

Main Thread Breakdown

Style & Layout 33% Script Evaluation 29% Other 25% Rendering 7% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.apple.com/285ms2ms0ms3rd
https://www.apple.com/v/home/a/scripts/main.built.js160ms54ms0ms3rd
https://www.apple.com/api-www/global-elements/global-header/v1/assets/globalheader.umd.js141ms58ms3ms3rd
Unattributable84ms2ms0ms3rd
https://www.apple.com/metrics/ac-analytics/2.29.1/scripts/ac-analytics.js60ms14ms10ms3rd
C
JS Bundles
Action
16 scripts, 191 KB unused
REVIEW
16 scripts, 191 KB unused
Warning::
https://www.apple.com/v/home/a/scripts/lottie-play...: 66 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.apple.com/api-www/global-elements/glob...: 57 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.apple.com/metrics/ac-analytics/2.29.1/...: 41 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.apple.com/v/home/a/built/scripts/endle...: 27 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 191 KB
191 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.apple.com/v/home/a/scripts/lottie-player.built.js76 KB66 KB (87%)3rd
https://www.apple.com/api-www/global-elements/global-header/v1/assets/globalheader.umd.js161 KB57 KB (35%)3rd
https://www.apple.com/metrics/ac-analytics/2.29.1/scripts/ac-analytics.js102 KB41 KB (40%)3rd
https://www.apple.com/v/home/a/built/scripts/endless-entertainment-gallery.built.js41 KB27 KB (68%)3rd
https://www.apple.com/metrics/ac-analytics/2.29.1/scripts/auto-init.js1 KB3rd
https://www.apple.com/ac/globalfooter/8/en_US/scripts/ac-globalfooter.built.js4 KB3rd
https://www.apple.com/v/home/a/scripts/main.built.js26 KB3rd
https://www.apple.com/v/home/a/scripts/home-analytics.built.js2 KB3rd
https://www.apple.com/metrics/ac-target/latest/ac-target.js38 KB3rd
https://www.apple.com/ac/localeswitcher/4/en_US/scripts/localeswitcher.built.js56 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

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

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

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

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
8 fonts (1064 KB)
PASS
8 fonts (1064 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

1064 KB total

Render-blocking

0

of 8

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 2.0 s LCP 2.5 shttps://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 — 8 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 — 24 ms — font-display: swaphttps://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 — 24 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.5 KiB — 8 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-Display/v3/sf-pro-display_bold.woff2sf-pro-display_bold.woff2 https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_bold.woff2 — 125.7 KiB — 12 ms — font-display: swaphttps://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_light.woff2sf-pro-icons_light.woff2 https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_light.woff2 — 14.6 KiB — 4 ms — font-display: swaphttps://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_light.woff2sf-pro-text_light.woff2 https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_light.woff2 — 220.7 KiB — 9 ms — font-display: swap
sf-pro-text_semibold.woff2 woff2 swap
Size 230 KB
Load time 8 ms
Start 341 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 24 ms
Start 342 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-display_semibold... woff2 swap
Size 127 KB
Load time 24 ms
Start 342 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 8 ms
Start 509 ms
Risk FOUT — text flashes from fallback to web font
sf-pro-display_regular.... woff2 swap
Size 115 KB
Load time 12 ms
Start 509 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-display_bold.woff2 woff2 swap
Size 126 KB
Load time 12 ms
Start 510 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_light.woff2 woff2 swap
Size 15 KB
Load time 4 ms
Start 717 ms
Risk FOUT — text flashes from fallback to web font
sf-pro-text_light.woff2 woff2 swap
Size 221 KB
Load time 9 ms
Start 717 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
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 ~517 KB and ~1034 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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Google Cloud

Network Waterfall
50 requests over 1302ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 2.0 s LCP 2.5 shttps://apple.co// https://apple.co/ — 301 — 218 B — 146 ms — h2http://www.apple.com/www.apple.com/ http://www.apple.com/ — 307 — 0 B — 2 ms — http/1.1https://www.apple.com/www.apple.com/ https://www.apple.com/ — 200 — 40.3 KiB — 57 ms — h2https://www.apple.com/metrics/ac-target/latest/ac-target.jswww.apple.com/metrics/ac-target/lat... https://www.apple.com/metrics/ac-target/latest/ac-target.js — 200 — 37.8 KiB — 39 ms — h2https://www.apple.com/api-www/global-elements/global-header/v1/assets/globalheader.csswww.apple.com/api-www/global-elemen... https://www.apple.com/api-www/global-elements/global-header/v1/assets/globalheader.css — 200 — 15.5 KiB — 28 ms — h2https://www.apple.com/ac/globalfooter/8/en_US/styles/ac-globalfooter.built.csswww.apple.com/ac/globalfooter/8/en_... https://www.apple.com/ac/globalfooter/8/en_US/styles/ac-globalfooter.built.css — 200 — 7.1 KiB — 8 ms — h2https://www.apple.com/ac/localnav/9/styles/ac-localnav.built.csswww.apple.com/ac/localnav/9/styles/... https://www.apple.com/ac/localnav/9/styles/ac-localnav.built.css — 200 — 8.2 KiB — 34 ms — h2https://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 — 29 ms — h2https://www.apple.com/v/home/a/styles/main.built.csswww.apple.com/v/home/a/styles/main.... https://www.apple.com/v/home/a/styles/main.built.css — 200 — 13.6 KiB — 12 ms — h2https://www.apple.com/v/home/a/styles/home.built.csswww.apple.com/v/home/a/styles/home.... https://www.apple.com/v/home/a/styles/home.built.css — 200 — 4.4 KiB — 11 ms — h2https://www.apple.com/v/home/a/built/styles/home-gallery.built.csswww.apple.com/v/home/a/built/styles... https://www.apple.com/v/home/a/built/styles/home-gallery.built.css — 200 — 19.7 KiB — 17 ms — h2https://www.apple.com/home/built/styles/home_u1t9or13.built.csswww.apple.com/home/built/styles/hom... https://www.apple.com/home/built/styles/home_u1t9or13.built.css — 200 — 2.7 KiB — 26 ms — h2https://www.apple.com/v/home/a/scripts/head.built.jswww.apple.com/v/home/a/scripts/head... https://www.apple.com/v/home/a/scripts/head.built.js — 200 — 3.5 KiB — 13 ms — h2https://www.apple.com/api-www/global-elements/global-header/v1/assets/globalheader.umd.jswww.apple.com/api-www/global-elemen... https://www.apple.com/api-www/global-elements/global-header/v1/assets/globalheader.umd.js — 200 — 161.1 KiB — 39 ms — h2https://www.apple.com/metrics/ac-analytics/2.29.1/scripts/ac-analytics.jswww.apple.com/metrics/ac-analytics/... https://www.apple.com/metrics/ac-analytics/2.29.1/scripts/ac-analytics.js — 200 — 102.1 KiB — 42 ms — h2https://www.apple.com/metrics/ac-analytics/2.29.1/scripts/auto-init.jswww.apple.com/metrics/ac-analytics/... https://www.apple.com/metrics/ac-analytics/2.29.1/scripts/auto-init.js — 200 — 849 B — 22 ms — h2https://www.apple.com/v/home/cm/images/heroes/iphone-family/hero_iphone_family__fuz5j2v5xx6y_largetall.jpgwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/iphone-family/hero_iphone_family__fuz5j2v5xx6y_largetall.jpg — 200 — 59.0 KiB — 23 ms — h2https://www.apple.com/ac/globalfooter/8/en_US/scripts/ac-globalfooter.built.jswww.apple.com/ac/globalfooter/8/en_... https://www.apple.com/ac/globalfooter/8/en_US/scripts/ac-globalfooter.built.js — 200 — 3.8 KiB — 24 ms — h2https://www.apple.com/v/home/a/scripts/main.built.jswww.apple.com/v/home/a/scripts/main... https://www.apple.com/v/home/a/scripts/main.built.js — 200 — 25.5 KiB — 15 ms — h2https://www.apple.com/v/home/a/scripts/home-analytics.built.jswww.apple.com/v/home/a/scripts/home... https://www.apple.com/v/home/a/scripts/home-analytics.built.js — 200 — 1.6 KiB — 14 ms — h2https://www.apple.com/v/home/a/built/scripts/endless-entertainment-gallery.built.jswww.apple.com/v/home/a/built/script... https://www.apple.com/v/home/a/built/scripts/endless-entertainment-gallery.built.js — 200 — 41.2 KiB — 32 ms — h2https://www.apple.com/ac/localeswitcher/4/en_US/scripts/localeswitcher.built.jswww.apple.com/ac/localeswitcher/4/e... https://www.apple.com/ac/localeswitcher/4/en_US/scripts/localeswitcher.built.js — 200 — 55.6 KiB — 29 ms — h2https://www.apple.com/metrics/data-relay/1.2.0/scripts/data-relay.jswww.apple.com/metrics/data-relay/1.... https://www.apple.com/metrics/data-relay/1.2.0/scripts/data-relay.js — 200 — 5.8 KiB — 11 ms — h2https://www.apple.com/shop/experience-metawww.apple.com/shop/experience-meta https://www.apple.com/shop/experience-meta — 200 — 1.5 KiB — 199 ms — h2https://www.apple.com/metrics/data-relay/1.2.0/scripts/auto-relay.jswww.apple.com/metrics/data-relay/1.... https://www.apple.com/metrics/data-relay/1.2.0/scripts/auto-relay.js — 200 — 937 B — 5 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 — 8 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 — 24 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 — 24 ms — h2https://www.apple.com/api-www/global-elements/global-header/v1/flyouts?locale=en_USwww.apple.com/api-www/global-elemen... https://www.apple.com/api-www/global-elements/global-header/v1/flyouts?locale=en_US — 200 — 40.5 KiB — 8 ms — h2https://www.apple.com/search-services/suggestions/defaultlinks/?src=globalnav&locale=en_USwww.apple.com/search-services/sugge... https://www.apple.com/search-services/suggestions/defaultlinks/?src=globalnav&locale=en_US — 200 — 781 B — 6 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 2.0 s LCP 2.5 shttps://apple.co// https://apple.co/ — 301 — 218 B — 146 ms — h2http://www.apple.com/www.apple.com/ http://www.apple.com/ — 307 — 0 B — 2 ms — http/1.1https://www.apple.com/www.apple.com/ https://www.apple.com/ — 200 — 40.3 KiB — 57 ms — h2https://www.apple.com/metrics/ac-target/latest/ac-target.jswww.apple.com/metrics/ac-target/lat... https://www.apple.com/metrics/ac-target/latest/ac-target.js — 200 — 37.8 KiB — 39 ms — h2https://www.apple.com/api-www/global-elements/global-header/v1/assets/globalheader.csswww.apple.com/api-www/global-elemen... https://www.apple.com/api-www/global-elements/global-header/v1/assets/globalheader.css — 200 — 15.5 KiB — 28 ms — h2https://www.apple.com/ac/globalfooter/8/en_US/styles/ac-globalfooter.built.csswww.apple.com/ac/globalfooter/8/en_... https://www.apple.com/ac/globalfooter/8/en_US/styles/ac-globalfooter.built.css — 200 — 7.1 KiB — 8 ms — h2https://www.apple.com/ac/localnav/9/styles/ac-localnav.built.csswww.apple.com/ac/localnav/9/styles/... https://www.apple.com/ac/localnav/9/styles/ac-localnav.built.css — 200 — 8.2 KiB — 34 ms — h2https://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 — 29 ms — h2https://www.apple.com/v/home/a/styles/main.built.csswww.apple.com/v/home/a/styles/main.... https://www.apple.com/v/home/a/styles/main.built.css — 200 — 13.6 KiB — 12 ms — h2https://www.apple.com/v/home/a/styles/home.built.csswww.apple.com/v/home/a/styles/home.... https://www.apple.com/v/home/a/styles/home.built.css — 200 — 4.4 KiB — 11 ms — h2https://www.apple.com/v/home/a/built/styles/home-gallery.built.csswww.apple.com/v/home/a/built/styles... https://www.apple.com/v/home/a/built/styles/home-gallery.built.css — 200 — 19.7 KiB — 17 ms — h2https://www.apple.com/home/built/styles/home_u1t9or13.built.csswww.apple.com/home/built/styles/hom... https://www.apple.com/home/built/styles/home_u1t9or13.built.css — 200 — 2.7 KiB — 26 ms — h2https://www.apple.com/v/home/a/scripts/head.built.jswww.apple.com/v/home/a/scripts/head... https://www.apple.com/v/home/a/scripts/head.built.js — 200 — 3.5 KiB — 13 ms — h2https://www.apple.com/api-www/global-elements/global-header/v1/assets/globalheader.umd.jswww.apple.com/api-www/global-elemen... https://www.apple.com/api-www/global-elements/global-header/v1/assets/globalheader.umd.js — 200 — 161.1 KiB — 39 ms — h2https://www.apple.com/metrics/ac-analytics/2.29.1/scripts/ac-analytics.jswww.apple.com/metrics/ac-analytics/... https://www.apple.com/metrics/ac-analytics/2.29.1/scripts/ac-analytics.js — 200 — 102.1 KiB — 42 ms — h2https://www.apple.com/metrics/ac-analytics/2.29.1/scripts/auto-init.jswww.apple.com/metrics/ac-analytics/... https://www.apple.com/metrics/ac-analytics/2.29.1/scripts/auto-init.js — 200 — 849 B — 22 ms — h2https://www.apple.com/v/home/cm/images/heroes/iphone-family/hero_iphone_family__fuz5j2v5xx6y_largetall.jpgwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/iphone-family/hero_iphone_family__fuz5j2v5xx6y_largetall.jpg — 200 — 59.0 KiB — 23 ms — h2https://www.apple.com/ac/globalfooter/8/en_US/scripts/ac-globalfooter.built.jswww.apple.com/ac/globalfooter/8/en_... https://www.apple.com/ac/globalfooter/8/en_US/scripts/ac-globalfooter.built.js — 200 — 3.8 KiB — 24 ms — h2https://www.apple.com/v/home/a/scripts/main.built.jswww.apple.com/v/home/a/scripts/main... https://www.apple.com/v/home/a/scripts/main.built.js — 200 — 25.5 KiB — 15 ms — h2https://www.apple.com/v/home/a/scripts/home-analytics.built.jswww.apple.com/v/home/a/scripts/home... https://www.apple.com/v/home/a/scripts/home-analytics.built.js — 200 — 1.6 KiB — 14 ms — h2https://www.apple.com/v/home/a/built/scripts/endless-entertainment-gallery.built.jswww.apple.com/v/home/a/built/script... https://www.apple.com/v/home/a/built/scripts/endless-entertainment-gallery.built.js — 200 — 41.2 KiB — 32 ms — h2https://www.apple.com/ac/localeswitcher/4/en_US/scripts/localeswitcher.built.jswww.apple.com/ac/localeswitcher/4/e... https://www.apple.com/ac/localeswitcher/4/en_US/scripts/localeswitcher.built.js — 200 — 55.6 KiB — 29 ms — h2https://www.apple.com/metrics/data-relay/1.2.0/scripts/data-relay.jswww.apple.com/metrics/data-relay/1.... https://www.apple.com/metrics/data-relay/1.2.0/scripts/data-relay.js — 200 — 5.8 KiB — 11 ms — h2https://www.apple.com/shop/experience-metawww.apple.com/shop/experience-meta https://www.apple.com/shop/experience-meta — 200 — 1.5 KiB — 199 ms — h2https://www.apple.com/metrics/data-relay/1.2.0/scripts/auto-relay.jswww.apple.com/metrics/data-relay/1.... https://www.apple.com/metrics/data-relay/1.2.0/scripts/auto-relay.js — 200 — 937 B — 5 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 — 8 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 — 24 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 — 24 ms — h2https://www.apple.com/api-www/global-elements/global-header/v1/flyouts?locale=en_USwww.apple.com/api-www/global-elemen... https://www.apple.com/api-www/global-elements/global-header/v1/flyouts?locale=en_US — 200 — 40.5 KiB — 8 ms — h2https://www.apple.com/search-services/suggestions/defaultlinks/?src=globalnav&locale=en_USwww.apple.com/search-services/sugge... https://www.apple.com/search-services/suggestions/defaultlinks/?src=globalnav&locale=en_US — 200 — 781 B — 6 ms — h2https://www.apple.com/us/shop/bag/status?apikey=SFX9YPYY9PPXCU9KHwww.apple.com/us/shop/bag/status?ap... https://www.apple.com/us/shop/bag/status?apikey=SFX9YPYY9PPXCU9KH — 200 — 788 B — 4 ms — h2https://securemetrics.apple.com/b/ss/applestoreww/1/JS-2.23.0/s86326710524431?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2020%3A32%3A5%202%200&fid=62DD205D29B0C7B3-25BA03CF8C221621&ce=UTF-8&cdp=2&cl=1800&pageName=apple%20-%20index%2Ftab%20%28us%29&g=https%3A%2F%2Fwww.apple.com%2F&cc=USD&ch=www.us.homepage&server=ac-2.29.1&h1=www.us.homepage&v3=aos%3A%20us&l3=D%3Das_tex&c4=D%3Dg&v4=D%3DpageName&v14=en-us&c20=aos%3A%20us&v54=D%3Dg&v97=s.t-p&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&AQE=1securemetrics.apple.com/b/ss/apples... https://securemetrics.apple.com/b/ss/applestoreww/1/JS-2.23.0/s86326710524431?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2020%3A32%3A5%202%200&fid=62DD205D29B0C7B3-25BA03CF8C221621&ce=UTF-8&cdp=2&cl=1800&pageName=apple%20-%20index%2Ftab%20%28us%29&g=https%3A%2F%2Fwww.apple.com%2F&cc=USD&ch=www.us.homepage&server=ac-2.29.1&h1=www.us.homepage&v3=aos%3A%20us&l3=D%3Das_tex&c4=D%3Dg&v4=D%3DpageName&v14=en-us&c20=aos%3A%20us&v54=D%3Dg&v97=s.t-p&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&AQE=1 — 302 — 900 B — 174 ms — h2data:image/gif;base64,R0lGODlhAQABAHAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAHAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== — 200 — 0 B — 0 ms — datahttps://www.apple.com/ac/localeswitcher/4/es_ES/content/localeswitcher.jsonwww.apple.com/ac/localeswitcher/4/e... https://www.apple.com/ac/localeswitcher/4/es_ES/content/localeswitcher.json — 200 — 1.2 KiB — 5 ms — h2https://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.5 KiB — 8 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-Display/v3/sf-pro-display_bold.woff2www.apple.com/wss/fonts/SF-Pro-Disp... https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_bold.woff2 — 200 — 125.7 KiB — 12 ms — h2https://www.apple.com/ac/localeswitcher/4/es_ES/styles/localeswitcher.built.csswww.apple.com/ac/localeswitcher/4/e... https://www.apple.com/ac/localeswitcher/4/es_ES/styles/localeswitcher.built.css — 200 — 5.3 KiB — 6 ms — h2https://www.apple.com/v/home/a/scripts/BaseComponent-CKHRk_Ov.built.jswww.apple.com/v/home/a/scripts/Base... https://www.apple.com/v/home/a/scripts/BaseComponent-CKHRk_Ov.built.js — 200 — 2.2 KiB — 7 ms — h2https://www.apple.com/v/home/a/scripts/lottie-player.built.jswww.apple.com/v/home/a/scripts/lott... https://www.apple.com/v/home/a/scripts/lottie-player.built.js — 200 — 76.4 KiB — 12 ms — h2https://www.apple.com/v/home/a/scripts/inline-media.built.jswww.apple.com/v/home/a/scripts/inli... https://www.apple.com/v/home/a/scripts/inline-media.built.js — 200 — 2.4 KiB — 15 ms — h2https://www.apple.com/v/home/a/scripts/apple50.built.jswww.apple.com/v/home/a/scripts/appl... https://www.apple.com/v/home/a/scripts/apple50.built.js — 200 — 1.7 KiB — 6 ms — h2https://securemetrics.apple.com/b/ss/applestoreww/1/JS-2.23.0/s86326710524431?AQB=1&pccr=true&vidn=34F3EF628CD26C10-400019B8667C1A9A&ndh=1&pf=1&t=21%2F3%2F2026%2020%3A32%3A5%202%200&fid=62DD205D29B0C7B3-25BA03CF8C221621&ce=UTF-8&cdp=2&cl=1800&pageName=apple%20-%20index%2Ftab%20%28us%29&g=https%3A%2F%2Fwww.apple.com%2F&cc=USD&ch=www.us.homepage&server=ac-2.29.1&h1=www.us.homepage&v3=aos%3A%20us&l3=D%3Das_tex&c4=D%3Dg&v4=D%3DpageName&v14=en-us&c20=aos%3A%20us&v54=D%3Dg&v97=s.t-p&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&AQE=1securemetrics.apple.com/b/ss/apples... https://securemetrics.apple.com/b/ss/applestoreww/1/JS-2.23.0/s86326710524431?AQB=1&pccr=true&vidn=34F3EF628CD26C10-400019B8667C1A9A&ndh=1&pf=1&t=21%2F3%2F2026%2020%3A32%3A5%202%200&fid=62DD205D29B0C7B3-25BA03CF8C221621&ce=UTF-8&cdp=2&cl=1800&pageName=apple%20-%20index%2Ftab%20%28us%29&g=https%3A%2F%2Fwww.apple.com%2F&cc=USD&ch=www.us.homepage&server=ac-2.29.1&h1=www.us.homepage&v3=aos%3A%20us&l3=D%3Das_tex&c4=D%3Dg&v4=D%3DpageName&v14=en-us&c20=aos%3A%20us&v54=D%3Dg&v97=s.t-p&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&AQE=1 — 200 — 581 B — 51 ms — h2https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_light.woff2www.apple.com/wss/fonts/SF-Pro-Icon... https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_light.woff2 — 200 — 14.6 KiB — 4 ms — h2https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_light.woff2www.apple.com/wss/fonts/SF-Pro-Text... https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_light.woff2 — 200 — 220.7 KiB — 9 ms — h2https://securemvt.apple.com/rest/v1/delivery?client=apple&sessionId=e15300173fb34ead860d0d1329084b61&version=2.3.2securemvt.apple.com/rest/v1/deliver... https://securemvt.apple.com/rest/v1/delivery?client=apple&sessionId=e15300173fb34ead860d0d1329084b61&version=2.3.2 — 200 — 870 B — 164 ms — h2https://www.apple.com/favicon.icowww.apple.com/favicon.ico https://www.apple.com/favicon.ico — 200 — 3.7 KiB — 4 ms — h2https://www.apple.com/v/home/cm/images/heroes/macbook-neo/hero_macbook_neo__gnm3snkti4a6_largetall.jpgwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/macbook-neo/hero_macbook_neo__gnm3snkti4a6_largetall.jpg — 200 — 52.1 KiB — 11 ms — h2https://www.apple.com/v/home/a/images/logos/ipad-air-m4/hero_logo_ipad_air__ejixj9pic0uq_large.pngwww.apple.com/v/home/a/images/logos... https://www.apple.com/v/home/a/images/logos/ipad-air-m4/hero_logo_ipad_air__ejixj9pic0uq_large.png — 200 — 5.2 KiB — 7 ms — h2https://www.apple.com/v/home/cm/images/heroes/ipad-air-m4/hero_ipad_air_m4__ew8k92mk1w6e_largetall.jpgwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/ipad-air-m4/hero_ipad_air_m4__ew8k92mk1w6e_largetall.jpg — 200 — 184.3 KiB — 13 ms — h2
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 729ms · 329KB · $4/mo
www.apple.com
Other
Costly
Execution 285ms
Transfer 40 KB
Monthly Cost $2/mo
www.apple.com
Other
Optional
Execution 160ms
Transfer 26 KB
Monthly Cost $1/mo
www.apple.com
Other
Optional
Execution 141ms
Transfer 161 KB
Unused 35%
Monthly Cost $1/mo
Unattributable
Other
Optional
Execution 84ms
Transfer 0 KB
Monthly Cost $0/mo
www.apple.com
Other
Optional
Execution 60ms
Transfer 102 KB
Unused 40%
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • www.apple.com adds 285ms and costs ~$2/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

www.apple.com takes 285ms 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

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