Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 11.8s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 11.2 MB (4.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/510ebe21-84f6-4d49-a8d0-f5f77674dc4a)<a href="https://beavercheck.com/results/510ebe21-84f6-4d49-a8d0-f5f77674dc4a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdeutschlandfunk.de" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdeutschlandfunk.deThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 11.8s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~29%.
Page takes 11.8s to load
+12% bounceUsers abandon at ~3s — you're 9.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 588ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
21 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€450 investment → €2,834/month returns + EUR 120,500,000 risk avoided
€450
5h · 5 findings
€2,834 /mo
~€34,011 / year
EUR 120,500,000
if kept compliant
€135 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €90/hr
Based on Germany rates (€90/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,013 / year if left unfixed
€120,500,000
+7 more
€1.08 /mo
14516.9 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.40 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.81 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
588 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.012
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.08 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.
17.11 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Wartende Flüchtlinge lagern an der griechisch-mazedonischen Grenze in unmittelb… article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /c8/83/8a/e9/c8838ae9-e654-4fab-8f76-d8ca4691e880/fluecht... | 79.6 KiB | 74.3 KiB |
Guido Kosmehl (FDP) steht im Plenarsaal vom Landtag von Sachsen-Anhalt am Redne… section.article-teaser-section > div.b-image > div.image-wrapper > img.internal-image | /09/a9/a1/19/09a9a119-3da9-4ad8-aba3-ac53954e997b/landtag... | 85.3 KiB | 72.6 KiB |
Illustrative Grafik eines Tempels bei dem eine Säule droht umzustürzen article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /10/6f/4b/6a/106f4b6a-0b98-4aa8-890e-9a014923901b/der-res... | 81.6 KiB | 71.6 KiB |
Blick in den Plenarsaal durch eine spiegelnde Fensterscheibe. article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /92/94/88/1b/9294881b-5585-437e-a8c3-a1de16ecb7ea/bundesr... | 75.5 KiB | 70.3 KiB |
Zwei Soldaten der Bundeswehr, aufgenommen im Rahmen einer Bundeswehrübung 2022. article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /66/f9/bc/91/66f9bc91-2e2b-4818-a74b-285075f45844/bundesw... | 65.4 KiB | 60.1 KiB |
Grenze Israel-Libanon: Israelische Soldaten fahren im Südlibanon, vom Norden Is… a.b-thema-teaser > div.b-image > div.image-wrapper > img.internal-image | /23/ab/7f/22/23ab7f22-70cd-4190-a244-5c136f1f89c6/israel-... | 71.6 KiB | 59.0 KiB |
Luftaufnahme eines Strandes in Australien. Durch die Färbung des Wassers und de… article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /c4/f2/de/2c/c4f2de2c-e351-432f-b442-4ee2d46e6072/klimawa... | 60.8 KiB | 55.5 KiB |
Berlin: Bundeskanzler Friedrich Merz (CDU) spricht beim Jahresempfang 75 Jahre … article.b-comment > div.b-image > div.image-wrapper > img.internal-image | /15/9d/63/11/159d6311-42be-4ef9-a824-ca0736523dd8/kanzler... | 49.3 KiB | 48.2 KiB |
Ein Mann steht zwischen Häuserruinen
article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /c6/88/4c/aa/c6884caa-6695-40ca-97af-4ba888aaabfc/israel-... | 50.7 KiB | 45.7 KiB |
Eine Straße mit Fußgängern in der Altstadt von Havanna während eines landesweit… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /53/95/4e/05/53954e05-2a06-442d-94a1-f36711712b98/kuba-bl... | 54.3 KiB | 44.3 KiB |
Menschen mit Deutschlandflaggen und einem Transparent mit dem Schriftzug "Islam… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /18/ce/10/36/18ce1036-d9e7-4083-aa0d-5187b7a0f504/afd-dem... | 51.7 KiB | 41.8 KiB |
Das Podcast-Logo zeigt einige Häuser, über denen ein Börsenkurs verläuft. Manch… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /37/22/0d/0a/37220d0a-bcc5-408d-bab9-0fa58e6efcc2/crashku... | 51.5 KiB | 41.6 KiB |
Vor blauem Himmel steht in Teheran eine Werbetafel mit dem religiösen Führer de… article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /a1/c7/13/0a/a1c7130a-a0c2-4f34-9d07-2ef8f742354e/iran-te... | 43.5 KiB | 39.2 KiB |
Schatten von Soldaten vor einer blau-weißen Wand article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /ad/35/e3/6a/ad35e36a-8d8c-463c-9066-63cdd2e8e943/krieg-u... | 41.1 KiB | 37.1 KiB |
Blick auf das Bundeskanzleramt, davor die Spree section.article-teaser-section > div.b-image > div.image-wrapper > img.internal-image | /9d/cc/1f/4c/9dcc1f4c-5efb-469a-9916-84c2753aa6f3/bundesk... | 49.8 KiB | 35.4 KiB |
Tatort Kunst:
Eine Illustration des Bildes „Das Mädchen mit dem Perlenohrring“… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /8c/a3/4c/bc/8ca34cbc-c31c-4c78-8551-6535abd1717d/tatort-... | 45.0 KiB | 35.0 KiB |
Zwei Menschen im Rentenalter sitzen auf einer Parkbank article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /ad/f0/15/97/adf01597-9a97-4949-92bd-ae18519ae36b/seniore... | 38.1 KiB | 34.3 KiB |
Die Europa-Abgeordnete Hannah Neumann von den Grünen bei einer Rede im Europapa… a.b-thema-teaser > div.b-image > div.image-wrapper > img.internal-image | /ad/60/80/69/ad608069-c3df-407b-8e8d-9033cce69fbf/hannah-... | 35.8 KiB | 33.7 KiB |
Die Silhouette eines Mannes mit Cowboyhut hebt sich dunkel vor der US-amerikani… article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /b2/83/aa/87/b283aa87-8405-4510-9782-9c36b7b33acc/usa-sta... | 33.7 KiB | 30.4 KiB |
Péter Magyar tritt auf eine mit ungarischen sowie einer EU-Flagge geschmückte B… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /34/b1/f3/75/34b1f375-40e5-4fe4-be9e-70802cad32f5/imago85... | 39.5 KiB | 29.6 KiB |
Donald Trump hält eine Bibel fest article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /4b/9d/58/0b/4b9d580b-e8ea-4722-a423-160ab11d106d/donald-... | 37.2 KiB | 27.3 KiB |
Eine Karte zeigt die Straße vom Hormus. a.b-thema-teaser > div.b-image > div.image-wrapper > img.internal-image | /cd/b4/71/f9/cdb471f9-fd34-4a64-847d-7f637a78abea/strasse... | 28.9 KiB | 27.2 KiB |
Aleksandar Vučić jubelt auf einem Podium nach seinem Wahlsieg 2023 article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /1e/59/17/aa/1e5917aa-ffa1-46df-aafb-9763d61c0477/aleksan... | 35.3 KiB | 26.0 KiB |
Das Logo zeigt den Schriftzug "Der Politikpodcast" in einer Bildcollage mit der… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /02/02/6b/77/02026b77-9940-4c9e-987b-9bb6fa38c5e8/der-pol... | 33.7 KiB | 24.8 KiB |
Nigel Farage steht an einem blauen Rednerpult mit der Aufschrift "Reform UK" un… section.article-teaser-section > div.b-image > div.image-wrapper > img.internal-image | /c9/8b/cd/c0/c98bcdc0-e457-44b9-b70e-d83590fcd442/nigel-f... | 28.5 KiB | 21.8 KiB |
Ein deprimierter Mann, der sein Gesicht bedeckt und verzweifelt weint article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /ab/72/8e/1c/ab728e1c-69c3-43c9-9093-129da6a3bfdd/ohnmach... | 29.1 KiB | 21.4 KiB |
Dunkle Wolken ziehen über dem Berliner Reichstagsgebäude auf. article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /6e/22/65/4f/6e22654f-35cc-4f0b-8a9d-3b6893a66cb1/demokra... | 28.8 KiB | 21.1 KiB |
Großaufnahme von Donald Trump, hinter dem die Flaggen der USA und der NATO zu s… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /0e/41/63/99/0e416399-66e2-4311-869e-ede3a7617848/donald-... | 26.8 KiB | 19.7 KiB |
Im Bild steht der Schriftzug "KI verstehen". Die Zeichnung zeigt einen stilisie… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /7d/bd/b9/fc/7dbdb9fc-90b0-4dbf-9a1c-fe367d3eee79/ki-vers... | 26.2 KiB | 19.3 KiB |
Deep Science - Die Psychonauten. Die Podcast-Illustration zeigt in bunten, unna… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /83/0c/7d/e7/830c7de7-6134-4837-ae41-2affaf7755b6/deep-sc... | 25.5 KiB | 18.7 KiB |
EU-Kommissionspräsidentin Ursula von der Leyen stehend vor einer EU-Fahne section.article-teaser-section > div.b-image > div.image-wrapper > img.internal-image | /21/c8/7b/6b/21c87b6b-e2ee-4f4a-be73-e5d92fe36c19/von-der... | 24.0 KiB | 18.4 KiB |
Peter Thiel hält sich eine Hand halb vor sein Gesicht article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /65/1b/a8/7c/651ba87c-00dc-4dbc-b228-d6bd00b9232e/die-pet... | 24.6 KiB | 18.1 KiB |
Ein Hand hält ein Mobiltelefon auf dem der Chart des Ölpreises zu sehen ist, de… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /fc/9d/b3/14/fc9db314-cb25-4e80-abc6-50f058283083/imago85... | 22.9 KiB | 16.8 KiB |
Eine Karte von Nord- und Südamerika vor dunklem Hintergrund mit ditialen Linien article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /a5/a7/4c/43/a5a74c43-9e7e-4bc3-8397-e110727a33e8/suedame... | 21.9 KiB | 16.1 KiB |
Der Historiker Volker Depkat article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /20/a1/77/89/20a17789-17ee-4bf7-ac41-4a9ea6da0edb/amerika... | 21.4 KiB | 15.7 KiB |
Collage einer Hand, die ein Smartphone hält. Auf dem Bildschirm sind immer weit… article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /f1/82/13/aa/f18213aa-c89c-4a1f-9435-830711494359/tiktok-... | 17.1 KiB | 15.4 KiB |
Das Podcastlogo von "Deutschlandfunk - Der Tag" zeigt den Schriftzug "Der Tag" … article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /bd/9e/25/15/bd9e2515-dfc3-4239-afef-1e321d0aa088/podcast... | 20.9 KiB | 15.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.deutschlandfunk.de/static/generated/deutschlandfunk/styles.css | 38.0 KiB | 301 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| deutschlandfunk.de/ | 831 ms |
| www.deutschlandfunk.de/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.deutschlandfunk.de/static/podlove-player/5.12.3/player/styles.css | 158.0 KiB | 158.0 KiB |
| www.deutschlandfunk.de/static/generated/deutschlandfunk/styles.css | 37.7 KiB | 34.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.deutschlandfunk.de/static/generated/deutschlandfunk/main.modern.js | 668.9 KiB | 311.2 KiB |
| www.deutschlandfunk.de/static/podlove-player/5.12.3/player/vendor.js | 237.1 KiB | 146.1 KiB |
| www.deutschlandfunk.de/static/generated/deutschlandfunk/player.dist.js | 160.0 KiB | 120.8 KiB |
| www.deutschlandfunk.de/static/podlove-player/5.12.3/player/styles.js | 44.9 KiB | 32.8 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.deutschlandfunk.de/static/generated/deutschlandfunk/main.modern.js | 1.4 s | 1.2 s | 8.4 ms |
| Unattributable | 676 ms | 10 ms | 0.0 ms |
| www.deutschlandfunk.de/ | 603 ms | 36 ms | 4.8 ms |
| www.deutschlandfunk.de/static/podlove-player/5.12.3/player/bootstrap.js | 456 ms | 446 ms | 9.6 ms |
| www.deutschlandfunk.de/static/generated/deutschlandfunk/player.dist.js | 414 ms | 148 ms | 58 ms |
| www.deutschlandfunk.de/static/podlove-player/embed.js | 168 ms | 155 ms | 12 ms |
| www.deutschlandfunk.de/static/podlove-player/5.12.3/player/vendor.js | 68 ms | 15 ms | 52 ms |
| www.deutschlandfunk.de/static/podlove-player/5.12.3/player/styles.css | 67 ms | 0.0 ms | 0.0 ms |
| tag.aticdn.net/piano-analytics.js | 67 ms | 47 ms | 6.1 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.0 s |
| Other | 890 ms |
| Style & Layout | 604 ms |
| Script Parsing & Compilation | 165 ms |
| Parse HTML & CSS | 159 ms |
| Rendering | 141 ms |
| Garbage Collection | 13 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Deutschlandradio © 2026 div#main-app > footer.b-footer > h3.footer-title > a.b-link |
These are opportunities to improve the legibility of your content.
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.navigation-right-side > div.js-search > form#search-form > input.search-input div.navigation-right-side > div.js-search > form#search-form > input.search-input |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ARD| nav.partner-nav > ul.b-list > li.list-item > a.b-link |
ZDF| nav.partner-nav > ul.b-list > li.list-item > a.b-link |
Phoenix| nav.partner-nav > ul.b-list > li.list-item > a.b-link |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Hören
33:52 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
27:08 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
12:34 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
11:54 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
13:53 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
31:48 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
34:22 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
05:09 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
11:23 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
18:38 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
04:59 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.deutschlandfunk.de/static/generated/deutschlandfunk/main.modern.js line 1, col 3366197 | Error: No options detected. Please consult documentation.
at RI.publish (https://www.deutschlandfunk.de/static/generated/deutschlandfunk/main.modern.js:2:3366198)
at https://www.deutschlandfunk.de/static/generated/deutschlandfunk/main.modern.js:2:3367574 |
www.deutschlandfunk.de/static/generated/deutschlandfunk/main.modern.js line 1, col 2626463 | ESI Fragment already exists teaser-group-horizontal-item |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
855 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
96 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
977 ms
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.09 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Guido Kosmehl (FDP) steht im Plenarsaal vom Landtag von Sachsen-Anhalt am Redne… section.article-teaser-section > div.b-image > div.image-wrapper > img.internal-image | /09/a9/a1/19/09a9a119-3da9-4ad8-aba3-ac53954e997b/landtag... | 413.0 KiB | 392.9 KiB |
Blick auf das Bundeskanzleramt, davor die Spree section.article-teaser-section > div.b-image > div.image-wrapper > img.internal-image | /9d/cc/1f/4c/9dcc1f4c-5efb-469a-9916-84c2753aa6f3/bundesk... | 250.8 KiB | 227.7 KiB |
Grenze Israel-Libanon: Israelische Soldaten fahren im Südlibanon, vom Norden Is… a.b-thema-teaser > div.b-image > div.image-wrapper > img.internal-image | /23/ab/7f/22/23ab7f22-70cd-4190-a244-5c136f1f89c6/israel-... | 180.6 KiB | 159.5 KiB |
Brasiliens Präsident Luiz Inacio Lula da Silva (PT) spricht bei der Eröffnungsz… section.article-teaser-section > div.b-image > div.image-wrapper > img.internal-image | /89/e5/38/01/89e53801-3995-4380-a3a2-3583d862e994/lula-da... | 153.4 KiB | 144.3 KiB |
Traktor an einer Tankstelle a.b-thema-teaser > div.b-image > div.image-wrapper > img.internal-image | /59/9f/8f/09/599f8f09-349c-483b-8e28-eaa35eb46651/traktor... | 153.8 KiB | 132.7 KiB |
Eine Preistafel einer Tankstelle zeigt Preise von über zwei Euro pro Liter für … a.b-thema-teaser > div.b-image > div.image-wrapper > img.internal-image | /c4/6e/a8/cb/c46ea8cb-b763-49f1-bbd6-abc8f60f2219/tanken-... | 114.9 KiB | 111.2 KiB |
Nigel Farage steht an einem blauen Rednerpult mit der Aufschrift "Reform UK" un… section.article-teaser-section > div.b-image > div.image-wrapper > img.internal-image | /c9/8b/cd/c0/c98bcdc0-e457-44b9-b70e-d83590fcd442/nigel-f... | 113.7 KiB | 107.0 KiB |
EU-Kommissionspräsidentin Ursula von der Leyen stehend vor einer EU-Fahne section.article-teaser-section > div.b-image > div.image-wrapper > img.internal-image | /21/c8/7b/6b/21c87b6b-e2ee-4f4a-be73-e5d92fe36c19/von-der... | 105.0 KiB | 98.8 KiB |
Blick auf eine Tankstelle und die Preise. a.b-thema-teaser > div.b-image > div.image-wrapper > img.internal-image | /d5/c8/70/3d/d5c8703d-dc19-43d0-a797-494b07db1100/tankrab... | 87.0 KiB | 84.2 KiB |
Die Europa-Abgeordnete Hannah Neumann von den Grünen bei einer Rede im Europapa… a.b-thema-teaser > div.b-image > div.image-wrapper > img.internal-image | /ad/60/80/69/ad608069-c3df-407b-8e8d-9033cce69fbf/hannah-... | 80.3 KiB | 77.8 KiB |
Wartende Flüchtlinge lagern an der griechisch-mazedonischen Grenze in unmittelb… article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /c8/83/8a/e9/c8838ae9-e654-4fab-8f76-d8ca4691e880/fluecht... | 79.6 KiB | 77.0 KiB |
Illustrative Grafik eines Tempels bei dem eine Säule droht umzustürzen article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /10/6f/4b/6a/106f4b6a-0b98-4aa8-890e-9a014923901b/der-res... | 81.6 KiB | 74.6 KiB |
Blick in den Plenarsaal durch eine spiegelnde Fensterscheibe. article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /92/94/88/1b/9294881b-5585-437e-a8c3-a1de16ecb7ea/bundesr... | 75.5 KiB | 72.9 KiB |
Eine Karte zeigt die Straße vom Hormus. a.b-thema-teaser > div.b-image > div.image-wrapper > img.internal-image | /cd/b4/71/f9/cdb471f9-fd34-4a64-847d-7f637a78abea/strasse... | 68.3 KiB | 66.2 KiB |
Zwei Soldaten der Bundeswehr, aufgenommen im Rahmen einer Bundeswehrübung 2022. article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /66/f9/bc/91/66f9bc91-2e2b-4818-a74b-285075f45844/bundesw... | 65.4 KiB | 62.7 KiB |
Luftaufnahme eines Strandes in Australien. Durch die Färbung des Wassers und de… article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /c4/f2/de/2c/c4f2de2c-e351-432f-b442-4ee2d46e6072/klimawa... | 60.8 KiB | 58.2 KiB |
Berlin: Bundeskanzler Friedrich Merz (CDU) spricht beim Jahresempfang 75 Jahre … article.b-comment > div.b-image > div.image-wrapper > img.internal-image | /15/9d/63/11/159d6311-42be-4ef9-a824-ca0736523dd8/kanzler... | 49.3 KiB | 48.2 KiB |
Ein Mann steht zwischen Häuserruinen
article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /c6/88/4c/aa/c6884caa-6695-40ca-97af-4ba888aaabfc/israel-... | 50.7 KiB | 48.2 KiB |
Eine Straße mit Fußgängern in der Altstadt von Havanna während eines landesweit… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /53/95/4e/05/53954e05-2a06-442d-94a1-f36711712b98/kuba-bl... | 54.3 KiB | 47.3 KiB |
Das Podcast-Logo zeigt einige Häuser, über denen ein Börsenkurs verläuft. Manch… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /37/22/0d/0a/37220d0a-bcc5-408d-bab9-0fa58e6efcc2/crashku... | 51.5 KiB | 44.5 KiB |
Vor blauem Himmel steht in Teheran eine Werbetafel mit dem religiösen Führer de… article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /a1/c7/13/0a/a1c7130a-a0c2-4f34-9d07-2ef8f742354e/iran-te... | 43.5 KiB | 41.3 KiB |
Schatten von Soldaten vor einer blau-weißen Wand article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /ad/35/e3/6a/ad35e36a-8d8c-463c-9066-63cdd2e8e943/krieg-u... | 41.1 KiB | 39.1 KiB |
Tatort Kunst:
Eine Illustration des Bildes „Das Mädchen mit dem Perlenohrring“… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /8c/a3/4c/bc/8ca34cbc-c31c-4c78-8551-6535abd1717d/tatort-... | 45.0 KiB | 38.0 KiB |
Zwei Menschen im Rentenalter sitzen auf einer Parkbank article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /ad/f0/15/97/adf01597-9a97-4949-92bd-ae18519ae36b/seniore... | 38.1 KiB | 36.2 KiB |
Die Silhouette eines Mannes mit Cowboyhut hebt sich dunkel vor der US-amerikani… article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /b2/83/aa/87/b283aa87-8405-4510-9782-9c36b7b33acc/usa-sta... | 33.7 KiB | 32.1 KiB |
Das Logo zeigt den Schriftzug "Der Politikpodcast" in einer Bildcollage mit der… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /02/02/6b/77/02026b77-9940-4c9e-987b-9bb6fa38c5e8/der-pol... | 33.7 KiB | 27.4 KiB |
Im Bild steht der Schriftzug "KI verstehen". Die Zeichnung zeigt einen stilisie… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /7d/bd/b9/fc/7dbdb9fc-90b0-4dbf-9a1c-fe367d3eee79/ki-vers... | 26.2 KiB | 21.3 KiB |
Deep Science - Die Psychonauten. Die Podcast-Illustration zeigt in bunten, unna… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /83/0c/7d/e7/830c7de7-6134-4837-ae41-2affaf7755b6/deep-sc... | 25.5 KiB | 20.7 KiB |
Peter Thiel hält sich eine Hand halb vor sein Gesicht article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /65/1b/a8/7c/651ba87c-00dc-4dbc-b228-d6bd00b9232e/die-pet... | 24.6 KiB | 20.0 KiB |
Ein Hand hält ein Mobiltelefon auf dem der Chart des Ölpreises zu sehen ist, de… article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /fc/9d/b3/14/fc9db314-cb25-4e80-abc6-50f058283083/imago85... | 22.9 KiB | 18.6 KiB |
Der Historiker Volker Depkat article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /20/a1/77/89/20a17789-17ee-4bf7-ac41-4a9ea6da0edb/amerika... | 21.4 KiB | 17.4 KiB |
Das Podcastlogo von "Deutschlandfunk - Der Tag" zeigt den Schriftzug "Der Tag" … article.news-carousel-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /bd/9e/25/15/bd9e2515-dfc3-4239-afef-1e321d0aa088/podcast... | 20.9 KiB | 17.0 KiB |
Collage einer Hand, die ein Smartphone hält. Auf dem Bildschirm sind immer weit… article.navigation-teaser-wrapper > div.b-image > div.image-wrapper > img.internal-image | /f1/82/13/aa/f18213aa-c89c-4a1f-9435-830711494359/tiktok-... | 17.1 KiB | 16.3 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size |
|---|---|
| www.deutschlandfunk.de/static/generated/deutschlandfunk/styles.css | 38.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| deutschlandfunk.de/ | 247 ms |
| www.deutschlandfunk.de/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.deutschlandfunk.de/static/podlove-player/5.12.3/player/styles.css | 158.0 KiB | 158.0 KiB |
| www.deutschlandfunk.de/static/generated/deutschlandfunk/styles.css | 37.7 KiB | 33.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.deutschlandfunk.de/static/generated/deutschlandfunk/main.modern.js | 668.9 KiB | 311.9 KiB |
| www.deutschlandfunk.de/static/podlove-player/5.12.3/player/vendor.js | 237.1 KiB | 146.1 KiB |
| www.deutschlandfunk.de/static/generated/deutschlandfunk/player.dist.js | 160.0 KiB | 120.8 KiB |
| www.deutschlandfunk.de/static/podlove-player/5.12.3/player/styles.js | 44.9 KiB | 32.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.navigation-sub-inner > section.b-navigation-slider > div.navigation-slider-buttons > button.navigation-slider-button div.navigation-sub-inner > section.b-navigation-slider > div.navigation-slider-buttons > button.navigation-slider-button |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.navigation-right-side > div.js-search > form#search-form > input.search-input div.navigation-right-side > div.js-search > form#search-form > input.search-input |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Programm li.list-item > ul.b-list > li.list-item > a.b-link |
Alle Sendungen li.list-item > ul.b-list > li.list-item > a.b-link |
Die Nachrichten li.list-item > ul.b-list > li.list-item > a.b-link |
Nachrichtenleicht li.list-item > ul.b-list > li.list-item > a.b-link |
Neue Beiträge auf dlf.de li.list-item > ul.b-list > li.list-item > a.b-link |
Themen-Schwerpunkte li.list-item > ul.b-list > li.list-item > a.b-link |
Livestream li.list-item > ul.b-list > li.list-item > a.b-link |
Audios li.list-item > ul.b-list > li.list-item > a.b-link |
Podcasts li.list-item > ul.b-list > li.list-item > a.b-link |
Deutschlandfunk App li.list-item > ul.b-list > li.list-item > a.b-link |
Nachrichten App li.list-item > ul.b-list > li.list-item > a.b-link |
Frequenzen li.list-item > ul.b-list > li.list-item > a.b-link |
Hörerservice li.list-item > ul.b-list > li.list-item > a.b-link |
Social Media li.list-item > ul.b-list > li.list-item > a.b-link |
FAQ li.list-item > ul.b-list > li.list-item > a.b-link |
Newsletter li.list-item > ul.b-list > li.list-item > a.b-link |
Veranstaltungen li.list-item > ul.b-list > li.list-item > a.b-link |
Musikliste li.list-item > ul.b-list > li.list-item > a.b-link |
RSS li.list-item > ul.b-list > li.list-item > a.b-link |
Deutschlandradio li.list-item > ul.b-list > li.list-item > a.b-link |
Presse li.list-item > ul.b-list > li.list-item > a.b-link |
Ausbildung und Karriere li.list-item > ul.b-list > li.list-item > a.b-link |
Transparenz li.list-item > ul.b-list > li.list-item > a.b-link |
Korrekturen li.list-item > ul.b-list > li.list-item > a.b-link |
Deutschlandradio nav.footer-nav > ul.b-list > li.list-item > a.b-link |
Datenschutzerklärung nav.footer-nav > ul.b-list > li.list-item > a.b-link |
Nutzungsbedingungen nav.footer-nav > ul.b-list > li.list-item > a.b-link |
Impressum nav.footer-nav > ul.b-list > li.list-item > a.b-link |
ARD nav.partner-nav > ul.b-list > li.list-item > a.b-link |
ZDF nav.partner-nav > ul.b-list > li.list-item > a.b-link |
Phoenix nav.partner-nav > ul.b-list > li.list-item > a.b-link |
arte nav.partner-nav > ul.b-list > li.list-item > a.b-link |
Chronik der Mauer nav.partner-nav > ul.b-list > li.list-item > a.b-link |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Hören
33:52 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
27:08 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
12:34 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
11:54 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
13:53 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
31:48 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
34:22 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
05:09 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
11:23 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
18:38 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Hören
04:59 div.article-teaser-info > div.b-article-info > div.article-info-actions > button.b-button |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.deutschlandfunk.de/static/generated/deutschlandfunk/main.modern.js line 1, col 3366197 | Error: No options detected. Please consult documentation.
at RI.publish (https://www.deutschlandfunk.de/static/generated/deutschlandfunk/main.modern.js:2:3366198)
at https://www.deutschlandfunk.de/static/generated/deutschlandfunk/main.modern.js:2:3367574 |
www.deutschlandfunk.de/static/generated/deutschlandfunk/main.modern.js line 1, col 2626463 | ESI Fragment already exists teaser-group-horizontal-item |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback