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.
1.05 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.91 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
72 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.
1.05 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.
2.93 s
Page Load Progression
FPage Weight BudgetAction3.2 MB transferred, 41 requestsFIX
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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
DJS BundlesAction20 scripts, 191 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.nvidia.com/etc.clientlibs/nvidiaweb/clientlibs/clientlib-webfoundation.min.efc0fdf7ab6cfd024ef52932bbdebd3a.js | 137 KB | 109 KB (80%) | ✓ | 1st |
| https://www.nvidia.com/etc.clientlibs/nvidiaweb/clientlibs/clientlib-site.min.b9d461d8851186ddbdf10f16138d72d0.js | 60 KB | 44 KB (74%) | ✓ | 1st |
| https://assets.adobedtm.com/5d4962a43b79/96fada676f0e/launch-95431b44ee81.min.js | 290 KB | 38 KB (13%) | ✓ | 3rd |
| https://images.nvidia.com/aem-dam/Solutions/ot-js/ot-custom.js | 11 KB | — | ✗ | 3rd |
| https://www.nvidia.com/content/dam/en-zz/Solutions/country-selector/countrySelector.js | 4 KB | — | ✓ | 1st |
| https://www.nvidia.com/etc.clientlibs/clientlibs/granite/jquery.min.cee8557e8779d371fe722bbcdd3b3eb7.js | 36 KB | — | ✓ | 1st |
| https://www.nvidia.com/etc.clientlibs/foundation/clientlibs/shared.min.e9d9a3990d7779c2e8e3361187f3d36b.js | 8 KB | — | ✓ | 1st |
| https://www.nvidia.com/etc.clientlibs/nvidiaweb/clientlibs/clientlib-preload.min.f58cebbafd958925023ac7b2e58f758a.js | 3 KB | — | ✓ | 1st |
| https://www.nvidia.com/akam/13/e2df6c1 | 9 KB | — | ✓ | 1st |
| https://www.nvidia.com/assets/account-wrapper/starfleet.js | 14 KB | — | ✓ | 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BThird-Party Impact45% third-party, 0 ms blockingREVIEW
BImage Optimization7 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
BJS Execution Cost916ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.nvidia.com/es-es/ | 291ms | 12ms | 3ms | 1st |
| https://www.nvidia.com/etc.clientlibs/nvidiaweb/clientlibs/clientlib-site.min.b9d461d8851186ddbdf10f16138d72d0.js | 249ms | 103ms | 6ms | 1st |
| https://www.nvidia.com/etc.clientlibs/nvidiaweb/clientlibs/clientlib-webfoundation.min.efc0fdf7ab6cfd024ef52932bbdebd3a.js | 188ms | 36ms | 10ms | 1st |
| https://assets.adobedtm.com/5d4962a43b79/96fada676f0e/launch-95431b44ee81.min.js | 108ms | 67ms | 38ms | 3rd |
| Unattributable | 80ms | 2ms | 0ms | 3rd |
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 Loading5 fonts (1129 KB)PASS
Web fonts
5
1129 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~552 KB and ~1104 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall41 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 |
|---|---|---|---|---|---|---|
assets.adobedtm.com assets.adobedtm.com | Other | 108ms | 290 KB | 13% | €1/mo | Optional |
Unattributable Unattributable | Other | 80ms | 0 KB | — | €1/mo | Optional |