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.
4.80 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
24.54 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.74 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.051
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.90 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.
36.24 s
Page Load Progression
FPage Weight BudgetAction6.6 MB transferred, 232 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 ImpactAction93% third-party, 0 ms blockingFIX
FJS Execution CostAction22715ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://22af5ed32a4a.edge.sdk.awswaf.com/22af5ed32a4a/939b6cb0e48b/challenge.js | 5899ms | 5231ms | 184ms | 3rd |
| https://prod.cdn-redfin.com/bundles/customer-pages-personalization/4f01b5f3087c9b5d3770.js | 3585ms | 2985ms | 106ms | 3rd |
| Unattributable | 2593ms | 371ms | 0ms | 3rd |
| https://www.redfin.com/ | 1869ms | 178ms | 52ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-928P0PZ00X&cx=c>m=4e6460 | 1457ms | 1295ms | 57ms | 3rd |
| https://prod.cdn-redfin.com/bundles/customer-pages-personalization/c1bae9b3c77451aaa3bf.js | 1408ms | 1338ms | 35ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TZTT5H | 1100ms | 914ms | 123ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 752ms | 520ms | 108ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202512.1.0/otGPP.js | 646ms | 565ms | 46ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 369ms | 298ms | 10ms | 3rd |
Showing top 10 of 31 scripts
FJS BundlesAction59 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://22af5ed32a4a.edge.sdk.awswaf.com/22af5ed32a4a/939b6cb0e48b/challenge.js | 501 KB | 256 KB (51%) | ✓ | 3rd |
| https://prod.cdn-redfin.com/bundles/customer-pages-personalization/22651796b6dce9a62e9b.js | 314 KB | 199 KB (63%) | ✓ | 3rd |
| https://prod.cdn-redfin.com/bundles/customer-pages-personalization/18b8f4f0f807e50242cd.js | 357 KB | 160 KB (45%) | ✓ | 3rd |
| https://prod.cdn-redfin.com/bundles/customer-pages-personalization/4f01b5f3087c9b5d3770.js | 244 KB | 96 KB (39%) | ✓ | 3rd |
| https://prod.cdn-redfin.com/bundles/customer-pages-personalization/50191368361583f43278.js | 162 KB | 87 KB (54%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 69 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-928P0PZ00X&cx=c>m=4e6460 | 160 KB | 65 KB (41%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 126 KB | 63 KB (50%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 0 KB | 63 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-16107967&cx=c>m=4e6460 | 129 KB | 56 KB (43%) | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
max-age=0, no-cache, no-store, private
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| private | — | Only browser cache, not CDN/proxy |
BImage Optimization37 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 Loading2 fonts (29 KB)PASS
Web fonts
2
29 KB total
Render-blocking
0
of 2
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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall232 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 |
|---|---|---|---|---|---|---|
22af5ed32a4a.edge.sdk.awswaf.com 22af5ed32a4a.edge.sdk.awswaf.com | Other | 5899ms | 501 KB | 51% | $78/mo | Costly |
prod.cdn-redfin.com prod.cdn-redfin.com | Other | 3585ms | 244 KB | 39% | $48/mo | Costly |
Unattributable Unattributable | Other | 2593ms | 0 KB | — | $34/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1457ms | 160 KB | 41% | $19/mo | Costly |
prod.cdn-redfin.com prod.cdn-redfin.com | Other | 1408ms | 70 KB | 46% | $19/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1100ms | 199 KB | 24% | $15/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 752ms | 0 KB | 50% | $10/mo | Essential |
OneTrust cdn.cookielaw.org | Consent | 646ms | 22 KB | — | $9/mo | Essential |
OneTrust cdn.cookielaw.org | Consent | 369ms | 9 KB | — | $5/mo | Essential |
analytics.tiktok.com analytics.tiktok.com | Other | 293ms | 110 KB | 51% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 226ms | 144 KB | 36% | $3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 198ms | 95 KB | 31% | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 198ms | 129 KB | 43% | $3/mo | Optional |
c.hrzn-nxt.com c.hrzn-nxt.com | Other | 189ms | 30 KB | — | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 187ms | 129 KB | 43% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 183ms | 129 KB | 43% | $2/mo | Optional |
prod.cdn-redfin.com prod.cdn-redfin.com | Other | 166ms | 357 KB | 45% | $2/mo | Optional |
prod.cdn-redfin.com prod.cdn-redfin.com | Other | 163ms | 314 KB | 63% | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 154ms | 39 KB | — | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 119ms | 15 KB | — | $2/mo | Optional |
sb.scorecardresearch.com sb.scorecardresearch.com | Other | 115ms | 0 KB | — | $2/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 97ms | 21 KB | — | $1/mo | Optional |
Bing UET bat.bing.com | Advertising | 91ms | 16 KB | — | $1/mo | Optional |
prod.cdn-redfin.com prod.cdn-redfin.com | Other | 75ms | 162 KB | 54% | $1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 70ms | 40 KB | — | $1/mo | Optional |
accounts.google.com accounts.google.com | Other | 67ms | 93 KB | 75% | $1/mo | Optional |
cdn.pdst.fm cdn.pdst.fm | Other | 59ms | 10 KB | — | $1/mo | Optional |
d2hrivdxn8ekm8.cloudfront.net d2hrivdxn8ekm8.cloudfront.net | Other | 57ms | 15 KB | — | $1/mo | Optional |
Bing UET bat.bing.com | Advertising | 54ms | 15 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- 22af5ed32a4a.edge.sdk.awswaf.com adds 5899ms and costs ~$78/month
- prod.cdn-redfin.com adds 3585ms and costs ~$48/month
- Unattributable adds 2593ms and costs ~$34/month
- Google Tag Manager adds 1457ms and costs ~$19/month
- prod.cdn-redfin.com adds 1408ms and costs ~$19/month
- Google Tag Manager adds 1100ms and costs ~$15/month
- analytics.tiktok.com adds 293ms and costs ~$4/month
- Google Tag Manager adds 226ms and costs ~$3/month
91% 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
22af5ed32a4a.edge.sdk.awswaf.com takes 5899ms 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
51% of 22af5ed32a4a.edge.sdk.awswaf.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
prod.cdn-redfin.com takes 3585ms 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 2593ms 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 1457ms 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
prod.cdn-redfin.com takes 1408ms 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 1100ms 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 OneTrust'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
analytics.tiktok.com takes 293ms 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
51% of analytics.tiktok.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 226ms 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
63% of prod.cdn-redfin.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
54% of prod.cdn-redfin.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
75% of accounts.google.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