Lighthouse Desktop
· 0 checks — Desktop 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.
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.
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 |
|---|---|---|
| www.uts.edu.au/dist/css/index.css | 81.0 KiB | 271 ms |
| www.uts.edu.au/static/css/materialicons.css | 1.5 KiB | 271 ms |
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.image > figure.image__wrapper > picture.image__picture > img.image__img div.image > figure.image__wrapper > picture.image__picture > img.image__img | /AdaptiveImages/bynder/09B78652-CB4A-404F-A7185A64540ACEA... | 256.3 KiB | 218.8 KiB |
div.image > figure.image__wrapper > picture.image__picture > img.image__img div.image > figure.image__wrapper > picture.image__picture > img.image__img | /AdaptiveImages/bynder/F873772C-C365-4856-B610CBD651B6B17... | 222.1 KiB | 199.3 KiB |
abstract illustration of a crowd of people with different skin tones and hairst… div.image > figure.image__wrapper > picture.image__picture > img.image__img | /AdaptiveImages/optimizely/abf5a911-0f42-423c-843a-4ab5f0... | 101.5 KiB | 76.8 KiB |
abstract illustration of a person balancing on an upward arrow with a pink grid… div.image > figure.image__wrapper > picture.image__picture > img.image__img | /AdaptiveImages/optimizely/de15ab4e-ca82-481f-b195-fe24ab... | 59.5 KiB | 45.1 KiB |
abstract illustration of three people holding up a yellow circle div.image > figure.image__wrapper > picture.image__picture > img.image__img | /AdaptiveImages/optimizely/9178b116-7d4f-42fa-99c5-c01365... | 57.2 KiB | 43.3 KiB |
abstract illustration of three hands holding a Venn diagram colour wheel div.image > figure.image__wrapper > picture.image__picture > img.image__img | /AdaptiveImages/optimizely/370d27d1-73e0-4fb4-a6c9-4880eb... | 39.2 KiB | 29.7 KiB |
div.image > figure.image__wrapper > picture.image__picture > img.image__img div.image > figure.image__wrapper > picture.image__picture > img.image__img | /AdaptiveImages/optimizely/6cc30397-1a0b-4729-9e7f-aefe94... | 89.6 KiB | 23.1 KiB |
div.image > figure.image__wrapper > picture.image__picture > img.image__img div.image > figure.image__wrapper > picture.image__picture > img.image__img | /AdaptiveImages/optimizely/824dd45e-3f2c-4f2e-bb39-558838... | 52.8 KiB | 17.1 KiB |
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 |
|---|---|
| uts.edu.au/ | 1.1 s |
| www.uts.edu.au/ | 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.
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 |
|---|---|---|
| www.uts.edu.au/dist/css/index.css | 80.2 KiB | 76.5 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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.3 s |
| Other | 1.0 s |
| Script Parsing & Compilation | 214 ms |
| Style & Layout | 132 ms |
| Garbage Collection | 38 ms |
| Parse HTML & CSS | 34 ms |
| Rendering | 27 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
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.uts.edu.au/dist/assets/js/Search/SearchPrompt/SearchPrompt.js | 7.8 KiB | 2.9 KiB |
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 | |
|---|---|
Instagram ul.footer__image-list > li > a.link > img.footer__social-icon | /globalassets/restricted/media/all-pages-sitewide/footer/... |
LinkedIn ul.footer__image-list > li > a.link > img.footer__social-icon | /globalassets/restricted/media/all-pages-sitewide/footer/... |
YouTube ul.footer__image-list > li > a.link > img.footer__social-icon | /globalassets/restricted/media/all-pages-sitewide/footer/... |
TikTok ul.footer__image-list > li > a.link > img.footer__social-icon | /globalassets/restricted/media/all-pages-sitewide/footer/... |
Facebook ul.footer__image-list > li > a.link > img.footer__social-icon | /globalassets/restricted/media/all-pages-sitewide/footer/... |
WeChat ul.footer__image-list > li > a.link > img.footer__social-icon | /globalassets/restricted/media/all-pages-sitewide/footer/... |
University of Technology Sydney div > div.footer__top-section > div.footer__left-section > img.footer__logo-image | /globalassets/restricted/media/all-pages-sitewide/footer/... |
Australian Technology Network ul.footer__image-list > li.footer__image-list-item > a > img.footer__member-image | /globalassets/restricted/media/all-pages-sitewide/footer/... |
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
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | js.monitor.azure.com/scripts/b/ai.2.gbl.min.js line 4, col 20343 |
| 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.