Skip to content
https://apple.com

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
78
GRADE
C
FIX
5
REVIEW
7
PASS
11
INFO
3

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

56
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
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.

9.12 s

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

12.36 s

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

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

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

12.38 s

Page Load Progression

444 ms
887 ms
1.3 s
1.8 s
2.2 s
2.7 s
3.1 s
3.5 s
Checks
26
11 PASS 7 REVIEW 5 FIX
D
Page Weight Budget
Action
2.4 MB transferred, 102 requests
FIX
2.4 MB transferred, 102 requests
Info::
Page weighs 4.2 MB (2.4 MB transferred)
Info::
Fonts are 916 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 916 KB
Warning::
JavaScript is 525 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 525 KB
Warning::
102 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.51 g CO2 per page load
2.4 MB / 2.4 MB budget
2.4 MB transferred
102 requests
0.51 g CO2 per page load
Fonts 916.1 KiB 37%
Images 679.2 KiB 27%
JavaScript 524.9 KiB 21%
Other 186.4 KiB 7%
CSS 77.0 KiB 3%
HTML 43.5 KiB 2%
Other 42.9 KiB 2%
Other 23.8 KiB 1%
Other 3.2 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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

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.4 MiB of 2.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
4052ms total JS execution
FIX
4052ms total JS execution
Warning::
https://www.apple.com/: 1056ms CPU time
Warning::
https://www.apple.com/v/home/a/scripts/main.built....: 877ms CPU time
Warning::
Unattributable: 814ms CPU time
Warning::
https://www.apple.com/api-www/global-elements/glob...: 562ms CPU time
Info::
https://www.apple.com/metrics/ac-analytics/2.29.1/...: 216ms CPU time
Warning::
Third-party scripts: 4052ms (100% of total)

Main Thread Breakdown

Other 34% Script Evaluation 31% Style & Layout 22% Rendering 6% Parse HTML & CSS 4% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://www.apple.com/1056ms10ms2ms3rd
https://www.apple.com/v/home/a/scripts/main.built.js877ms308ms1ms3rd
Unattributable814ms60ms0ms3rd
https://www.apple.com/api-www/global-elements/global-header/v1/assets/globalheader.umd.js562ms289ms20ms3rd
https://www.apple.com/metrics/ac-analytics/2.29.1/scripts/auto-init.js216ms201ms0ms3rd
https://www.apple.com/metrics/ac-target/latest/ac-target.js175ms151ms17ms3rd
https://www.apple.com/metrics/ac-analytics/2.29.1/scripts/ac-analytics.js141ms74ms63ms3rd
https://www.apple.com/v/home/a/scripts/mothers-day2026.built.js125ms87ms0ms3rd
https://www.apple.com/ac/localeswitcher/4/en_US/scripts/localeswitcher.built.js85ms59ms23ms3rd
D
Page Weight Inventory
Action
102 resources · 2.4 MB · 225 KB savings available
FIX
102 resources · 2.4 MB · 225 KB savings available
Warning::
Page weight 2.4 MB exceeds 1 MB target by 1.4 MB
Got: 2.4 MB Expected: ≤ 1 MB
Info::
~225 KB of savings available
Warning::
101 third-party resources (100% of weight)
Info::
3 resources over 200KB
102 resources · 2.4 MiB · 101 third-party 1.4 MiB over 1MB target
Font 37% · 916.1 KiB
Image 28% · 701.8 KiB
JavaScript 21% · 524.9 KiB
Media 7% · 186.4 KiB
CSS 3% · 77.0 KiB
Other 2% · 47.0 KiB
Document 2% · 43.8 KiB

~225.1 KiB of savings available

Remove unused JavaScript: 225.1 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-store
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store

DirectiveValueMeaning
no-storeNever cache this response
C
Image Optimization
Action
60 images, 0 KB saveable
REVIEW
60 images, 0 KB saveable
Warning::
data:image/gif;base64,R0lGODlhAQABAHAAACH5BAEAAAAA... 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::
https://www.apple.com/v/home/cm/images/heroes/moth... 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/appl... 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/promos/appl... 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/apple-... 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/logos/apple... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
60 images 679 KB
0 oversized -0 KB
59 legacy format
7 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

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 Bundles
Action
17 scripts, 225 KB unused
REVIEW
17 scripts, 225 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...: 56 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/ac/localeswitcher/4/en_US/sc...: 35 KB unused (63%)
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: 225 KB
225 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 KB56 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/ac/localeswitcher/4/en_US/scripts/localeswitcher.built.js56 KB35 KB (63%)3rd
https://www.apple.com/v/home/a/built/scripts/endless-entertainment-gallery.built.js41 KB27 KB (68%)3rd
https://www.apple.com/v/home/a/scripts/inline-media.built.js2 KB3rd
https://www.apple.com/v/home/a/scripts/home-analytics.built.js2 KB3rd
https://www.apple.com/v/home/a/scripts/main.built.js26 KB3rd
https://www.apple.com/metrics/ac-target/latest/ac-target.js38 KB3rd
https://www.apple.com/ac/globalfooter/8/en_US/scripts/ac-globalfooter.built.js4 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

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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
5 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
Total JS execution time is 4.1 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
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
5 fonts (916 KB)
PASS
5 fonts (916 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

916 KB total

Render-blocking

0

of 5

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 FCP 9.1 s LCP 12.4 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 — 56 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 — 59 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 — 62 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-Text/v3/sf-pro-text_bold.woff2sf-pro-text_bold.woff2 https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_bold.woff2 — 228.0 KiB — 20 ms — font-display: swap
sf-pro-text_semibold.woff2 woff2 swap
Size 230 KB
Load time 56 ms
Start 299 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 59 ms
Start 299 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 62 ms
Start 299 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_regular.... woff2 swap
Size 115 KB
Load time 12 ms
Start 503 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_bold.woff2 woff2 swap
Size 228 KB
Load time 20 ms
Start 504 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 ~458 KB and ~916 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+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
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
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
9 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Network Waterfall
102 requests over 1300ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 9.1 s LCP 12.4 shttps://apple.com// https://apple.com/ — 301 — 345 B — 10 ms — http/1.1https://www.apple.com/www.apple.com/ https://www.apple.com/ — 200 — 43.5 KiB — 50 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.9 KiB — 70 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 — 48 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 — 29 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 — 30 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 — 25 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 — 16 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 — 15 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 — 34 ms — h2https://www.apple.com/v/home/a/styles/inline-media.built.csswww.apple.com/v/home/a/styles/inlin... https://www.apple.com/v/home/a/styles/inline-media.built.css — 200 — 3.3 KiB — 20 ms — h2https://www.apple.com/home/built/styles/home_2m8nfnke.built.csswww.apple.com/home/built/styles/hom... https://www.apple.com/home/built/styles/home_2m8nfnke.built.css — 200 — 3.1 KiB — 21 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 — 29 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.0 KiB — 60 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 — 73 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 — 850 B — 40 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/hero_md26_startframe__gimed42xr7ma_small_2x.jpgwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/hero_md26_startframe__gimed42xr7ma_small_2x.jpg — 200 — 57.8 KiB — 34 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/hero_md26__frsax7b4q8i2_small_2x.jpgwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/hero_md26__frsax7b4q8i2_small_2x.jpg — 200 — 195.6 KiB — 39 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.6 KiB — 50 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 — 53 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 — 66 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.5 KiB — 45 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower01__e1pd8q5o25w2_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower01__e1pd8q5o25w2_small_2x.png — 200 — 3.6 KiB — 25 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower02__fgb2guzay1yu_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower02__fgb2guzay1yu_small_2x.png — 200 — 2.7 KiB — 26 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower03__e4ep1uulctqq_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower03__e4ep1uulctqq_small_2x.png — 200 — 2.7 KiB — 7 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 — 9 ms — h2https://www.apple.com/shop/experience-metawww.apple.com/shop/experience-meta https://www.apple.com/shop/experience-meta — 200 — 1.5 KiB — 158 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 — 76 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 — 8 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 — 27 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 9.1 s LCP 12.4 shttps://apple.com// https://apple.com/ — 301 — 345 B — 10 ms — http/1.1https://www.apple.com/www.apple.com/ https://www.apple.com/ — 200 — 43.5 KiB — 50 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.9 KiB — 70 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 — 48 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 — 29 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 — 30 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 — 25 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 — 16 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 — 15 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 — 34 ms — h2https://www.apple.com/v/home/a/styles/inline-media.built.csswww.apple.com/v/home/a/styles/inlin... https://www.apple.com/v/home/a/styles/inline-media.built.css — 200 — 3.3 KiB — 20 ms — h2https://www.apple.com/home/built/styles/home_2m8nfnke.built.csswww.apple.com/home/built/styles/hom... https://www.apple.com/home/built/styles/home_2m8nfnke.built.css — 200 — 3.1 KiB — 21 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 — 29 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.0 KiB — 60 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 — 73 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 — 850 B — 40 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/hero_md26_startframe__gimed42xr7ma_small_2x.jpgwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/hero_md26_startframe__gimed42xr7ma_small_2x.jpg — 200 — 57.8 KiB — 34 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/hero_md26__frsax7b4q8i2_small_2x.jpgwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/hero_md26__frsax7b4q8i2_small_2x.jpg — 200 — 195.6 KiB — 39 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.6 KiB — 50 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 — 53 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 — 66 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.5 KiB — 45 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower01__e1pd8q5o25w2_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower01__e1pd8q5o25w2_small_2x.png — 200 — 3.6 KiB — 25 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower02__fgb2guzay1yu_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower02__fgb2guzay1yu_small_2x.png — 200 — 2.7 KiB — 26 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower03__e4ep1uulctqq_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower03__e4ep1uulctqq_small_2x.png — 200 — 2.7 KiB — 7 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 — 9 ms — h2https://www.apple.com/shop/experience-metawww.apple.com/shop/experience-meta https://www.apple.com/shop/experience-meta — 200 — 1.5 KiB — 158 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 — 76 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 — 8 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 — 27 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower04__eoo2u122cjgy_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower04__eoo2u122cjgy_small_2x.png — 200 — 3.4 KiB — 28 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower05__b9xj7t72wv2a_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower05__b9xj7t72wv2a_small_2x.png — 200 — 4.4 KiB — 30 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower06__frn881gbgkey_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower06__frn881gbgkey_small_2x.png — 200 — 5.0 KiB — 32 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower07__cb7qoj27khle_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower07__cb7qoj27khle_small_2x.png — 200 — 3.0 KiB — 33 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower08__v6wpd3g1fuau_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower08__v6wpd3g1fuau_small_2x.png — 200 — 3.2 KiB — 35 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower09__kt5dyzvk02qu_mediumtall_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower09__kt5dyzvk02qu_mediumtall_2x.png — 200 — 4.2 KiB — 36 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower10__en7ahgwodnee_medium_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower10__en7ahgwodnee_medium_2x.png — 200 — 3.7 KiB — 38 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower11__fgv0h02lekii_medium_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower11__fgv0h02lekii_medium_2x.png — 200 — 5.2 KiB — 40 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower12__8kxj05chd3mi_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower12__8kxj05chd3mi_large_2x.png — 200 — 6.1 KiB — 42 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower13__k3alckpawm62_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower13__k3alckpawm62_large_2x.png — 200 — 5.4 KiB — 43 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower14__b9outwohcw02_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower14__b9outwohcw02_large_2x.png — 200 — 7.0 KiB — 44 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower15__ee48sio9fbiq_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower15__ee48sio9fbiq_large_2x.png — 200 — 4.3 KiB — 45 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower16__b6hmueh48k02_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/flowers/flower16__b6hmueh48k02_large_2x.png — 200 — 9.0 KiB — 47 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot01__digitfb53bcm_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot01__digitfb53bcm_small_2x.png — 200 — 1.0 KiB — 67 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot02__fbj551thq96y_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot02__fbj551thq96y_small_2x.png — 200 — 1.1 KiB — 48 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot03__d46wha5tfkuq_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot03__d46wha5tfkuq_small_2x.png — 200 — 1.0 KiB — 49 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot04__fgsy0l1k6sya_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot04__fgsy0l1k6sya_small_2x.png — 200 — 1.0 KiB — 51 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot05__fnqkr7w62day_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot05__fnqkr7w62day_small_2x.png — 200 — 1.0 KiB — 52 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot06__d6eqyx8308sy_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot06__d6eqyx8308sy_small_2x.png — 200 — 1.0 KiB — 53 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot07__eznrq1xl67au_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot07__eznrq1xl67au_small_2x.png — 200 — 1.1 KiB — 54 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot08__dq9dvho6z9km_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot08__dq9dvho6z9km_small_2x.png — 200 — 1.0 KiB — 55 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot09__cnqu34edan2a_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot09__cnqu34edan2a_small_2x.png — 200 — 1.0 KiB — 58 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot10__cysq7b1r7jqu_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot10__cysq7b1r7jqu_large_2x.png — 200 — 1.1 KiB — 59 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot11__87480i0fh4ya_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot11__87480i0fh4ya_large_2x.png — 200 — 1.1 KiB — 62 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot12__e7qkfghku8ii_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot12__e7qkfghku8ii_large_2x.png — 200 — 1.1 KiB — 62 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot13__dvsrx2wedqoi_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot13__dvsrx2wedqoi_large_2x.png — 200 — 1.1 KiB — 65 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot14__r9kri87p8b6a_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot14__r9kri87p8b6a_large_2x.png — 200 — 1.1 KiB — 67 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot15__fmgwsdcda8ya_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot15__fmgwsdcda8ya_large_2x.png — 200 — 1.1 KiB — 68 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot16__e9z9bw9ertme_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot16__e9z9bw9ertme_large_2x.png — 200 — 1.1 KiB — 69 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot17__cey87kp9j8eq_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot17__cey87kp9j8eq_large_2x.png — 200 — 1.1 KiB — 112 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot18__eo4tegxhspiu_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot18__eo4tegxhspiu_large_2x.png — 200 — 1.1 KiB — 72 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot19__d2zhs5rscdm6_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot19__d2zhs5rscdm6_large_2x.png — 200 — 1.1 KiB — 74 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot20__p5y095c2ecae_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot20__p5y095c2ecae_large_2x.png — 200 — 1.1 KiB — 113 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot21__ce99dzw4ccc2_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot21__ce99dzw4ccc2_large_2x.png — 200 — 1.1 KiB — 81 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot22__rp9mdkdqoqaq_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/dots/dot22__rp9mdkdqoqaq_large_2x.png — 200 — 1.1 KiB — 74 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle01__cvld3ksn80ae_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle01__cvld3ksn80ae_small_2x.png — 200 — 2.6 KiB — 82 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle02__c2g4gl9nbomu_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle02__c2g4gl9nbomu_small_2x.png — 200 — 2.2 KiB — 105 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle03__es5s8838hi82_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle03__es5s8838hi82_small_2x.png — 200 — 3.1 KiB — 118 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle04__l2m1ftcvk9mm_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle04__l2m1ftcvk9mm_small_2x.png — 200 — 2.4 KiB — 83 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle05__buymqf8fdf7m_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle05__buymqf8fdf7m_small_2x.png — 200 — 3.7 KiB — 119 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle06__by68fi67ff42_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle06__by68fi67ff42_small_2x.png — 200 — 2.1 KiB — 84 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle07__fgrwf2a048q6_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle07__fgrwf2a048q6_small_2x.png — 200 — 2.9 KiB — 85 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle08__cqxk5ug2ecuq_small_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle08__cqxk5ug2ecuq_small_2x.png — 200 — 2.3 KiB — 86 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle09__c4gydh7t0ru6_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle09__c4gydh7t0ru6_large_2x.png — 200 — 3.7 KiB — 89 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle10__ea38zb45aowi_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle10__ea38zb45aowi_large_2x.png — 200 — 6.3 KiB — 95 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle11__djh6fqd9o3cm_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle11__djh6fqd9o3cm_large_2x.png — 200 — 4.8 KiB — 119 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle12__ca9glcuw20nm_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle12__ca9glcuw20nm_large_2x.png — 200 — 3.0 KiB — 121 ms — h2https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle13__frnphpn9h6i6_large_2x.pngwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/mothers-day-2026/squiggles/squiggle13__frnphpn9h6i6_large_2x.png — 200 — 3.2 KiB — 123 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 — 56 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 — 59 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 — 62 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.7 KiB — 36 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 — 31 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 — 1.1 KiB — 50 ms — h2https://securemetrics.apple.com/b/ss/applestoreww/1/JS-2.23.0/s72027359745282?AQB=1&ndh=1&pf=1&t=10%2F4%2F2026%2011%3A18%3A21%200%200&fid=7EBD005DE77D6E23-042340D9EDD654D5&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=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&AQE=1securemetrics.apple.com/b/ss/apples... https://securemetrics.apple.com/b/ss/applestoreww/1/JS-2.23.0/s72027359745282?AQB=1&ndh=1&pf=1&t=10%2F4%2F2026%2011%3A18%3A21%200%200&fid=7EBD005DE77D6E23-042340D9EDD654D5&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=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&AQE=1 — 302 — 902 B — 57 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/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-Text/v3/sf-pro-text_bold.woff2www.apple.com/wss/fonts/SF-Pro-Text... https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_bold.woff2 — 200 — 228.0 KiB — 20 ms — h2https://securemetrics.apple.com/b/ss/applestoreww/1/JS-2.23.0/s72027359745282?AQB=1&pccr=true&vidn=350034BED3C89B47-60001988A0215CD5&ndh=1&pf=1&t=10%2F4%2F2026%2011%3A18%3A21%200%200&fid=7EBD005DE77D6E23-042340D9EDD654D5&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=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&AQE=1securemetrics.apple.com/b/ss/apples... https://securemetrics.apple.com/b/ss/applestoreww/1/JS-2.23.0/s72027359745282?AQB=1&pccr=true&vidn=350034BED3C89B47-60001988A0215CD5&ndh=1&pf=1&t=10%2F4%2F2026%2011%3A18%3A21%200%200&fid=7EBD005DE77D6E23-042340D9EDD654D5&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=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&AQE=1 — 200 — 582 B — 26 ms — h2https://www.apple.com/ac/localeswitcher/4/en_US/content/localeswitcher.jsonwww.apple.com/ac/localeswitcher/4/e... https://www.apple.com/ac/localeswitcher/4/en_US/content/localeswitcher.json — 200 — 1.2 KiB — 5 ms — h2https://securemvt.apple.com/rest/v1/delivery?client=apple&sessionId=553bdcd815ff4178a7083733012407d6&version=2.3.2securemvt.apple.com/rest/v1/deliver... https://securemvt.apple.com/rest/v1/delivery?client=apple&sessionId=553bdcd815ff4178a7083733012407d6&version=2.3.2 — 200 — 886 B — 59 ms — h2https://www.apple.com/v/home/a/scripts/BaseComponent-DXz0uyRk.built.jswww.apple.com/v/home/a/scripts/Base... https://www.apple.com/v/home/a/scripts/BaseComponent-DXz0uyRk.built.js — 200 — 2.3 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 — 16 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 — 10 ms — h2https://www.apple.com/v/home/a/scripts/mothers-day2026.built.jswww.apple.com/v/home/a/scripts/moth... https://www.apple.com/v/home/a/scripts/mothers-day2026.built.js — 200 — 2.2 KiB — 11 ms — h2https://www.apple.com/favicon.icowww.apple.com/favicon.ico https://www.apple.com/favicon.ico — 200 — 22.6 KiB — 7 ms — h2https://www.apple.com/v/home/cm/images/heroes/iphone-family/hero_iphone_family__fuz5j2v5xx6y_small_2x.jpgwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/iphone-family/hero_iphone_family__fuz5j2v5xx6y_small_2x.jpg — 200 — 51.3 KiB — 14 ms — h2https://www.apple.com/v/home/a/images/logos/apple-watch-series-11/hero_logo_apple_watch_series_11__d7d7nh53wq2q_small_2x.pngwww.apple.com/v/home/a/images/logos... https://www.apple.com/v/home/a/images/logos/apple-watch-series-11/hero_logo_apple_watch_series_11__d7d7nh53wq2q_small_2x.png — 200 — 6.2 KiB — 8 ms — h2https://www.apple.com/v/home/cm/images/heroes/apple-watch-series-11/hero_apple_watch_series_11__bdz1mml4dx6q_small_2x.jpgwww.apple.com/v/home/cm/images/hero... https://www.apple.com/v/home/cm/images/heroes/apple-watch-series-11/hero_apple_watch_series_11__bdz1mml4dx6q_small_2x.jpg — 200 — 55.0 KiB — 20 ms — h2https://www.apple.com/v/home/cm/images/logos/apple-watch/promo_logo_apple_watch__gdzjgizr4bu6_small_2x.pngwww.apple.com/v/home/cm/images/logo... https://www.apple.com/v/home/cm/images/logos/apple-watch/promo_logo_apple_watch__gdzjgizr4bu6_small_2x.png — 200 — 3.5 KiB — 21 ms — h2https://www.apple.com/v/home/cm/images/promos/apple-watch-pride/promo_apple_watch_pride__9efimjc2tteu_small_2x.jpgwww.apple.com/v/home/cm/images/prom... https://www.apple.com/v/home/cm/images/promos/apple-watch-pride/promo_apple_watch_pride__9efimjc2tteu_small_2x.jpg — 200 — 170.3 KiB — 25 ms — h2https://www.apple.com/105/media/us/home/2026/2aa197af-b2da-4360-a261-62288feb9cac/anim/hero/small_2x.mp4www.apple.com/105/media/us/home/202... https://www.apple.com/105/media/us/home/2026/2aa197af-b2da-4360-a261-62288feb9cac/anim/hero/small_2x.mp4 — 206 — 186.4 KiB — 28 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 4052ms · 429KB · $23/mo
www.apple.com
Other
Costly
Execution 1056ms
Transfer 43 KB
Monthly Cost $6/mo
www.apple.com
Other
Costly
Execution 877ms
Transfer 26 KB
Monthly Cost $5/mo
Unattributable
Other
Costly
Execution 814ms
Transfer 0 KB
Monthly Cost $5/mo
www.apple.com
Other
Costly
Execution 562ms
Transfer 161 KB
Unused 35%
Monthly Cost $3/mo
www.apple.com
Other
Costly
Execution 216ms
Transfer 1 KB
Monthly Cost $1/mo
www.apple.com
Other
Optional
Execution 175ms
Transfer 38 KB
Monthly Cost $1/mo
www.apple.com
Other
Optional
Execution 141ms
Transfer 102 KB
Unused 40%
Monthly Cost $1/mo
www.apple.com
Other
Optional
Execution 125ms
Transfer 2 KB
Monthly Cost $1/mo
www.apple.com
Other
Optional
Execution 85ms
Transfer 56 KB
Unused 63%
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • www.apple.com adds 1056ms and costs ~$6/month
  • www.apple.com adds 877ms and costs ~$5/month
  • Unattributable adds 814ms and costs ~$5/month
  • www.apple.com adds 562ms and costs ~$3/month
  • www.apple.com adds 216ms and costs ~$1/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 1056ms 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

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

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

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

63% of www.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

Image Optimization
103 images, 232 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

103

Total Size

232 KB

94 missing alt text 103 missing dimensions 83 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback