Performance
· 21 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.
234 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
368 ms
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.
242 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
368 ms
Page Load Progression
DHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BThird-Party Impact54% third-party, 0 ms blockingREVIEW
BJS Bundles11 scripts, 85 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-QZL88MYQ0R | 157 KB | 64 KB (41%) | ✓ | 3rd |
| https://zachbloss.com/_next/static/chunks/fd9d1056-317b731b1341f34f.js | 51 KB | 20 KB (40%) | ✓ | 1st |
| https://zachbloss.com/_next/static/chunks/webpack-fdd2a341866a0d74.js | 2 KB | — | ✓ | 1st |
| https://zachbloss.com/_next/static/chunks/117-fd9a974b596ffbc5.js | 30 KB | — | ✓ | 1st |
| https://zachbloss.com/_next/static/chunks/main-app-a6721b193a74dd02.js | 1 KB | — | ✓ | 1st |
| https://zachbloss.com/_next/static/chunks/103-c8ef02e8fc511e64.js | 4 KB | — | ✓ | 1st |
| https://zachbloss.com/_next/static/chunks/app/page-6756a5995fafed23.js | 1 KB | — | ✓ | 1st |
| https://zachbloss.com/_next/static/chunks/965-6189fad9efafd3c5.js | 9 KB | — | ✓ | 1st |
| https://zachbloss.com/_next/static/chunks/309-e74571308ab80e08.js | 8 KB | — | ✓ | 1st |
| https://zachbloss.com/_next/static/chunks/app/not-found-b46a909cc987f035.js | 1 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
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Page Weight Budget291 KB transferred, 15 requestsPASS
A+Text CompressionAll text resources are compressedPASS
A+Image OptimizationNo images on this pagePASS
A+JS Execution Cost190ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-QZL88MYQ0R | 82ms | 67ms | 14ms | 3rd |
| https://zachbloss.com/ | 57ms | 1ms | 1ms | 1st |
| https://zachbloss.com/_next/static/chunks/117-fd9a974b596ffbc5.js | 51ms | 44ms | 4ms | 1st |
A+Font LoadingNo web fonts (system fonts)PASS
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 Intelligence2 server-response signal(s) detectedPASS
APage Weight Inventory15 resources · 291 KB · 85 KB savings availablePASS
~84.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 15 resources | 291.0 KiB | ||||||
Network Waterfall15 requests over 364msINFO
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 | 82ms | 157 KB | 41% | $1/mo | Optional |
43% 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