Performance
· 15 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.
787 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
14 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.
1.03 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.
1.39 s
Page Load Progression
DJS Execution CostAction2185ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://sentry.io/_astro/Welcome.astro_astro_type_script_index_0_lang.CxHIClDC.js | 1696ms | 692ms | 0ms | 1st |
| https://sentry.io/welcome/ | 205ms | 31ms | 5ms | 1st |
| Unattributable | 193ms | 24ms | 0ms | 3rd |
| https://plausible.io/js/script.tagged-events.js | 92ms | 5ms | 0ms | 3rd |
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CPage Weight BudgetAction1.9 MB transferred, 55 requestsREVIEW
BImage Optimization27 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CPage Weight InventoryAction55 resources · 1.9 MB · 23 KB savings availableREVIEW
~23.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 55 resources | 1.9 MiB | ||||||
AThird-Party Impact27% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (104 KB)PASS
Web fonts
6
104 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~9 KB and ~18 ms
A+JS Bundles12 scripts, 23 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://sentry.io/_astro/index.BSQljMam.js | 48 KB | 23 KB (49%) | ✓ | 1st |
| https://sentry.io/_astro/Link.astro_astro_type_script_index_0_lang.B5kEYiND.js | 0 KB | — | ✓ | 1st |
| https://plausible.io/js/script.tagged-events.js | 2 KB | — | ✓ | 3rd |
| https://sentry.io/_astro/GettingStarted.astro_astro_type_script_index_0_lang.BTWxF49p.js | 0 KB | — | ✓ | 1st |
| https://sentry.io/_astro/MarketoForm.CKHgLosH.js | 5 KB | — | ✓ | 1st |
| https://sentry.io/_astro/client.DeAwy1AW.js | 1 KB | — | ✓ | 1st |
| https://sentry.io/_astro/Welcome.astro_astro_type_script_index_0_lang.CxHIClDC.js | 45 KB | — | ✓ | 1st |
| https://sentry.io/_astro/link-decorator.BP7leAsv.js | 3 KB | — | ✓ | 1st |
| https://sentry.io/_astro/plausible.C3o9j7JC.js | 0 KB | — | ✓ | 1st |
| https://sentry.io/_astro/jsx-runtime.9DypCmAh.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
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
Network Waterfall55 requests over 1490msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 193ms | 0 KB | — | $3/mo | Optional |
Plausible Analytics plausible.io | Analytics | 92ms | 2 KB | — | $2/mo | Optional |