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.
4.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.04 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.36 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.77 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.
14.87 s
Page Load Progression
DPage Weight BudgetAction2.1 MB transferred, 104 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 ImpactAction95% third-party, 0 ms blockingFIX
FJS Execution CostAction7908ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.paypalobjects.com/ppcmsnodeweb/pp-com-components/pp-com-components-513864be.js | 2197ms | 1766ms | 5ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 1751ms | 1580ms | 114ms | 3rd |
| https://www.paypal.com/us/home | 1171ms | 217ms | 40ms | 1st |
| Unattributable | 1166ms | 222ms | 0ms | 3rd |
| https://www.paypal.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 575ms | 541ms | 12ms | 1st |
| https://www.paypalobjects.com/ppcmsnodeweb/pp-com-components/datadog-629d9f48.js | 285ms | 219ms | 1ms | 3rd |
| https://www.paypalobjects.com/pa/js/min/pa.js | 169ms | 153ms | 8ms | 3rd |
| https://www.paypalobjects.com/martech/tm/paypal/3pjs/adobe/alloy.min.js | 155ms | 138ms | 17ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T562K64Q&l=gtmMktgDataLayer | 113ms | 75ms | 37ms | 3rd |
| https://www.paypalobjects.com/martech/tm/paypal/mktgtagmanager.js | 98ms | 93ms | 4ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction54 scripts, 810 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 162 KB (45%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 162 KB (45%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 162 KB (45%) | ✓ | 3rd |
| https://www.paypalobjects.com/ppcmsnodeweb/pp-com-components/pp-com-components-513864be.js | 240 KB | 127 KB (53%) | ✓ | 3rd |
| https://www.paypalobjects.com/pa/3pjs/glassbox/detector-bootstrap.min.js | 142 KB | 76 KB (69%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T562K64Q&l=gtmMktgDataLayer | 110 KB | 72 KB (66%) | ✓ | 3rd |
| https://www.paypalobjects.com/ppcmsnodeweb/pp-com-components/datadog-629d9f48.js | 53 KB | 29 KB (54%) | ✓ | 3rd |
| https://www.paypalobjects.com/martech/tm/paypal/3pjs/adobe/alloy.min.js | 39 KB | 21 KB (53%) | ✓ | 3rd |
| https://www.paypalobjects.com/ppcmsnodeweb/pp-com-components/BrandMomentSection-3a9df7a2.js | 2 KB | — | ✓ | 3rd |
| https://www.paypalobjects.com/ppcmsnodeweb/pp-com-components/LayeredCardSection-920370df.js | 1 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
A+Text CompressionAll text resources are compressedPASS
AImage Optimization4 images, 0 KB saveablePASS
A+Font Loading4 fonts (211 KB)PASS
Web fonts
4
211 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 Hints9 hints, 0 missing preconnectsPASS
Current Resource Hints
9 resource hints configured
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall104 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 |
|---|---|---|---|---|---|---|
www.paypalobjects.com www.paypalobjects.com | Other | 2197ms | 240 KB | 53% | $13/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 1751ms | 0 KB | 45% | $10/mo | Costly |
Unattributable Unattributable | Other | 1166ms | 0 KB | — | $7/mo | Costly |
www.paypalobjects.com www.paypalobjects.com | Other | 285ms | 53 KB | 54% | $2/mo | Costly |
www.paypalobjects.com www.paypalobjects.com | Other | 169ms | 25 KB | — | $1/mo | Optional |
www.paypalobjects.com www.paypalobjects.com | Other | 155ms | 39 KB | 53% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 113ms | 110 KB | 66% | $1/mo | Optional |
www.paypalobjects.com www.paypalobjects.com | Other | 98ms | 6 KB | — | $1/mo | Optional |
www.paypalobjects.com www.paypalobjects.com | Other | 92ms | 55 KB | — | $1/mo | Optional |
www.paypalobjects.com www.paypalobjects.com | Other | 70ms | 35 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- www.paypalobjects.com adds 2197ms and costs ~$13/month
- www.gstatic.com adds 1751ms and costs ~$10/month
- Unattributable adds 1166ms and costs ~$7/month
- www.paypalobjects.com adds 285ms and costs ~$2/month
77% 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
www.paypalobjects.com takes 2197ms 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
53% of www.paypalobjects.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
www.gstatic.com takes 1751ms 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 1166ms 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
www.paypalobjects.com takes 285ms 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
54% of www.paypalobjects.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
53% of www.paypalobjects.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
66% of Google Tag Manager'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