Performance
· 17 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.
3.90 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.89 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.
3.90 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.
4.90 s
Page Load Progression
DThird-Party ImpactAction98% third-party, 0 ms blockingFIX
DHTTP CachingActionno-store (uncacheable)FIX
no-cache, no-store, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization34 images, 0 KB saveableREVIEW
CJS Execution CostAction1031ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 512ms | 126ms | 0ms | 3rd |
| https://lichess.org/ | 455ms | 38ms | 2ms | 1st |
| https://lichess1.org/assets/compiled/site.TUQXHEA3.js | 65ms | 26ms | 0ms | 3rd |
A+Page Weight Budget571 KB transferred, 83 requestsPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (96 KB)PASS
Web fonts
4
96 KB total
Render-blocking
0
of 4
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+JS Bundles38 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://lichess1.org/assets/compiled/manifest.1fe45971.js | 17 KB | — | ✓ | 3rd |
| https://lichess1.org/assets/compiled/i18n/site.en-US.4d4d13554b4a.js | 15 KB | — | ✓ | 3rd |
| https://lichess1.org/assets/compiled/i18n/timeago.en-US.c5b087b5c613.js | 1 KB | — | ✓ | 3rd |
| https://lichess1.org/assets/compiled/i18n/preferences.en-US.904ece6f121e.js | 2 KB | — | ✓ | 3rd |
| https://lichess1.org/assets/compiled/i18n/variant.en-US.aff7e7ce3fe8.js | 1 KB | — | ✓ | 3rd |
| https://lichess1.org/assets/compiled/site.TUQXHEA3.js | 12 KB | — | ✓ | 3rd |
| https://lichess1.org/assets/compiled/lib.REPI3M76.js | 2 KB | — | ✓ | 3rd |
| https://lichess1.org/assets/compiled/lib.AYW6K5CT.js | 1 KB | — | ✓ | 3rd |
| https://lichess1.org/assets/compiled/lib.QM5RCGHR.js | 1 KB | — | ✓ | 3rd |
| https://lichess1.org/assets/compiled/lib.DEGIMVFB.js | 1 KB | — | ✓ | 3rd |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints17 hints, 0 missing preconnectsPASS
Current Resource Hints
17 resource hints configured
APage Weight Inventory83 resources · 571 KB · 0 KB savings availablePASS
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 83 resources | 571.2 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: OVHcloud
Network Waterfall83 requests over 488msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 512ms | 0 KB | — | £5/mo | Costly |
lichess1.org lichess1.org | Other | 65ms | 12 KB | — | £1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 512ms and costs ~£5/month
56% 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 512ms 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