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.
688 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
285 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.49 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.
4.12 s
Page Load Progression
FPage Weight BudgetAction3.5 MB transferred, 262 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
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 ImpactAction98% third-party, 0 ms blockingFIX
DJS Execution CostAction3353ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://assets.targetimg1.com/ssx/ssx.mod.js?seed=AIDFTmOdAQAAmO7oOiRcnehXJ13il18RDMT6nZGEofZ0olLprej1iERAo8IY&X-GyJwza5Z--z=q | 906ms | 786ms | 10ms | 3rd |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/framework-65a34a0ddb0ddadf.js | 766ms | 606ms | 6ms | 3rd |
| https://www.target.com/ | 503ms | 9ms | 3ms | 1st |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202603310101/pubads_impl.js | 341ms | 278ms | 16ms | 3rd |
| Unattributable | 274ms | 17ms | 2ms | 3rd |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/pages/_app-ad9d61cea032c42e.js | 168ms | 131ms | 30ms | 3rd |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/pages/index-5a2f2a2e570120c6.js | 148ms | 144ms | 0ms | 3rd |
| https://client.px-cloud.net/PXGWPp4wUS/main.min.js | 136ms | 112ms | 13ms | 3rd |
| https://assets.targetimg1.com/webui/scripts/fullstory/fs.20250319-01.js | 61ms | 37ms | 9ms | 3rd |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/vendor-22b9371b7b1cc3c6.js | 50ms | 23ms | 14ms | 3rd |
FJS BundlesAction118 scripts, 584 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/pages/_app-ad9d61cea032c42e.js | 340 KB | 148 KB (44%) | ✓ | 3rd |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/vendor-22b9371b7b1cc3c6.js | 165 KB | 91 KB (55%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202603310101/pubads_impl.js | 182 KB | 90 KB (49%) | ✓ | 3rd |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/slingshot-components-Banner.e3d0d9a65ef4b8db.js | 110 KB | 78 KB (71%) | ✓ | 3rd |
| https://assets.targetimg1.com/webui/scripts/fullstory/fs.20250319-01.js | 94 KB | 58 KB (62%) | ✓ | 3rd |
| https://resources.digital-cloud.medallia.com/wdcus/235967/onsite/generic1768825497250.js | 69 KB | 39 KB (57%) | ✓ | 3rd |
| https://client.px-cloud.net/PXGWPp4wUS/main.min.js | 93 KB | 35 KB (38%) | ✓ | 3rd |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/4117.c9c3b666439d19e3.js | 43 KB | 24 KB (57%) | ✓ | 3rd |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/framework-65a34a0ddb0ddadf.js | 59 KB | 21 KB (36%) | ✓ | 3rd |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/9959-1024812a931cbee9.js | 11 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
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 OptimizationAction36 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.
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingprivate, private, no-cacheREVIEW
private, private, no-cache
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (87 KB)PASS
Web fonts
3
87 KB total
Render-blocking
0
of 3
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 HintsNo optimization neededPASS
Network Waterfall262 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 |
|---|---|---|---|---|---|---|
assets.targetimg1.com assets.targetimg1.com | Other | 906ms | 196 KB | — | $5/mo | Costly |
assets.targetimg1.com assets.targetimg1.com | Other | 766ms | 59 KB | 36% | $4/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 341ms | 182 KB | 49% | $2/mo | Costly |
Unattributable Unattributable | Other | 274ms | 0 KB | — | $2/mo | Costly |
assets.targetimg1.com assets.targetimg1.com | Other | 168ms | 340 KB | 44% | $1/mo | Optional |
assets.targetimg1.com assets.targetimg1.com | Other | 148ms | 4 KB | — | $1/mo | Optional |
client.px-cloud.net client.px-cloud.net | Other | 136ms | 93 KB | 38% | $1/mo | Optional |
assets.targetimg1.com assets.targetimg1.com | Other | 61ms | 94 KB | 62% | $0/mo | Optional |
assets.targetimg1.com assets.targetimg1.com | Other | 50ms | 165 KB | 55% | $0/mo | Optional |
These scripts may cost more than they're worth
- assets.targetimg1.com adds 906ms and costs ~$5/month
- assets.targetimg1.com adds 766ms and costs ~$4/month
- securepubads.g.doubleclick.net adds 341ms and costs ~$2/month
- Unattributable adds 274ms and costs ~$2/month
85% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
assets.targetimg1.com takes 906ms 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
assets.targetimg1.com takes 766ms 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
securepubads.g.doubleclick.net takes 341ms 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
Unattributable takes 274ms 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
62% of assets.targetimg1.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
55% of assets.targetimg1.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