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.
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.
Cookie 'PHPSESSID' is missing the Secure flag
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.
5 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/9a9ffa2a-2dda-471e-ab1d-4f9269340bda)<a href="https://beavercheck.com/results/9a9ffa2a-2dda-471e-ab1d-4f9269340bda"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Funi-goettingen.de" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Funi-goettingen.deThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. The 4 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
11 barrier(s) likely increasing bounce by ~34%.
Page takes 12.6s to load
+12% bounceUsers abandon at ~3s — you're 10.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
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
5 form field(s) without a label
+6% 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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
7 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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.
€315 investment → €2,124/month returns + EUR 120,500,000 risk avoided
€315
4h · 5 findings
€2,124 /mo
~€25,494 / year
EUR 120,500,000
if kept compliant
€180 — 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.
3.5 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,010 / year if left unfixed
€120,500,000
+7 more
€0.83 /mo
11159.7 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.98 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.58 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
33 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.38 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.
12.88 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.
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 | |
|---|---|---|---|
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_26a3230f6620260417102444.jpg | 473.7 KiB | 457.2 KiB |
Öffentliche Ringvorlesung: Lachen in Krisenzeiten Sommersemester 2026 div.carousel-inner > div.item > a > img | www.uni-goettingen.de/storage/pictures/180347.png | 463.8 KiB | 455.1 KiB |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_e5ae45dc6c20260416111252.jpg | 104.4 KiB | 87.9 KiB |
Nature Positive Universities div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/5ae8aa86003bbb12f6c7c3be78135918.png | 78.6 KiB | 76.8 KiB |
Komm auf neue Gedanken, geh ins Forum Wissen! div#page-content > div.banner > a.col-sm-4 > img.img-responsive | uni-goettingen.de/storage/pictures/161072.jpg | 84.1 KiB | 73.1 KiB |
Diversity Re-Audit 2024 div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/161159.jpg | 68.7 KiB | 66.9 KiB |
Charta der Vielfalt div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/45dab66f9d4749f550ae25453e18e0ea.jpg | 65.7 KiB | 63.8 KiB |
Familie in der Hochschule div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/025d2c0f40c545b084d0c833cb1bfe5b.jpg | 65.4 KiB | 63.6 KiB |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_5293d0331120260417082705.jpg | 71.9 KiB | 55.4 KiB |
Ein Banner mit folgenden Informationen: 11. Konferenz für studentische Forschun… div#page-content > div.banner > a.col-sm-4 > img.img-responsive | uni-goettingen.de/storage/pictures/177687.png | 56.5 KiB | 45.5 KiB |
German U15 div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/ffcaeb3a090217fdd2a8a47f28c3f47c.jpg | 45.0 KiB | 43.2 KiB |
The Guild div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/25cd9f69a6f57b421d56b46365c8a81e.jpg | 37.9 KiB | 36.0 KiB |
Scholars at Risk div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/9e40a7dc74992ead660af0fe878adccc.jpg | 36.6 KiB | 34.8 KiB |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_dc12ec300720260421104624.jpg | 46.2 KiB | 33.2 KiB |
European University Association (EUA) div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/6b3b90e8ff52f8d46e3227a5ad4160e2.jpg | 33.9 KiB | 32.1 KiB |
HeKKSaGOn div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/7f6f237ad3c95a405a3a14f3da4d0474.jpg | 32.2 KiB | 30.3 KiB |
Stoppt sexualisierte Belästigung und Gewalt div#page-content > div.banner > a.col-sm-4 > img.img-responsive | uni-goettingen.de/storage/pictures/164108.png | 40.8 KiB | 29.8 KiB |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_08e00e47a020260420095435.jpg | 27.7 KiB | 19.9 KiB |
Deutschlandstipendium Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/ac733cb0b2575c4f3ad6b2da2935b6a5.png | 20.6 KiB | 18.7 KiB |
Initiative transparente Tierversuche div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/f34d872115b916a1703a9eb3708298c0.png | 19.4 KiB | 18.4 KiB |
ENLIGHT div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/167451.jpg | 19.0 KiB | 17.3 KiB |
Weltoffene Hochschule Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/0b1b54ca9e89ef6c46b1275d57a4b797.png | 16.3 KiB | 14.9 KiB |
Göttingen Campus Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/8343f97999fbfe69e90d22a1ec70a9f3.png | 10.6 KiB | 9.6 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| uni-goettingen.de/resources/bootstrap/css/bootstrap.min.css | 23.4 KiB | 21.6 KiB |
| uni-goettingen.de/resources/font-awesome/css/all.min.css | 14.2 KiB | 14.0 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 |
|---|---|---|
| matomo.gwdg.de/matomo.js | 21.6 KiB | 20.1 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| uni-goettingen.de/js/jquery/jquery.offcanvas.js | 5.7 KiB | 3.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 | |
|---|---|
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_26a3230f6620260417102444.jpg |
Öffentliche Ringvorlesung: Lachen in Krisenzeiten Sommersemester 2026 div.carousel-inner > div.item > a > img | www.uni-goettingen.de/storage/pictures/180347.png |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_dc12ec300720260421104624.jpg |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_08e00e47a020260420095435.jpg |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_5293d0331120260417082705.jpg |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_e5ae45dc6c20260416111252.jpg |
Ein Banner mit folgenden Informationen: 11. Konferenz für studentische Forschun… div#page-content > div.banner > a.col-sm-4 > img.img-responsive | uni-goettingen.de/storage/pictures/177687.png |
Komm auf neue Gedanken, geh ins Forum Wissen! div#page-content > div.banner > a.col-sm-4 > img.img-responsive | uni-goettingen.de/storage/pictures/161072.jpg |
Stoppt sexualisierte Belästigung und Gewalt div#page-content > div.banner > a.col-sm-4 > img.img-responsive | uni-goettingen.de/storage/pictures/164108.png |
Nature Positive Universities div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/5ae8aa86003bbb12f6c7c3be78135918.png |
Nature Positive Universities div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/5ae8aa86003bbb12f6c7c3be78135918.png |
Initiative transparente Tierversuche div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/f34d872115b916a1703a9eb3708298c0.png |
Initiative transparente Tierversuche div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/f34d872115b916a1703a9eb3708298c0.png |
German U15 div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/ffcaeb3a090217fdd2a8a47f28c3f47c.jpg |
Charta der Vielfalt div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/45dab66f9d4749f550ae25453e18e0ea.jpg |
Göttingen Campus Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/8343f97999fbfe69e90d22a1ec70a9f3.png |
Deutschlandstipendium Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/ac733cb0b2575c4f3ad6b2da2935b6a5.png |
Familie in der Hochschule div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/025d2c0f40c545b084d0c833cb1bfe5b.jpg |
Weltoffene Hochschule Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/0b1b54ca9e89ef6c46b1275d57a4b797.png |
Diversity Re-Audit 2024 div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/161159.jpg |
European University Association (EUA) div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/6b3b90e8ff52f8d46e3227a5ad4160e2.jpg |
The Guild div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/25cd9f69a6f57b421d56b46365c8a81e.jpg |
HeKKSaGOn div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/7f6f237ad3c95a405a3a14f3da4d0474.jpg |
Scholars at Risk div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/9e40a7dc74992ead660af0fe878adccc.jpg |
ENLIGHT div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/167451.jpg |
German U15 div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/ffcaeb3a090217fdd2a8a47f28c3f47c.jpg |
Charta der Vielfalt div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/45dab66f9d4749f550ae25453e18e0ea.jpg |
Göttingen Campus Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/8343f97999fbfe69e90d22a1ec70a9f3.png |
Deutschlandstipendium Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/ac733cb0b2575c4f3ad6b2da2935b6a5.png |
Familie in der Hochschule div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/025d2c0f40c545b084d0c833cb1bfe5b.jpg |
Weltoffene Hochschule Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/0b1b54ca9e89ef6c46b1275d57a4b797.png |
Diversity Re-Audit 2024 div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/161159.jpg |
European University Association (EUA) div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/6b3b90e8ff52f8d46e3227a5ad4160e2.jpg |
The Guild div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/25cd9f69a6f57b421d56b46365c8a81e.jpg |
HeKKSaGOn div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/7f6f237ad3c95a405a3a14f3da4d0474.jpg |
Scholars at Risk div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/9e40a7dc74992ead660af0fe878adccc.jpg |
ENLIGHT div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/167451.jpg |
German U15 div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/ffcaeb3a090217fdd2a8a47f28c3f47c.jpg |
Charta der Vielfalt div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/45dab66f9d4749f550ae25453e18e0ea.jpg |
Dr. Gustavo B. Paterno div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_df44b9274b20260422150715.jpg |
Georg-August-Universität Göttingen header#header-logo-container > div.container-fluid > a > img#logo | uni-goettingen.de/img/redesign/logo.svg |
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 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 |
|---|
Öffentliche Ringvorlesung: Lachen in Krisenzeiten Sommersemester 2026 div#page-showcase > section.row > div#gcms-slider > div.carousel-inner |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Öffentliche Ringvorlesung: Lachen in Krisenzeiten Sommersemester 2026 div#page-showcase > section.row > div#gcms-slider > div.carousel-inner |
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.
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 |
|---|
form.search-form > div.form-group > div.input-group > input#search-mobile form.search-form > div.form-group > div.input-group > input#search-mobile |
li > form.search-form > div.form-check > input#googleRadioMobile li > form.search-form > div.form-check > input#googleRadioMobile |
li > form.search-form > div.form-check > input#meiliRadioMobile li > form.search-form > div.form-check > input#meiliRadioMobile |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-sm-6 > ul#social-buttons > li > a.facebook div.col-sm-6 > ul#social-buttons > li > a.facebook |
div.col-sm-6 > ul#social-buttons > li > a.instagram div.col-sm-6 > ul#social-buttons > li > a.instagram |
div.col-sm-6 > ul#social-buttons > li > a.bluesky div.col-sm-6 > ul#social-buttons > li > a.bluesky |
div.col-sm-6 > ul#social-buttons > li > a.mastodon div.col-sm-6 > ul#social-buttons > li > a.mastodon |
div.col-sm-6 > ul#social-buttons > li > a.youtube div.col-sm-6 > ul#social-buttons > li > a.youtube |
div.col-sm-6 > ul#social-buttons > li > a.linkedin div.col-sm-6 > ul#social-buttons > li > a.linkedin |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|---|
uni-goettingen.de/js/chatai-popup.js line 79, col 9 | TypeError: Cannot read properties of null (reading 'addEventListener')
at HTMLDocument.<anonymous> (https://uni-goettingen.de/js/chatai-popup.js:80:10) |
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.
612 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.326
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.01 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.
2.54 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.
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.
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 | |
|---|---|---|---|
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_26a3230f6620260417102444.jpg | 473.7 KiB | 458.2 KiB |
Öffentliche Ringvorlesung: Lachen in Krisenzeiten Sommersemester 2026 div.carousel-inner > div.item > a > img | www.uni-goettingen.de/storage/pictures/180347.png | 463.8 KiB | 381.4 KiB |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_e5ae45dc6c20260416111252.jpg | 104.4 KiB | 88.9 KiB |
Nature Positive Universities div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/5ae8aa86003bbb12f6c7c3be78135918.png | 78.6 KiB | 74.1 KiB |
Komm auf neue Gedanken, geh ins Forum Wissen! div#page-content > div.banner > a.col-sm-4 > img.img-responsive | uni-goettingen.de/storage/pictures/161072.jpg | 84.1 KiB | 73.7 KiB |
Diversity Re-Audit 2024 div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/161159.jpg | 68.7 KiB | 64.2 KiB |
Charta der Vielfalt div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/45dab66f9d4749f550ae25453e18e0ea.jpg | 65.7 KiB | 61.2 KiB |
Familie in der Hochschule div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/025d2c0f40c545b084d0c833cb1bfe5b.jpg | 65.4 KiB | 61.0 KiB |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_5293d0331120260417082705.jpg | 71.9 KiB | 56.4 KiB |
Ein Banner mit folgenden Informationen: 11. Konferenz für studentische Forschun… div#page-content > div.banner > a.col-sm-4 > img.img-responsive | uni-goettingen.de/storage/pictures/177687.png | 56.5 KiB | 46.1 KiB |
German U15 div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/ffcaeb3a090217fdd2a8a47f28c3f47c.jpg | 45.0 KiB | 40.6 KiB |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_dc12ec300720260421104624.jpg | 46.2 KiB | 34.0 KiB |
The Guild div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/25cd9f69a6f57b421d56b46365c8a81e.jpg | 37.9 KiB | 33.4 KiB |
Scholars at Risk div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/9e40a7dc74992ead660af0fe878adccc.jpg | 36.6 KiB | 32.1 KiB |
Stoppt sexualisierte Belästigung und Gewalt div#page-content > div.banner > a.col-sm-4 > img.img-responsive | uni-goettingen.de/storage/pictures/164108.png | 40.8 KiB | 30.5 KiB |
European University Association (EUA) div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/6b3b90e8ff52f8d46e3227a5ad4160e2.jpg | 33.9 KiB | 29.4 KiB |
HeKKSaGOn div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/7f6f237ad3c95a405a3a14f3da4d0474.jpg | 32.2 KiB | 27.7 KiB |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_08e00e47a020260420095435.jpg | 27.7 KiB | 20.4 KiB |
Initiative transparente Tierversuche div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/f34d872115b916a1703a9eb3708298c0.png | 19.4 KiB | 16.9 KiB |
Deutschlandstipendium Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/ac733cb0b2575c4f3ad6b2da2935b6a5.png | 20.6 KiB | 16.1 KiB |
ENLIGHT div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/167451.jpg | 19.0 KiB | 14.8 KiB |
Weltoffene Hochschule Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/0b1b54ca9e89ef6c46b1275d57a4b797.png | 16.3 KiB | 12.7 KiB |
Göttingen Campus Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/8343f97999fbfe69e90d22a1ec70a9f3.png | 10.6 KiB | 8.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.
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.
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 |
|---|---|
Die Universität Göttingen ist eine international bedeutende Forschungsuniversit… div#scrollable-area > div#main > div.container-fluid > div#page-content | 0.237 |
Der Ökologe und Biodiversitätsforscher Dr. Gustavo B. Paterno von der Universit… div#page-content > section.news > a.col-sm-4 > p | 0.031 |
Jubiläum an der Universität Göttingen: Vor 25 Jahren startete die Universität a… div#page-content > section.news > a.col-sm-4 > p | 0.025 |
Der Holzwissenschaftler Prof. Dr. Holger Militz von der Universität Göttingen e… div#page-content > section.news > a.col-sm-4 > p | 0.025 |
Die Universität Göttingen ist eine international bedeutende Forschungsuniversit… div#main > div.container-fluid > div#page-content > article.col-sm-12 | 0.008 |
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.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| uni-goettingen.de/js/jquery/jquery.offcanvas.js | 5.7 KiB | 3.1 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| uni-goettingen.de/resources/bootstrap/css/bootstrap.min.css | 23.4 KiB | 21.9 KiB |
| uni-goettingen.de/resources/font-awesome/css/all.min.css | 14.2 KiB | 14.0 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 |
|---|---|---|
| matomo.gwdg.de/matomo.js | 21.6 KiB | 20.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 | |
|---|---|
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_26a3230f6620260417102444.jpg |
Öffentliche Ringvorlesung: Lachen in Krisenzeiten Sommersemester 2026 div.carousel-inner > div.item > a > img | www.uni-goettingen.de/storage/pictures/180347.png |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_dc12ec300720260421104624.jpg |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_08e00e47a020260420095435.jpg |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_5293d0331120260417082705.jpg |
div#page-content > section.news > a.col-sm-4 > img.img-responsive div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_e5ae45dc6c20260416111252.jpg |
Ein Banner mit folgenden Informationen: 11. Konferenz für studentische Forschun… div#page-content > div.banner > a.col-sm-4 > img.img-responsive | uni-goettingen.de/storage/pictures/177687.png |
Komm auf neue Gedanken, geh ins Forum Wissen! div#page-content > div.banner > a.col-sm-4 > img.img-responsive | uni-goettingen.de/storage/pictures/161072.jpg |
Stoppt sexualisierte Belästigung und Gewalt div#page-content > div.banner > a.col-sm-4 > img.img-responsive | uni-goettingen.de/storage/pictures/164108.png |
Nature Positive Universities div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/5ae8aa86003bbb12f6c7c3be78135918.png |
Nature Positive Universities div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/5ae8aa86003bbb12f6c7c3be78135918.png |
Initiative transparente Tierversuche div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/f34d872115b916a1703a9eb3708298c0.png |
Initiative transparente Tierversuche div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/f34d872115b916a1703a9eb3708298c0.png |
Scholars at Risk div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/9e40a7dc74992ead660af0fe878adccc.jpg |
ENLIGHT div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/167451.jpg |
German U15 div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/ffcaeb3a090217fdd2a8a47f28c3f47c.jpg |
Charta der Vielfalt div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/45dab66f9d4749f550ae25453e18e0ea.jpg |
Göttingen Campus Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/8343f97999fbfe69e90d22a1ec70a9f3.png |
Deutschlandstipendium Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/ac733cb0b2575c4f3ad6b2da2935b6a5.png |
Familie in der Hochschule div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/025d2c0f40c545b084d0c833cb1bfe5b.jpg |
Weltoffene Hochschule Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/0b1b54ca9e89ef6c46b1275d57a4b797.png |
Diversity Re-Audit 2024 div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/161159.jpg |
European University Association (EUA) div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/6b3b90e8ff52f8d46e3227a5ad4160e2.jpg |
The Guild div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/25cd9f69a6f57b421d56b46365c8a81e.jpg |
HeKKSaGOn div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/7f6f237ad3c95a405a3a14f3da4d0474.jpg |
Scholars at Risk div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/9e40a7dc74992ead660af0fe878adccc.jpg |
ENLIGHT div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/167451.jpg |
German U15 div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/ffcaeb3a090217fdd2a8a47f28c3f47c.jpg |
Charta der Vielfalt div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/45dab66f9d4749f550ae25453e18e0ea.jpg |
Göttingen Campus Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/8343f97999fbfe69e90d22a1ec70a9f3.png |
Deutschlandstipendium Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/ac733cb0b2575c4f3ad6b2da2935b6a5.png |
Familie in der Hochschule div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/025d2c0f40c545b084d0c833cb1bfe5b.jpg |
Weltoffene Hochschule Logo div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/0b1b54ca9e89ef6c46b1275d57a4b797.png |
Diversity Re-Audit 2024 div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/161159.jpg |
European University Association (EUA) div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/6b3b90e8ff52f8d46e3227a5ad4160e2.jpg |
The Guild div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/25cd9f69a6f57b421d56b46365c8a81e.jpg |
HeKKSaGOn div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/7f6f237ad3c95a405a3a14f3da4d0474.jpg |
Scholars at Risk div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/9e40a7dc74992ead660af0fe878adccc.jpg |
ENLIGHT div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/167451.jpg |
German U15 div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/ffcaeb3a090217fdd2a8a47f28c3f47c.jpg |
Charta der Vielfalt div.slick-track > div.slide > a > img.img-responsive | uni-goettingen.de/storage/pictures/45dab66f9d4749f550ae25453e18e0ea.jpg |
Dr. Gustavo B. Paterno div#page-content > section.news > a.col-sm-4 > img.img-responsive | prins.uni-goettingen.de/files/bilder/pic_df44b9274b20260422150715.jpg |
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 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 |
|---|
Öffentliche Ringvorlesung: Lachen in Krisenzeiten Sommersemester 2026 div#page-showcase > section.row > div#gcms-slider > div.carousel-inner |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Öffentliche Ringvorlesung: Lachen in Krisenzeiten Sommersemester 2026 div#page-showcase > section.row > div#gcms-slider > div.carousel-inner |
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.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-sm-6 > ul#social-buttons > li > a.facebook div.col-sm-6 > ul#social-buttons > li > a.facebook |
div.col-sm-6 > ul#social-buttons > li > a.instagram div.col-sm-6 > ul#social-buttons > li > a.instagram |
div.col-sm-6 > ul#social-buttons > li > a.bluesky div.col-sm-6 > ul#social-buttons > li > a.bluesky |
div.col-sm-6 > ul#social-buttons > li > a.mastodon div.col-sm-6 > ul#social-buttons > li > a.mastodon |
div.col-sm-6 > ul#social-buttons > li > a.youtube div.col-sm-6 > ul#social-buttons > li > a.youtube |
div.col-sm-6 > ul#social-buttons > li > a.linkedin div.col-sm-6 > ul#social-buttons > li > a.linkedin |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|---|
uni-goettingen.de/js/chatai-popup.js line 79, col 9 | TypeError: Cannot read properties of null (reading 'addEventListener')
at HTMLDocument.<anonymous> (https://uni-goettingen.de/js/chatai-popup.js:80:10) |
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