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.
773 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
743 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.279
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.10 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.
7.82 s
Page Load Progression
FPage Weight BudgetAction6.5 MB transferred, 242 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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 CostAction5318ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://22af5ed32a4a.edge.sdk.awswaf.com/22af5ed32a4a/939b6cb0e48b/challenge.js | 1517ms | 1309ms | 85ms | 3rd |
| https://prod.cdn-redfin.com/bundles/customer-pages-personalization/4f01b5f3087c9b5d3770.js | 933ms | 766ms | 27ms | 3rd |
| Unattributable | 583ms | 63ms | 0ms | 3rd |
| https://www.redfin.com/ | 460ms | 41ms | 12ms | 1st |
| https://prod.cdn-redfin.com/bundles/customer-pages-personalization/c1bae9b3c77451aaa3bf.js | 372ms | 345ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TZTT5H | 290ms | 241ms | 37ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-16107967&cx=c>m=4e6460 | 277ms | 265ms | 9ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 187ms | 126ms | 37ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202512.1.0/otGPP.js | 134ms | 121ms | 10ms | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 101ms | 87ms | 12ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction61 scripts, 1.3 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 | 197 KB (63%) | ✓ | 3rd |
| https://prod.cdn-redfin.com/bundles/customer-pages-personalization/18b8f4f0f807e50242cd.js | 357 KB | 159 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 | 66 KB (41%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 126 KB | 63 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-KVJ5LSL6&cx=c>m=4e6460 | 129 KB | 56 KB (43%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 110 KB | 56 KB (51%) | ✓ | 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 Optimization41 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
Network Waterfall242 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 | 1517ms | 501 KB | 51% | $20/mo | Costly |
prod.cdn-redfin.com prod.cdn-redfin.com | Other | 933ms | 244 KB | 39% | $12/mo | Costly |
Unattributable Unattributable | Other | 583ms | 0 KB | — | $8/mo | Costly |
prod.cdn-redfin.com prod.cdn-redfin.com | Other | 372ms | 70 KB | 46% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 290ms | 199 KB | 24% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 277ms | 129 KB | 43% | $4/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 187ms | 126 KB | 50% | $2/mo | Essential |
OneTrust cdn.cookielaw.org | Consent | 134ms | 22 KB | — | $2/mo | Essential |
analytics.tiktok.com analytics.tiktok.com | Other | 101ms | 110 KB | 51% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 76ms | 144 KB | 36% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 67ms | 160 KB | 41% | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 58ms | 39 KB | — | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 56ms | 9 KB | — | $1/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 55ms | 129 KB | 43% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 53ms | 129 KB | 43% | $1/mo | Optional |
These scripts may cost more than they're worth
- 22af5ed32a4a.edge.sdk.awswaf.com adds 1517ms and costs ~$20/month
- prod.cdn-redfin.com adds 933ms and costs ~$12/month
- Unattributable adds 583ms and costs ~$8/month
- prod.cdn-redfin.com adds 372ms and costs ~$5/month
- Google Tag Manager adds 290ms and costs ~$4/month
- Google Tag Manager adds 277ms and costs ~$4/month
89% 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 1517ms 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 933ms 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 583ms 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 372ms 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 290ms 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 277ms 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
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