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.
5.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
24.21 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.59 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.103
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.73 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.
24.88 s
Page Load Progression
FPage Weight BudgetAction3.0 MB transferred, 179 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 ImpactAction76% third-party, 0 ms blockingFIX
FJS Execution CostAction9671ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1757ms | 239ms | 0ms | 3rd |
| https://www.ebay.com/ | 1746ms | 1075ms | 166ms | 1st |
| https://www.ebay.com/ifh/ifh-vendor6745c0450bef4bd655ad.js | 1245ms | 1082ms | 124ms | 1st |
| https://ir.ebaystatic.com/cr/v/c1/globalheader_widget_platform__v2-dbe28938b2023.js | 578ms | 244ms | 197ms | 3rd |
| https://ir.ebaystatic.com/rs/c/mweb-gh-ImW4WXaP.js | 514ms | 109ms | 75ms | 3rd |
| https://www.ebay.com/buyer-preferences/shipping-address?entryPageId=4624852 | 483ms | 225ms | 54ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-1070599711&cx=c>m=4e6411h1 | 473ms | 409ms | 56ms | 3rd |
| https://ir.ebaystatic.com/rs/c/discoveryplatformweb/_Byl6u2YB.js | 400ms | 12ms | 5ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1005566788&cx=c>m=4e6411h1 | 327ms | 270ms | 52ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-13341218 | 303ms | 251ms | 49ms | 3rd |
Showing top 10 of 26 scripts
FJS BundlesAction76 scripts, 709 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://ir.ebaystatic.com/rs/c/discoveryplatformweb/_Byl6u2YB.js | 264 KB | 189 KB (72%) | ✓ | 3rd |
| https://www.ebay.com/ifh/ifh-vendor6745c0450bef4bd655ad.js | 246 KB | 136 KB (55%) | ✓ | 1st |
| https://ir.ebaystatic.com/rs/c/buyerprefs/buyer-preferences.shipping-address-BafmDCEN.js | 118 KB | 64 KB (55%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1070599711&cx=c>m=4e6411h1 | 147 KB | 55 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1005566788&cx=c>m=4e6411h1 | 135 KB | 55 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-13341218 | 130 KB | 52 KB (40%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 33 KB (35%) | ✓ | 3rd |
| https://www.ebay.com/ifh/ifh72ce1bf332834fe517a2.js | 76 KB | 33 KB (44%) | ✓ | 1st |
| https://ir.ebaystatic.com/rs/c/buyerprefs/jsx-runtime-BEJwbcy9.js | 42 KB | 26 KB (62%) | ✓ | 3rd |
| https://ir.ebaystatic.com/cr/v/c01/jquery/jquery-3.7.0.min.js | 31 KB | 23 KB (76%) | ✓ | 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization45 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
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 Loading4 fonts (51 KB)PASS
Web fonts
4
51 KB total
Render-blocking
0
of 4
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 Hints7 hints, 0 missing preconnectsPASS
Current Resource Hints
7 resource hints configured
Network Waterfall179 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 | 1757ms | 0 KB | — | $10/mo | Costly |
ir.ebaystatic.com ir.ebaystatic.com | Other | 578ms | 0 KB | — | $3/mo | Costly |
ir.ebaystatic.com ir.ebaystatic.com | Other | 514ms | 0 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 473ms | 147 KB | 37% | $3/mo | Costly |
ir.ebaystatic.com ir.ebaystatic.com | Other | 400ms | 264 KB | 72% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 327ms | 135 KB | 40% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 303ms | 130 KB | 40% | $2/mo | Costly |
ir.ebaystatic.com ir.ebaystatic.com | Other | 274ms | 59 KB | 38% | $2/mo | Costly |
ir.ebaystatic.com ir.ebaystatic.com | Other | 211ms | 0 KB | — | $1/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 204ms | 95 KB | 35% | $1/mo | Costly |
sc-static.net sc-static.net | Other | 154ms | 25 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 138ms | 42 KB | — | $1/mo | Optional |
ir.ebaystatic.com ir.ebaystatic.com | Other | 137ms | 112 KB | — | $1/mo | Optional |
s.pinimg.com s.pinimg.com | Other | 109ms | 28 KB | — | $1/mo | Optional |
ir.ebaystatic.com ir.ebaystatic.com | Other | 106ms | 0 KB | — | $1/mo | Optional |
mkttag.ebay.com mkttag.ebay.com | Other | 89ms | 19 KB | — | $1/mo | Optional |
dynamic.criteo.com dynamic.criteo.com | Other | 78ms | 25 KB | — | $0/mo | Optional |
ir.ebaystatic.com ir.ebaystatic.com | Other | 63ms | 74 KB | — | $0/mo | Optional |
ir.ebaystatic.com ir.ebaystatic.com | Other | 62ms | 31 KB | 72% | $0/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 62ms | 19 KB | — | $0/mo | Optional |
ir.ebaystatic.com ir.ebaystatic.com | Other | 54ms | 0 KB | — | $0/mo | Optional |
ir.ebaystatic.com ir.ebaystatic.com | Other | 52ms | 31 KB | 76% | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1757ms and costs ~$10/month
- ir.ebaystatic.com adds 578ms and costs ~$3/month
- ir.ebaystatic.com adds 514ms and costs ~$3/month
- Google Tag Manager adds 473ms and costs ~$3/month
- ir.ebaystatic.com adds 400ms and costs ~$2/month
- Google Tag Manager adds 327ms and costs ~$2/month
- Google Tag Manager adds 303ms and costs ~$2/month
- ir.ebaystatic.com adds 274ms and costs ~$2/month
- ir.ebaystatic.com adds 211ms and costs ~$1/month
- Facebook Pixel adds 204ms and costs ~$1/month
64% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 1757ms 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
ir.ebaystatic.com takes 578ms 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
ir.ebaystatic.com takes 514ms 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 473ms 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
ir.ebaystatic.com takes 400ms 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
72% of ir.ebaystatic.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
Google Tag Manager takes 327ms 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 303ms 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
ir.ebaystatic.com 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
ir.ebaystatic.com takes 211ms 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 204ms 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
72% of ir.ebaystatic.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
76% of ir.ebaystatic.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