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.
3.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
774 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.
3.47 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.
11.01 s
Page Load Progression
DThird-Party ImpactAction84% third-party, 0 ms blockingFIX
FJS Execution CostAction6075ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.spiegel.de/ | 3308ms | 216ms | 52ms | 1st |
| Unattributable | 704ms | 101ms | 0ms | 3rd |
| https://sp-spiegel-de.spiegel.de/Notice.8f529.js | 635ms | 489ms | 34ms | 3rd |
| https://sp-spiegel-de.spiegel.de/unified/wrapperMessagingWithoutDetection.js | 461ms | 317ms | 14ms | 3rd |
| https://cdn.prod.www.spiegel.de/public/shared/generated/js/index.bef94a1227f9ba910327.js | 344ms | 293ms | 18ms | 3rd |
| https://assets.adobedtm.com/cc10f7b4369d/32ae8c3350c5/launch-8a2e39fde471.min.js | 246ms | 185ms | 52ms | 3rd |
| https://cdn.prod.www.spiegel.de/public/shared/generated/js/commons.c0c8da65a3f202a0f54c.js | 119ms | 103ms | 11ms | 3rd |
| https://cdn.prod.www.spiegel.de/public/shared/generated/js/header.a8fe52f48a8d879860e4.js | 79ms | 67ms | 2ms | 3rd |
| https://s3.eu-central-1.amazonaws.com/prod.iqdcontroller.iqdigital/cdn_iqdspiegel_mob/live/iqadcontroller.js.gz | 66ms | 28ms | 38ms | 3rd |
| https://cdn.prod.www.spiegel.de/public/shared/generated/js/vendors.f1c4f8bff0ebc606b86f.js | 59ms | 13ms | 9ms | 3rd |
Showing top 10 of 11 scripts
BPage Weight Budget1.4 MB transferred, 73 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
BJS Bundles12 scripts, 129 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://sp-spiegel-de.spiegel.de/Notice.8f529.js | 91 KB | 63 KB (69%) | ✓ | 3rd |
| https://cdn.prod.www.spiegel.de/public/shared/generated/js/index.bef94a1227f9ba910327.js | 55 KB | 42 KB (77%) | ✓ | 3rd |
| https://assets.adobedtm.com/cc10f7b4369d/32ae8c3350c5/launch-8a2e39fde471.min.js | 118 KB | 24 KB (20%) | ✓ | 3rd |
| https://cdn.prod.www.spiegel.de/public/shared/generated/js/commons.c0c8da65a3f202a0f54c.js | 29 KB | — | ✓ | 3rd |
| https://cdn.prod.www.spiegel.de/public/shared/generated/js/header.a8fe52f48a8d879860e4.js | 4 KB | — | ✓ | 3rd |
| https://cdn.prod.www.spiegel.de/public/shared/generated/js/vendors.f1c4f8bff0ebc606b86f.js | 33 KB | — | ✓ | 3rd |
| https://sp-spiegel-de.spiegel.de/unified/wrapperMessagingWithoutDetection.js | 42 KB | — | ✓ | 3rd |
| https://s3.eu-central-1.amazonaws.com/prod.iqdcontroller.iqdigital/cdn_iqdspiegel_mob/live/iqadcontroller.js.gz | 75 KB | — | ✓ | 3rd |
| https://sp-spiegel-de.spiegel.de/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js | 29 KB | — | ✓ | 3rd |
| https://sp-spiegel-de.spiegel.de/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fspiegel-ads&account_id=331 | 1 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
BHTTP Cachingpublic, max-age=0,s-maxage=90REVIEW
public, max-age=0,s-maxage=90
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| s-maxage | 90 | CDN caches for 1 minute |
A+Text CompressionAll text resources are compressedPASS
AImage Optimization33 images, 0 KB saveablePASS
A+Font Loading12 fonts (399 KB)PASS
Web fonts
12
399 KB total
Render-blocking
0
of 12
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 Hints18 hints, 0 missing preconnectsPASS
Current Resource Hints
18 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: Link11 GmbH
Network Waterfall73 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 | 704ms | 0 KB | — | €3/mo | Costly |
sp-spiegel-de.spiegel.de sp-spiegel-de.spiegel.de | Other | 635ms | 91 KB | 69% | €3/mo | Costly |
sp-spiegel-de.spiegel.de sp-spiegel-de.spiegel.de | Other | 461ms | 42 KB | — | €2/mo | Costly |
cdn.prod.www.spiegel.de cdn.prod.www.spiegel.de | Other | 344ms | 55 KB | 77% | €2/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 246ms | 118 KB | 20% | €1/mo | Costly |
cdn.prod.www.spiegel.de cdn.prod.www.spiegel.de | Other | 119ms | 29 KB | — | €1/mo | Optional |
cdn.prod.www.spiegel.de cdn.prod.www.spiegel.de | Other | 79ms | 4 KB | — | €0/mo | Optional |
s3.eu-central-1.amazonaws.com s3.eu-central-1.amazonaws.com | Other | 66ms | 75 KB | — | €0/mo | Optional |
cdn.prod.www.spiegel.de cdn.prod.www.spiegel.de | Other | 59ms | 33 KB | — | €0/mo | Optional |
sp-spiegel-de.spiegel.de sp-spiegel-de.spiegel.de | Other | 56ms | 29 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 704ms and costs ~€3/month
- sp-spiegel-de.spiegel.de adds 635ms and costs ~€3/month
- sp-spiegel-de.spiegel.de adds 461ms and costs ~€2/month
- cdn.prod.www.spiegel.de adds 344ms and costs ~€2/month
- assets.adobedtm.com adds 246ms and costs ~€1/month
46% 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 704ms 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
sp-spiegel-de.spiegel.de takes 635ms 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
69% of sp-spiegel-de.spiegel.de'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
sp-spiegel-de.spiegel.de takes 461ms 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
cdn.prod.www.spiegel.de takes 344ms 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
77% of cdn.prod.www.spiegel.de'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
assets.adobedtm.com takes 246ms 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