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.
1.96 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
161 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.97 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.
3.34 s
Page Load Progression
BJS Execution Cost779ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 376ms | 174ms | 0ms | 3rd |
| https://vuejs.org/ | 305ms | 13ms | 6ms | 1st |
| https://vuejs.org/assets/chunks/client.DgPLsILe.js | 98ms | 50ms | 0ms | 1st |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
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+Page Weight Budget209 KB transferred, 25 requestsPASS
A+Third-Party Impact3% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization1 images, 0 KB saveablePASS
A+Font Loading1 fonts (70 KB)PASS
Web fonts
1
70 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 Bundles16 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://vuejs.org/assets/app.B302o-iz.js | 4 KB | — | ✓ | 1st |
| https://vuejs.org/assets/chunks/plugin-vue_export-helper.DNfduuin.js | 0 KB | — | ✓ | 1st |
| https://vuejs.org/assets/chunks/preload-helper.CRHtBsWF.js | 1 KB | — | ✓ | 1st |
| https://vuejs.org/assets/chunks/client.DgPLsILe.js | 7 KB | — | ✓ | 1st |
| https://vuejs.org/assets/chunks/PreferenceSwitch.B1o1GYnp.js | 2 KB | — | ✓ | 1st |
| https://vuejs.org/assets/chunks/SponsorsGroup.Ch7RftWG.js | 1 KB | — | ✓ | 1st |
| https://vuejs.org/assets/chunks/src.CvoXmqPS.js | 16 KB | — | ✓ | 1st |
| https://vuejs.org/assets/chunks/runtime-core.esm-bundler.BK5ah_UL.js | 25 KB | — | ✓ | 1st |
| https://vuejs.org/assets/chunks/runtime-dom.esm-bundler.BLPxhSW6.js | 6 KB | — | ✓ | 1st |
| https://vuejs.org/assets/chunks/config.BY4V47D4.js | 1 KB | — | ✓ | 1st |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints20 hints, 0 missing preconnectsPASS
Current Resource Hints
20 resource hints configured
Network Waterfall25 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 | 376ms | 0 KB | — | $5/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 376ms and costs ~$5/month
48% 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
Unattributable takes 376ms 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