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.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.63 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.042
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.32 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.63 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.2 MB transferred, 56 requestsREVIEW
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 Optimization27 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
BJS Execution Cost588ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.mpg.de/de | 382ms | 16ms | 1ms | 3rd |
| Unattributable | 116ms | 10ms | 0ms | 3rd |
| https://www.mpg.de/assets/mpg_fouc-ee7a69a330deff3ef667e094d19ecd86005d5c4d489ec05bb494fc8ec13822ca.js | 90ms | 50ms | 1ms | 3rd |
BJS Bundles11 scripts, 117 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.mpg.de/assets/mpg_base-9108b3aa613f4551f661af067a1cc41438d882db9354b1c9c1bd297da3437075.js | 82 KB | 41 KB (50%) | ✓ | 3rd |
| https://statistik.mpg.de/api.js | 66 KB | 40 KB (61%) | ✓ | 3rd |
| https://web.cmp.usercentrics.eu/ui/v/3.116.0/WebSdk.lib.d00a93b7.js | 56 KB | 36 KB (64%) | ✓ | 3rd |
| https://web.cmp.usercentrics.eu/ui/loader.js | 15 KB | — | ✓ | 3rd |
| https://web.cmp.usercentrics.eu/ui/v/3.116.0/GdprCmpController.c4576b71.js | 9 KB | — | ✓ | 3rd |
| https://www.mpg.de/assets/mpg_fouc-ee7a69a330deff3ef667e094d19ecd86005d5c4d489ec05bb494fc8ec13822ca.js | 21 KB | — | ✓ | 3rd |
| https://www.mpg.de/assets/mpg_amd-96c495d5160c48fc3a73f7ff6a63535941287dc0606ebb2b051b36b7f28e05e5.js | 9 KB | — | ✓ | 3rd |
| https://www.mpg.de/assets/mpg_amd_bundle-f4f11cbae10efc141acad56a485e14509ad514690b8af87326fedaa6bab92f28.js | 5 KB | — | ✓ | 3rd |
| https://www.mpg.de/assets/responsive/live/tabcard-e851b31a4771a2bb98458d8eec5f67d99c73a82d304902929eb3556f77fd63f9.js | 13 KB | — | ✓ | 3rd |
| https://www.mpg.de/assets/responsive/mpg_common/live/intersection-observer-2604760b7ed90cc98fd55be52dbeba2daa84985bbe92dfdf5ff61bf252586783.js | 3 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
CPage Weight InventoryAction56 resources · 1.2 MB · 117 KB savings availableREVIEW
~116.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 56 resources | 1.2 MiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (253 KB)PASS
Web fonts
6
253 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
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 ~6 KB and ~12 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall56 requests over 2244msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.mpg.de www.mpg.de | Other | 382ms | 98 KB | — | €4/mo | Costly |
Unattributable Unattributable | Other | 116ms | 0 KB | — | €1/mo | Optional |
www.mpg.de www.mpg.de | Other | 90ms | 21 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.mpg.de adds 382ms and costs ~€4/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
www.mpg.de takes 382ms 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