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.
536 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
936 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
51 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.
767 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.
1.05 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 98 requestsFIX
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
BImage Optimization54 images, 0 KB saveableREVIEW
CJS Execution CostAction1185ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 504ms | 34ms | 0ms | 3rd |
| https://www.typst.app/ | 477ms | 13ms | 4ms | 1st |
| https://www.typst.app/_astro/HomePage.astro_astro_type_script_index_0_lang.aVL5KTd5.js | 148ms | 140ms | 0ms | 1st |
| https://misc-a.typst.app/js/script.manual.pageview-props.js | 56ms | 5ms | 0ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingmax-age=0REVIEW
max-age=0
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
A+Third-Party Impact7% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (401 KB)PASS
Web fonts
9
401 KB total
Render-blocking
0
of 9
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
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 ~66 KB and ~132 ms
A+JS Bundles17 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.typst.app/_astro/InlineLinkScript.astro_astro_type_script_index_0_lang.Dx5cWbm6.js | 1 KB | — | ✓ | 1st |
| https://www.typst.app/_astro/Start.astro_astro_type_script_index_0_lang.Dy4hGMEZ.js | 3 KB | — | ✓ | 1st |
| https://www.typst.app/_astro/ScrollSnapCarousel.astro_astro_type_script_index_0_lang.r42DmlhC.js | 1 KB | — | ✓ | 1st |
| https://www.typst.app/_astro/LimitlessPower.astro_astro_type_script_index_0_lang.CmoFGNY9.js | 1 KB | — | ✓ | 1st |
| https://www.typst.app/_astro/DemoVideo.astro_astro_type_script_index_0_lang.Gt4xVFuK.js | 1 KB | — | ✓ | 1st |
| https://www.typst.app/_astro/Productivity.astro_astro_type_script_index_0_lang.IPCodW12.js | 2 KB | — | ✓ | 1st |
| https://www.typst.app/_astro/PillScrolling.astro_astro_type_script_index_0_lang.BfDJXYNk.js | 2 KB | — | ✓ | 1st |
| https://www.typst.app/_astro/PricingContactModal.astro_astro_type_script_index_0_lang.B2hiJ2ER.js | 7 KB | — | ✓ | 1st |
| https://www.typst.app/_astro/HomePage.astro_astro_type_script_index_0_lang.aVL5KTd5.js | 38 KB | — | ✓ | 1st |
| https://www.typst.app/_astro/HomePage.astro_astro_type_script_index_1_lang.B1g1mxWj.js | 1 KB | — | ✓ | 1st |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall98 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 | 504ms | 0 KB | — | €5/mo | Costly |
misc-a.typst.app misc-a.typst.app | Other | 56ms | 3 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 504ms and costs ~€5/month
47% 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 504ms 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