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.
2.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.75 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
588 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.
8.87 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.
15.42 s
Page Load Progression
FPage Weight BudgetAction189.4 MB transferred, 80 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 CostAction12647ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 6646ms | 41ms | 0ms | 3rd |
| https://www.palantir.com/ | 2630ms | 10ms | 3ms | 1st |
| https://www.palantir.com/_next/static/chunks/40.20ab3ecfe8839ba9.js | 1214ms | 539ms | 171ms | 1st |
| https://www.palantir.com/_next/static/chunks/pages/_app-d9181f77234205b2.js | 870ms | 130ms | 8ms | 1st |
| https://www.palantir.com/_next/static/chunks/framework-e8a38c8b8e6b7922.js | 552ms | 257ms | 18ms | 1st |
| https://www.palantir.com/_next/static/chunks/pages/index-315a547ae44d1c38.js | 256ms | 247ms | 0ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-PSL84DJ | 128ms | 88ms | 38ms | 3rd |
| https://www.palantir.com/_next/static/chunks/8099.046bf843bce58d76.js | 127ms | 74ms | 1ms | 1st |
| https://www.palantir.com/_next/static/chunks/76b312b0.0d3b4528f2aeebe3.js | 90ms | 1ms | 89ms | 1st |
| https://www.palantir.com/_next/static/chunks/main-b3765382b098c450.js | 84ms | 70ms | 10ms | 1st |
Showing top 10 of 11 scripts
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 | 346 KB | 346 KB (100%) | ✓ | 1st |
| https://www.palantir.com/_next/static/chunks/40.20ab3ecfe8839ba9.js | 417 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 | 21 KB | — | ✓ | 1st |
| https://www.palantir.com/_next/static/chunks/c13a505d.5bb13cca79c02f0e.js | 15 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 (90 KB)PASS
Web fonts
2
90 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 Hints12 hints, 0 missing preconnectsPASS
Current Resource Hints
12 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+HTTP Cachingmax-age=3600 (1 hour)PASS
max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 3600 | Cache for 1 hour |
Network Waterfall80 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 | 6646ms | 0 KB | — | €72/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 128ms | 153 KB | 63% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 6646ms and costs ~€72/month
54% 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
Unattributable takes 6646ms 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