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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
thumbnail image div.views-row > div.row > a.col-4 > img.w100px | d1zkbwgd2iyy9p.cloudfront.net/files/research-theme/images/213263170.jpg | 808.6 KiB | 801.1 KiB |
thumbnail image div.views-row > div.row > a.col-4 > img.w100px | d1zkbwgd2iyy9p.cloudfront.net/files/research-theme/images/220889020.jpg | 199.8 KiB | 192.4 KiB |
thumbnail image div.views-row > div.row > a.col-4 > img.w100px | d1zkbwgd2iyy9p.cloudfront.net/files/research-theme/images/137128250.jpg | 196.6 KiB | 189.1 KiB |
thumbnail image div.views-row > div.row > a.col-4 > img.w100px | d1zkbwgd2iyy9p.cloudfront.net/files/research-theme/images/224449420.jpg | 176.9 KiB | 169.5 KiB |
thumbnail image div.views-row > div.row > a.col-4 > img.w100px | /files/research-theme/images/future-security-653881644.jpg | 128.1 KiB | 119.6 KiB |
banner div.anu-wf-rotator-rotator > div.band-black-wrap > div.overlap > img | /files/styles/anu_home_banner_band/public/2026-04/Intl ap... | 183.0 KiB | 102.5 KiB |
news thumbnail image div.row > div.row > div.col-lg-8 > img.w100 | /files/styles/anu_double_narrow_16_9/public/2026-03/honey... | 58.8 KiB | 26.6 KiB |
thumbnail image div.views-row > div.row > a.col-4 > img.w100px | /files/research-theme/images/culture_creativity_societies... | 20.1 KiB | 16.8 KiB |
a.nounderline > div.card-item-wrapper > div > img.w100 a.nounderline > div.card-item-wrapper > div > img.w100 | imagedepot.anu.edu.au/anu%20gateway/home-research-thumbnail.jpg | 42.8 KiB | 10.0 KiB |
a.nounderline > div.card-item-wrapper > div > img.w100 a.nounderline > div.card-item-wrapper > div > img.w100 | imagedepot.anu.edu.au/anu%20gateway/home-postgrad-thumbnail.jpg | 42.6 KiB | 9.6 KiB |
a.nounderline > div.card-item-wrapper > div > img.w100 a.nounderline > div.card-item-wrapper > div > img.w100 | imagedepot.anu.edu.au/anu%20gateway/home-international-thumbnail.jpg | 38.6 KiB | 5.6 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.
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.
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.
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.
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 |
|---|---|
| anu.edu.au/ | 1.5 s |
| www.anu.edu.au/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Study at ANU
Search programs and courses
Undergraduate students
Postgraduate … div#block-webstyle-content > article > div > div.bg-blobs | 0.466 |
Apply for Semester 2, 2026: International student applications close 15 May
App… body.page-node-42886 > div.dialog-off-canvas-main-canvas > div.anu-bnr-wrap-1240 > main#main-content | 0.210 |
Apply for Semester 2, 2026: International student applications close 15 May
App… body.page-node-42886 > div.dialog-off-canvas-main-canvas > div.anu-bnr-wrap-1240 > main#main-content | 0.060 |
Undergraduate students div.card-item-wrapper > div.text-overlay > div.overlay-content > p.h4 | 0.000 |
Search div.row > div.col-lg-10 > form#form1 > button#submitbutton | 0.000 |
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
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 |
|---|---|---|
| d1blp3aor2iuhp.cloudfront.net/libs/bootstrap/css/bootstrap-grid.min.css | 7.0 KiB | 4.6 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 |
|---|---|---|
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css | 18.5 KiB | 18.2 KiB |
| #onetrust-banner-sdk{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} … | 20.4 KiB | 18.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/gtag/js?id=G-E1GV4NJHV2&cx=c>m=4e64h1 | 178.7 KiB | 69.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5H3R8L | 186.2 KiB | 59.1 KiB |
| cdn-au.onetrust.com/scripttemplates/202401.2.0/otBannerSdk.js | 104.3 KiB | 54.3 KiB |
| d1blp3aor2iuhp.cloudfront.net/widgets/bundle.js | 61.4 KiB | 26.6 KiB |
| /core/assets/vendor/jquery/jquery.min.js?v=4.0.0-rc.1 | 27.0 KiB | 21.3 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 |
|---|---|---|---|
| Unattributable | 840 ms | 107 ms | 0.0 ms |
| www.anu.edu.au/ | 602 ms | 11 ms | 2.1 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5H3R8L | 541 ms | 433 ms | 82 ms |
| www.googletagmanager.com/gtag/js?id=G-E1GV4NJHV2&cx=c>m=4e64h1 | 461 ms | 383 ms | 73 ms |
| cdn-au.onetrust.com/scripttemplates/202401.2.0/otBannerSdk.js | 260 ms | 166 ms | 52 ms |
| d1blp3aor2iuhp.cloudfront.net/widgets/bundle.js | 182 ms | 152 ms | 26 ms |
| d1blp3aor2iuhp.cloudfront.net/widgets/429.bundle.js | 126 ms | 110 ms | 4.5 ms |
| cdn-au.onetrust.com/consent/0a85b331-d8d7-4979-a97e-aa69b819df86/OtAutoBlock.js | 62 ms | 48 ms | 1.4 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.6 s |
| Other | 884 ms |
| Style & Layout | 372 ms |
| Script Parsing & Compilation | 288 ms |
| Rendering | 158 ms |
| Parse HTML & CSS | 139 ms |
| Garbage Collection | 66 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 | |
|---|---|
Research icon div.field > div.ml-n-5 > div.mt-0 > img.w100px | imagedepot.anu.edu.au/isfs/microsite/apply/home-banner-icon.png |
Group of Eight Member div.anu-row > div.anu-col-12 > a.anu-wf-a > img.anu-wf-img | d1blp3aor2iuhp.cloudfront.net/images/logos/logo-GroupOfEight.svg |
The Australian National University div.col-lg-auto > div.anu-wf-header-logo > a > img.logo | d1blp3aor2iuhp.cloudfront.net/images/logos/logo-ANU-black.svg |
The Australian National University div.anu-col > div.anu-row > div.anu-col-lg-4 > img.anu-wf-img | d1blp3aor2iuhp.cloudfront.net/images/logos/logo-ANU.svg |
teamwork icon div.row > div.col-lg-12 > a.d-block > img.absmiddle | imagedepot.anu.edu.au/anu%20gateway/Sui001-2-gold-104.svg |
APRU div.anu-row > div.anu-col-12 > a.anu-wf-a > img.anu-wf-img | d1blp3aor2iuhp.cloudfront.net/images/logos/logo-APRU.svg |
trophy icon div.row > div.col-lg-12 > a.d-block > img.absmiddle | imagedepot.anu.edu.au/anu%20gateway/Sui001-2-gold-099.svg |
cursor icon div.row > div.col-lg-12 > a.d-block > img.absmiddle | imagedepot.anu.edu.au/anu%20gateway/Sui001-2-gold-139.svg |
chat icon div.row > div.col-lg-12 > a.d-block > img.absmiddle | imagedepot.anu.edu.au/anu%20gateway/Sui001-2-gold-106.svg |
IARU div.anu-row > div.anu-col-12 > a.anu-wf-a > img.anu-wf-img | d1blp3aor2iuhp.cloudfront.net/images/logos/logo-IARU.svg |
icon-arrow-up-solid footer.anu-wf-footer > div.anu-container > a#btn-back-to-top > img.anu-wf-img | d1blp3aor2iuhp.cloudfront.net/images/icons/icon-arrow-up-solid.svg |
read more icon div.col-lg-3 > div.w100 > div.px-3 > img.w64px | imagedepot.anu.edu.au/anu%20gateway/right-arrow-with-bg.svg |
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 |
|---|
Contact ANU div.anu-row > div.anu-col > p.anu-wf-p > a.anu-wf-a |
Copyright div.anu-row > div.anu-col > p.anu-wf-p > a.anu-wf-a |
Disclaimer div.anu-row > div.anu-col > p.anu-wf-p > a.anu-wf-a |
Privacy div.anu-row > div.anu-col > p.anu-wf-p > a.anu-wf-a |
Freedom of Information div.anu-row > div.anu-col > p.anu-wf-p > a.anu-wf-a |
Accessibility div.anu-row > div.anu-col > p.anu-wf-p > a.anu-wf-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 |
|---|
Read more div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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.
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 |
|---|---|
| /news/all-news/scientists-rescue-the-lost-song-of-the-cri... | Read more |
| research.anu.edu.au/ | Learn more |
| policies.anu.edu.au/ppl/document/ANUP_010007 | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.