Performance
· 22 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.79 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.84 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.272
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.39 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.
2.84 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.1 MB transferred, 33 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
CJS BundlesAction19 scripts, 254 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://jaxslayher.com/_next/static/chunks/442-53012fc3ae3e0068.js | 81 KB | 75 KB (92%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-2P8267HWQW | 160 KB | 65 KB (41%) | ✓ | 3rd |
| https://jaxslayher.com/_next/static/chunks/fd9d1056-8ccaeadeeaf29e91.js | 160 KB | 54 KB (34%) | ✓ | 3rd |
| https://jaxslayher.com/_next/static/chunks/864-976a44f4a7e551e8.js | 108 KB | 37 KB (34%) | ✓ | 3rd |
| https://jaxslayher.com/_next/static/chunks/app/tour/layout-ef8cf17900c621c1.js | 24 KB | 23 KB (95%) | ✓ | 3rd |
| https://jaxslayher.com/_next/static/chunks/app/layout-2d51c108c826f2c4.js | 9 KB | — | ✓ | 3rd |
| https://jaxslayher.com/_next/static/chunks/36-7e4f22a2416a21a7.js | 10 KB | — | ✓ | 3rd |
| https://jaxslayher.com/_next/static/chunks/app/page-a42d7bd73dfba87e.js | 2 KB | — | ✓ | 3rd |
| https://jaxslayher.com/_next/static/chunks/webpack-d23b2e19b9a17abb.js | 5 KB | — | ✓ | 3rd |
| https://jaxslayher.com/_next/static/chunks/125-cb274990d20fa811.js | 2 KB | — | ✓ | 3rd |
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
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
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BPage Weight Inventory33 resources · 1.1 MB · 254 KB savings availableREVIEW
~253.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 33 resources | 1.1 MiB | ||||||
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization1 images, 0 KB saveablePASS
A+JS Execution Cost237ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-2P8267HWQW | 107ms | 88ms | 17ms | 3rd |
| Unattributable | 73ms | 4ms | 0ms | 1st |
| https://jaxslayher.com/?nats=Mi4xLjIuMy4xLjAuMC4wLjA | 57ms | 3ms | 3ms | 3rd |
A+Font Loading1 fonts (45 KB)PASS
Web fonts
1
45 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+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence1 server-response signal(s) detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall33 requests over 11059msINFO
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 | 107ms | 160 KB | 41% | $1/mo | Optional |
jaxslayher.com jaxslayher.com | Other | 57ms | 10 KB | — | $1/mo | Optional |
69% 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
Image Optimization2 images, 290 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
2
Total Size
290 KB