Performance
· 15 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.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
193 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.07 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.
1.67 s
Page Load Progression
DJS BundlesAction10 scripts, 308 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://a0fea896111e.5368fe9c.eu-west-1.token.awswaf.com/a0fea896111e/3a8b889b892b/06b36ed26aca/challenge.js | 502 KB | 274 KB (55%) | ✓ | 3rd |
| https://deepseek.com/_next/static/chunks/8848-d252791ce07a3fe3.js | 56 KB | 34 KB (61%) | ✓ | 1st |
| https://deepseek.com/_next/static/chunks/webpack-2e06bec4baf15881.js | 6 KB | — | ✓ | 1st |
| https://deepseek.com/_next/static/chunks/c56f180e-6001d5763de6082d.js | 54 KB | — | ✓ | 1st |
| https://deepseek.com/_next/static/chunks/6714-6422be53e1640400.js | 29 KB | — | ✓ | 1st |
| https://deepseek.com/_next/static/chunks/main-app-0138e63140c237ca.js | 1 KB | — | ✓ | 1st |
| https://deepseek.com/_next/static/chunks/2278-6827556f92234ddf.js | 30 KB | — | ✓ | 1st |
| https://deepseek.com/_next/static/chunks/app/%5Blocale%5D/layout-761353d13bda8476.js | 2 KB | — | ✓ | 1st |
| https://deepseek.com/_next/static/chunks/5069-6affb9693b43a1d0.js | 30 KB | — | ✓ | 1st |
| https://deepseek.com/_next/static/chunks/app/%5Blocale%5D/page-a8799f32b82d85c2.js | 23 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
BPage Weight Budget1.0 MB transferred, 24 requestsREVIEW
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
BThird-Party Impact52% third-party, 0 ms blockingREVIEW
BJS Execution Cost814ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://a0fea896111e.5368fe9c.eu-west-1.token.awswaf.com/a0fea896111e/3a8b889b892b/06b36ed26aca/challenge.js | 329ms | 235ms | 63ms | 3rd |
| https://deepseek.com/ | 197ms | 18ms | 7ms | 1st |
| Unattributable | 109ms | 46ms | 0ms | 3rd |
| https://deepseek.com/_next/static/chunks/6714-6422be53e1640400.js | 100ms | 93ms | 4ms | 1st |
| https://deepseek.com/_next/static/chunks/c56f180e-6001d5763de6082d.js | 79ms | 71ms | 7ms | 1st |
BPage Weight Inventory24 resources · 1.0 MB · 308 KB savings availableREVIEW
~308.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 24 resources | 1.0 MiB | ||||||
BHTTP Cachingno-cacheREVIEW
no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
A+Text CompressionAll text resources are compressedPASS
AImage Optimization2 images, 0 KB saveablePASS
A+Font Loading1 fonts (48 KB)PASS
Web fonts
1
48 KB total
Render-blocking
0
of 1
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+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall24 requests over 1325msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
a0fea896111e.5368fe9c.eu-west-1.token.awswaf.com a0fea896111e.5368fe9c.eu-west-1.token.awswaf.com | Other | 329ms | 502 KB | 55% | $4/mo | Costly |
Unattributable Unattributable | Other | 109ms | 0 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- a0fea896111e.5368fe9c.eu-west-1.token.awswaf.com adds 329ms and costs ~$4/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
a0fea896111e.5368fe9c.eu-west-1.token.awswaf.com takes 329ms 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
55% of a0fea896111e.5368fe9c.eu-west-1.token.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