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.
1.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
17 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.
2.04 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.17 s
Page Load Progression
DPage Weight BudgetAction2.5 MB transferred, 40 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
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
DJS BundlesAction11 scripts, 323 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js | 178 KB | 133 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-4CYNTD7K6F&cx=c>m=4e64h1 | 158 KB | 66 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=UA-785212-1 | 125 KB | 63 KB (51%) | ✓ | 3rd |
| https://kriesi.at/wp-content/uploads/dynamic_avia/avia-footer-scripts-a245053ca4aed0837aa1266cd959ab29---69b137c5d6ab1.js | 55 KB | 32 KB (58%) | ✓ | 1st |
| https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54 KB | 29 KB (53%) | ✓ | 3rd |
| https://kriesi.at/wp-content/uploads/dynamic_avia/avia-head-scripts-fedc474a19ab75c1bd1dcb0ad19e1f9c---69b137c5b225c.js | 1 KB | — | ✓ | 1st |
| https://kriesi.at/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 29 KB | — | ✓ | 1st |
| https://kriesi.at/wp-content/themes/kriesi/js/kriesi.js?ver=1 | 2 KB | — | ✓ | 1st |
| https://www.google-analytics.com/analytics.js | 21 KB | — | ✓ | 3rd |
| https://ep2.adtrafficquality.google/sodar/sodar2.js | 8 KB | — | ✓ | 3rd |
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
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
BImage Optimization14 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
BJS Execution Cost907ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://kriesi.at/ | 296ms | 7ms | 1ms | 1st |
| https://kriesi.at/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 290ms | 100ms | 3ms | 1st |
| https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js | 112ms | 79ms | 18ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-4CYNTD7K6F&cx=c>m=4e64h1 | 81ms | 65ms | 15ms | 3rd |
| Unattributable | 67ms | 2ms | 0ms | 3rd |
| https://kriesi.at/wp-content/themes/kriesi/js/kriesi.js?ver=1 | 61ms | 32ms | 0ms | 1st |
CPage Weight InventoryAction40 resources · 2.5 MB · 323 KB savings availableREVIEW
~323.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 40 resources | 2.5 MiB | ||||||
AThird-Party Impact24% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (81 KB)PASS
Web fonts
2
81 KB total
Render-blocking
0
of 2
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+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: ALL-INKL.COM
AHTTP Cachingmax-age=3 (3 seconds)PASS
max-age=3, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| max-age | 3 | Cache for 3 seconds |
| must-revalidate | — | Must recheck with server after expiry |
Network Waterfall40 requests over 2610msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 112ms | 178 KB | 75% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 81ms | 158 KB | 42% | €1/mo | Optional |
Unattributable Unattributable | Other | 67ms | 0 KB | — | €1/mo | Optional |
75% of pagead2.googlesyndication.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