Skip to content
https://fau.de

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

82

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
www.fau.de/wp-content/uploads/sites/4/2026/04/abb_2_c-blfd-Kopie.jpg0.0 ms1.5 MiB
/wp-content/uploads/sites/4/2025/11/FAU_WISO_2025_FATHER-...0.0 ms639.7 KiB
/wp-content/themes/FAU-Elemental/build/fonts/SourceSans3-...0.0 ms632.6 KiB
/wp-content/uploads/sites/4/2026/04/Seitzer_0609-11_schwa...0.0 ms528.5 KiB
/wp-content/uploads/sites/4/2026/02/FAU_NAT_2025_FATHER-S...0.0 ms370.4 KiB
/wp-content/uploads/sites/4/2025/10/universitaet_innovati...0.0 ms301.3 KiB
/wp-content/uploads/sites/4/2025/11/FAU_Tech_FATHERSUN_21...0.0 ms238.5 KiB
/wp-content/uploads/sites/4/2026/04/AdobeStock_1905274741...0.0 ms228.7 KiB
/wp-content/uploads/sites/4/2025/07/Forschung_Menschenrec...0.0 ms223.1 KiB
/wp-content/uploads/sites/4/2025/10/FAU_Tech_FATHERSUN_25...0.0 ms200.9 KiB
/wp-content/uploads/sites/4/2025/11/fau_startseite_hero_3...0.0 ms134.5 KiB
/wp-content/uploads/sites/4/2025/07/universitaet_daten_un...0.0 ms124.0 KiB
www.fau.de/wp-includes/js/jquery/jquery.js?ver=3.7.1604800.0 s82.2 KiB
/wp-content/plugins/rrze-elements-blocks/assets/css/rrze-...604800.0 s44.1 KiB
/wp-content/themes/FAU-Elemental/build/css/theme.css?ver=...604800.0 s33.1 KiB
/wp-content/plugins/rrze-faudir/build/blocks/service/styl...604800.0 s18.8 KiB
www.fau.de/wp-includes/css/dist/block-library/style.css?ver=6.9.4604800.0 s16.3 KiB
www.fau.de/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1604800.0 s9.9 KiB
/wp-content/plugins/rrze-elements-blocks/assets/css/rrze-...604800.0 s8.9 KiB
www.fau.de/wp-content/plugins/rrze-legal/build/banner.js?ver=2.8.9604800.0 s6.5 KiB
www.fau.de/wp-content/plugins/rrze-legal/build/banner.css?ver=2.8.9604800.0 s4.5 KiB
/wp-content/themes/FAU-Elemental/build/blocks/fau-teaser-...604800.0 s4.4 KiB
/wp-content/themes/FAU-Elemental/build/js/menu-modal.js?v...604800.0 s4.2 KiB
/wp-content/plugins/rrze-appointment/build/style-index.cs...604800.0 s4.2 KiB
www.fau.de/wp-content/plugins/rrze-search/build/css/rrze-search.css?ver=6.9.4604800.0 s2.4 KiB
/wp-content/themes/FAU-Elemental/build/blocks/fau-big-but...604800.0 s2.3 KiB
www.fau.de/wp-content/themes/FAU-Elemental/assets/images/Logo-white.svg604800.0 s2.0 KiB
/wp-content/plugins/rrze-search/build/block/style-index.c...604800.0 s1.9 KiB
www.fau.de/wp-content/themes/FAU-Elemental/assets/images/logo-print.svg604800.0 s1.6 KiB
/wp-content/plugins/rrze-multilang/build/frontend.css?ver...604800.0 s1.5 KiB
/wp-content/themes/FAU-Elemental/build/blocks/fau-teaser-...604800.0 s1.3 KiB
/wp-content/plugins/rrze-calendar/build/events.style.css?...604800.0 s1.2 KiB
/wp-content/plugins/fau-orga-breadcrumb/build/frontend.cs...604800.0 s486 B
/wp-content/themes/FAU-Elemental/build/blocks/fau-testimo...604800.0 s482 B
/wp-content/plugins/fau-orga-breadcrumb/build/modal-clean...604800.0 s312 B
/wp-content/themes/FAU-Elemental/build/js/social-media-ic...604800.0 s251 B
/wp-content/plugins/rrze-calendar/build/block/view.js?ver...604800.0 s39 B

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
„Citizen Science“ per Smartphone article.post-teaser > div.teaser-image-wrapper > div.teaser-image > img.attachment-medium_large
www.fau.de/wp-content/uploads/sites/4/2026/04/abb_2_c-blfd-Kopie.jpg1.5 MiB1.5 MiB
Studium: Von der Neugier zur Karriere div.wp-block-group > section.fau-big-teaser > div.fau-big-teaser__image > img
/wp-content/uploads/sites/4/2025/11/FAU_WISO_2025_FATHER-...639.2 KiB539.3 KiB
mp3-Vordenker und Gründungsdirektor des Fraunhofer IIS verstorben article.post-teaser > div.teaser-image-wrapper > div.teaser-image > img.attachment-medium_large
/wp-content/uploads/sites/4/2026/04/Seitzer_0609-11_schwa...528.1 KiB513.9 KiB
Wissen bewegen article.page-teaser > div.teaser-image-wrapper > div.teaser-image > img.attachment-medium_large
/wp-content/uploads/sites/4/2026/02/FAU_NAT_2025_FATHER-S...370.2 KiB323.4 KiB
Ein junge Frau steht draußen in der Dämmerung vor einem Forschungsgebäude und s… div.wp-block-group > section.fau-big-teaser > div.fau-big-teaser__image > img
/wp-content/uploads/sites/4/2025/10/universitaet_innovati...301.1 KiB248.4 KiB
Universitätsprofil article.page-teaser > div.teaser-image-wrapper > div.teaser-image > img.attachment-medium_large
/wp-content/uploads/sites/4/2025/11/FAU_Tech_FATHERSUN_21...238.3 KiB223.0 KiB
Exzellenzcluster „Transforming Human Rights“ article.page-teaser > div.teaser-image-wrapper > div.teaser-image > img.attachment-medium_large
/wp-content/uploads/sites/4/2025/07/Forschung_Menschenrec...222.9 KiB207.7 KiB
Neuer Ansatz gegen Abwehrreaktion nach Stammzelltransplantation article.post-teaser > div.teaser-image-wrapper > div.teaser-image > img.attachment-medium_large
/wp-content/uploads/sites/4/2026/04/AdobeStock_1905274741...228.5 KiB185.5 KiB
Forschungsschwerpunkte article.page-teaser > div.teaser-image-wrapper > div.teaser-image > img.attachment-medium_large
/wp-content/uploads/sites/4/2025/10/FAU_Tech_FATHERSUN_25...200.8 KiB168.2 KiB
Daten und Fakten article.page-teaser > div.teaser-image-wrapper > div.teaser-image > img.attachment-medium_large
/wp-content/uploads/sites/4/2025/07/universitaet_daten_un...123.9 KiB115.4 KiB
div.is-layout-flow > div.wp-block-group > div.wp-block-cover > img.wp-block-cover__image-background div.is-layout-flow > div.wp-block-group > div.wp-block-cover > img.wp-block-cover__image-background
/wp-content/uploads/sites/4/2025/11/fau_startseite_hero_3...134.4 KiB29.2 KiB

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

Diagnostics

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 40 ms 46.0 KiB

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 40 ms 37.9 KiB
URLTransfer SizeEst Savings
www.fau.de/wp-includes/js/jquery/jquery.js?ver=3.7.182.1 KiB37.9 KiB

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
FAU Logo div.footer-left > div.footer-logo-container > div.footer-logo > img
www.fau.de/wp-content/themes/FAU-Elemental/assets/images/Logo-white.svg

More information about the performance of your application. These numbers don't directly affect the Performance score.

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 729 ms
URLTime Spent
fau.de/729 ms
www.fau.de/0.0 ms
Time to Interactive 1.7 s
Layout shift culprits
Optimize DOM size
Forced reflow
LCP breakdown
LCP request discovery
Modern HTTP
Optimize viewport for mobile
Max Potential First Input Delay 20 ms
Minify CSS
JavaScript execution time 0.0 s
Minimizes main-thread work 0.5 s
Avoid long main-thread tasks 1 long task found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 190 ms
Server Backend Latencies 210 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 420 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
User Timing marks and measures
Avoid non-composited animations
95

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.

Names and labels

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.fau-global-search-wrapper > form#fau-global-search-1 > div.fau-global-search__input-wrapper > button.fau-global-search__button div.fau-global-search-wrapper > form#fau-global-search-1 > div.fau-global-search__input-wrapper > button.fau-global-search__button

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Wissen bewegen Wissen bewegen – das bedeutet, Neues zu wagen, Disziplinen zu ve… ul.fau-teaser-grid > li.teaser-group-item > a.teaser-item-link > article.page-teaser
Universitätsprofil ul.fau-teaser-grid > li.teaser-group-item > a.teaser-item-link > article.page-teaser
Daten und Fakten ul.fau-teaser-grid > li.teaser-group-item > a.teaser-item-link > article.page-teaser
20 Apr. 2026 FAU aktuell mp3-Vordenker und Gründungsdirektor des Fraunhofer IIS… ul.fau-teaser-grid > li.teaser-group-item > a.teaser-item-link > article.post-teaser
21 Apr. 2026 FAU aktuell „Citizen Science“ per Smartphone ul.fau-teaser-grid > li.teaser-group-item > a.teaser-item-link > article.post-teaser
22 Apr. 2026 FAU aktuell Neuer Ansatz gegen Abwehrreaktion nach Stammzelltransp… ul.fau-teaser-grid > li.teaser-group-item > a.teaser-item-link > article.post-teaser
Forschungsschwerpunkte Die FAU bündelt ihre Forschungsexzellenz in Profil-, For… ul.fau-teaser-grid > li.teaser-group-item > a.teaser-item-link > article.page-teaser
Exzellenzcluster „Transforming Human Rights“ ul.fau-teaser-grid > li.teaser-group-item > a.teaser-item-link > article.page-teaser
Forschungsprofil ul.fau-teaser-grid > li.teaser-group-item > a.teaser-item-link > article.page-teaser
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
`[accesskey]` values are unique
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
100

Best Practices

Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No browser errors logged to the console
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
92

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

If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.

Why this matters

Performance issues directly impact user engagement and conversion rates.

To appear in search results, crawlers need access to your app.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback