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.
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.
| URL | Est Savings |
|---|---|
| /_assets/2f383d4a929ad3d42eff11e81cdd4068/fonts/icons.176... | 200 ms |
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 | |
|---|---|---|---|
a.card > div.card__contentWrapper > picture.card__img > img a.card > div.card__contentWrapper > picture.card__img > img | /_QyNzVmzEAFons1AqbAv9EW8B-g=/fit-in/640x640/filters:stri... | 113.2 KiB | 89.7 KiB |
a.card > div.card__contentWrapper > picture.card__img > img a.card > div.card__contentWrapper > picture.card__img > img | /S11auSJpm8B-kMfnH8qeagyxISM=/1278x0:2868x1588/fit-in/640... | 76.3 KiB | 52.8 KiB |
Bezoekers bekijken een demonstratietafel vol technische prototypes tijdens Make… a.card > div.card__contentWrapper > picture.card__img > img | /jj28vgnt4eFJgG5Vh3bWGFNNSFk=/fit-in/800x533/filters:stri... | 60.8 KiB | 48.1 KiB |
Groep mensen zit buiten op grashelling, kijkt naar groot scherm met een film in… a.card > div.card__contentWrapper > picture.card__img > img | /TKMY_44fP-3qLGF_2pG1LImxkIQ=/fit-in/600x350/filters:stri... | 46.4 KiB | 35.3 KiB |
Collage van technische ontwerpen en modellen met mensen die samenwerken aan inn… a.card > div.card__contentWrapper > picture.card__img > img | /UvXStMcva0T2obub5RsVhR4kzsw=/fit-in/600x350/filters:stri... | 43.3 KiB | 32.2 KiB |
a.card > div.card__contentWrapper > picture.card__img > img a.card > div.card__contentWrapper > picture.card__img > img | /O8wCzJ9gXupadROybowWa7xUgkE=/fit-in/640x320/filters:stri... | 39.8 KiB | 24.9 KiB |
Kleurrijke tekening van verschillende vogelsoorten, waaronder flamingo, uil, me… a.card > div.card__contentWrapper > picture.card__img > img | /X61fRpoPLatG-nAj0OZHVUmzmJY=/fit-in/568x350/filters:stri... | 32.0 KiB | 20.3 KiB |
Portretfoto's van een lachende man en vrouw naast elkaar, beiden casual gekleed. a.card > div.card__contentWrapper > picture.card__img > img | /MBkz-gfvs_3UVariBgQ-Vs3FjYI=/fit-in/773x526/filters:stri... | 26.0 KiB | 19.8 KiB |
Groep mensen in gele kleding en hoofdbandjes die samenwerken in water, bij een … a.card > div.card__contentWrapper > picture.card__img > img | /i32WcqFiQ5xbL6LA9nTnPKj6uy8=/fit-in/600x350/filters:stri... | 25.9 KiB | 17.0 KiB |
Close-up van een golfbal op gras met een golfterrein a.card > div.card__contentWrapper > picture.card__img > img | /Tp4__U5EDR19eMuM0oA-anSIaQw=/fit-in/600x350/filters:stri... | 21.7 KiB | 14.3 KiB |
Twee studenten zitten aan een tafel, bezig met een groepsgesprek in een lichte … a.card > div.card__contentWrapper > picture.card__img > img | /yU5o1YqxEVjH1BhVyrFLoGVtYes=/fit-in/600x350/filters:stri... | 20.2 KiB | 13.3 KiB |
a.card > div.card__contentWrapper > picture.card__img > img a.card > div.card__contentWrapper > picture.card__img > img | /7MRKJz8p5PVZpu8pzPVrc4Cdi_Y=/fit-in/640x427/filters:stri... | 39.9 KiB | 13.3 KiB |
a.card > div.card__contentWrapper > picture.card__img > img a.card > div.card__contentWrapper > picture.card__img > img | /2mIXQ7NfKDQCiM1HNwbqrGLUVkw=/fit-in/640x427/filters:stri... | 39.2 KiB | 12.6 KiB |
a.card > div.card__contentWrapper > picture.card__img > img a.card > div.card__contentWrapper > picture.card__img > img | /wR8uNG_KeG2HZRRI4-UKs1elnZA=/fit-in/640x480/filters:stri... | 42.8 KiB | 9.2 KiB |
Verkeerswerkers met helm plaatsen blauw verkeersbord langs snelweg bij heldere … a.card > div.card__contentWrapper > picture.card__img > img | /2btgtH1jKQ-Ng0Jq6eOI_h2MUxo=/fit-in/640x350/filters:stri... | 23.5 KiB | 5.7 KiB |
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 |
|---|---|---|
| /_assets/2f383d4a929ad3d42eff11e81cdd4068/CSS/dist.style.... | 64.9 KiB | 301 ms |
| /typo3temp/assets/js/222a0289ea16d2c543939f3cf084853a.js?... | 606 B | 150 ms |
| /_assets/f6b877d73456607fbfa2de3e3c5fd420/StyleSheets/dis... | 4.3 KiB |
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 |
|---|---|
| tudelft.nl/ | 825 ms |
| www.tudelft.nl/ | 0.0 ms |
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
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 |
|---|---|---|
| /_assets/2f383d4a929ad3d42eff11e81cdd4068/CSS/dist.style.... | 64.4 KiB | 60.7 KiB |
| 13.5 KiB | 10.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/f6b877d73456607fbfa2de3e3c5fd420/JavaScript/dist... | 115.6 KiB | 76.6 KiB |
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 |
|---|
Wil je onze campus bezoeken? div.dynamicHeader-slideBlocks > div.dynamicHeader-block--798 > div.dynamicHeader-blockText > h2.h3 |
Onze maatschappelijke uitdagingen div.container > div#c989665 > div#c988580 > a.btn |
Meer nieuws div.sm-12 > div#c989673 > div#c1549740 > a.btn |
25 april: Golf Clinic a.card > div.card__contentWrapper > section.card__content > h3#heading-1847588 |
Meer evenementen div.sm-12 > div#c989674 > div#c988544 > a.btn |
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 |
|---|
div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet |
div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet |
div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet |
div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet |
div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet |
div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet |
div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet |
div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet |
div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet |
div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet div.row > div.content-slider > div.content-slider__bullet-wrap > button.content-slider__bullet |
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 |
|---|---|
ReachDeck Licence has expired |
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.