Performance
· 14 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.83 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
24.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
218 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.24 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.
26.05 s
Page Load Progression
FPage Weight BudgetAction7.2 MB transferred, 79 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
FJS Execution CostAction8047ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://tailwindcss.com/ | 3052ms | 65ms | 180ms | 1st |
| https://tailwindcss.com/_next/static/chunks/33e576c593493439.js | 2180ms | 1420ms | 34ms | 1st |
| https://tailwindcss.com/_next/static/chunks/70e258b44c36445b.js | 1670ms | 651ms | 19ms | 1st |
| Unattributable | 713ms | 44ms | 0ms | 3rd |
| https://tailwindcss.com/_next/static/chunks/6120162fc820413f.js | 262ms | 159ms | 19ms | 1st |
| https://tailwindcss.com/_next/static/chunks/0aa6f91bf69bba4f.css | 169ms | 0ms | 0ms | 1st |
BImage Optimization26 images, 0 KB saveableREVIEW
BJS Bundles20 scripts, 76 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://tailwindcss.com/_next/static/chunks/396c9350f71c1071.js | 29 KB | 27 KB (96%) | ✓ | 1st |
| https://tailwindcss.com/_next/static/chunks/16a6a8ec5f5434fe.js | 28 KB | 25 KB (93%) | ✓ | 1st |
| https://tailwindcss.com/_next/static/chunks/33e576c593493439.js | 70 KB | 24 KB (34%) | ✓ | 1st |
| https://tailwindcss.com/_next/static/chunks/f85253431e2047ca.js | 12 KB | — | ✓ | 1st |
| https://tailwindcss.com/_next/static/chunks/b54333071b3153b4.js | 14 KB | — | ✓ | 1st |
| https://tailwindcss.com/_next/static/chunks/8af0df776a7020ae.js | 1 KB | — | ✓ | 1st |
| https://tailwindcss.com/_next/static/chunks/e343ebd917f30815.js | 8 KB | — | ✓ | 1st |
| https://tailwindcss.com/_next/static/chunks/3999145dce13d1ea.js | 7 KB | — | ✓ | 1st |
| https://tailwindcss.com/_next/static/chunks/6120162fc820413f.js | 33 KB | — | ✓ | 1st |
| https://tailwindcss.com/_next/static/chunks/bea4eec49ddd3f96.js | 14 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
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 Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Third-Party Impact0% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (1178 KB)PASS
Web fonts
10
1178 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~362 KB and ~724 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints38 hints, 0 missing preconnectsPASS
Current Resource Hints
38 resource hints configured
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall79 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 713ms | 0 KB | — | $9/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 713ms and costs ~$9/month
Unattributable takes 713ms 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