Performance
· 16 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.
2.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.78 s
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.
7.43 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.
22.70 s
Page Load Progression
FPage Weight BudgetAction3.0 MB transferred, 256 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
FJS Execution CostAction12544ms 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 | 2952ms | 2573ms | 28ms | 3rd |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/framework-65a34a0ddb0ddadf.js | 2721ms | 2179ms | 21ms | 3rd |
| https://www.target.com/ | 1935ms | 36ms | 12ms | 1st |
| Unattributable | 1186ms | 59ms | 2ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202603310101/pubads_impl.js?cb=31097584 | 910ms | 724ms | 47ms | 3rd |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/pages/_app-ad9d61cea032c42e.js | 771ms | 595ms | 142ms | 3rd |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/pages/index-5a2f2a2e570120c6.js | 529ms | 527ms | 1ms | 3rd |
| https://client.px-cloud.net/PXGWPp4wUS/main.min.js | 503ms | 417ms | 47ms | 3rd |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/vendor-22b9371b7b1cc3c6.js | 198ms | 86ms | 69ms | 3rd |
| https://assets.targetimg1.com/webui/scripts/fullstory/fs.20250319-01.js | 188ms | 121ms | 20ms | 3rd |
Showing top 10 of 15 scripts
FJS BundlesAction116 scripts, 557 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 | 149 KB (44%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202603310101/pubads_impl.js?cb=31097584 | 182 KB | 92 KB (50%) | ✓ | 3rd |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/vendor-22b9371b7b1cc3c6.js | 165 KB | 91 KB (55%) | ✓ | 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://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/4117.c9c3b666439d19e3.js | 43 KB | 29 KB (67%) | ✓ | 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 |
| https://assets.targetimg1.com/webui/top-of-funnel/_next/static/chunks/9491.0d93cce54587b34e.js | 6 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 OptimizationAction33 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.
Performance issues directly impact user engagement and conversion rates.
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 Hints47 hints, 0 missing preconnectsPASS
Current Resource Hints
47 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall256 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 | 2952ms | 196 KB | — | $17/mo | Costly |
assets.targetimg1.com assets.targetimg1.com | Other | 2721ms | 59 KB | 36% | $16/mo | Costly |
Unattributable Unattributable | Other | 1186ms | 0 KB | — | $7/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 910ms | 182 KB | 50% | $5/mo | Costly |
assets.targetimg1.com assets.targetimg1.com | Other | 771ms | 340 KB | 44% | $4/mo | Costly |
assets.targetimg1.com assets.targetimg1.com | Other | 529ms | 4 KB | — | $3/mo | Costly |
client.px-cloud.net client.px-cloud.net | Other | 503ms | 93 KB | — | $3/mo | Costly |
assets.targetimg1.com assets.targetimg1.com | Other | 198ms | 165 KB | 55% | $1/mo | Optional |
assets.targetimg1.com assets.targetimg1.com | Other | 188ms | 94 KB | 62% | $1/mo | Optional |
assets.targetimg1.com assets.targetimg1.com | Other | 162ms | 38 KB | — | $1/mo | Optional |
resources.digital-cloud.medallia.com resources.digital-cloud.medallia.com | Other | 154ms | 69 KB | 57% | $1/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 126ms | 39 KB | — | $1/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 112ms | 34 KB | — | $1/mo | Optional |
pub.doubleverify.com pub.doubleverify.com | Other | 97ms | 23 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- assets.targetimg1.com adds 2952ms and costs ~$17/month
- assets.targetimg1.com adds 2721ms and costs ~$16/month
- Unattributable adds 1186ms and costs ~$7/month
- securepubads.g.doubleclick.net adds 910ms and costs ~$5/month
- assets.targetimg1.com adds 771ms and costs ~$4/month
- assets.targetimg1.com adds 529ms and costs ~$3/month
- client.px-cloud.net adds 503ms and costs ~$3/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 2952ms 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 2721ms 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 1186ms 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 910ms 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
50% of securepubads.g.doubleclick.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
assets.targetimg1.com takes 771ms 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 529ms 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
client.px-cloud.net takes 503ms 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
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
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
57% of resources.digital-cloud.medallia.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