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.
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.
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.
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 |
|---|---|---|
| s30991.pcdn.co/wp-content/themes/mimas/dist/css/2026/header.css?v=3.5.5 | 18.5 KiB | 166 ms |
| s30991.pcdn.co/wp-content/themes/homepage/dist/css/child.css?ver=6.9.4 | 1.8 KiB | |
| s30991.pcdn.co/wp-content/themes/mimas/dist/css/main.css?ver=3.5.5 | 65.5 KiB | 498 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.
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 | |
|---|---|---|---|
Schools must do more than box-ticking to support Indigenous kids: report div.thumb > div.thumb__nail > a > img.thumb-img | s30991.pcdn.co/news/wp-content/uploads/2026/04/SP-20150507-5625-1000x500.jpg | 169.2 KiB | 132.8 KiB |
Panorama view of Miri city, Sarawak, Borneo, Malaysia div > div.mc-item > a.mc-link > img | /wp-content/uploads/sites/4/2022/12/AdobeStock_220638856-... | 196.9 KiB | 112.5 KiB |
Nationally defined framework to recognise Culturally Significant Entities div.thumb > div.thumb__nail > a > img.thumb-img | /news/wp-content/uploads/2026/04/Martuwarra-Fitzroy-River... | 166.5 KiB | 104.3 KiB |
Wide shot of Curtin's main Perth campus div > div.mc-item > a.mc-link > img | /wp-content/uploads/sites/4/2023/06/curtin-perth-2000x100... | 152.8 KiB | 98.7 KiB |
Study looks to Africa to best support Aussies living with chronic conditions div.thumb > div.thumb__nail > a > img.thumb-img | s30991.pcdn.co/news/wp-content/uploads/2026/04/IMG-20251014-WA0014-1000x500.jpg | 102.5 KiB | 66.1 KiB |
Curtin appoints Cisco leader to foster future tech talent div.thumb > div.thumb__nail > a > img.thumb-img | /news/wp-content/uploads/2026/04/Carl_Solder_Lecturing_20... | 79.6 KiB | 43.1 KiB |
Mauritius
div > div.mc-item > a.mc-link > img | s30991.pcdn.co/wp-content/uploads/sites/4/2022/12/Mauritius.jpeg.webp | 55.6 KiB | 29.6 KiB |
Singapore
div > div.mc-item > a.mc-link > img | s30991.pcdn.co/wp-content/uploads/sites/4/2022/12/Singapore.jpg.webp | 37.1 KiB | 17.8 KiB |
Dubai
div > div.mc-item > a.mc-link > img | s30991.pcdn.co/wp-content/uploads/sites/4/2022/12/Dubai.jpg.webp | 35.4 KiB | 16.1 KiB |
Skyline of Colombo, Sri Lanka div > div.mc-item > a.mc-link > img | s30991.pcdn.co/wp-content/uploads/sites/4/2024/11/colombo_skyline.jpg.webp | 36.9 KiB | 10.9 KiB |
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 |
|---|---|
| curtin.edu.au/ | 1.7 s |
| www.curtin.edu.au/ | 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
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 |
|---|---|---|
| s30991.pcdn.co/wp-content/themes/mimas/dist/css/main.css?ver=3.5.5 | 64.9 KiB | 51.5 KiB |
| /wp-content/plugins/instagram-feed-pro/css/sbi-styles.min... | 19.9 KiB | 19.9 KiB |
| s30991.pcdn.co/wp-content/themes/mimas/dist/css/2026/header.css?v=3.5.5 | 18.0 KiB | 15.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 | 6.5 s |
| Other | 2.3 s |
| Style & Layout | 1.2 s |
| Script Parsing & Compilation | 871 ms |
| Garbage Collection | 341 ms |
| Rendering | 209 ms |
| Parse HTML & CSS | 129 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.
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.
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 |
|---|
mimas-block > form.search-form > fieldset.search-bar > button.search-clear mimas-block > form.search-form > fieldset.search-bar > button.search-clear |
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to the content body.home > nav.skip-links > a.skip-to-content |
Skip to search body.home > nav.skip-links > a |
Skip to secondary navigation body.home > nav.skip-links > a |
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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Explore our study areas article.mimas-grid > mimas-block > section.study-areas > h4 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Study
Study
Study at Curtin
Find a course
Explore course types
Browse study are… div.mm-ocd > div.mm-ocd__content > nav.header__mobile-nav > ul.first-level |
Study
Study at Curtin
Find a course
Explore course types
Browse study areas
Ent… nav.header__mobile-nav > ul.first-level > li > ul#sub-menu-1 |
Life at Curtin
Life at Curtin
Regional study
Living in Perth
Learning and study… nav.header__mobile-nav > ul.first-level > li > ul#sub-menu-2 |
Engage
Engage
For industry
For education providers, teachers and advisors
For a… nav.header__mobile-nav > ul.first-level > li > ul#sub-menu-3 |
About
About Curtin
Respect at Curtin
Rankings and reputation
Learning and teach… nav.header__mobile-nav > ul.first-level > li > ul#sub-menu-4 |
Research
Research at Curtin
Research areas
Higher degrees by research
Our resea… nav.header__mobile-nav > ul.first-level > li > ul#sub-menu-5 |
News & events
News
Events
Media Centre nav.header__mobile-nav > ul.first-level > li > ul#sub-menu-6 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best Practices
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 |
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.