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.
1.24 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.77 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.015
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.85 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.
6.25 s
Page Load Progression
FPage Weight BudgetAction3.8 MB transferred, 210 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
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
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 ImpactAction81% third-party, 0 ms blockingFIX
DJS Execution CostAction2540ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.ebay.com/ | 675ms | 235ms | 41ms | 1st |
| Unattributable | 523ms | 61ms | 0ms | 3rd |
| https://www.ebay.com/ifh/ifh-vendor6745c0450bef4bd655ad.js | 278ms | 244ms | 30ms | 1st |
| https://ir.ebaystatic.com/rs/c/globalheaderweb/index_lcNW.e335b722.js | 220ms | 130ms | 24ms | 3rd |
| https://ir.ebaystatic.com/cr/v/c1/globalheader_widget_platform__v2-b70676194b.js | 171ms | 63ms | 45ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1070599711 | 134ms | 105ms | 14ms | 3rd |
| https://www.ebay.com/buyer-preferences/shipping-address?entryPageId=4624852 | 108ms | 56ms | 9ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-1005566788&cx=c>m=4e6420h2 | 85ms | 70ms | 13ms | 3rd |
| https://ir.ebaystatic.com/rs/c/buyerprefs/entry.client-DpY5KGjq.js | 75ms | 62ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-13341218&cx=c>m=4e6420h2 | 75ms | 61ms | 13ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction80 scripts, 690 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=DC-13341218&cx=c>m=4e6420h2 | 130 KB | 57 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1005566788&cx=c>m=4e6420h2 | 135 KB | 55 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1070599711 | 147 KB | 52 KB (35%) | ✓ | 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/rs/c/buyerprefs/entry.client-DpY5KGjq.js | 59 KB | 22 KB (38%) | ✓ | 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 Optimization74 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 HintsNo optimization neededPASS
Network Waterfall210 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 | 523ms | 0 KB | — | $3/mo | Costly |
ir.ebaystatic.com ir.ebaystatic.com | Other | 220ms | 0 KB | — | $1/mo | Costly |
ir.ebaystatic.com ir.ebaystatic.com | Other | 171ms | 0 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 134ms | 147 KB | 35% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 85ms | 135 KB | 41% | $0/mo | Optional |
ir.ebaystatic.com ir.ebaystatic.com | Other | 75ms | 59 KB | 38% | $0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 75ms | 130 KB | 43% | $0/mo | Optional |
ir.ebaystatic.com ir.ebaystatic.com | Other | 75ms | 0 KB | — | $0/mo | Optional |
ir.ebaystatic.com ir.ebaystatic.com | Other | 69ms | 112 KB | — | $0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 52ms | 95 KB | 35% | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 523ms and costs ~$3/month
- ir.ebaystatic.com adds 220ms and costs ~$1/month
58% 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 523ms 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 220ms 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