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.
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 | |
|---|---|---|---|
RobertOwenLab div.vertical-card > div.row > div.col-md-4 > img.vertical-card-img | /PressReleaseLongForm-Images/Science/RobertOwenLab.x18bbc... | 486.7 KiB | 483.4 KiB |
PlasmaSprayTorch-in-action_Engineeringweb div.vertical-card > div.row > div.col-md-4 > img.vertical-card-img | /PressReleaseLongForm-Images/Engineering/PlasmaSprayTorch... | 430.4 KiB | 416.7 KiB |
Undergraduate students walking outside the Monica Partridge Building form#form1 > div.homepage-hero-banner > div.banner-background > img.mobile-banner-image | /Homepage-2021/Images/Hero/Normal-Never-Changed-the-World... | 425.3 KiB | 404.1 KiB |
Unjust incarceration of U.S. immigrants during World War II div.vertical-card > div.row > div.col-md-4 > img.vertical-card-img | /Home/FeatureEvents/2021/Images/74030-FeatureThumb-720x31... | 384.5 KiB | 372.4 KiB |
FossillGreatDying div.vertical-card > div.row > div.col-md-4 > img.vertical-card-img | /PressReleaseLongForm-Images/Science/FossillGreatDying.xa... | 308.1 KiB | 289.9 KiB |
Profit with purpose: how impact investing is reshaping capitalism div.vertical-card > div.row > div.col-md-4 > img.vertical-card-img | www.nottingham.ac.uk/Home/FeatureEvents/2021/Images/Webinar-Cohen-720.png | 187.0 KiB | 174.9 KiB |
Face on blue background made up of lots of people standing together div.row > div.col-md-6 > div.imageWhiteCTA-card > img.background-image | /Homepage-2021/Images/Tiles/Vision-standard-banner.x933a2... | 113.1 KiB | 97.3 KiB |
Centre for SustainableChemistry div.row > div.col-md-6 > div.imageWhiteCTA-card > img.background-image | /Homepage-2021/Images/Tiles/Centre-for-Sustainable-Chemis... | 60.9 KiB | 45.1 KiB |
Athena Swan Race Charter gold award div.d-inline > div.row > div.col-6 > img.partner-icon | /Homepage-2021/Images/Partners/athena-awan-race-charter-g... | 33.7 KiB | 31.2 KiB |
The American Congress div.vertical-card > div.row > div.col-md-4 > img.vertical-card-img | /PressReleaseLongForm-Images/Arts/We-the-People-exhibitio... | 43.6 KiB | 30.7 KiB |
Microscope div.row > div.col-lg-6 > div.image-container > img | /Homepage-2021/Images/Tiles/Microscope.xc38aa90b.jpg?w=80... | 50.7 KiB | 30.4 KiB |
Race charter bronze award div.d-inline > div.row > div.col-6 > img.partner-icon | www.nottingham.ac.uk/Homepage-2021/Images/Partners/race-charter.xf76e96e7.jpg | 26.6 KiB | 24.1 KiB |
UoN Logo div.ot-sdk-container > div.ot-sdk-row > div#onetrust-group-container > img.ot-bnr-logo | /logos/b46049d7-a415-4e33-bd3c-1a4c5022b50a/eca345c8-ac38... | 15.5 KiB | 14.8 KiB |
Group of people in form of world map div.row > div.col-md-6 > div.imageWhiteCTA-card > img.background-image | /Homepage-2021/Images/Tiles/ref-results-banner.x25fdc42f.... | 25.5 KiB | 9.7 KiB |
Russel group logo div.d-inline > div.row > div.col-6 > img.partner-icon | www.nottingham.ac.uk/Homepage-2021/Images/Partners/russelgroup.x2b5e6786.png | 10.2 KiB | 8.0 KiB |
U21 Universitas div.d-inline > div.row > div.col-6 > img.partner-icon | /Homepage-2021/Images/Partners/universitias21-logo.xf07b4... | 6.0 KiB | 4.7 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.
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.
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 |
|---|---|
| nottingham.ac.uk/ | 844 ms |
| www.nottingham.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.
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 |
|---|---|---|
| /siteelements/stylesheets/2022/global-2022.css?version=95... | 27.7 KiB | 27.5 KiB |
| cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css | 24.7 KiB | 23.8 KiB |
| 21.8 KiB | 19.4 KiB | |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css | 18.4 KiB | 18.2 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 |
|---|---|---|
| cdn-ukwest.onetrust.com/scripttemplates/202503.1.0/otBannerSdk.js | 115.8 KiB | 62.2 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /consent/8d94c393-ee7d-4ad5-95e8-bc88408adffd/OtAutoBlock.js | 1.5 s | 973 ms | 506 ms |
| Unattributable | 426 ms | 52 ms | 0.0 ms |
| cdn-ukwest.onetrust.com/scripttemplates/202503.1.0/otBannerSdk.js | 271 ms | 190 ms | 42 ms |
| /WebResource.axd?d=PjUm9HYMtFaBv1w8LgD13UIzsrcgJRMlHl1KVA... | 264 ms | 41 ms | 7.8 ms |
| www.nottingham.ac.uk/ | 253 ms | 114 ms | 6.9 ms |
| cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js | 86 ms | 78 ms | 2.1 ms |
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 |
|---|---|
| Script Evaluation | 1.5 s |
| Script Parsing & Compilation | 578 ms |
| Other | 448 ms |
| Style & Layout | 314 ms |
| Parse HTML & CSS | 110 ms |
| Garbage Collection | 44 ms |
| Rendering | 32 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
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 |
|---|---|---|
| /siteelements/stylesheets/2022/global-2022.css?version=95... | 28.2 KiB | 4.8 KiB |
| /siteelements/stylesheets/2022/responsive-2022.css?versio... | 6.5 KiB | 2.3 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 | |
|---|---|
Russel group logo div.d-inline > div.row > div.col-6 > img.partner-icon | www.nottingham.ac.uk/Homepage-2021/Images/Partners/russelgroup.x2b5e6786.png |
U21 Universitas div.d-inline > div.row > div.col-6 > img.partner-icon | /Homepage-2021/Images/Partners/universitias21-logo.xf07b4... |
Athena Swan Race Charter gold award div.d-inline > div.row > div.col-6 > img.partner-icon | /Homepage-2021/Images/Partners/athena-awan-race-charter-g... |
Race charter bronze award div.d-inline > div.row > div.col-6 > img.partner-icon | www.nottingham.ac.uk/Homepage-2021/Images/Partners/race-charter.xf76e96e7.jpg |
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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Quick links div#accordionExample > div.accordion-item > h2#Quick_links-heading > a.accordion-button |
Students div#accordionExample > div.accordion-item > h2#Students-heading > a.accordion-button |
Staff div#accordionExample > div.accordion-item > h2#Staff-heading > a.accordion-button |
Alumni div#accordionExample > div.accordion-item > h2#Alumni-heading > a.accordion-button |
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.
Names and labels
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Select study level
Undergraduate
Postgraduate
Research opportunities
Apprentice… div.row > div.col-md-4 > div.search-select > select#cfinder-filter |
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.
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 |
|---|
Go to slide 1 div.news-carousel > ul.slick-dots > li.slick-active > button |
Go to slide 2 div.news-carousel > ul.slick-dots > li > button |
Go to slide 3 div.news-carousel > ul.slick-dots > li > button |
Go to slide 4 div.news-carousel > ul.slick-dots > li > button |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
UoN Logo div.ot-sdk-container > div.ot-sdk-row > div#onetrust-group-container > img.ot-bnr-logo | /logos/b46049d7-a415-4e33-bd3c-1a4c5022b50a/eca345c8-ac38... | 64 x 64 (1.00) | 243 x 90 (2.70) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
UoN Logo div.ot-sdk-container > div.ot-sdk-row > div#onetrust-group-container > img.ot-bnr-logo | /logos/b46049d7-a415-4e33-bd3c-1a4c5022b50a/eca345c8-ac38... | 64 x 64 | 243 x 90 | 96 x 96 |
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.
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 |
|---|
Quick links div#accordionExample > div.accordion-item > h2#Quick_links-heading > a.accordion-button |
Students div#accordionExample > div.accordion-item > h2#Students-heading > a.accordion-button |
Staff div#accordionExample > div.accordion-item > h2#Staff-heading > a.accordion-button |
Alumni div#accordionExample > div.accordion-item > h2#Alumni-heading > a.accordion-button |
To appear in search results, crawlers need access to your app.