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.
466 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.20 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.
7.13 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.
5.92 s
Page Load Progression
FPage Weight BudgetAction204.9 MB transferred, 79 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
FJS Execution CostAction5635ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2165ms | 14ms | 0ms | 3rd |
| https://www.palantir.com/_next/static/chunks/pages/_app-d9181f77234205b2.js | 1222ms | 26ms | 3ms | 1st |
| https://www.palantir.com/ | 932ms | 4ms | 0ms | 1st |
| https://www.palantir.com/_next/static/chunks/framework-e8a38c8b8e6b7922.js | 526ms | 136ms | 30ms | 1st |
| https://www.palantir.com/_next/static/chunks/40.20ab3ecfe8839ba9.js | 501ms | 194ms | 66ms | 1st |
| https://www.palantir.com/_next/static/chunks/pages/index-315a547ae44d1c38.js | 102ms | 102ms | 0ms | 1st |
| https://www.palantir.com/_next/static/chunks/8099.046bf843bce58d76.js | 63ms | 44ms | 0ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-PSL84DJ | 63ms | 49ms | 14ms | 3rd |
| https://www.palantir.com/_next/static/chunks/main-b3765382b098c450.js | 61ms | 46ms | 12ms | 1st |
FJS BundlesAction37 scripts, 755 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.palantir.com/_next/static/chunks/76b312b0.0d3b4528f2aeebe3.js | 348 KB | 346 KB (100%) | ✓ | 1st |
| https://www.palantir.com/_next/static/chunks/40.20ab3ecfe8839ba9.js | 415 KB | 275 KB (66%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-PSL84DJ | 153 KB | 96 KB (63%) | ✓ | 3rd |
| https://www.palantir.com/_next/static/chunks/90315ea8.e55e24b03a40a91f.js | 39 KB | 39 KB (100%) | ✓ | 1st |
| https://www.palantir.com/_next/static/chunks/e69dd5a6-51c86e47046ef005.js | 19 KB | — | ✓ | 1st |
| https://www.palantir.com/_next/static/chunks/c13a505d.5bb13cca79c02f0e.js | 17 KB | — | ✓ | 1st |
| https://www.palantir.com/_next/static/chunks/8831-62449e87f51671ee.js | 21 KB | — | ✓ | 1st |
| https://www.palantir.com/_next/static/chunks/9139-51c5a66a9fa56919.js | 6 KB | — | ✓ | 1st |
| https://www.palantir.com/_next/static/chunks/9778-dc2fbc3a26fcaefb.js | 27 KB | — | ✓ | 1st |
| https://www.palantir.com/_next/static/chunks/7358-b8503656fbdd54bd.js | 7 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
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
BImage Optimization11 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact7% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (92 KB)PASS
Web fonts
2
92 KB total
Render-blocking
0
of 2
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+HTTP Cachingmax-age=3600 (1 hour)PASS
max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 3600 | Cache for 1 hour |
Network Waterfall79 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 | 2165ms | 0 KB | — | €24/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 63ms | 153 KB | 63% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2165ms and costs ~€24/month
Unattributable takes 2165ms 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
63% 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