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.
2.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.78 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
293 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.53 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.94 s
Page Load Progression
FPage Weight BudgetAction11.3 MB transferred, 275 requestsFIX
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
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 ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2777ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 617ms | 34ms | 0ms | 3rd |
| https://waymo.com/assets/5Ug32AMK.min.js | 437ms | 183ms | 0ms | 3rd |
| https://waymo.com/ | 401ms | 12ms | 0ms | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 242ms | 165ms | 70ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KKT9SD7 | 200ms | 164ms | 22ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=AW-460810383 | 139ms | 128ms | 10ms | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 125ms | 92ms | 33ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=UA-62642502-1 | 123ms | 111ms | 9ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-15900084&cx=c>m=4e6460 | 104ms | 81ms | 8ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-KDWQB0N19R&cx=c>m=4e6460 | 100ms | 83ms | 16ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction70 scripts, 594 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=AW-460810383&cx=c>m=4e6460 | 146 KB | 105 KB (72%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-KDWQB0N19R&cx=c>m=4e6460 | 156 KB | 65 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KKT9SD7 | 185 KB | 64 KB (34%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=UA-62642502-1 | 125 KB | 60 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-12999053&cx=c>m=4e6460 | 129 KB | 60 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-15900084&cx=c>m=4e6460 | 129 KB | 56 KB (44%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 110 KB | 54 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=AW-460810383 | 146 KB | 53 KB (36%) | ✓ | 3rd |
| https://waymo.com/assets/5Ug32AMK.min.js | 91 KB | 44 KB (48%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 33 KB (34%) | ✓ | 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 Optimization98 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (187 KB)PASS
Web fonts
5
187 KB total
Render-blocking
0
of 5
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+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
Network Waterfall275 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 | 617ms | 0 KB | — | $4/mo | Costly |
waymo.com waymo.com | Other | 437ms | 91 KB | 48% | $2/mo | Costly |
waymo.com waymo.com | Other | 401ms | 28 KB | — | $2/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 242ms | 110 KB | 50% | $1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 200ms | 185 KB | 34% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 139ms | 146 KB | 36% | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 125ms | 95 KB | 34% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 123ms | 125 KB | 49% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 104ms | 129 KB | 44% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 100ms | 156 KB | 42% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 85ms | 129 KB | 47% | $0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 83ms | 37 KB | — | $0/mo | Optional |
waymo.com waymo.com | Other | 60ms | 1 KB | — | $0/mo | Optional |
sc-static.net sc-static.net | Other | 60ms | 25 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 617ms and costs ~$4/month
- waymo.com adds 437ms and costs ~$2/month
- waymo.com adds 401ms and costs ~$2/month
- analytics.tiktok.com adds 242ms and costs ~$1/month
100% 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
Unattributable takes 617ms 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
waymo.com takes 437ms 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
waymo.com takes 401ms 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
analytics.tiktok.com takes 242ms 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