Mobile 375 × 812

Desktop 1440 × 900

Score: 77 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
40 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cross-Origin-Opener-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/f986746c-0f67-43b6-9ff2-e62caae06f3c)<a href="https://beavercheck.com/results/f986746c-0f67-43b6-9ff2-e62caae06f3c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fimperial.ac.uk" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fimperial.ac.ukThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 13.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your audience reach.
8 barrier(s) likely increasing bounce by ~37%.
Page takes 13.5s to load
+12% bounceUsers abandon at ~3s — you're 11.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 772ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
£450 investment → £0.38/month returns + GBP 18,050,000 risk avoided
£450
6h · 5 findings
£0.38 /mo
~£4.57 / year
GBP 18,050,000
if kept compliant
£75 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at £75/hr
Based on United Kingdom rates (£75/hr)
Start here for the best return on investment
£1,504,167 / month at risk
~£18,050,005 / year if left unfixed
£18,050,000
+5 more
£0.38 /mo
6044.5 MB/mo × 0.063 GBP/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 2 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
772 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.052
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.51 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
13.64 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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 |
|---|---|---|
| /fit-in/1440x9999999/prod01/channel_3/media/images/square... | 1800.0 s | 254.4 KiB |
| /fit-in/1350x1350/filters:format(webp)/prod01/channel_3/m... | 1800.0 s | 217.9 KiB |
| /fit-in/1440x9999/filters:quality(70)/filters:format(webp... | 1800.0 s | 135.4 KiB |
| /fit-in/1440x9999999/prod01/channel_3/media/images/banner... | 1800.0 s | 106.1 KiB |
| cdn-ukwest.onetrust.com/scripttemplates/202511.1.0/otBannerSdk.js | 86400.0 s | 124.4 KiB |
| cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
| /consent/6d9efb9d-b605-406f-b8b3-c9644859d064/OtAutoBlock.js | 86400.0 s | 3.4 KiB |
| cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svg | 86400.0 s | 2.5 KiB |
| /logos/d4255fa8-4928-4eea-acf7-b5f7df6d256e/018de596-57ff... | 86400.0 s | 1.0 KiB |
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.
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 | |
|---|---|---|---|
main#content > div.container > div.banner > img main#content > div.container > div.banner > img | /fit-in/1440x9999999/prod01/channel_3/media/images/square... | 253.4 KiB | 232.7 KiB |
div.flexible-hero > div.flexible-hero__media > picture > img div.flexible-hero > div.flexible-hero__media > picture > img | /fit-in/1350x1350/filters:format(webp)/prod01/channel_3/m... | 217.0 KiB | 157.4 KiB |
div.content-overlap__media > div > picture.custom > img div.content-overlap__media > div > picture.custom > img | /fit-in/1440x9999/filters:quality(70)/filters:format(webp... | 134.6 KiB | 125.5 KiB |
main#content > div.container > section.landing-full-img > img main#content > div.container > section.landing-full-img > img | /fit-in/1440x9999999/prod01/channel_3/media/images/banner... | 105.3 KiB | 98.3 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 |
|---|---|---|
| /consent/6d9efb9d-b605-406f-b8b3-c9644859d064/OtAutoBlock.js | 3.4 KiB | 831 ms |
| www.imperial.ac.uk/assets/website/stylesheets/css/screen.2.3.5.css | 84.3 KiB | 1.2 s |
| cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js | 9.1 KiB | 166 ms |
| www.imperial.ac.uk/assets/website/js/lib/jquery3.min.js | 30.5 KiB | 892 ms |
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.
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 |
|---|---|
| imperial.ac.uk/ | 833 ms |
| www.imperial.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.
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.imperial.ac.uk/assets/website/stylesheets/css/screen.2.3.5.css | 83.5 KiB | 78.4 KiB |
| 25.1 KiB | 22.7 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-LME5ZDDFS0&cx=c>m=4e64h1 | 171.3 KiB | 68.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NDH95W87 | 190.8 KiB | 67.2 KiB |
| www.googletagmanager.com/gtag/js?id=AW-17946844669&cx=c>m=4e64h1 | 145.0 KiB | 65.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-11002703160&cx=c>m=4e64h1 | 145.5 KiB | 65.4 KiB |
| cdn-ukwest.onetrust.com/scripttemplates/202511.1.0/otBannerSdk.js | 124.3 KiB | 64.2 KiB |
| www.imperial.ac.uk/assets/website/js/build/application.2.3.5.min.js | 51.2 KiB | 36.8 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 |
|---|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-NDH95W87 | 465 ms | 373 ms | 57 ms |
| Unattributable | 343 ms | 11 ms | 0.0 ms |
| www.imperial.ac.uk/assets/website/js/build/application.2.3.5.min.js | 284 ms | 104 ms | 15 ms |
| cdn-ukwest.onetrust.com/scripttemplates/202511.1.0/otBannerSdk.js | 258 ms | 180 ms | 37 ms |
| cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js | 230 ms | 211 ms | 3.8 ms |
| cdnjs.cloudflare.com/ajax/libs/gsap/3.10.4/gsap.min.js | 195 ms | 39 ms | 7.3 ms |
| www.googletagmanager.com/gtag/js?id=G-LME5ZDDFS0&cx=c>m=4e64h1 | 168 ms | 130 ms | 37 ms |
| www.imperial.ac.uk/ | 165 ms | 5.7 ms | 1.4 ms |
| www.googletagmanager.com/gtag/js?id=AW-17946844669&cx=c>m=4e64h1 | 139 ms | 107 ms | 30 ms |
| www.googletagmanager.com/gtag/js?id=AW-11002703160&cx=c>m=4e64h1 | 137 ms | 107 ms | 29 ms |
| www.imperial.ac.uk/assets/website/js/lib/jquery3.min.js | 79 ms | 69 ms | 6.6 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.4 s |
| Other | 475 ms |
| Style & Layout | 259 ms |
| Script Parsing & Compilation | 238 ms |
| Parse HTML & CSS | 75 ms |
| Garbage Collection | 54 ms |
| Rendering | 42 ms |
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.imperial.ac.uk/assets/website/js/require/vendor/jquery3-migrate.js | 14.4 KiB | 6.2 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 | |
|---|---|
div.content-overlap__media > div > picture.custom > img div.content-overlap__media > div > picture.custom > img | /fit-in/1440x9999/filters:quality(70)/filters:format(webp... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
Blackboard div.flow-s > ul > li > a |
Jobs div.flow-s > ul > li > a |
Library services div.flow-s > ul > li > a |
Outlook email online div.flow-s > ul > li > a |
Engineering div.flow-s > ul > li > a |
Medicine div.flow-s > ul > li > a |
Natural Sciences div.flow-s > ul > li > a |
Imperial Business School div.flow-s > ul > li > a |
Admin and support services div.flow-s > ul > li > a |
Networks and Centres div.flow-s > ul > li > a |
Research groups div.flow-s > ul > li > a |
Search all staff div.flow-s > ul > li > a |
Imperial College Academic Health Science Centre div.flow-s > ul > li > a |
Imperial College Health Partners div.flow-s > ul > li > a |
Imperial College Healthcare NHS Trust div.flow-s > ul > li > a |
Imperial Consultants div.flow-s > ul > li > a |
These items highlight common accessibility best practices.
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 |
|---|
Menu header.header > div.header__inner > div.header__buttons > button.header__nav-open |
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
908 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
12 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
908 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.42 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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 |
|---|---|---|
| /fit-in/1920x1080/filters:format(webp)/filters:quality(70... | 1800.0 s | 226.1 KiB |
| /fit-in/720x9999999/filters:quality(70)/filters:format(we... | 1800.0 s | 112.7 KiB |
| /fit-in/1440x9999999/prod01/channel_3/media/images/banner... | 1800.0 s | 106.1 KiB |
| /filters:format(webp)/fit-in/720x9999999/prod01/channel_3... | 1800.0 s | 100.8 KiB |
| /fit-in/720x9999999/filters:quality(70)/filters:format(we... | 1800.0 s | 95.2 KiB |
| /fit-in/720x9999999/filters:quality(70)/filters:format(we... | 1800.0 s | 68.4 KiB |
| cdn-ukwest.onetrust.com/scripttemplates/202511.1.0/otBannerSdk.js | 86400.0 s | 124.4 KiB |
| /fit-in/720x99999/filters:quality(70)/filters:format(webp... | 1800.0 s | 48.1 KiB |
| cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
| /consent/6d9efb9d-b605-406f-b8b3-c9644859d064/OtAutoBlock.js | 86400.0 s | 3.4 KiB |
| cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svg | 86400.0 s | 2.5 KiB |
| /logos/d4255fa8-4928-4eea-acf7-b5f7df6d256e/018de596-57ff... | 86400.0 s | 1.0 KiB |
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.
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 | |
|---|---|---|---|
div.flexible__item > a.card > div.card__image > img div.flexible__item > a.card > div.card__image > img | /fit-in/720x9999999/filters:quality(70)/filters:format(we... | 112.0 KiB | 95.2 KiB |
div.flexible__item > a.card > div.card__image > img div.flexible__item > a.card > div.card__image > img | /fit-in/720x9999999/filters:quality(70)/filters:format(we... | 94.4 KiB | 77.7 KiB |
div.flexible__item > a.card > div.card__image > img div.flexible__item > a.card > div.card__image > img | /fit-in/720x9999999/filters:quality(70)/filters:format(we... | 67.6 KiB | 50.9 KiB |
div.flexible-hero > div.flexible-hero__media > picture > img div.flexible-hero > div.flexible-hero__media > picture > img | /fit-in/1920x1080/filters:format(webp)/filters:quality(70... | 225.1 KiB | 41.9 KiB |
main#content > div.container > div.banner > img main#content > div.container > div.banner > img | /filters:format(webp)/fit-in/720x9999999/prod01/channel_3... | 100.0 KiB | 37.8 KiB |
main#content > div.container > section.landing-full-img > img main#content > div.container > section.landing-full-img > img | /fit-in/1440x9999999/prod01/channel_3/media/images/banner... | 105.3 KiB | 27.6 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 |
|---|---|---|
| www.imperial.ac.uk/assets/website/stylesheets/css/screen.2.3.5.css | 84.3 KiB | 275 ms |
| www.imperial.ac.uk/assets/website/js/lib/jquery3.min.js | 30.5 KiB | 275 ms |
| /consent/6d9efb9d-b605-406f-b8b3-c9644859d064/OtAutoBlock.js | 3.4 KiB | 282 ms |
| cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js | 9.1 KiB | 57 ms |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.imperial.ac.uk/assets/website/js/require/vendor/jquery3-migrate.js | 14.4 KiB | 6.2 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.imperial.ac.uk/assets/website/stylesheets/css/screen.2.3.5.css | 83.5 KiB | 78.0 KiB |
| 25.1 KiB | 22.3 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-LME5ZDDFS0&cx=c>m=4e64h1h1 | 171.3 KiB | 68.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NDH95W87 | 190.8 KiB | 67.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-11002703160&cx=c>m=4e64h1h1 | 145.5 KiB | 65.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-17946844669&cx=c>m=4e64h1h1 | 145.0 KiB | 64.5 KiB |
| cdn-ukwest.onetrust.com/scripttemplates/202511.1.0/otBannerSdk.js | 124.3 KiB | 64.3 KiB |
| www.imperial.ac.uk/assets/website/js/build/application.2.3.5.min.js | 51.2 KiB | 36.6 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 | |
|---|---|
div.content-overlap__media > div > picture.custom > img div.content-overlap__media > div > picture.custom > img | /fit-in/720x99999/filters:quality(70)/filters:format(webp... |
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 |
|---|---|
| imperial.ac.uk/ | 282 ms |
| www.imperial.ac.uk/ | 0.0 ms |
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.
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 |
|---|
Blackboard div.flow-s > ul > li > a |
Jobs div.flow-s > ul > li > a |
Library services div.flow-s > ul > li > a |
Outlook email online div.flow-s > ul > li > a |
Engineering div.flow-s > ul > li > a |
Medicine div.flow-s > ul > li > a |
Natural Sciences div.flow-s > ul > li > a |
Imperial Business School div.flow-s > ul > li > a |
Admin and support services div.flow-s > ul > li > a |
Networks and Centres div.flow-s > ul > li > a |
Research groups div.flow-s > ul > li > a |
Search all staff div.flow-s > ul > li > a |
Imperial College Health Partners div.flow-s > ul > li > a |
Imperial College Healthcare NHS Trust div.flow-s > ul > li > a |
Imperial Consultants div.flow-s > ul > li > a |
Sitemap nav > ul.footer__meta > li > a |
Log in nav > ul.footer__meta > li.hide-sm > a.t4Edit-page |
These items highlight common accessibility best practices.
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 |
|---|
Menu header.header > div.header__inner > div.header__buttons > button.header__nav-open |
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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.
Send Feedback