Performance
· 16 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.
6.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.95 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
318 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.168
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.44 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.
10.21 s
Page Load Progression
FJS Execution CostAction3997ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.hetzner.com/ | 1144ms | 124ms | 5ms | 1st |
| https://www.hetzner.com/_resources/themes/static/dist/vendors.js?m=1775046231 | 1077ms | 792ms | 98ms | 1st |
| Unattributable | 979ms | 73ms | 0ms | 3rd |
| https://www.hetzner.com/_resources/themes/hetzner/dist/vendors.js?m=1775046240 | 385ms | 67ms | 242ms | 1st |
| https://www.hetzner.com/_resources/themes/static/dist/bundle.js?m=1775046231 | 228ms | 223ms | 1ms | 1st |
| https://www.hetzner.com/_resources/themes/hetzner/dist/app.js?m=1775046240 | 114ms | 108ms | 3ms | 1st |
| https://use.hetzner.com/tick.js | 70ms | 48ms | 20ms | 3rd |
FJS BundlesAction14 scripts, 581 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.hetzner.com/_resources/themes/hetzner/dist/vendors.js?m=1775046240 | 538 KB | 500 KB (95%) | ✓ | 1st |
| https://www.hetzner.com/_resources/themes/static/dist/vendors.js?m=1775046231 | 240 KB | 52 KB (22%) | ✓ | 1st |
| https://use.hetzner.com/tick.js | 45 KB | 29 KB (65%) | ✓ | 3rd |
| https://www.hetzner.com/_resources/themes/static/dist/bundle.js?m=1775046231 | 2 KB | — | ✓ | 1st |
| https://www.hetzner.com/_resources/themes/hetzner/dist/app.js?m=1775046240 | 7 KB | — | ✓ | 1st |
| https://www.hetzner.com/_resources/themes/languages/javascript/static/lang/de.js?m=1775046190 | 1 KB | — | ✓ | 1st |
| https://www.hetzner.com/_resources/vendor/silverstripe/admin/client/dist/js/i18n.js?m=1772024856 | 1 KB | — | ✓ | 1st |
| https://www.hetzner.com/_resources/themes/hetzner/dist/initmodal.js?m=1775046240 | 2 KB | — | ✓ | 1st |
| https://www.hetzner.com/_resources/themes/hetzner/dist/serverBoerseTimer.js?m=1775046240 | 2 KB | — | ✓ | 1st |
| https://www.hetzner.com/_resources/themes/hetzner/dist/startPageSwiper.js?m=1775046240 | 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
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
CPage Weight BudgetAction1.8 MB transferred, 89 requestsREVIEW
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
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
CImage OptimizationAction47 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
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
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
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
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
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
A+Third-Party Impact11% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (606 KB)PASS
Web fonts
7
606 KB total
Render-blocking
0
of 7
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
- 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 ~239 KB and ~478 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Hetzner Online GmbH
A+HTTP Cachingmax-age=60 (1 minute)PASS
public, must-revalidate, max-age=60
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| must-revalidate | — | Must recheck with server after expiry |
| max-age | 60 | Cache for 1 minute |
Network Waterfall89 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 | 979ms | 0 KB | — | $13/mo | Costly |
use.hetzner.com use.hetzner.com | Other | 70ms | 45 KB | 65% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 979ms and costs ~$13/month
Unattributable takes 979ms 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
65% of use.hetzner.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev