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.
927 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
149 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.95 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.33 s
Page Load Progression
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 |
CJS Execution CostAction1179ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://shotprep.io/ | 453ms | 23ms | 31ms | 1st |
| https://shotprep.io/_next/static/chunks/0h4bq73pogmtb.js | 448ms | 402ms | 22ms | 1st |
| Unattributable | 216ms | 14ms | 0ms | 3rd |
| https://shotprep.io/_next/static/chunks/0kt_.0j901zal.js | 62ms | 41ms | 13ms | 1st |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Page Weight Budget279 KB transferred, 22 requestsPASS
A+Third-Party ImpactNo third-party resourcesPASS
A+Text CompressionAll text resources are compressedPASS
A+Image 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+JS Bundles12 scripts, 27 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://shotprep.io/_next/static/chunks/0h4bq73pogmtb.js | 71 KB | 27 KB (39%) | ✓ | 1st |
| https://shotprep.io/_next/static/chunks/0yb2wil16uz6h.js | 2 KB | — | ✓ | 1st |
| https://shotprep.io/_next/static/chunks/0qqfj-jiuuv6z.js | 9 KB | — | ✓ | 1st |
| https://shotprep.io/_next/static/chunks/0kt_.0j901zal.js | 37 KB | — | ✓ | 1st |
| https://shotprep.io/_next/static/chunks/0sl_nocd_j~un.js | 10 KB | — | ✓ | 1st |
| https://shotprep.io/_next/static/chunks/turbopack-0pscir.5j_kt~.js | 5 KB | — | ✓ | 1st |
| https://shotprep.io/_next/static/chunks/0q1zu-r~56xao.js | 4 KB | — | ✓ | 1st |
| https://shotprep.io/_next/static/chunks/0c~156nc_i3ig.js | 13 KB | — | ✓ | 1st |
| https://shotprep.io/_next/static/chunks/0m83qdxl1b-v7.js | 11 KB | — | ✓ | 1st |
| https://shotprep.io/_next/static/chunks/04cwj.x41g34d.js | 9 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
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+Page Weight Inventory22 resources · 279 KB · 27 KB savings availablePASS
~27.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 22 resources | 279.4 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall22 requests over 1861msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 216ms | 0 KB | — | $3/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 216ms and costs ~$3/month
Unattributable takes 216ms 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