Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
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.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
9 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No H1 heading found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
124 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/25aa2318-742e-4896-8d91-e815f20c3881)<a href="https://beavercheck.com/results/25aa2318-742e-4896-8d91-e815f20c3881"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Funi-hannover.de" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Funi-hannover.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 13.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~31%.
Page takes 13.1s to load
+12% bounceUsers abandon at ~3s — you're 10.6s 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 506ms 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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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
4 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.
€540 investment → €1,649/month returns + EUR 120,500,000 risk avoided
€540
6h · 5 findings
€1,649 /mo
~€19,782 / year
EUR 120,500,000
if kept compliant
€90 — 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.
6.0 developer hours at €90/hr
Based on Germany rates (€90/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,008 / year if left unfixed
€120,500,000
+6 more
€0.63 /mo
8499.4 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 4 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.
4.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
506 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.222
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.20 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.
14.33 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| oc-presentation.elearning.uni-hannover.de/paella7/ui/paella-player.js | 172800.0 s | 362.5 KiB |
| /static/mh_default_org/engage-player/Gmlbz/615fa87a-dfd7-... | 172800.0 s | 141.5 KiB |
| /paella7/ui/default_theme/Roboto-Regular.woff2 | 0.0 ms | 18.8 KiB |
| /paella7/ui/cookie-consent/4.1.0/cookie-consent.js | 172800.0 s | 58.2 KiB |
| oc-presentation.elearning.uni-hannover.de/paella7/ui/default_theme/theme.css | 172800.0 s | 6.0 KiB |
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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 | |
|---|---|---|---|
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_357594392bcbac43764e64c... | 315.9 KiB | 300.4 KiB |
Bild a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_9a06e915320b1fb8879b41c... | 240.0 KiB | 226.4 KiB |
div.column > a.c-card > div.c-card__image-wrap > img div.column > a.c-card > div.c-card__image-wrap > img | /fileadmin/_processed_/8/9/csm_Welfengarten_Sperrung_Lena... | 111.0 KiB | 97.2 KiB |
Screenshot div.column > a.c-card > div.c-card__image-wrap > img | www.uni-hannover.de/fileadmin/_processed_/5/4/csm_fis-portal_b7cb619f40.jpg | 63.2 KiB | 49.4 KiB |
Ein dreigeteiltes Bild zeigt Lehr- und Lernsituationen (links eine Gruppenarbei… a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_f430284cab9c39127d53fad... | 61.7 KiB | 48.1 KiB |
div.column > a.c-card > div.c-card__image-wrap > img div.column > a.c-card > div.c-card__image-wrap > img | /fileadmin/_processed_/8/9/csm_Stadtradeln_Pixabay_jillwe... | 61.0 KiB | 47.3 KiB |
Hinweis-Schild "Gute Küste Niedersachsen" an einem Deich in Butjadingen div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_9628e56cba815170eff09de... | 62.4 KiB | 46.8 KiB |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_03b113b0b5bfb04619ab205... | 60.4 KiB | 44.8 KiB |
Doktoranden am Institut für Quantenoptik der LUH, bereiten am Lasertisch ein Ex… a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_6dfe3988f7045a4f12ee5b2... | 54.6 KiB | 40.8 KiB |
Bild a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_ef56b3c3056170fc0ed3f4d... | 54.6 KiB | 40.8 KiB |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_b434f741b3d88aeb402daa2... | 55.4 KiB | 39.9 KiB |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_da7a3bfed4ae81b1a3febc2... | 53.0 KiB | 37.4 KiB |
Bild a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_1f21f8110fe3a586f9a71ac... | 49.5 KiB | 35.7 KiB |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_6ed45ffc4b47b6356258b8e... | 35.1 KiB | 21.0 KiB |
Hände halten eine Pflanze a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_725ff2edb182f078d828435... | 22.4 KiB | 14.5 KiB |
Website öffnen a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_6637f84b61883eac1812bb7... | 16.4 KiB | 10.6 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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 |
|---|---|
| uni-hannover.de/ | 754 ms |
| www.uni-hannover.de/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
PATHS2INCLUDE zeigt Wege zu mehr Fairness auf dem Arbeitsmarkt
Inklusion und In… div.c-introduction-slider__item > div.c-introduction-element > div.c-introduction-element__content-container > a.c-introduction-element__content | 0.217 |
Inklusion und Integration im Fokus: EU-Projekt unter Beteiligung der Leibniz Un… div.c-introduction-element > div.c-introduction-element__content-container > a.c-introduction-element__content > span.small-12 | 0.005 |
English
Start div.off-canvas-content > div.o-brand--gradient > div.row > div.columns | 0.000 |
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.
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 |
|---|---|---|
| /typo3conf/ext/luh_website/Resources/Public/Build/Css/pag... | 66.1 KiB | 58.5 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 |
|---|---|---|
| oc-presentation.elearning.uni-hannover.de/paella7/ui/paella-player.js | 362.2 KiB | 231.3 KiB |
| /typo3conf/ext/luh_website/Resources/Public/Build/JavaScr... | 160.5 KiB | 100.4 KiB |
| /typo3conf/ext/t3luhunisearch/Resources/Public/JavaScript... | 39.3 KiB | 38.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 |
|---|---|---|---|
| oc-presentation.elearning.uni-hannover.de/paella7/ui/paella-player.js | 1.5 s | 1.3 s | 183 ms |
| /typo3conf/ext/luh_website/Resources/Public/Build/JavaScr... | 1.3 s | 633 ms | 54 ms |
| Unattributable | 642 ms | 45 ms | 0.0 ms |
| www.uni-hannover.de/ | 467 ms | 5.7 ms | 2.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 | 998 ms |
| Style & Layout | 571 ms |
| Script Parsing & Compilation | 290 ms |
| Rendering | 129 ms |
| Parse HTML & CSS | 103 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .player-container { container-type: inline-size; container-name: player-container; } … | 4.9 KiB | 3.5 KiB |
| :root { --video-container-padding: 0px; --video-container-gap: 10px; } … | 3.0 KiB | 2.1 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.
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 | |
|---|---|
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_6ed45ffc4b47b6356258b8e... |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_03b113b0b5bfb04619ab205... |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_b434f741b3d88aeb402daa2... |
Hinweis-Schild "Gute Küste Niedersachsen" an einem Deich in Butjadingen div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_9628e56cba815170eff09de... |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_da7a3bfed4ae81b1a3febc2... |
Bild a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_ef56b3c3056170fc0ed3f4d... |
Bild a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_1f21f8110fe3a586f9a71ac... |
Doktoranden am Institut für Quantenoptik der LUH, bereiten am Lasertisch ein Ex… a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_6dfe3988f7045a4f12ee5b2... |
Website öffnen a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_6637f84b61883eac1812bb7... |
Hände halten eine Pflanze a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_725ff2edb182f078d828435... |
Forschende a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_e41e8ee57aead038543bfc5... |
Studierende vor einem Computer a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_91dac18f87cf7e35ba3f9c2... |
Bildnis von Leibniz und der Nachbau einer Rechenmaschine a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_ce12c08ed983b9b1f737201... |
Schülerinnen und Schüler erhalten eine Laboreinführung a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_e83af947cde42b9279bc033... |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_357594392bcbac43764e64c... |
Bild a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_9a06e915320b1fb8879b41c... |
Ein dreigeteiltes Bild zeigt Lehr- und Lernsituationen (links eine Gruppenarbei… a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_f430284cab9c39127d53fad... |
Logo Leibniz Universität Hannover div.c-header > div.c-header__content > a.c-logo > img.c-logo__image | /typo3conf/ext/luh_website/Resources/Public/Images/Logo/l... |
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.
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 |
|---|
English div.o-brand--gradient > div.row > div.columns > a.show-for-small-only |
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.
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.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot |
div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot |
div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot |
div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot |
div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot |
div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
figure.c-figure > div.flex-video > div.embed-responsive > iframe.embed-responsive-item figure.c-figure > div.flex-video > div.embed-responsive > iframe.embed-responsive-item |
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 |
|---|
div.c-introduction--gradient > div.c-introduction-slider__controls > div.c-introduction-slider__navigation > button.c-introduction-slider__prev div.c-introduction--gradient > div.c-introduction-slider__controls > div.c-introduction-slider__navigation > button.c-introduction-slider__prev |
div.c-introduction--gradient > div.c-introduction-slider__controls > div.c-introduction-slider__navigation > button.c-introduction-slider__status div.c-introduction--gradient > div.c-introduction-slider__controls > div.c-introduction-slider__navigation > button.c-introduction-slider__status |
div.c-introduction--gradient > div.c-introduction-slider__controls > div.c-introduction-slider__navigation > button.c-introduction-slider__next div.c-introduction--gradient > div.c-introduction-slider__controls > div.c-introduction-slider__navigation > button.c-introduction-slider__next |
These items highlight common accessibility best practices.
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
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.
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 |
|---|
li.offcanvas-menu__item > ul.menu > li.js-drilldown-back > a li.offcanvas-menu__item > ul.menu > li.js-drilldown-back > a |
To appear in search results, crawlers need access to your app.
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.
960 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
146 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.39 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.
3.06 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| oc-presentation.elearning.uni-hannover.de/paella7/ui/paella-player.js | 172800.0 s | 362.5 KiB |
| /static/mh_default_org/engage-player/Gmlbz/615fa87a-dfd7-... | 172800.0 s | 141.5 KiB |
| /paella7/ui/default_theme/Roboto-Regular.woff2 | 0.0 ms | 18.8 KiB |
| /paella7/ui/cookie-consent/4.1.0/cookie-consent.js | 172800.0 s | 58.2 KiB |
| oc-presentation.elearning.uni-hannover.de/paella7/ui/default_theme/theme.css | 172800.0 s | 6.0 KiB |
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 | |
|---|---|---|---|
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_357594392bcbac43764e64c... | 315.9 KiB | 287.4 KiB |
Bild a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_9a06e915320b1fb8879b41c... | 240.0 KiB | 227.8 KiB |
div.column > a.c-card > div.c-card__image-wrap > img div.column > a.c-card > div.c-card__image-wrap > img | /fileadmin/_processed_/8/9/csm_Welfengarten_Sperrung_Lena... | 111.0 KiB | 98.6 KiB |
Screenshot div.column > a.c-card > div.c-card__image-wrap > img | www.uni-hannover.de/fileadmin/_processed_/5/4/csm_fis-portal_b7cb619f40.jpg | 63.2 KiB | 50.8 KiB |
Ein dreigeteiltes Bild zeigt Lehr- und Lernsituationen (links eine Gruppenarbei… a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_f430284cab9c39127d53fad... | 61.7 KiB | 49.4 KiB |
div.column > a.c-card > div.c-card__image-wrap > img div.column > a.c-card > div.c-card__image-wrap > img | /fileadmin/_processed_/8/9/csm_Stadtradeln_Pixabay_jillwe... | 61.0 KiB | 48.6 KiB |
Doktoranden am Institut für Quantenoptik der LUH, bereiten am Lasertisch ein Ex… a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_6dfe3988f7045a4f12ee5b2... | 54.6 KiB | 42.2 KiB |
Bild a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_ef56b3c3056170fc0ed3f4d... | 54.6 KiB | 42.1 KiB |
Bild a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_1f21f8110fe3a586f9a71ac... | 49.5 KiB | 37.1 KiB |
Hinweis-Schild "Gute Küste Niedersachsen" an einem Deich in Butjadingen div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_9628e56cba815170eff09de... | 62.4 KiB | 33.9 KiB |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_03b113b0b5bfb04619ab205... | 60.4 KiB | 31.9 KiB |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_b434f741b3d88aeb402daa2... | 55.4 KiB | 26.9 KiB |
div.off-canvas-content > div.c-section__introduction > div.c-introduction--gradient > div.c-section--bg-image div.off-canvas-content > div.c-section__introduction > div.c-introduction--gradient > div.c-section--bg-image | www.uni-hannover.de/fileadmin/stagebackgrounds/Strichzeichung_Welfenschloss.png | 44.4 KiB | 26.6 KiB |
Studierende vor einem Computer a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_02dc89f6e37767a76362a3b... | 22.4 KiB | 15.7 KiB |
Hände halten eine Pflanze a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_725ff2edb182f078d828435... | 22.4 KiB | 15.3 KiB |
Website öffnen a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_6637f84b61883eac1812bb7... | 16.4 KiB | 11.2 KiB |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_6ed45ffc4b47b6356258b8e... | 35.1 KiB | 9.2 KiB |
Schülerinnen und Schüler erhalten eine Laboreinführung a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_6f957aac910aadfa19ca14c... | 14.3 KiB | 7.6 KiB |
Forschende a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_665e723a5e34a7ca97ecf33... | 14.0 KiB | 7.3 KiB |
Bildnis von Leibniz und der Nachbau einer Rechenmaschine a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_d868bff0c34ad298b09c87f... | 13.3 KiB | 6.6 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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 |
|---|---|
| uni-hannover.de/ | 202 ms |
| www.uni-hannover.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.
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 |
|---|---|---|
| /typo3conf/ext/luh_website/Resources/Public/Build/Css/pag... | 66.1 KiB | 57.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 |
|---|---|---|
| oc-presentation.elearning.uni-hannover.de/paella7/ui/paella-player.js | 362.2 KiB | 231.3 KiB |
| /typo3conf/ext/luh_website/Resources/Public/Build/JavaScr... | 160.5 KiB | 100.1 KiB |
| /typo3conf/ext/t3luhunisearch/Resources/Public/JavaScript... | 39.3 KiB | 38.8 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .player-container { container-type: inline-size; container-name: player-container; } … | 4.9 KiB | 3.5 KiB |
| :root { --video-container-padding: 0px; --video-container-gap: 10px; } … | 3.0 KiB | 2.1 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.
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 | |
|---|---|
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_6ed45ffc4b47b6356258b8e... |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_03b113b0b5bfb04619ab205... |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_b434f741b3d88aeb402daa2... |
Hinweis-Schild "Gute Küste Niedersachsen" an einem Deich in Butjadingen div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_9628e56cba815170eff09de... |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_da7a3bfed4ae81b1a3febc2... |
Bild a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_ef56b3c3056170fc0ed3f4d... |
Bild a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_1f21f8110fe3a586f9a71ac... |
Doktoranden am Institut für Quantenoptik der LUH, bereiten am Lasertisch ein Ex… a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_6dfe3988f7045a4f12ee5b2... |
Website öffnen a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_6637f84b61883eac1812bb7... |
Hände halten eine Pflanze a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_725ff2edb182f078d828435... |
Slider Image div.c-introduction-element__image-container > a > div.c-introduction-element__image > img | /typo3temp/lf_vhs_direct/fpdirect_357594392bcbac43764e64c... |
Bild a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_9a06e915320b1fb8879b41c... |
Ein dreigeteiltes Bild zeigt Lehr- und Lernsituationen (links eine Gruppenarbei… a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_f430284cab9c39127d53fad... |
Forschende a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_665e723a5e34a7ca97ecf33... |
Studierende vor einem Computer a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_02dc89f6e37767a76362a3b... |
Bildnis von Leibniz und der Nachbau einer Rechenmaschine a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_d868bff0c34ad298b09c87f... |
Schülerinnen und Schüler erhalten eine Laboreinführung a.c-card > div.c-card__image-wrap > div > img | /typo3temp/lf_vhs_direct/fpdirect_6f957aac910aadfa19ca14c... |
Logo Leibniz Universität Hannover div.c-header > div.c-header__content > a.c-logo > img.c-logo__image | /typo3conf/ext/luh_website/Resources/Public/Images/Logo/l... |
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.
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 |
|---|
English div.o-brand--gradient > div.row > div.columns > a.show-for-medium |
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.
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.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot |
div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot |
div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot |
div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot |
div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot |
div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot div.c-introduction--gradient > div.c-introduction-slider__controls > div#dots > button.dot |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
figure.c-figure > div.flex-video > div.embed-responsive > iframe.embed-responsive-item figure.c-figure > div.flex-video > div.embed-responsive > iframe.embed-responsive-item |
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 |
|---|
div.c-introduction--gradient > div.c-introduction-slider__controls > div.c-introduction-slider__navigation > button.c-introduction-slider__prev div.c-introduction--gradient > div.c-introduction-slider__controls > div.c-introduction-slider__navigation > button.c-introduction-slider__prev |
div.c-introduction--gradient > div.c-introduction-slider__controls > div.c-introduction-slider__navigation > button.c-introduction-slider__status div.c-introduction--gradient > div.c-introduction-slider__controls > div.c-introduction-slider__navigation > button.c-introduction-slider__status |
div.c-introduction--gradient > div.c-introduction-slider__controls > div.c-introduction-slider__navigation > button.c-introduction-slider__next div.c-introduction--gradient > div.c-introduction-slider__controls > div.c-introduction-slider__navigation > button.c-introduction-slider__next |
These items highlight common accessibility best practices.
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
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.
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 |
|---|
li.offcanvas-menu__item > ul.menu > li.js-drilldown-back > a li.offcanvas-menu__item > ul.menu > li.js-drilldown-back > a |
To appear in search results, crawlers need access to your app.
Send Feedback