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.
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.
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 | |
|---|---|---|---|
body.full > div.home-hero > img body.full > div.home-hero > img | /binaries/content/gallery/ul2/headers/260422-header-front... | 590.8 KiB | 560.3 KiB |
Hoe meet je vooruitgang? body.full > div.home-hero | /binaries/content/gallery/ul2/headers/260422-header-front... | 75.9 KiB | 62.4 KiB |
div.box-content > a > figure > img div.box-content > a > figure > img | /binaries/content/gallery/ul2/main-images/general/spotlig... | 69.0 KiB | 52.3 KiB |
div.box-content > a > figure > img div.box-content > a > figure > img | /binaries/content/gallery/ul2/spotlight-fotos/220905_spot... | 52.1 KiB | 43.2 KiB |
ul > li > a > img ul > li > a > img | /binaries/content/gallery/ul2student/governance-and-globa... | 7.4 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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.universiteitleiden.nl/design-1.0/css/ul2external/screen.css?v=1.223.00 | 84.2 KiB | 622 ms |
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 |
|---|---|
| universiteitleiden.nl/ | 805 ms |
| www.universiteitleiden.nl/ | 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 |
|---|---|
Kies een studie
Maak een keuze uit het brede aanbod van:
Bacheloropleidingen
… body.full > div.main-container > div.main > div#content | 0.312 |
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.
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.
Diagnostics
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 |
|---|---|---|
| www.universiteitleiden.nl/design-1.0/css/ul2external/screen.css?v=1.223.00 | 84.2 KiB | 31.7 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 |
|---|---|---|
| www.universiteitleiden.nl/design-1.0/css/ul2external/screen.css?v=1.223.00 | 83.5 KiB | 79.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-P7SF446 | 176.1 KiB | 70.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-0RSX4L0ZPZ&cx=c>m=4e64k0 | 172.9 KiB | 65.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-CRX4PM593G&cx=c>m=4e64k0 | 156.8 KiB | 63.7 KiB |
| chromewebdata/ | 55.4 KiB | 39.7 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 |
|---|---|---|
| inline: // Copyright 2022 The Chromium Authors … | 55.4 KiB | 21.8 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
body.full > div.home-hero > img body.full > div.home-hero > img | /binaries/content/gallery/ul2/headers/260422-header-front... |
div.box-content > a > figure > img div.box-content > a > figure > img | /binaries/content/gallery/ul2/spotlight-fotos/220905_spot... |
div.box-content > a > figure > img div.box-content > a > figure > img | /binaries/content/gallery/ul2/main-images/general/spotlig... |
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 |
|---|
Bacheloropleidingen section > ul > li > a |
Masteropleidingen section > ul > li > a |
Opleidingen voor professionals section > ul > li > a |
Bachelor voorlichtingsactiviteiten section > ul > li > a |
Master voorlichtingsactiviteiten section > ul > li > a |
Chat met een bachelorstudent section > ul > li > a |
Chat met een masterstudent section > ul > li > a |
Studievoorlichting li > a > div > span.meta |
Studievoorlichting li > a > div > span.meta |
Deze website maakt gebruik van cookies. Meer informatie.
Cookies accepteren Co… body.full > div.cookies > div.wrapper |
Meer informatie. body.full > div.cookies > div.wrapper > a |
Cookies weigeren div.cookies > div.wrapper > form > button.reject |
These are opportunities to improve the legibility of your content.
Best practices
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 |
|---|
Bacheloropleidingen section > ul > li > a |
Masteropleidingen section > ul > li > a |
Opleidingen voor professionals section > ul > li > a |
Bachelor voorlichtingsactiviteiten section > ul > li > a |
Master voorlichtingsactiviteiten section > ul > li > a |
Chat met een bachelorstudent section > ul > li > a |
Chat met een masterstudent section > ul > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Best Practices
General
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 |
|---|---|
Refused to display 'https://gtm.universiteitleiden.nl/' in a frame because it set 'X-Frame-Options' to 'sameorigin'. |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Crawling and Indexing
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 3 | <pre> | Syntax not understood |
| 10 | </pre> | Syntax not understood |
To appear in search results, crawlers need access to your app.