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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| i.ytimg.com/vi_webp/jxYFg3ygMgk/maxresdefault.webp | 7200.0 s | 138.2 KiB |
| i.ytimg.com/vi_webp/fibAxF6t11o/maxresdefault.webp | 7200.0 s | 130.6 KiB |
| cdn.ucl.ac.uk/fonts/dm-sans/DMSans[opsz,wght].woff2 | 14400.0 s | 90.6 KiB |
| cookie-consent.ucl.ac.uk/dist/ucl-consent.ui-full.min.js | 14400.0 s | 15.1 KiB |
| cookie-consent.ucl.ac.uk/dist/ucl-consent.blocker.min.js | 14400.0 s | 12.8 KiB |
| /home/sites/home/files/styles/content_cards_mobile/public... | 604800.0 s | 51.3 KiB |
| /home/sites/home/files/styles/3_2_image_mobile/public/202... | 604800.0 s | 31.2 KiB |
| /home/sites/home/files/styles/homepage_hero_mobile/public... | 604800.0 s | 27.5 KiB |
| /news/sites/news/files/styles/medium_image/public/gut_mic... | 604800.0 s | 25.5 KiB |
| /home/sites/home/files/styles/content_cards_mobile/public... | 604800.0 s | 23.2 KiB |
| /news/sites/news/files/styles/medium_image/public/patch_c... | 604800.0 s | 10.9 KiB |
| cdn.ucl.ac.uk/logos/ucl/ucl-logo--primary.svg | 14400.0 s | 943 B |
| cdn.ucl.ac.uk/logos/ucl/ucl-logo--secondary-inverted.svg | 14400.0 s | 841 B |
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.
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.
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.
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 | |
|---|---|---|---|
UCL Portico Feb 26 div.base-card__image > div.media > picture > img | /home/sites/home/files/styles/content_cards_mobile/public... | 51.1 KiB | 35.3 KiB |
UCL portico Bazaar and Fete 1909 div.spotlight__image > div.media > picture > img | /home/sites/home/files/styles/3_2_image_mobile/public/202... | 31.0 KiB | 23.4 KiB |
Illuminated portico for UCL 200 event div.homepage-hero__media > div.media > picture > img | /home/sites/home/files/styles/homepage_hero_mobile/public... | 27.3 KiB | 16.0 KiB |
One-to-one meeting student and adviser div.base-card__image > div.media > picture > img | /home/sites/home/files/styles/content_cards_mobile/public... | 23.0 KiB | 15.7 KiB |
Gut microbiome changes may signal Parkinson's disease risk div.base-card > div.base-card__container > div.base-card__image > img.funnelback-image | /news/sites/news/files/styles/medium_image/public/gut_mic... | 25.3 KiB | 10.1 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 |
|---|---|
| ucl.ac.uk/ | 778 ms |
| www.ucl.ac.uk/ | 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.
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 |
|---|---|---|
| www.ucl.ac.uk/home/core/misc/ajax.js?v=10.4.8 | 19.4 KiB | 13.6 KiB |
| www.ucl.ac.uk/home/core/misc/drupal.js?v=10.4.8 | 6.8 KiB | 5.4 KiB |
| www.ucl.ac.uk/home/core/misc/tabbingmanager.js?v=10.4.8 | 3.8 KiB | 2.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 |
|---|---|---|
| www.ucl.ac.uk/home/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 | 33.5 KiB | 25.4 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 | 863 ms |
| Style & Layout | 724 ms |
| Script Evaluation | 261 ms |
| Parse HTML & CSS | 252 ms |
| Script Parsing & Compilation | 70 ms |
| Rendering | 64 ms |
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. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
UCL privacy policy div#ucl-privacy-banner > div.ucl-privacy-banner__policy-section > p.ucl-privacy-banner__policy-inline > a.ucl-privacy-banner__policy-link |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
https://www.youtube.com/watch?v=jxYFg3ygMgk div.field > div.oembed-lazyload > div.ucl-privacy-placeholder > a.ucl-consent-gate__link |
https://www.youtube.com/watch?v=fibAxF6t11o div.field > div.oembed-lazyload > div.ucl-privacy-placeholder > a.ucl-consent-gate__link |
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.