Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Luftaufnahme der Wissenschaftsstadt Ulm mit Campus und Forschungsgebäuden div.row > div.col > div#card1043012 > img.card-img-top | www.uni-ulm.de/fileadmin/website_uni_ulm/home/UEber_uns/Uni_Ulm_Science_City.jpg | 972.3 KiB | 929.2 KiB |
div.carousel-inner > div.carousel-item > a > img.d-block div.carousel-inner > div.carousel-item > a > img.d-block | www.uni-ulm.de/fileadmin/img/slider/Slider_2026/Semestereroeffnung.jpg | 362.3 KiB | 305.9 KiB |
Studierende untersuchen Blumen auf einer Wiese div.row > div#collapse1043044 > figure.figure-with-spacing > img.d-block | www.uni-ulm.de/fileadmin/website_uni_ulm/home/UEber_uns/biologie_Studenten1.jpg | 344.6 KiB | 293.6 KiB |
Studierende sitzen im Hörsaal div.row > div.col > div#card1043011 > img.card-img-top | /fileadmin/website_uni_ulm/home/UEber_uns/studenten_hoers... | 317.5 KiB | 274.4 KiB |
Studierende laufen den Treppenstieg am Eingang Süd der Universität hinunter. div.row > div#collapse1043040 > figure.figure-with-spacing > img.d-block | www.uni-ulm.de/fileadmin/_processed_/1/9/csm_Img_128a_7bf797fa38.jpg | 282.8 KiB | 226.0 KiB |
Vorbereitung eines Experiments in der Quantenoptik div.row > div.col > div#card1043020 > img.card-img-top | /fileadmin/website_uni_ulm/forschung/Exzellenz/Quantenopt... | 195.1 KiB | 170.4 KiB |
Vorbereitung eines Experiments am Institut für Quantenoptik div.row > div.col > div#card1043010 > img.card-img-top | /fileadmin/website_uni_ulm/home/UEber_uns/Quantenoptik_00... | 175.7 KiB | 132.7 KiB |
Forschung zur innovativen Gewinnung von grünem Wasserstoff div.row > div.col > div#card1043021 > img.card-img-top | /fileadmin/website_uni_ulm/forschung/Exzellenz/rau_sven_2... | 89.5 KiB | 78.0 KiB |
Prof. Michael Weber, Präsident div.row > div#collapse1043017 > figure.figure-with-spacing > img.d-block | www.uni-ulm.de/fileadmin/_processed_/8/6/csm_weber_michael_2021_5_d00d7f5b4f.jpg | 109.0 KiB | 67.8 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.
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 |
|---|---|---|
| webanalyse.uni-ulm.de/matomo.js | 0.0 ms | 21.0 KiB |
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.
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-ulm.de/ | 750 ms |
| www.uni-ulm.de/ | 0.0 ms |
Diagnostics
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 |
|---|---|---|
| /_assets/a92153751098915699a1afa17e77f864/JavaScripts/Ven... | 84.5 KiB | 59.0 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /typo3temp/assets/compressed/basic-c96adb4833f6e6e3db4efc... | 57.6 KiB | 54.4 KiB |
| /typo3temp/assets/compressed/fontawesome-43e1c3ac65e8eb0f... | 11.8 KiB | 11.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /_assets/a92153751098915699a1afa17e77f864/JavaScripts/mai... | 423.1 KiB | 305.9 KiB |
| /_assets/a92153751098915699a1afa17e77f864/JavaScripts/011... | 63.0 KiB | 29.3 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 797 ms |
| Style & Layout | 458 ms |
| Script Evaluation | 455 ms |
| Rendering | 154 ms |
| Script Parsing & Compilation | 129 ms |
| Parse HTML & CSS | 84 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
bluesky li.footer-navigation__item > div.footer-socialicons > a.footer-socialicon > img.footer-socialicon--bluesky | /_assets/a92153751098915699a1afa17e77f864/Images/Icons/bl... |
Logo: StudyCheck - digital readiness div.row > div.col-lg-2 > a.showcase__link > img.showcase__award | /_assets/a92153751098915699a1afa17e77f864/Images/Siegel-d... |
Logo: Zertifikat seit 2008 – Audit familiengerechte Hochschule div.row > div.col-lg-2 > a.showcase__link > img.showcase__award | /_assets/a92153751098915699a1afa17e77f864/Images/logo_fam... |
Logo: StudyCheck - Top Universität div.row > div.col-lg-2 > a.showcase__link > img.showcase__award | /_assets/a92153751098915699a1afa17e77f864/Images/top-univ... |
Logo: Weltoffene Hochschulen – Gegen Fremdenfeindlichkeit div.row > div.col-lg-2 > a.showcase__link > img.showcase__award | /_assets/a92153751098915699a1afa17e77f864/Images/logo-wel... |
Logo der Universität Ulm div.col > div.logo > a.logo__link > img.logo__img | /_assets/a92153751098915699a1afa17e77f864/Images/logo-uni... |
instagram li.footer-navigation__item > div.footer-socialicons > a.footer-socialicon > img.footer-socialicon--instagram | /_assets/a92153751098915699a1afa17e77f864/Images/Icons/in... |
facebook li.footer-navigation__item > div.footer-socialicons > a.footer-socialicon > img.footer-socialicon--facebook | /_assets/a92153751098915699a1afa17e77f864/Images/Icons/fa... |
linkedin li.footer-navigation__item > div.footer-socialicons > a.footer-socialicon > img.footer-socialicon--linkedin | /_assets/a92153751098915699a1afa17e77f864/Images/Icons/li... |
mastodon li.footer-navigation__item > div.footer-socialicons > a.footer-socialicon > img.footer-socialicon--mastodon | /_assets/a92153751098915699a1afa17e77f864/Images/Icons/ma... |
youtube li.footer-navigation__item > div.footer-socialicons > a.footer-socialicon > img.footer-socialicon--youtube | /_assets/a92153751098915699a1afa17e77f864/Images/Icons/yo... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Alle Cookies akzeptieren div.in2-modal__blackbox > div.in2-modal > div.in2-modal-spacing > button.in2-modal-reset |
oder div.in2-modal__blackbox > div.in2-modal > div.in2-modal-spacing > p.in2-modal-divider |
Auswahl speichern & schließen div.in2-modal__blackbox > div.in2-modal > div.in2-modal-spacing > button.in2-modal-reset |
oder div.in2-modal__blackbox > div.in2-modal > div.in2-modal-spacing > p.in2-modal-divider |
Nur notwendige Cookies div.in2-modal__blackbox > div.in2-modal > div.in2-modal-spacing > button.in2-modal-reset |
These are opportunities to improve the legibility of your content.
Names and labels
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.row > div#collapse1043053 > figure.figure-with-spacing > a div.row > div#collapse1043053 > figure.figure-with-spacing > a |
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.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.in2-modal > div.in2-modal-flexline > div.in2-modal-reset > input#in2-modal-checkbox-essential div.in2-modal > div.in2-modal-flexline > div.in2-modal-reset > input#in2-modal-checkbox-essential |
div.in2-modal > div.in2-modal-flexline > div.in2-modal-reset > input#in2-modal-checkbox-external div.in2-modal > div.in2-modal-flexline > div.in2-modal-reset > input#in2-modal-checkbox-external |
div.in2-modal > div.in2-modal-flexline > div.in2-modal-reset > input#in2-modal-checkbox-chatbot div.in2-modal > div.in2-modal-flexline > div.in2-modal-reset > input#in2-modal-checkbox-chatbot |
Alle Cookies akzeptieren div.in2-modal__blackbox > div.in2-modal > div.in2-modal-spacing > button.in2-modal-reset |
Auswahl speichern & schließen div.in2-modal__blackbox > div.in2-modal > div.in2-modal-spacing > button.in2-modal-reset |
Nur notwendige Cookies div.in2-modal__blackbox > div.in2-modal > div.in2-modal-spacing > button.in2-modal-reset |
Notwendige Cookies div.in2-modal__blackbox > div.in2-modal > dl.in2-modal-accordion > dt.in2-modal-accordion__title |
Externe Video Inhalte div.in2-modal__blackbox > div.in2-modal > dl.in2-modal-accordion > dt.in2-modal-accordion__title |
Chatbot Assistent div.in2-modal__blackbox > div.in2-modal > dl.in2-modal-accordion > dt.in2-modal-accordion__title |
These are opportunities to improve keyboard navigation in your application.
Best Practices
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.uni-ulm.de/studium/bewerbung-und-immatrikulation/mehr/ | Mehr |
| www.uni-ulm.de/studium/studienorganisation/mehr/ | Mehr |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Slider anhalten/starten div#c621050 > div#carousel621050 > div.carousel-indicators > a.carousel__play-pause |
div.lb-outerContainer > div.lb-container > div.lb-loader > a.lb-cancel div.lb-outerContainer > div.lb-container > div.lb-loader > a.lb-cancel |
div.lb-dataContainer > div.lb-data > div.lb-closeContainer > a.lb-close div.lb-dataContainer > div.lb-data > div.lb-closeContainer > a.lb-close |
To appear in search results, crawlers need access to your app.