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.
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 | |
|---|---|---|---|
Four students chatting outside. a > div.uoa-flex-text-img__img-container > picture > img | www.auckland.ac.nz/assets/law/study-with-us/img/law-students-international.jpg | 610.0 KiB | 566.9 KiB |
Students studying together. a#cdq_element_41 > div.uoa-flex-text-img__img-container > picture > img | /assets/business/study-with-us/Studyoptions/Postgraduates... | 310.3 KiB | 267.2 KiB |
Student standing against a pink and blue background. div#cdq_element_22 > div.uoa-flex-text-img__img-container > picture#cdq_element_28 > img#cdq_element_27 | /assets/homepage/spotlight/2025/marketing-mm-2025-emma-16... | 250.1 KiB | 207.0 KiB |
Two students in a room at the Carlaw Park accommodation. a > div.uoa-flex-text-img__img-container > picture#cdq_element_20 > img#cdq_element_19 | www.auckland.ac.nz/assets/homepage/events/accommodation-carlaw-park-1280.jpg | 205.6 KiB | 162.5 KiB |
Students walking to class div.uoa-header > div.uoa-header__img-container > picture#cdq_element_1 > img#cdq_element_0 | /assets/homepage/2025/IO-study-abroad-2024-albert-park-16... | 157.0 KiB | 125.1 KiB |
Three students walking together at the University of Auckland a#cdq_element_30 > div.uoa-flex-text-img__img-container > picture#cdq_element_28 > img#cdq_element_27 | /assets/homepage/low-resolution/io-students-anh-hpb-exp-j... | 146.3 KiB | 119.4 KiB |
Two students talking to an adviser div#cdq_element_53 > div.uoa-flex-text-img__img-container > picture#cdq_element_25 > img#cdq_element_24 | /assets/study/international-students/images/i-internation... | 153.3 KiB | 110.2 KiB |
Student with hand up in a lecture theatre a > div.uoa-flex-text-img__img-container > picture > img | www.auckland.ac.nz/assets/students/math-classroom-1600x900.jpg | 122.2 KiB | 99.7 KiB |
Group of students walking together inside a building a > div.uoa-flex-text-img__img-container > picture > img | /assets/homepage/low-resolution/io-students-inside-exp-au... | 128.1 KiB | 85.1 KiB |
Students talking to an advisor a#cdq_element_28 > div.uoa-flex-text-img__img-container > picture#cdq_element_26 > img#cdq_element_16 | /assets/homepage/low-resolution/2023-international-studen... | 102.9 KiB | 59.8 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /etc.clientlibs/uoa-digital/clientlibs/templates/homepage... | 25.1 KiB | 302 ms |
| /etc.clientlibs/uoa-digital/components/templates/base/cli... | 493 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.
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.
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 |
|---|---|
| auckland.ac.nz/ | 753 ms |
| www.auckland.ac.nz/ | 759 ms |
| www.auckland.ac.nz/en.html | 0.0 ms |
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
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 |
|---|---|---|
| uoa-assistant.auckland.ac.nz/build/assets/servicedesk.bundle.js | 2.2 MiB | 1.3 MiB |
| /etc.clientlibs/uoa-digital/clientlibs/templates/homepage... | 66.1 KiB | 11.8 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 |
|---|---|---|
| us-south.watson-orchestrate.cloud.ibm.com/wxochat/static/css/app.fe41dd4f.css | 201.3 KiB | 199.0 KiB |
| /etc.clientlibs/uoa-digital/clientlibs/templates/homepage... | 24.9 KiB | 21.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.
Performance issues directly impact user engagement and conversion rates.
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.
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 | 5.0 s |
| Script Parsing & Compilation | 1.7 s |
| Other | 1.0 s |
| Style & Layout | 698 ms |
| Parse HTML & CSS | 192 ms |
| Rendering | 117 ms |
| Garbage Collection | 108 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 | |
|---|---|
UoA motif Image footer.uoa-footer > div.uoa-footer__container > div.uoa-footer__section > img | /etc.clientlibs/uoa-digital/clientlibs/resources/svg/moti... |
Students walking to class div.uoa-header > div.uoa-header__img-container > picture#cdq_element_1 > img#cdq_element_0 | /assets/homepage/2025/IO-study-abroad-2024-albert-park-16... |
Student standing against a pink and blue background. div#cdq_element_22 > div.uoa-flex-text-img__img-container > picture#cdq_element_28 > img#cdq_element_27 | /assets/homepage/spotlight/2025/marketing-mm-2025-emma-16... |
Two students in a room at the Carlaw Park accommodation. a > div.uoa-flex-text-img__img-container > picture#cdq_element_20 > img#cdq_element_19 | www.auckland.ac.nz/assets/homepage/events/accommodation-carlaw-park-1280.jpg |
Three students walking together at the University of Auckland a#cdq_element_30 > div.uoa-flex-text-img__img-container > picture#cdq_element_28 > img#cdq_element_27 | /assets/homepage/low-resolution/io-students-anh-hpb-exp-j... |
Students sitting together outside a > div.uoa-flex-text-img__img-container > picture > img | /content/auckland/en/_jcr_content/par/responsivegrid_3491... |
Group of students studying together. a > div.uoa-flex-text-img__img-container > picture > img | /content/auckland/en/_jcr_content/par/responsivegrid_3491... |
Group of students walking together inside a building a > div.uoa-flex-text-img__img-container > picture > img | /assets/homepage/low-resolution/io-students-inside-exp-au... |
Students studying together. a#cdq_element_41 > div.uoa-flex-text-img__img-container > picture > img | /assets/business/study-with-us/Studyoptions/Postgraduates... |
Student with hand up in a lecture theatre a > div.uoa-flex-text-img__img-container > picture > img | www.auckland.ac.nz/assets/students/math-classroom-1600x900.jpg |
Students talking to an advisor a#cdq_element_28 > div.uoa-flex-text-img__img-container > picture#cdq_element_26 > img#cdq_element_16 | /assets/homepage/low-resolution/2023-international-studen... |
Two students talking to an adviser div#cdq_element_53 > div.uoa-flex-text-img__img-container > picture#cdq_element_25 > img#cdq_element_24 | /assets/study/international-students/images/i-internation... |
Drawing of Lou the Kereru superimposed over a sketch of the City Campus a > div.uoa-flex-text-img__img-container > picture > img | /content/auckland/en/_jcr_content/par/responsivegrid_1740... |
Four students chatting outside. a > div.uoa-flex-text-img__img-container > picture > img | www.auckland.ac.nz/assets/law/study-with-us/img/law-students-international.jpg |
From CIE "Innovation resources", in CIE's Unleash Space a > div.uoa-flex-text-img__img-container > picture > img | /content/auckland/en/_jcr_content/par/responsivegrid_2089... |
Two students walking in a garden setting. a > div.uoa-flex-text-img__img-container > picture > img | /content/auckland/en/_jcr_content/par/responsivegrid_2089... |
Large ocean wave breaking div.uoa-flex-text-img > div.uoa-flex-text-img__img-container > picture > img | /content/auckland/en/_jcr_content/par/responsivegrid_2089... |
Cecilia Tarrant and Barry Upson holding an oversize cheque for 10 million dolla… a > div.uoa-flex-text-img__img-container > picture > img | /content/auckland/en/_jcr_content/par/responsivegrid/par1... |
Yusuke Hioka in the field monitoring kiwi alongside doctoral candidate Yonghui … a > div.uoa-flex-text-img__img-container > picture > img | /content/auckland/en/_jcr_content/par/responsivegrid/par2... |
a > div.uoa-flex-text-img__img-container > picture > img a > div.uoa-flex-text-img__img-container > picture > img | /content/auckland/en/_jcr_content/par/responsivegrid/par3... |
a > div.uoa-flex-text-img__img-container > picture > img a > div.uoa-flex-text-img__img-container > picture > img | /content/auckland/en/_jcr_content/par/responsivegrid/par4... |
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
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Waipapa Taumata RauUniversity of Auckland header.main-header > div.logo-area > div.container > a.logo |
AskAuckland
Your online help and support centre. Search our frequently asked q… div.row > div.col-xs-12 > div.askaucklandcomponent > div.ask-auckland |
Waipapa Taumata RauUniversity of Auckland div.uoa-footer__container > div.uoa-footer__container > div.uoa-footer__section > a.footer-logo |
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
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 |
|---|
div.WxOChatApp__themeWrapper > div.WxOChatApp__root > div.wxo-float-container > button.chatButton div.WxOChatApp__themeWrapper > div.WxOChatApp__root > div.wxo-float-container > button.chatButton |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.uoa-footer__container > div.social_mobile_view > div.uoa-footer__social > ul.footer__social-icon-list |
About the University
Our faculties and institutes
About our research
Our campus… div.uoa-footer__container > div.uoa-footer__container > div.uoa-footer__section > ul |
Contact us
AskAuckland
Emergencies and safety on campus
Donate to the Universit… div.uoa-footer__container > div.uoa-footer__container > div.uoa-footer__section > ul |
Accessibility Copyright Privacy
Disclaimer div.uoa-footer__container > div.uoa-footer__container > div.uoa-footer__legal > ul.sub |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Accessibility div.uoa-footer__legal > ul.sub > li > a |
Disclaimer div.uoa-footer__legal > ul.sub > li > a |
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) | |
|---|---|---|---|
Waipapa Taumata Rau graphic div.flexicomponent > div.uoa-flex-text-img > picture > img | /content/auckland/en/_jcr_content/par/responsivegrid_5978... | 412 x 456 (0.90) | 480 x 270 (1.78) |
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
us-south.watson-orchestrate.cloud.ibm.com/wxochat/static/js/app.9972a023.js line 1, col 467234 | Error in Axios Instance: AxiosError: Request failed with status code 401
at De (https://us-south.watson-orchestrate.cloud.ibm.com/wxochat/static/js/vendors.902b0a5e.js:8:94056)
at XMLHttpRequest.g (https://us-south.watson-orchestrate.cloud.ibm.com/wxochat/static/js/vendors.902b0a5e.js:8:98561) |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 404 () | |
TypeError: document.arrive is not a function
at ot.componentDidLoad (https://uoa-assistant.auckland.ac.nz/build/p-74ee9601.entry.js:3:72735)
at Z (https://uoa-assistant.auckland.ac.nz/build/p-c769c7d3.js:1:10031)
at Q (https://uoa-assistant.auckland.ac.nz/build/p-c769c7d3.js:1:9708)
at n (https://uoa-assistant.auckland.ac.nz/build/p-c769c7d3.js:1:8613)
at J (https://uoa-assistant.auckland.ac.nz/build/p-c769c7d3.js:1:8631)
at https://uoa-assistant.auckland.ac.nz/build/p-c769c7d3.js:1:7890
at ee (https://uoa-assistant.auckland.ac.nz/build/p-c769c7d3.js:1:10082)
at G (https://uoa-assistant.auckland.ac.nz/build/p-c769c7d3.js:1:7880)
at Array.<anonymous> (https://uoa-assistant.auckland.ac.nz/build/p-c769c7d3.js:1:7699)
at Oe (https://uoa-assistant.auckland.ac.nz/build/p-c769c7d3.js:2:549) undefined |
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
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.auckland.ac.nz/en/news/list.html?tag=news%3Athe-challenge | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.