Lighthouse Desktop
· 0 checks — Desktop 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.
| URL | Est Savings |
|---|---|
| /themes/custom/drupal_endeavour/src/fonts/font-icon/fonts... | 35 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 | |
|---|---|---|---|
Rows of illuminated server racks with a blue glow, in a data centre, representi… figure.banner__image > div > picture > img | /sites/default/files/styles/banner_extra_large/public/202... | 108.5 KiB | 85.0 KiB |
Illustration of white T-cells attacking a cancer cell with pink and purple colo… figure.banner__image > div > picture > img | /sites/default/files/styles/banner_extra_large/public/202... | 60.8 KiB | 45.4 KiB |
Students collaborate in small groups supervised by a tutor in a bright, modern … figure.banner__image > div > picture > img | /sites/default/files/styles/banner_extra_large/public/202... | 45.4 KiB | 29.9 KiB |
Guide taking students on a tour of the campus figure.card__media > div > picture > img | /sites/default/files/styles/card_500xstandard_16_9/public... | 37.0 KiB | 21.1 KiB |
Two students seated together in the Bloomberg suite. One student gestures towar… figure.banner__image > div > picture > img | /sites/default/files/styles/banner_extra_large/public/202... | 35.6 KiB | 18.0 KiB |
University of Southampton students playing kayak polo on a river, wearing red h… figure.card__media > div > picture > img | /sites/default/files/styles/card_500xstandard_16_9/public... | 33.8 KiB | 17.8 KiB |
A white stone building against a bright blue sky with white clouds, part of Sou… figure.card__media > div > picture > img | /sites/default/files/styles/card_500xstandard_16_9/public... | 27.9 KiB | 12.0 KiB |
An engineering researcher works on an experiment inside a giant metallic struct… figure.card__media > div > picture > img | /sites/default/files/styles/card_500xstandard_16_9/public... | 27.4 KiB | 11.4 KiB |
University of Southampton students chatting and socialising together at an outd… figure.card__media > div > picture > img | /sites/default/files/styles/card_500xstandard_16_9/public... | 22.5 KiB | 6.5 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.
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 |
|---|---|---|
| cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/otBannerSdk.js | 86400.0 s | 112.2 KiB |
| /logos/205e2739-01ea-492a-a7fd-6ee0c56dfbb9/36260f1b-6154... | 86400.0 s | 10.9 KiB |
| cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js | 86400.0 s | 9.3 KiB |
| cookie-cdn.cookiepro.com/logos/static/poweredBy_cp_logo.svg | 86400.0 s | 2.8 KiB |
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.
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 |
|---|---|---|
| /sites/default/files/css/css_MAi4DIjzj6xmFG61W_xi1k2T5ihm... | 40.8 KiB | 37.2 KiB |
| 21.0 KiB | 18.2 KiB | |
| /sites/default/files/css/css_ns8Wi_6K26M-aP7wbWWXvaG6Sf9h... | 11.1 KiB | 10.6 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 |
|---|---|---|
| /sites/default/files/js/js_shU6vvHqi9wSh7DMC2ghuuzHgu9Kyx... | 164.5 KiB | 96.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-879238842&cx=c>m=4e64h1 | 145.3 KiB | 65.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PMMZ8Q | 211.4 KiB | 63.9 KiB |
| cookie-cdn.cookiepro.com/scripttemplates/202411.1.0/otBannerSdk.js | 111.9 KiB | 62.3 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| southampton.ac.uk/ | 231 ms |
| www.southampton.ac.uk/ | 0.0 ms |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.page-node-homepage > div#mm-0 > div.dialog-off-canvas-main-canvas > button.button__scroll-up body.page-node-homepage > div#mm-0 > div.dialog-off-canvas-main-canvas > button.button__scroll-up |
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
General
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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.southampton.ac.uk/research/highlights/promoting-sustainable-aquaculture | Read more |
| www.southampton.ac.uk/research/highlights/finding-cancer-treatments-using-ai | Read more |
| /research/highlights/insights-from-mars-transforming-heal... | Read more |
| cookiepedia.co.uk/giving-consent-to-cookies | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|---|---|
| 65 | Disallow: https://www.southampton.ac.uk/research/areas/ | Pattern should either be empty, start with "/" or "*" |
| 66 | Disallow: https://www.southampton.ac.uk/study/postgraduate-research/projects/ | Pattern should either be empty, start with "/" or "*" |
| 67 | Disallow: https://www.southampton.ac.uk/research/search/all | Pattern should either be empty, start with "/" or "*" |
| 68 | Disallow: https://www.southampton.ac.uk/research/search/projects | Pattern should either be empty, start with "/" or "*" |
| 69 | Disallow: https://www.southampton.ac.uk/research/search/institutes-groups | Pattern should either be empty, start with "/" or "*" |
| 70 | Disallow: https://www.southampton.ac.uk/research/search/staff | Pattern should either be empty, start with "/" or "*" |
| 71 | Disallow: https://www.southampton.ac.uk/research/search/research-areas | Pattern should either be empty, start with "/" or "*" |
| 72 | Disallow: https://www.southampton.ac.uk/research/search/facilities | Pattern should either be empty, start with "/" or "*" |
| 73 | Disallow: https://www.southampton.ac.uk/research/search/highlights | Pattern should either be empty, start with "/" or "*" |
| 74 | Disallow: https://www.southampton.ac.uk/research/search/ | Pattern should either be empty, start with "/" or "*" |
To appear in search results, crawlers need access to your app.