Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
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.
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.auswaertiges-amt.de/resource/themes/aa/css/styles-768-123.css | 101.9 KiB | 1.1 s |
| www.auswaertiges-amt.de/resource/themes/aa/css/icons-data-png-184-102.css | 42.4 KiB | 150 ms |
| www.auswaertiges-amt.de/resource/themes/aa/css/icons-data-svg-182-104.css | 33.0 KiB | 150 ms |
| www.auswaertiges-amt.de/resource/themes/aa/css/icons-fallback-186-101.css | 5.0 KiB |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| piwik.auswaertiges-amt.de/matomo.js | 0.0 ms | 102.8 KiB |
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 | |
|---|---|---|---|
Außenminister Johann Wadephul div.teaser__linklist-section > div.teaser__image-section > picture.c-picture--federal-minister > img.picture__image | /resource/image/2464308/1x1/469/469/ee33ef879c14b195f1987... | 299.2 KiB | 263.4 KiB |
Wegweiser im Auswärtigen Amt a.teaser__link > div.teaser__image-section > picture.c-picture--teaser > img.picture__image | /resource/image/2542192/16x9/688/387/baa40c0aee3be1074f03... | 73.9 KiB | 56.4 KiB |
Festivals of Lights an der Fassade des Auswärtigen Amts a.teaser__link > div.teaser__image-section > picture.c-picture--teaser > img.picture__image | /resource/image/2542446/16x9/688/387/3a5b50408bcd9f8b512a... | 50.3 KiB | 32.8 KiB |
Aussteller im Weltsaal a.teaser__link > div.teaser__image-section > picture.c-picture--teaser-news > img.picture__image | /resource/image/1334548/16x9/688/387/266ec8012b35dd2220f0... | 65.5 KiB | 22.2 KiB |
Weltkarte div.c-countries-infos--default > div.countries-infos__picture-wrapper > picture.c-picture--background > img.picture__image | /resource/image/2490/16x9/944/531/6870daa9155fbb1eab41ed1... | 102.5 KiB | 20.9 KiB |
Festakt anlässlich des 75. Jahrestags der Unterzeichnung des Nordatlantikvertra… div.image-teasergroup__image-section > a.rte__anchor > picture.c-picture--default > img.picture__image | /resource/image/2666212/123x55/728/326/6c6942fe2210634cd3... | 55.8 KiB | 17.2 KiB |
Außenminister Wadephul beim Besuch eines durch russische Luftangriffe beschädig… div.image-teasergroup__image-section > a.rte__anchor > picture.c-picture--default > img.picture__image | /resource/image/2727852/123x55/728/326/6a5492ddab12f34642... | 46.0 KiB | 7.4 KiB |
Außenminister Johann Wadephul und Kaja Kallas, Hohe Vertreterin der Europäische… div.image-teasergroup__image-section > a.rte__anchor > picture.c-picture--default > img.picture__image | /resource/image/2717926/123x55/728/326/8a6b24dd019e51f6fd... | 44.6 KiB | 6.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 |
|---|---|
| auswaertiges-amt.de/ | 1.4 s |
| www.auswaertiges-amt.de/ | 0.0 ms |
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.
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.
Diagnostics
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.auswaertiges-amt.de/resource/themes/aa/css/styles-768-123.css | 101.6 KiB | 93.2 KiB |
| www.auswaertiges-amt.de/resource/themes/aa/css/icons-data-png-184-102.css | 42.1 KiB | 34.9 KiB |
| www.auswaertiges-amt.de/resource/themes/aa/css/icons-data-svg-182-104.css | 32.7 KiB | 32.7 KiB |
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 | 682 ms |
| Other | 671 ms |
| Style & Layout | 596 ms |
| Script Parsing & Compilation | 233 ms |
| Rendering | 167 ms |
| Parse HTML & CSS | 139 ms |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.auswaertiges-amt.de/resource/themes/aa/js/main-238-127.js | 274.6 KiB | 121.6 KiB |
| piwik.auswaertiges-amt.de/matomo.js | 102.4 KiB | 65.6 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Außenminister Johann Wadephul div.teaser__linklist-section > div.teaser__image-section > picture.c-picture--federal-minister > img.picture__image | /resource/image/2464308/1x1/469/469/ee33ef879c14b195f1987... |
Krisenstab der Bundesregierung a.teaser__link > div.teaser__image-section > picture.c-picture--teaser-news > img.picture__image | /resource/image/2758516/16x9/688/387/d7ba5a34ac45ccea48cd... |
Aussteller im Weltsaal a.teaser__link > div.teaser__image-section > picture.c-picture--teaser-news > img.picture__image | /resource/image/1334548/16x9/688/387/266ec8012b35dd2220f0... |
Tagungsgebäude des Rats für Außenbeziehungen in Luxemburg a.teaser__link > div.teaser__image-section > picture.c-picture--teaser-big > img.picture__image | /resource/image/2558408/123x55/728/326/50b2e1bd02f328375f... |
Außenminister Wadephul beim Besuch eines durch russische Luftangriffe beschädig… div.image-teasergroup__image-section > a.rte__anchor > picture.c-picture--default > img.picture__image | /resource/image/2727852/123x55/728/326/6a5492ddab12f34642... |
Logo der deutschen Kandidatur für den UN-Sicherheitsrat 2027 - 2028 div.image-teasergroup__image-section > a.rte__anchor > picture.c-picture--default > img.picture__image | /resource/image/2684676/123x55/728/326/cc40043cf02b58edc0... |
Festakt anlässlich des 75. Jahrestags der Unterzeichnung des Nordatlantikvertra… div.image-teasergroup__image-section > a.rte__anchor > picture.c-picture--default > img.picture__image | /resource/image/2666212/123x55/728/326/6c6942fe2210634cd3... |
Außenminister Johann Wadephul und Kaja Kallas, Hohe Vertreterin der Europäische… div.image-teasergroup__image-section > a.rte__anchor > picture.c-picture--default > img.picture__image | /resource/image/2717926/123x55/728/326/8a6b24dd019e51f6fd... |
Festivals of Lights an der Fassade des Auswärtigen Amts a.teaser__link > div.teaser__image-section > picture.c-picture--teaser > img.picture__image | /resource/image/2542446/16x9/688/387/3a5b50408bcd9f8b512a... |
Wegweiser im Auswärtigen Amt a.teaser__link > div.teaser__image-section > picture.c-picture--teaser > img.picture__image | /resource/image/2542192/16x9/688/387/baa40c0aee3be1074f03... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Ukraine
Deutschlands Kandidatur für den UN-Sicherheitsrat
Sicherheitspolitik
Eu… div.c-slider--tabbed > div.slider__pagination-container > div.slider__pagination-wrapper > ol#tablist-295874 |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Ukraine div.slider__pagination-wrapper > ol#tablist-295874 > li.slider__pagination-list-item > button.slider__pagination-button |
Deutschlands Kandidatur für den UN-Sicherheitsrat div.slider__pagination-wrapper > ol#tablist-295874 > li.slider__pagination-list-item > button.slider__pagination-button |
Sicherheitspolitik div.slider__pagination-wrapper > ol#tablist-295874 > li.slider__pagination-list-item > button.slider__pagination-button |
Europa div.slider__pagination-wrapper > ol#tablist-295874 > li.slider__pagination-list-item > button.slider__pagination-button |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Deutschlands Kandidatur für den UN-Sicherheitsrat
Deutschlands Kandidatur für d… div.slider__content > div.slider__list-wrapper > div.slider__list > div#tabpanel-295874-1 |
Sicherheitspolitik
Sicherheitspolitik
Es gilt, Sicherheit, Freiheit und Wohlst… div.slider__content > div.slider__list-wrapper > div.slider__list > div#tabpanel-295874-2 |
Europa
Europäische Außenpolitik
Die EU ist unser Zuhause, unsere Stärke und un… div.slider__content > div.slider__list-wrapper > div.slider__list > div#tabpanel-295874-3 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Ukraine div.slider__pagination-container > div.slider__pagination-wrapper > ol#tablist-295874 > li.slider__pagination-list-item |
Deutschlands Kandidatur für den UN-Sicherheitsrat div.slider__pagination-container > div.slider__pagination-wrapper > ol#tablist-295874 > li.slider__pagination-list-item |
Sicherheitspolitik div.slider__pagination-container > div.slider__pagination-wrapper > ol#tablist-295874 > li.slider__pagination-list-item |
Europa div.slider__pagination-container > div.slider__pagination-wrapper > ol#tablist-295874 > li.slider__pagination-list-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
21.04.2026 Artikel
EU-Außenrat in Luxemburg: Ukraine, Nahost und Sudan im Fokus… div.u-grid-row > div.u-grid-col > div.c-teaser--startPage > a.teaser__link |
Best Practices
General
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.
SEO
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
body > div > a.c-top-link--default body > div > a.c-top-link--default |
To appear in search results, crawlers need access to your app.