Skip to content
https://www.golem.de

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
1
REVIEW
8
PASS
14
INFO
4

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

75
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
86
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
50
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

3.92 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

4.21 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

12 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.

4.89 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.

4.21 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
27
14 PASS 8 REVIEW 1 FIX
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Third-Party Impact
40% third-party, 0 ms blocking
REVIEW
40% third-party, 0 ms blocking
Info::
Third-party code accounts for 40% of page weight (164.7 KiB of 408.6 KiB)
Info::
Third-party blocking time is low (0 ms)
60%
40%
First-party Third-party
B
JS Execution Cost
640ms total JS execution
REVIEW
640ms total JS execution
Info::
https://cmp-cdn.golem.de/Notice.b4712.js: 185ms CPU time
Info::
https://cmp-cdn.golem.de/wrapperMessagingWithoutDe...: 156ms CPU time
Info::
https://www.golem.de/sonstiges/zustimmung/auswahl....: 153ms CPU time
Info::
Unattributable: 146ms CPU time
Warning::
Third-party scripts: 488ms (76% of total)

Main Thread Breakdown

Script Evaluation 47% Other 24% Style & Layout 16% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://cmp-cdn.golem.de/Notice.b4712.js185ms145ms25ms3rd
https://cmp-cdn.golem.de/wrapperMessagingWithoutDetection.js156ms122ms19ms3rd
https://www.golem.de/sonstiges/zustimmung/auswahl.html?from=https%3A%2F%2Fwww.golem.de%2F153ms41ms3ms1st
Unattributable146ms5ms0ms3rd
B
JS Bundles
4 scripts, 91 KB unused
REVIEW
4 scripts, 91 KB unused
Warning::
https://cmp-cdn.golem.de/Notice.b4712.js: 67 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cmp-cdn.golem.de/wrapperMessagingWithoutDe...: 24 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 91 KB
91 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cmp-cdn.golem.de/Notice.b4712.js93 KB67 KB (73%)3rd
https://cmp-cdn.golem.de/wrapperMessagingWithoutDetection.js51 KB24 KB (48%)3rd
https://www.golem.de/staticrl/scripts/golem_consent_199-min.js10 KB1st
https://cmp-cdn.golem.de/polyfills.01516.js2 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Page Weight Budget
409 KB transferred, 23 requests
PASS
409 KB transferred, 23 requests
Info::
Page weighs 976 KB (409 KB transferred)
Info::
23 HTTP requests
Info::
Estimated 0.08 g CO2 per page load
409 KB / 2.4 MB budget
409 KB transferred
23 requests
0.08 g CO2 per page load
JavaScript 155.9 KiB 38%
CSS 90.1 KiB 22%
Fonts 69.7 KiB 17%
Other 37.7 KiB 9%
Images 24.5 KiB 6%
HTML 20.6 KiB 5%
Other 10.1 KiB 2%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A
Image Optimization
3 images, 0 KB saveable
PASS
3 images, 0 KB saveable
Warning::
https://www.golem.de/staticrl/images/Golem-Logo-wh... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
3 images 24 KB
0 oversized -0 KB
2 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

A+
Font Loading
2 fonts (70 KB)
PASS
2 fonts (70 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

70 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 3.9 s LCP 4.2 shttps://www.golem.de/assets/golem-components/fonts/SpaceGrotesk/SpaceGrotesk-variable.woff2SpaceGrotesk-variable.w... https://www.golem.de/assets/golem-components/fonts/SpaceGrotesk/SpaceGrotesk-variable.woff2 — 48.4 KiB — 98 ms — font-display: swaphttps://www.golem.de/staticrl/fonts/droidsans/DroidSans.woff2DroidSans.woff2 https://www.golem.de/staticrl/fonts/droidsans/DroidSans.woff2 — 21.3 KiB — 165 ms — font-display: swap
SpaceGrotesk-variable.w... woff2 swap
Size 48 KB
Load time 98 ms
Start 156 ms
Risk FOUT — text flashes from fallback to web font
DroidSans.woff2 woff2 swap
Size 21 KB
Load time 165 ms
Start 903 ms
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A
Resource Hints
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
1 dns-prefetch redundant with preconnect on same origin
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://cmp-cdn.golem.de. Remove the redundant dns-prefetch entries.
Info::
1 URL(s) appear in multiple hints
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: //cmp-cdn.golem.de (dns-prefetch+preconnect).
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
1
preload
1
dns-prefetch
1
prefetch

3 resource hints configured

preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://cmp-cdn.golem.de. Remove the redundant dns-prefetch entries.

Why this matters

Performance issues directly impact user engagement and conversion rates.

The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: //cmp-cdn.golem.de (dns-prefetch+preconnect).

Why this matters

Performance issues directly impact user engagement and conversion rates.

A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A
Page Weight Inventory
23 resources · 409 KB · 91 KB savings available
PASS
23 resources · 409 KB · 91 KB savings available
Info::
Within 1MB page-weight target
Got: 409 KB
Info::
~91 KB of savings available
Warning::
13 third-party resources (40% of weight)
23 resources · 408.6 KiB · 13 third-party Within 1MB page-weight target
JavaScript 38% · 155.9 KiB
CSS 22% · 90.1 KiB
Font 17% · 69.7 KiB
Image 15% · 61.9 KiB
Document 5% · 21.2 KiB
Other 2% · 9.8 KiB

~91.5 KiB of savings available

Remove unused JavaScript: 91.5 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
23 requests over 1069ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 3.9 s LCP 4.2 shttps://www.golem.de// https://www.golem.de/ — 302 — 267 B — 104 ms — http/1.1https://www.golem.de/sonstiges/zustimmung/auswahl.html?from=https%3A%2F%2Fwww.golem.de%2F/sonstiges/zustimmung/auswahl.html?... https://www.golem.de/sonstiges/zustimmung/auswahl.html?from=https%3A%2F%2Fwww.golem.de%2F — 200 — 18.4 KiB — 65 ms — http/1.1https://www.golem.de/assets/golem-components/fonts/SpaceGrotesk/SpaceGrotesk-variable.woff2/assets/golem-components/fonts/Spac... https://www.golem.de/assets/golem-components/fonts/SpaceGrotesk/SpaceGrotesk-variable.woff2 — 200 — 48.4 KiB — 98 ms — http/1.1https://www.golem.de/staticrl/styles/golem_main-mob_184-min.css/staticrl/styles/golem_main-mob_184... https://www.golem.de/staticrl/styles/golem_main-mob_184-min.css — 200 — 83.3 KiB — 175 ms — http/1.1https://www.golem.de/staticrl/images/Golem-Logo-white.svg/staticrl/images/Golem-Logo-white.s... https://www.golem.de/staticrl/images/Golem-Logo-white.svg — 200 — 2.1 KiB — 103 ms — http/1.1https://www.golem.de/staticrl/images/golem-hp-blur.jpg/staticrl/images/golem-hp-blur.jpg https://www.golem.de/staticrl/images/golem-hp-blur.jpg — 200 — 22.4 KiB — 68 ms — http/1.1https://www.golem.de/staticrl/scripts/golem_consent_199-min.js/staticrl/scripts/golem_consent_199... https://www.golem.de/staticrl/scripts/golem_consent_199-min.js — 200 — 10.1 KiB — 36 ms — http/1.1https://account.golem.de/pingaccount.golem.de/ping https://account.golem.de/ping — 404 — 233 B — 153 ms — h2https://www.golem.de/abo/testcookie.php/abo/testcookie.php https://www.golem.de/abo/testcookie.php — 200 — 288 B — 36 ms — http/1.1data:image/gif;base64,R0lGODlhEAAQAPYAAP///2ZmZuTk5L6+vp+fn4yMjI6Ojqenp8bGxunp6cjIyHt7e319fYKCgoaGh…data:image/gif;base64,R0lGODlhEAAQA... data:image/gif;base64,R0lGODlhEAAQAPYAAP///2ZmZuTk5L6+vp+fn4yMjI6Ojqenp8bGxunp6cjIyHt7e319fYKCgoaGh… — 200 — 0 B — 0 ms — datahttps://www.golem.de/favicon.ico/favicon.ico https://www.golem.de/favicon.ico — 200 — 37.4 KiB — 97 ms — http/1.1https://cmp-cdn.golem.de/wrapperMessagingWithoutDetection.jscmp-cdn.golem.de/wrapperMessagingWi... https://cmp-cdn.golem.de/wrapperMessagingWithoutDetection.js — 200 — 50.8 KiB — 38 ms — h2https://cmp-cdn.golem.de/consent/tcfv2/consent/v3/5798/consent-status?hasCsp=true&authId=42f0046e-7129-480d-b307-947e119d43d0&accountId=245&withSiteActions=truecmp-cdn.golem.de/consent/tcfv2/cons... https://cmp-cdn.golem.de/consent/tcfv2/consent/v3/5798/consent-status?hasCsp=true&authId=42f0046e-7129-480d-b307-947e119d43d0&accountId=245&withSiteActions=true — 200 — 0 B — 89 ms — h2https://cmp-cdn.golem.de/consent/tcfv2/vendor-list/latest-version?siteId=5798&accountId=245&hasCsp=truecmp-cdn.golem.de/consent/tcfv2/vend... https://cmp-cdn.golem.de/consent/tcfv2/vendor-list/latest-version?siteId=5798&accountId=245&hasCsp=true — 200 — 0 B — 60 ms — h2https://cmp-cdn.golem.de/consent/tcfv2/vendor-list/latest-version?siteId=5798&accountId=245&hasCsp=truecmp-cdn.golem.de/consent/tcfv2/vend... https://cmp-cdn.golem.de/consent/tcfv2/vendor-list/latest-version?siteId=5798&accountId=245&hasCsp=true — 200 — 730 B — 22 ms — h2https://cmp-cdn.golem.de/consent/tcfv2/consent/v3/5798/consent-status?hasCsp=true&authId=42f0046e-7129-480d-b307-947e119d43d0&accountId=245&withSiteActions=truecmp-cdn.golem.de/consent/tcfv2/cons... https://cmp-cdn.golem.de/consent/tcfv2/consent/v3/5798/consent-status?hasCsp=true&authId=42f0046e-7129-480d-b307-947e119d43d0&accountId=245&withSiteActions=true — 200 — 3.7 KiB — 56 ms — h2https://cmp-cdn.golem.de/wrapper/tcfv2/v2/gdpr/native-message/new-user?hasCsp=true&env=prod&body=%7B%22propertyId%22%3A5798%2C%22accountId%22%3A245%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.golem.de%2Fsonstiges%2Fzustimmung%2Fauswahl.html%22%2C%22meta%22%3A%22%7B%5C%22mmsCookies%5C%22%3A%5B%5D%2C%5C%22resolved%5C%22%3Anull%7D%22%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcmp-cdn.golem.de%22%2C%22targetingParams%22%3A%22%7B%5C%22viewclass%5C%22%3A%5C%22inline%5C%22%7D%22%2C%22campaignEnv%22%3A%22prod%22%2C%22hasConsentData%22%3Afalse%2C%22consentedToAll%22%3Afalse%2C%22consentedToAny%22%3Anull%2C%22rejectedAny%22%3Anull%2C%22legalBasisChanges%22%3Afalse%2C%22vendorListAdditions%22%3Afalse%7D&nonkeyed=%7B%22_sp_v1_uid%22%3Anull%2C%22_sp_v1_data%22%3Anull%2C%22_sp_v1_p%22%3Anull%7D&cacheHash=5152401935152406289923&scriptVersion=2.18.1&scriptType=tcfv2cmp-cdn.golem.de/wrapper/tcfv2/v2/g... https://cmp-cdn.golem.de/wrapper/tcfv2/v2/gdpr/native-message/new-user?hasCsp=true&env=prod&body=%7B%22propertyId%22%3A5798%2C%22accountId%22%3A245%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.golem.de%2Fsonstiges%2Fzustimmung%2Fauswahl.html%22%2C%22meta%22%3A%22%7B%5C%22mmsCookies%5C%22%3A%5B%5D%2C%5C%22resolved%5C%22%3Anull%7D%22%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcmp-cdn.golem.de%22%2C%22targetingParams%22%3A%22%7B%5C%22viewclass%5C%22%3A%5C%22inline%5C%22%7D%22%2C%22campaignEnv%22%3A%22prod%22%2C%22hasConsentData%22%3Afalse%2C%22consentedToAll%22%3Afalse%2C%22consentedToAny%22%3Anull%2C%22rejectedAny%22%3Anull%2C%22legalBasisChanges%22%3Afalse%2C%22vendorListAdditions%22%3Afalse%7D&nonkeyed=%7B%22_sp_v1_uid%22%3Anull%2C%22_sp_v1_data%22%3Anull%2C%22_sp_v1_p%22%3Anull%7D&cacheHash=5152401935152406289923&scriptVersion=2.18.1&scriptType=tcfv2 — 200 — 0 B — 50 ms — h2https://cmp-cdn.golem.de/wrapper/tcfv2/v2/gdpr/native-message/new-user?hasCsp=true&env=prod&body=%7B%22propertyId%22%3A5798%2C%22accountId%22%3A245%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.golem.de%2Fsonstiges%2Fzustimmung%2Fauswahl.html%22%2C%22meta%22%3A%22%7B%5C%22mmsCookies%5C%22%3A%5B%5D%2C%5C%22resolved%5C%22%3Anull%7D%22%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcmp-cdn.golem.de%22%2C%22targetingParams%22%3A%22%7B%5C%22viewclass%5C%22%3A%5C%22inline%5C%22%7D%22%2C%22campaignEnv%22%3A%22prod%22%2C%22hasConsentData%22%3Afalse%2C%22consentedToAll%22%3Afalse%2C%22consentedToAny%22%3Anull%2C%22rejectedAny%22%3Anull%2C%22legalBasisChanges%22%3Afalse%2C%22vendorListAdditions%22%3Afalse%7D&nonkeyed=%7B%22_sp_v1_uid%22%3Anull%2C%22_sp_v1_data%22%3Anull%2C%22_sp_v1_p%22%3Anull%7D&cacheHash=5152401935152406289923&scriptVersion=2.18.1&scriptType=tcfv2cmp-cdn.golem.de/wrapper/tcfv2/v2/g... https://cmp-cdn.golem.de/wrapper/tcfv2/v2/gdpr/native-message/new-user?hasCsp=true&env=prod&body=%7B%22propertyId%22%3A5798%2C%22accountId%22%3A245%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.golem.de%2Fsonstiges%2Fzustimmung%2Fauswahl.html%22%2C%22meta%22%3A%22%7B%5C%22mmsCookies%5C%22%3A%5B%5D%2C%5C%22resolved%5C%22%3Anull%7D%22%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcmp-cdn.golem.de%22%2C%22targetingParams%22%3A%22%7B%5C%22viewclass%5C%22%3A%5C%22inline%5C%22%7D%22%2C%22campaignEnv%22%3A%22prod%22%2C%22hasConsentData%22%3Afalse%2C%22consentedToAll%22%3Afalse%2C%22consentedToAny%22%3Anull%2C%22rejectedAny%22%3Anull%2C%22legalBasisChanges%22%3Afalse%2C%22vendorListAdditions%22%3Afalse%7D&nonkeyed=%7B%22_sp_v1_uid%22%3Anull%2C%22_sp_v1_data%22%3Anull%2C%22_sp_v1_p%22%3Anull%7D&cacheHash=5152401935152406289923&scriptVersion=2.18.1&scriptType=tcfv2 — 200 — 5.2 KiB — 68 ms — h2https://cmp-cdn.golem.de/index.html?message_id=689342&consentUUID=cca14377-5e4b-439a-a4ec-29720036c67f&preload_message=true&hasCsp=true&version=v1&consent_origin=https%3A%2F%2Fcmp-cdn.golem.de%2Fconsent%2Ftcfv2&mms_origin=https%3A%2F%2Fcmp-cdn.golem.de%2Fmms%2Fv2cmp-cdn.golem.de/index.html?message... https://cmp-cdn.golem.de/index.html?message_id=689342&consentUUID=cca14377-5e4b-439a-a4ec-29720036c67f&preload_message=true&hasCsp=true&version=v1&consent_origin=https%3A%2F%2Fcmp-cdn.golem.de%2Fconsent%2Ftcfv2&mms_origin=https%3A%2F%2Fcmp-cdn.golem.de%2Fmms%2Fv2 — 200 — 2.3 KiB — 20 ms — h2https://cmp-cdn.golem.de/Notice.30929.csscmp-cdn.golem.de/Notice.30929.css https://cmp-cdn.golem.de/Notice.30929.css — 200 — 6.8 KiB — 38 ms — h2https://cmp-cdn.golem.de/polyfills.01516.jscmp-cdn.golem.de/polyfills.01516.js https://cmp-cdn.golem.de/polyfills.01516.js — 200 — 2.3 KiB — 27 ms — h2https://cmp-cdn.golem.de/Notice.b4712.jscmp-cdn.golem.de/Notice.b4712.js https://cmp-cdn.golem.de/Notice.b4712.js — 200 — 92.7 KiB — 37 ms — h2https://www.golem.de/staticrl/fonts/droidsans/DroidSans.woff2/staticrl/fonts/droidsans/DroidSans... https://www.golem.de/staticrl/fonts/droidsans/DroidSans.woff2 — 200 — 21.3 KiB — 165 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
76% of JavaScript execution is third-party
First-party Third-party 488ms · 144KB · €5/mo
cmp-cdn.golem.de
Other
Optional
Execution 185ms
Transfer 93 KB
Unused 73%
Monthly Cost €2/mo
cmp-cdn.golem.de
Other
Optional
Execution 156ms
Transfer 51 KB
Unused 48%
Monthly Cost €2/mo
Unattributable
Other
Optional
Execution 146ms
Transfer 0 KB
Monthly Cost €2/mo

76% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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

73% of cmp-cdn.golem.de's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-12 — 2026-05-09)

LCP (p75)

919 ms

92% good

INP (p75)

96 ms

93% good

CLS (p75)

0.020

92% good

FCP (p75)

719 ms

TTFB (p75)

264 ms

This origin passes Core Web Vitals assessment
Image Optimization
1 images, 2 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

1

Total Size

2 KB

1 missing dimensions
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback