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.62 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.69 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.84 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.140
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.89 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.
27.40 s
Page Load Progression
FPage Weight BudgetAction10.3 MB transferred, 257 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
FJS Execution CostAction10756ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2292ms | 217ms | 0ms | 3rd |
| https://waymo.com/assets/5Ug32AMK.min.js | 1513ms | 517ms | 1ms | 3rd |
| https://waymo.com/ | 1309ms | 58ms | 1ms | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 864ms | 530ms | 328ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KKT9SD7 | 743ms | 625ms | 75ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=AW-460810383 | 587ms | 506ms | 78ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-KDWQB0N19R&cx=c>m=4e6460 | 513ms | 367ms | 81ms | 3rd |
| https://waymo.com/assets/CKET3U5t.min.js | 392ms | 11ms | 0ms | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 343ms | 211ms | 130ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=UA-62642502-1 | 330ms | 275ms | 45ms | 3rd |
Showing top 10 of 24 scripts
FJS BundlesAction70 scripts, 597 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/gtm.js?id=GTM-KKT9SD7 | 185 KB | 67 KB (36%) | ✓ | 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=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 (46%) | ✓ | 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 | 56 KB (51%) | ✓ | 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 | 32 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 Optimization93 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 Hints25 hints, 0 missing preconnectsPASS
Current Resource Hints
25 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
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 Waterfall257 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 | 2292ms | 0 KB | — | $13/mo | Costly |
waymo.com waymo.com | Other | 1513ms | 91 KB | 48% | $9/mo | Costly |
waymo.com waymo.com | Other | 1309ms | 28 KB | — | $8/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 864ms | 110 KB | 51% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 743ms | 185 KB | 36% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 587ms | 146 KB | 36% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 513ms | 156 KB | 42% | $3/mo | Costly |
waymo.com waymo.com | Other | 392ms | 1 KB | — | $2/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 343ms | 95 KB | 34% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 330ms | 125 KB | 49% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 264ms | 129 KB | 44% | $2/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 232ms | 37 KB | — | $1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 224ms | 129 KB | 46% | $1/mo | Costly |
waymo.com waymo.com | Other | 211ms | 1 KB | — | $1/mo | Costly |
sc-static.net sc-static.net | Other | 161ms | 25 KB | — | $1/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 143ms | 13 KB | — | $1/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 112ms | 21 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 102ms | 146 KB | 72% | $1/mo | Optional |
js.adsrvr.org js.adsrvr.org | Other | 100ms | 11 KB | — | $1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 88ms | 19 KB | — | $0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 71ms | 14 KB | — | $0/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 55ms | 40 KB | — | $0/mo | Optional |
www.gstatic.com www.gstatic.com | Other | 55ms | 27 KB | — | $0/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 54ms | 19 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2292ms and costs ~$13/month
- waymo.com adds 1513ms and costs ~$9/month
- waymo.com adds 1309ms and costs ~$8/month
- analytics.tiktok.com adds 864ms and costs ~$5/month
- Google Tag Manager adds 743ms and costs ~$4/month
- Google Tag Manager adds 587ms and costs ~$3/month
- Google Tag Manager adds 513ms and costs ~$3/month
- waymo.com adds 392ms and costs ~$2/month
- Facebook Pixel adds 343ms and costs ~$2/month
- Google Tag Manager adds 330ms and costs ~$2/month
- Google Tag Manager adds 264ms and costs ~$2/month
- Facebook Pixel adds 232ms and costs ~$1/month
- Google Tag Manager adds 224ms and costs ~$1/month
- waymo.com adds 211ms 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 2292ms 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 1513ms 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 1309ms 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 864ms 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 743ms 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 587ms 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 513ms 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 392ms 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
Facebook Pixel takes 343ms 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 330ms 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 264ms 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
Facebook Pixel takes 232ms 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 224ms 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 211ms 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
72% 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