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.
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 | |
|---|---|---|---|
article#content > header.home-banner > div.hero-image__veil > video#bannerVideo article#content > header.home-banner > div.hero-image__veil > video#bannerVideo | /__data/assets/image/0006/862953/City-St-Georges-video-ba... | 981.3 KiB | 922.7 KiB |
The Edit – the University’s annual magazine
Read highlights from the past year… body.web2020 > main > article#content > section.home__promo | www.citystgeorges.ac.uk/__data/assets/image/0008/720674/student-life-mobile.jpg | 807.9 KiB | 672.9 KiB |
a.card--news--home__anchor > div.card--news--home__thumbnail > picture > img a.card--news--home__anchor > div.card--news--home__thumbnail > picture > img | /__data/assets/image/0011/975944/varieties/breakpoint-mob... | 252.1 KiB | 236.4 KiB |
Three people speak on a panel a.card--news--home__anchor > div.card--news--home__thumbnail > picture > img | /__data/assets/image/0004/975523/varieties/breakpoint-mob... | 182.2 KiB | 166.5 KiB |
section.home__promo > div.home__promo__img > picture > img section.home__promo > div.home__promo__img > picture > img | www.citystgeorges.ac.uk/__data/assets/image/0010/933832/the-edit-tablet.jpg | 122.9 KiB | 100.0 KiB |
City's red-brick college building with a clock tower, surrounded by trees with … div.campuses__links__card--image > figure.figure > picture > img | /__data/assets/image/0008/858626/varieties/breakpoint-mob... | 33.5 KiB | 16.7 KiB |
Students sitting and chatting outside on a sunny day, in front of the entrance … div.campuses__links__card--image > figure.figure > picture > img | /__data/assets/image/0009/858627/varieties/breakpoint-mob... | 31.5 KiB | 14.6 KiB |
London skyline of iconic buildings div.research__content > div.wrap--research__media > picture#724273 > img.media__container__img | /__data/assets/image/0007/724273/varieties/breakpoint-mob... | 28.4 KiB | 11.5 KiB |
Exterior of Bayes Business School building with large glass windows and a stone… div.campuses__links__card--image > figure.figure > picture > img | /__data/assets/image/0010/858628/varieties/breakpoint-mob... | 26.7 KiB | 9.9 KiB |
Two female students looking at a City prospectus div.card--pathway__content > div.wrap--card--pathway__img > picture > img.card--pathway__img | /__data/assets/image/0005/721589/varieties/breakpoint-mob... | 25.5 KiB | 8.6 KiB |
div.card--pathway__content > div.wrap--card--pathway__img > picture > img.card--pathway__img div.card--pathway__content > div.wrap--card--pathway__img > picture > img.card--pathway__img | /__data/assets/image/0004/718420/varieties/breakpoint-mob... | 22.5 KiB | 5.7 KiB |
Two prospective students talking to a student ambasssador div.card--pathway__content > div.wrap--card--pathway__img > picture > img.card--pathway__img | /__data/assets/image/0004/721399/varieties/breakpoint-mob... | 22.3 KiB | 5.4 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.
| URL | Transfer Size | Duration |
|---|---|---|
| /__data/assets/git_bridge/0011/976169/main/css/home.css?v... | 54.4 KiB | 600 ms |
| use.typekit.net/acx2egc.css | 2.3 KiB | 755 ms |
| /p.css?s=1&k=acx2egc&ht=tk&f=4526.4531.4621.4648.4649.465... | 172 B | 753 ms |
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 |
|---|---|---|
| /uc.js?cbid=d20f0709-234f-4c30-b3b6-1298df75d244&implemen... | 468.0 s | 27.0 KiB |
| /p.css?s=1&k=acx2egc&ht=tk&f=4526.4531.4621.4648.4649.465... | 604800.0 s | 172 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.
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 |
|---|---|
| city.ac.uk/ | 758 ms |
| www.citystgeorges.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 |
|---|---|---|
| /__data/assets/git_bridge/0011/976169/main/css/home.css?v... | 54.3 KiB | 49.8 KiB |
| 13.4 KiB | 11.0 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.googletagmanager.com/gtm.js?id=GTM-5B77FVX | 193.2 KiB | 83.8 KiB |
| /__data/assets/git_bridge/0011/976169/main/js/vendor-dire... | 36.3 KiB | 35.9 KiB |
| /__data/assets/git_bridge/0011/976169/main/js/vendor-depe... | 35.2 KiB | 29.0 KiB |
| /d20f0709-234f-4c30-b3b6-1298df75d244/cc.js?renew=false&r... | 111.9 KiB | 25.4 KiB |
| /__data/assets/git_bridge/0011/976169/main/js/main.js?v=2... | 26.8 KiB | 21.7 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 |
|---|---|
| Script Evaluation | 717 ms |
| Other | 623 ms |
| Style & Layout | 548 ms |
| Parse HTML & CSS | 223 ms |
| Script Parsing & Compilation | 139 ms |
| Rendering | 42 ms |
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 | |
|---|---|
Athena SWAN Bronze Award logo ul.global-footer__awards > li > a > img.logo | /__data/assets/image/0004/754456/Advance-HE-Membership-lo... |
Stonewall Silver award logo ul.global-footer__awards > li.global-footer__awards__4span > a > img.logo | /__data/assets/image/0010/861769/Silver-Award-2024-white.png |
Athena Race Equility Charter Bronze Award logo ul.global-footer__awards > li > a > img.logo | /__data/assets/image/0003/754455/Advance-HE-Membership-lo... |
Placeholder image. a.card--event--home__anchor > div.card--event--home__thumbnail > picture > img | /__data/assets/image/0018/721800/varieties/breakpoint-mob... |
Placeholder image. a.card--event--home__anchor > div.card--event--home__thumbnail > picture > img | /__data/assets/image/0018/721800/varieties/breakpoint-mob... |
a.card--news--home__anchor > div.card--news--home__thumbnail > picture > img a.card--news--home__anchor > div.card--news--home__thumbnail > picture > img | /__data/assets/image/0011/975944/varieties/breakpoint-mob... |
Three people speak on a panel a.card--news--home__anchor > div.card--news--home__thumbnail > picture > img | /__data/assets/image/0004/975523/varieties/breakpoint-mob... |
div.card--pathway__txt > div.wrap--icon > div.wrap--icon__img > img.wrap--icon__img div.card--pathway__txt > div.wrap--icon > div.wrap--icon__img > img.wrap--icon__img | www.citystgeorges.ac.uk/__data/assets/file/0003/711237/red-map.svg |
Two prospective students talking to a student ambasssador div.card--pathway__content > div.wrap--card--pathway__img > picture > img.card--pathway__img | /__data/assets/image/0004/721399/varieties/breakpoint-mob... |
div.card--pathway__content > div.wrap--card--pathway__img > picture > img.card--pathway__img div.card--pathway__content > div.wrap--card--pathway__img > picture > img.card--pathway__img | /__data/assets/image/0004/718420/varieties/breakpoint-mob... |
Two female students looking at a City prospectus div.card--pathway__content > div.wrap--card--pathway__img > picture > img.card--pathway__img | /__data/assets/image/0005/721589/varieties/breakpoint-mob... |
City's red-brick college building with a clock tower, surrounded by trees with … div.campuses__links__card--image > figure.figure > picture > img | /__data/assets/image/0008/858626/varieties/breakpoint-mob... |
Exterior of Bayes Business School building with large glass windows and a stone… div.campuses__links__card--image > figure.figure > picture > img | /__data/assets/image/0010/858628/varieties/breakpoint-mob... |
Students sitting and chatting outside on a sunny day, in front of the entrance … div.campuses__links__card--image > figure.figure > picture > img | /__data/assets/image/0009/858627/varieties/breakpoint-mob... |
Disability confident employers logo ul.global-footer__awards > li > a > img.logo | /__data/assets/file/0006/868767/disablity-confident-leade... |
The University of business practice and the professions. div.home-banner__content > div.home-banner__strapline > div.home-banner__strapline__text > img | /__data/assets/file/0005/719285/city-strapline-outline.svg |
TEF Silver Award logo ul.global-footer__awards > li > a > img.logo | www.citystgeorges.ac.uk/__data/assets/file/0005/757625/TEF-2023-silver-logo.svg |
Ofsted, good provider ul.global-footer__awards > li.global-footer__awards__4span > a > img.logo | /__data/assets/file/0011/763949/ofsted-good-provider-whit... |
div.card--pathway__txt > div.wrap--icon > div.wrap--icon__img > img.wrap--icon__img div.card--pathway__txt > div.wrap--icon > div.wrap--icon__img > img.wrap--icon__img | www.citystgeorges.ac.uk/__data/assets/file/0005/711239/3709-citystgeorges.svg |
div.card--pathway__txt > div.wrap--icon > div.wrap--icon__img > img.wrap--icon__img div.card--pathway__txt > div.wrap--icon > div.wrap--icon__img > img.wrap--icon__img | www.citystgeorges.ac.uk/__data/assets/file/0005/711239/3709-citystgeorges.svg |
University of London div.global-footer__content__row > div#uol_logo_442249 > a > img.logo | /__data/assets/file/0018/442242/university-of-london-whit... |
div.hero-image__veil > div.banner__video__button__wrap > button.banner__video__button > img.button__img--play div.hero-image__veil > div.banner__video__button__wrap > button.banner__video__button > img.button__img--play | /__data/assets/file/0008/719828/play_button-video-hero.sv... |
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.
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 |
|---|
Accessibility div.global-footer__content__row > ul.global-footer__useful-links > li > a#useful-links__accessibility |
City St George's Store div.global-footer__content__row > ul.global-footer__useful-links > li > a#useful-links__city_store |
Support City St George's div.global-footer__content__row > ul.global-footer__useful-links > li > a#useful-links__support_city |
The Edit div.global-footer__content__row > ul.global-footer__useful-links > li > a#useful-links__city__the-edit |
These items highlight common accessibility best practices.
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.