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.
11.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.99 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 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.
11.58 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.
13.99 s
Page Load Progression
FPage Weight BudgetAction2.9 MB transferred, 40 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
FJS Execution CostAction3755ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.nvidia.com/es-es/ | 1163ms | 55ms | 13ms | 1st |
| https://www.nvidia.com/etc.clientlibs/nvidiaweb/clientlibs/clientlib-site.min.b9d461d8851186ddbdf10f16138d72d0.js | 1005ms | 444ms | 22ms | 1st |
| https://assets.adobedtm.com/5d4962a43b79/96fada676f0e/launch-95431b44ee81.min.js | 498ms | 316ms | 162ms | 3rd |
| https://www.nvidia.com/etc.clientlibs/nvidiaweb/clientlibs/clientlib-webfoundation.min.efc0fdf7ab6cfd024ef52932bbdebd3a.js | 405ms | 86ms | 49ms | 1st |
| Unattributable | 339ms | 8ms | 0ms | 3rd |
| https://www.nvidia.com/etc.clientlibs/clientlibs/granite/jquery.min.cee8557e8779d371fe722bbcdd3b3eb7.js | 228ms | 157ms | 18ms | 1st |
| https://www.nvidia.com/akam/13/e2df6c1 | 118ms | 103ms | 3ms | 1st |
DJS BundlesAction20 scripts, 190 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 | 108 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.
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact38% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (809 KB)PASS
Web fonts
4
809 KB total
Render-blocking
0
of 4
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
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 ~392 KB and ~784 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall40 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 | 498ms | 290 KB | 13% | €5/mo | Costly |
Unattributable Unattributable | Other | 339ms | 0 KB | — | €4/mo | Costly |
These scripts may cost more than they're worth
- assets.adobedtm.com adds 498ms and costs ~€5/month
- Unattributable adds 339ms and costs ~€4/month
assets.adobedtm.com takes 498ms 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 339ms 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