Performance
· 27 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.38 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
332 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.
4.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.
7.84 s
Page Load Progression
FJS Execution CostAction8259ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://localxlist.org/_next/static/chunks/961311cbebbffb6d.js | 6679ms | 5194ms | 24ms | 1st |
| Unattributable | 679ms | 24ms | 0ms | 1st |
| https://localxlist.org/ | 499ms | 30ms | 16ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-KEWLXSC3R0 | 323ms | 272ms | 47ms | 3rd |
| https://localxlist.org/_next/static/chunks/67c9d06fa8700707.js | 80ms | 50ms | 19ms | 1st |
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
BJS Bundles19 scripts, 96 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-KEWLXSC3R0 | 166 KB | 70 KB (42%) | ✓ | 3rd |
| https://localxlist.org/_next/static/chunks/961311cbebbffb6d.js | 81 KB | 25 KB (31%) | ✓ | 1st |
| https://localxlist.org/_next/static/chunks/4b188ae602b9c4db.js | 21 KB | — | ✓ | 1st |
| https://localxlist.org/_next/static/chunks/744634c9afe0570c.js | 22 KB | — | ✓ | 1st |
| https://localxlist.org/_next/static/chunks/ede8a4b7a28a7a18.js | 10 KB | — | ✓ | 1st |
| https://localxlist.org/_next/static/chunks/797fcb0710da3be2.js | 8 KB | — | ✓ | 1st |
| https://localxlist.org/_next/static/chunks/turbopack-0f2881c0c5767128.js | 5 KB | — | ✓ | 1st |
| https://localxlist.org/_next/static/chunks/f249787193ec3d93.js | 5 KB | — | ✓ | 1st |
| https://localxlist.org/_next/static/chunks/102a67e358ac219f.js | 2 KB | — | ✓ | 1st |
| https://localxlist.org/_next/static/chunks/f7aec44ebff1872f.js | 10 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
BResource Hints7 hints, 0 missing preconnectsREVIEW
Current Resource Hints
7 resource hints configured
Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: /_next/static/media/1bc7fc94203521e3-s.p.888a2ca8.woff2, /_next/static/media/216579b50e548914-s.p.a1b609f7.woff2, /_next/static/media/3df2de83712245dd-s.p.b86f99c9.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
Performance issues directly impact user engagement and conversion rates.
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://api.localxlist.net. Remove the redundant dns-prefetch entries.
Performance issues directly impact user engagement and conversion rates.
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
BCompression AlgorithmMain response uses gzip; brotli would be ~20% smallerREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Page Weight Budget557 KB transferred, 61 requestsPASS
AThird-Party Impact31% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization27 images, 0 KB saveablePASS
A+Font Loading3 fonts (43 KB)PASS
Web fonts
3
43 KB total
Render-blocking
0
of 3
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+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML uses no-store -- correct for sensitive/dynamic contentPASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Page Weight Inventory61 resources · 557 KB · 96 KB savings availablePASS
~95.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 61 resources | 557.2 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
Network Waterfall61 requests over 6533msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 323ms | 166 KB | 42% | $4/mo | Costly |
These scripts may cost more than they're worth
- Google Tag Manager adds 323ms and costs ~$4/month
Google Tag Manager takes 323ms 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
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-07-20 — 2026-08-16)
LCP (p75)
2976 ms
67% good
INP (p75)
136 ms
86% good
CLS (p75)
0.010
95% good
FCP (p75)
2965 ms
TTFB (p75)
1694 ms
Image Optimization26 images, 9 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
26
Total Size
9 KB