Performance
· 17 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.
10.38 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
270 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.281
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.38 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.
16.61 s
Page Load Progression
DPage Weight BudgetAction2.5 MB transferred, 55 requestsFIX
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
DJS Execution CostAction2157ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 546ms | 9ms | 0ms | 3rd |
| https://rp-online.de/info/consent/ | 358ms | 9ms | 3ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-Z4XDX2NETC&cx=c>m=4e64k0h1 | 324ms | 259ms | 62ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KJQSZW7Q | 214ms | 159ms | 52ms | 3rd |
| https://rp-online.de/assets/head.js?v=1774856308 | 153ms | 113ms | 39ms | 1st |
| https://rp-online.de/assets/consent/consent-page.js?v=1774856308 | 126ms | 100ms | 26ms | 1st |
| https://tagrpd.de/v2/prod/rpd/rp-online/headlibrary.js?v=202212160700 | 109ms | 34ms | 17ms | 3rd |
| https://rp-online.de/assets/piano.js?v=1774856308 | 96ms | 79ms | 17ms | 1st |
| https://accounts.google.com/gsi/client | 66ms | 28ms | 37ms | 3rd |
| https://rp-online.de/app/assets/dist/app.js?v=20260414161232 | 57ms | 36ms | 10ms | 1st |
Showing top 10 of 12 scripts
DJS BundlesAction23 scripts, 372 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://accounts.google.com/gsi/client | 96 KB | 81 KB (85%) | ✓ | 3rd |
| https://rp-online.de/assets/head.js?v=1774856308 | 98 KB | 69 KB (70%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-KJQSZW7Q | 126 KB | 65 KB (52%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Z4XDX2NETC&cx=c>m=4e64k0h1 | 150 KB | 63 KB (42%) | ✓ | 3rd |
| https://news.google.com/swg/js/v1/swg.js | 71 KB | 47 KB (69%) | ✓ | 3rd |
| https://rp-online.de/assets/consent/consent-page.js?v=1774856308 | 46 KB | 24 KB (52%) | ✓ | 1st |
| https://rp-online.de/assets/piano.js?v=1774856308 | 39 KB | 22 KB (58%) | ✓ | 1st |
| https://data-043610b415.rp-online.de/iomm/latest/bootstrap/stub.js | 1 KB | — | ✓ | 3rd |
| https://news.google.com/swg/js/v1/swg-gaa.js | 27 KB | — | ✓ | 3rd |
| https://rp-online.de/assets/foot.js?v=1774856308 | 180 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
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
DHTTP CachingActionno-store (uncacheable)FIX
no-store
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
BImage Optimization14 images, 0 KB saveableREVIEW
CPage Weight InventoryAction55 resources · 2.5 MB · 372 KB savings availableREVIEW
~371.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 55 resources | 2.5 MiB | ||||||
AThird-Party Impact20% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (704 KB)PASS
Web fonts
3
704 KB total
Render-blocking
0
of 3
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
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 ~338 KB and ~676 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints9 hints, 0 missing preconnectsPASS
Current Resource Hints
9 resource hints configured
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: Cloudflare
Network Waterfall55 requests over 984msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 546ms | 0 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 324ms | 150 KB | 42% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 214ms | 126 KB | 52% | €1/mo | Costly |
tagrpd.de tagrpd.de | Other | 109ms | 25 KB | — | €1/mo | Optional |
accounts.google.com accounts.google.com | Other | 66ms | 96 KB | 85% | €0/mo | Optional |
news.google.com news.google.com | Other | 56ms | 71 KB | 69% | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 546ms and costs ~€3/month
- Google Tag Manager adds 324ms and costs ~€2/month
- Google Tag Manager adds 214ms and costs ~€1/month
61% 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 546ms 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
Google Tag Manager takes 324ms 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
Google Tag Manager takes 214ms 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
52% of Google Tag Manager'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
85% of accounts.google.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
69% of news.google.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