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.
5.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.84 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
11.93 s
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.
17.81 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.
54.23 s
Page Load Progression
FPage Weight BudgetAction13.4 MB transferred, 400 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
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
FJS Execution CostAction72548ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.toyota.com/ | 29603ms | 120ms | 18ms | 1st |
| https://f98792672267.edge.sdk.awswaf.com/f98792672267/c394e383e870/challenge.js | 8105ms | 7368ms | 240ms | 3rd |
| Unattributable | 6716ms | 298ms | 0ms | 3rd |
| https://www.toyota.com/etc.clientlibs/tcom/clientlibs/clientlib-sitev2.min.a879f495cd010be8e9bb2fa9b322da7b.js | 5833ms | 3167ms | 60ms | 1st |
| https://nexus.toyota.com/toyotanational/t-com-p/Bootstrap.js | 3942ms | 3459ms | 175ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 2402ms | 2001ms | 159ms | 3rd |
| https://www.toyota.com/etc.clientlibs/tcom/clientlibs/clientlib-site/resources/js/92070.d0a408656e6f6f84090c.js | 1319ms | 1227ms | 1ms | 1st |
| https://t.contentsquare.net/uxa/4f158e824c11b.js | 1277ms | 1127ms | 113ms | 3rd |
| https://tagging.shiftdigitalapps.io/id/sda_id.js?ns=SDA | 967ms | 654ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-621119 | 847ms | 515ms | 314ms | 3rd |
Showing top 10 of 58 scripts
FJS BundlesAction124 scripts, 2.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://f98792672267.edge.sdk.awswaf.com/f98792672267/c394e383e870/challenge.js | 506 KB | 262 KB (52%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://sd.iperceptions.com/ius-552c4685f10c444b12afbe0e3c7dc445/30434_639077188758549825 | 245 KB | 175 KB (72%) | ✗ | 3rd |
| https://t.contentsquare.net/uxa/4f158e824c11b.js | 184 KB | 121 KB (66%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-EP43E5EFVZ&cx=c>m=4e6461h2 | 165 KB | 110 KB (67%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-663059 | 129 KB | 97 KB (76%) | ✓ | 3rd |
| https://cdn.dg.toyota.com/deploy/dg-ui/latest/toyota/common.Dy0iIUOj.min.js | 108 KB | 76 KB (71%) | ✓ | 3rd |
| https://www.toyota.com/etc.clientlibs/tcom/clientlibs/clientlib-sitev2.min.a879f495cd010be8e9bb2fa9b322da7b.js | 131 KB | 73 KB (59%) | ✓ | 1st |
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
BThird-Party Impact49% third-party, 0 ms blockingREVIEW
CImage OptimizationAction115 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
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
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 Loading6 fonts (124 KB)PASS
Web fonts
6
124 KB total
Render-blocking
0
of 6
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 Hints19 hints, 0 missing preconnectsPASS
Current Resource Hints
19 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+HTTP Cachingmax-age=31536000 (52 weeks)PASS
max-age=31536000, public
| Directive | Value | Meaning |
|---|---|---|
| max-age | 31536000 | Cache for 52 weeks |
| public | — | Any cache may store this response |
Network Waterfall400 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 |
|---|---|---|---|---|---|---|
f98792672267.edge.sdk.awswaf.com f98792672267.edge.sdk.awswaf.com | Other | 8105ms | 506 KB | 52% | €43/mo | Costly |
Unattributable Unattributable | Other | 6716ms | 0 KB | — | €36/mo | Costly |
nexus.toyota.com nexus.toyota.com | Other | 3942ms | 192 KB | 30% | €21/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 2402ms | 0 KB | 49% | €13/mo | Costly |
t.contentsquare.net t.contentsquare.net | Other | 1277ms | 184 KB | 66% | €7/mo | Costly |
tagging.shiftdigitalapps.io tagging.shiftdigitalapps.io | Other | 967ms | 1 KB | — | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 847ms | 129 KB | 41% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 699ms | 172 KB | 39% | €4/mo | Costly |
scripts.inmarkethub.com scripts.inmarkethub.com | Other | 667ms | 15 KB | — | €4/mo | Costly |
tagging.shiftdigitalapps.io tagging.shiftdigitalapps.io | Other | 618ms | 98 KB | 36% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 577ms | 144 KB | 39% | €3/mo | Costly |
nexus.toyota.com nexus.toyota.com | Other | 465ms | 53 KB | 60% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 443ms | 129 KB | 46% | €2/mo | Costly |
sd.iperceptions.com sd.iperceptions.com | Other | 440ms | 245 KB | 72% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 387ms | 137 KB | 40% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 381ms | 136 KB | 41% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 378ms | 136 KB | 41% | €2/mo | Costly |
sc-static.net sc-static.net | Other | 348ms | 25 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 320ms | 129 KB | 45% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 294ms | 129 KB | 47% | €2/mo | Costly |
sdtagging.azureedge.net sdtagging.azureedge.net | Other | 293ms | 138 KB | 18% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 277ms | 129 KB | 44% | €1/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 254ms | 95 KB | 38% | €1/mo | Costly |
nexus.toyota.com nexus.toyota.com | Other | 249ms | 19 KB | — | €1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 206ms | 165 KB | 39% | €1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 195ms | 133 KB | 38% | €1/mo | Optional |
s.pinimg.com s.pinimg.com | Other | 185ms | 28 KB | — | €1/mo | Optional |
Bing UET bat.bing.com | Advertising | 155ms | 15 KB | — | €1/mo | Optional |
cdn.dg.toyota.com cdn.dg.toyota.com | Other | 137ms | 108 KB | 71% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 136ms | 165 KB | 67% | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 132ms | 37 KB | — | €1/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 128ms | 19 KB | — | €1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 119ms | 19 KB | — | €1/mo | Optional |
universal.iperceptions.com universal.iperceptions.com | Other | 112ms | 4 KB | — | €1/mo | Optional |
cdn.appdynamics.com cdn.appdynamics.com | Other | 103ms | 17 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 99ms | 129 KB | 76% | €1/mo | Optional |
pixel.byspotify.com pixel.byspotify.com | Other | 97ms | 10 KB | — | €1/mo | Optional |
Bing UET bat.bing.com | Advertising | 84ms | 16 KB | — | €0/mo | Optional |
universal.iperceptions.com universal.iperceptions.com | Other | 64ms | 5 KB | — | €0/mo | Optional |
Google Ads googleads.g.doubleclick.net | Advertising | 53ms | 2 KB | — | €0/mo | Optional |
Google Ads googleads.g.doubleclick.net | Advertising | 51ms | 2 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- f98792672267.edge.sdk.awswaf.com adds 8105ms and costs ~€43/month
- Unattributable adds 6716ms and costs ~€36/month
- nexus.toyota.com adds 3942ms and costs ~€21/month
- www.gstatic.com adds 2402ms and costs ~€13/month
- t.contentsquare.net adds 1277ms and costs ~€7/month
- tagging.shiftdigitalapps.io adds 967ms and costs ~€5/month
- Google Tag Manager adds 847ms and costs ~€4/month
- Google Tag Manager adds 699ms and costs ~€4/month
- scripts.inmarkethub.com adds 667ms and costs ~€4/month
- tagging.shiftdigitalapps.io adds 618ms and costs ~€3/month
- Google Tag Manager adds 577ms and costs ~€3/month
- nexus.toyota.com adds 465ms and costs ~€2/month
- Google Tag Manager adds 443ms and costs ~€2/month
- sd.iperceptions.com adds 440ms and costs ~€2/month
- Google Tag Manager adds 387ms and costs ~€2/month
- Google Tag Manager adds 381ms and costs ~€2/month
- Google Tag Manager adds 378ms and costs ~€2/month
- sc-static.net adds 348ms and costs ~€2/month
- Google Tag Manager adds 320ms and costs ~€2/month
- Google Tag Manager adds 294ms and costs ~€2/month
- sdtagging.azureedge.net adds 293ms and costs ~€2/month
- Google Tag Manager adds 277ms and costs ~€1/month
- Facebook Pixel adds 254ms and costs ~€1/month
- nexus.toyota.com adds 249ms and costs ~€1/month
- Google Tag Manager adds 206ms and costs ~€1/month
46% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
f98792672267.edge.sdk.awswaf.com takes 8105ms 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
52% of f98792672267.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
Unattributable takes 6716ms 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
nexus.toyota.com takes 3942ms 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.gstatic.com takes 2402ms 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
t.contentsquare.net takes 1277ms 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
66% of t.contentsquare.net'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
tagging.shiftdigitalapps.io takes 967ms 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 847ms 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 699ms 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
scripts.inmarkethub.com takes 667ms 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
tagging.shiftdigitalapps.io takes 618ms 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 577ms 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
nexus.toyota.com takes 465ms 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
60% of nexus.toyota.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 443ms 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
sd.iperceptions.com takes 440ms 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 sd.iperceptions.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 387ms 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 381ms 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 378ms 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
sc-static.net takes 348ms 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 320ms 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 294ms 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
sdtagging.azureedge.net 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
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
Facebook Pixel takes 254ms 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
nexus.toyota.com takes 249ms 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 206ms 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
71% of cdn.dg.toyota.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
67% 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
76% 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