Performance
· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
9.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.96 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.99 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
15.61 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.
40.12 s
Page Load Progression
FPage Weight BudgetAction18.3 MB transferred, 301 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction89% third-party, 0 ms blockingFIX
FJS Execution CostAction27372ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.nike.com/149e9513-01fa-4fb0-aad4-566afd725d1b/2d206a39-8ed7-437e-a3be-862e0f06eea3/ips.js?KP_UIDz=0ZftwAkXWHPQjDWotdWI7v9zTeDl8HodhcvAUvKNo13uPmORRygAYDAPvj3oUelFZIyz4kARJI4r3fTuhHT48raPtDap0qKYzsPUKyK9XdlE6c4LSLbQ9D2hTwDduIaxtrUL2YUImXwjVKImQ7o0vHQA8LCUNDyc5VN2AKJfHIY0lAu1&x-kpsdk-v=j-1.2.308&x-kpsdk-im=AAK-ZkxAo8XpRva-zgOyResgCy4SAuglXs8SwevibWMaPEE7GJ40o6OHJAK2sUi3z3dtWsj7wVk8Jvgwkstiek9NzHw | 4496ms | 4176ms | 64ms | 1st |
| https://www.nike.com/assets/vendor/react/18.3.1/react.production.min.js | 4063ms | 3584ms | 2ms | 1st |
| Unattributable | 3741ms | 569ms | 1ms | 3rd |
| https://www.nike.com/ | 3535ms | 1271ms | 97ms | 1st |
| https://static-assets.nike.com/video-player/2.2.0/nike-one-video-player.min.js | 1306ms | 404ms | 100ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NTF2X45&l=marketingClientDataLayer | 1181ms | 1048ms | 95ms | 3rd |
| https://www.nike.com/_next/static/chunks/739.e084fb5e3f935e6a.js | 996ms | 225ms | 4ms | 1st |
| https://www.nike.com/static/analytics-client/public/2704.chunk.085c37.js | 821ms | 723ms | 46ms | 1st |
| https://www.nike.com/149e9513-01fa-4fb0-aad4-566afd725d1b/2d206a39-8ed7-437e-a3be-862e0f06eea3/p.js | 735ms | 437ms | 18ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-QTVTHYLBQS&l=marketingClientDataLayer&cx=c>m=4e6411 | 556ms | 468ms | 68ms | 3rd |
Showing top 10 of 46 scripts
FJS BundlesAction133 scripts, 922 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static-assets.nike.com/video-player/2.2.0/nike-one-video-player.min.js | 191 KB | 84 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QTVTHYLBQS&l=marketingClientDataLayer&cx=c>m=4e6411 | 169 KB | 64 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-1019013699&l=marketingClientDataLayer&cx=c>m=4e6411 | 144 KB | 60 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-4171764&l=marketingClientDataLayer | 129 KB | 60 KB (47%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js | 106 KB | 60 KB (57%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-8128335&l=marketingClientDataLayer&cx=c>m=4e6411 | 128 KB | 59 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-947143981&l=marketingClientDataLayer&cx=c>m=4e6411 | 132 KB | 57 KB (43%) | ✓ | 3rd |
| https://www.nike.com/static/bellotti/playcard/_reco/public/c636b1d17225aef30e14/index.umd.js | 77 KB | 56 KB (74%) | ✓ | 1st |
| https://www.nike.com/static/cssf/async-chat/_reco/public/0237b8daa38595b79c21/index.umd.js | 89 KB | 54 KB (62%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-NTF2X45&l=marketingClientDataLayer | 179 KB | 51 KB (29%) | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
CImage OptimizationAction42 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (212 KB)PASS
Web fonts
5
212 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints14 hints, 0 missing preconnectsPASS
Current Resource Hints
14 resource hints configured
A+HTTP Cachingmax-age=822 (13 minutes)PASS
max-age=822
| Directive | Value | Meaning |
|---|---|---|
| max-age | 822 | Cache for 13 minutes |
Network Waterfall301 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 3741ms | 0 KB | — | $21/mo | Costly |
static-assets.nike.com static-assets.nike.com | Other | 1306ms | 191 KB | 45% | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1181ms | 179 KB | 29% | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 556ms | 169 KB | 38% | $3/mo | Costly |
js-agent.newrelic.com js-agent.newrelic.com | Other | 518ms | 30 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 342ms | 144 KB | 42% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 320ms | 132 KB | 43% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 299ms | 128 KB | 46% | $2/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 243ms | 95 KB | 39% | $1/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 236ms | 106 KB | 57% | $1/mo | Costly |
Bing UET bat.bing.com | Advertising | 153ms | 15 KB | — | $1/mo | Optional |
sc-static.net sc-static.net | Other | 152ms | 25 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 132ms | 129 KB | 47% | $1/mo | Optional |
web-sdk-cdn.singular.net web-sdk-cdn.singular.net | Other | 117ms | 48 KB | — | $1/mo | Optional |
s.pinimg.com s.pinimg.com | Other | 113ms | 28 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 107ms | 37 KB | — | $1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 103ms | 40 KB | — | $1/mo | Optional |
s.go-mpulse.net s.go-mpulse.net | Other | 84ms | 57 KB | 65% | $0/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 69ms | 19 KB | — | $0/mo | Optional |
s.go-mpulse.net s.go-mpulse.net | Other | 58ms | 34 KB | — | $0/mo | Optional |
consumersignals.services.nike.com consumersignals.services.nike.com | Other | 56ms | 4 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 3741ms and costs ~$21/month
- static-assets.nike.com adds 1306ms and costs ~$7/month
- Google Tag Manager adds 1181ms and costs ~$7/month
- Google Tag Manager adds 556ms and costs ~$3/month
- js-agent.newrelic.com adds 518ms and costs ~$3/month
- Google Tag Manager adds 342ms and costs ~$2/month
- Google Tag Manager adds 320ms and costs ~$2/month
- Google Tag Manager adds 299ms and costs ~$2/month
- Facebook Pixel adds 243ms and costs ~$1/month
- analytics.tiktok.com adds 236ms and costs ~$1/month
Unattributable takes 3741ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
static-assets.nike.com takes 1306ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 1181ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 556ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
js-agent.newrelic.com takes 518ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 342ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 320ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 299ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Facebook Pixel takes 243ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
analytics.tiktok.com takes 236ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
57% of analytics.tiktok.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
65% of s.go-mpulse.net's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev