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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /sites/default/files/css/css_fznkIgkO9ztBhwMK8wCnZ-sOJsZg... | 95.1 KiB | 1.0 s |
| /sites/default/files/css/css_Pk76YP3wHCWEVuSX-A2KjkJORutm... | 53.4 KiB | 1.7 s |
| uq.edu.au/styleguide/css/base.css?tdi9ak | 4.6 KiB | 337 ms |
| uq.edu.au/styleguide/css/constants.css?tdi9ak | 1.6 KiB | 337 ms |
| uq.edu.au/libraries/design-system/css/core.css?tdi9ak | 848 B | 337 ms |
| /sites/default/files/css/css_DBGxDTakBhKYeIIAfJSgFPHtvt0G... | 12.6 KiB | 1.0 s |
| uq.edu.au/libraries/design-system/css/card.css?tdi9ak | 2.3 KiB | 1.0 s |
| uq.edu.au/libraries/design-system/css/button.css?tdi9ak | 1.3 KiB | 1.0 s |
| uq.edu.au/libraries/design-system/css/hero.css?tdi9ak | 1.6 KiB | 1.0 s |
| /sites/default/files/css/css_bfc7WvMAshyQrTWjxxvvG4Rt8JXh... | 1.6 KiB | 337 ms |
| /css2?family=Montserrat:wght@500&family=Roboto:wght@300;4... | 2.3 KiB | 270 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 |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.6 KiB |
| /signals/config/340668093090803?v=2.9.303&r=stable&domain... | 1200.0 s | 48.9 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| js.adsrvr.org/up_loader.1.1.0.js | 0.0 ms | 12.3 KiB |
| snap.licdn.com/li.lms-analytics/insight.min.js | 86400.0 s | 18.7 KiB |
| s.yimg.com/wi/ytc.js | 0.0 ms | 7.1 KiB |
| acdn.adnxs.com/dmp/up/pixie.js | 86402.0 s | 9.2 KiB |
| js.adsrvr.org/universal_pixel.js | 0.0 ms | 935 B |
| /collect?v=2&fmt=js&pid=7567185&time=1776804998154&url=ht... | 0.0 ms | 910 B |
| /t/v2/activity?tagid=V2_891204&src.rand=[timestamp]&src.P... | 0.0 ms | 185 B |
| /tr/?id=340668093090803&ev=PageView&dl=https%3A%2F%2Fuq.e... | 0.0 ms | 19 B |
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 | |
|---|---|---|---|
Indigenous artists' painting of the Brisbane river and Indigenous tools section.section > article.section__content > div.grid__col > img | /sites/default/files/styles/image_panel/public/2024-12/ho... | 169.4 KiB | 127.6 KiB |
External view of Forgan Smith at St Lucia div.block > div.uq-card > div.uq-card__image > img | /sites/default/files/styles/uqds_card/public/2023-12/st-l... | 130.4 KiB | 117.6 KiB |
Two students having a conversation div.block > div.uq-card > div.uq-card__image > img | /sites/default/files/styles/uqds_card/public/2023-12/bran... | 88.5 KiB | 79.8 KiB |
Two students sitting looking at a laptop div.block > div.uq-card > div.uq-card__image > img | /sites/default/files/styles/uqds_card/public/2023-12/bran... | 81.2 KiB | 73.2 KiB |
2 students sitting on Great Court lawn with laptops. div.block > div.uq-story-card > div.uq-story-card__image > img | /sites/default/files/styles/uqds_card/public/2025-07/Even... | 94.6 KiB | 70.9 KiB |
Teacher shows a small-scale architectural model of a building to student. section.section > article.section__content > div.grid__col > img | /sites/default/files/styles/image_panel/public/2026-03/na... | 76.8 KiB | 35.1 KiB |
Research looking through microscope section.section > article.section__content > div.grid__col > img | /sites/default/files/styles/image_panel/public/2022-05/Fi... | 44.5 KiB | 20.3 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.
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 |
|---|---|---|
| /sites/default/files/css/css_fznkIgkO9ztBhwMK8wCnZ-sOJsZg... | 94.6 KiB | 91.5 KiB |
| /sites/default/files/css/css_Pk76YP3wHCWEVuSX-A2KjkJORutm... | 52.8 KiB | 48.5 KiB |
| /sites/default/files/css/css_DBGxDTakBhKYeIIAfJSgFPHtvt0G... | 12.1 KiB | 10.9 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-WMH69N>m=4e64h1h1 | 159.9 KiB | 76.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-QG0JXDMRML&cx=c>m=4e64h1h1 | 173.2 KiB | 69.3 KiB |
| www.googletagmanager.com/gtag/js?id=UA-212914-5 | 115.7 KiB | 63.5 KiB |
| www.googletagmanager.com/gtag/destination?id=DC-9483053&cx=c>m=4e64h1h1 | 129.4 KiB | 62.3 KiB |
| www.googletagmanager.com/gtag/js?id=AW-995366983&cx=c>m=4e64h1h1 | 146.3 KiB | 62.0 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1003791145&cx=c>m=4e64h1h1 | 146.3 KiB | 61.8 KiB |
| www.googletagmanager.com/gtag/js?id=AW-16959554276&cx=c>m=4e64h1h1 | 137.5 KiB | 61.1 KiB |
| www.googletagmanager.com/gtag/js?id=AW-660427286&cx=c>m=4e64h1h1 | 144.8 KiB | 60.9 KiB |
| analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js | 105.3 KiB | 55.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NC7M38Q | 192.4 KiB | 54.0 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 32.9 KiB |
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 |
|---|---|---|
| /sites/default/files/js/js_nkDyzuoTw73nC98OXOQ7rb2-adEHmf... | 8.8 KiB | 2.4 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 | |
|---|---|
The University of Queensland div.uq-header__container > div.uq-header__logo > a.logo--large > img | static.uq.net.au/v11/logos/corporate/uq-logo--reversed.svg |
Universities Australia ul.member-logos__link-container > li > a.member-logos__link > img | uq.edu.au/styleguide/images/universities-australia-logo.svg |
Association of Pacific Rim Universities ul.member-logos__link-container > li > a.member-logos__link > img | uq.edu.au/styleguide/images/apru-logo.svg |
Group of Eight ul.member-logos__link-container > li > a.member-logos__link > img | uq.edu.au/styleguide/images/go8-logo.svg |
Worldwide Universities Network ul.member-logos__link-container > li > a.member-logos__link > img | uq.edu.au/styleguide/images/wun-logo.svg |
Universitas 21 ul.member-logos__link-container > li > a.member-logos__link > img | uq.edu.au/styleguide/images/u21-logo.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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
00025B nav.uq-footer__meta > ul.uq-footer__footer-list > li.uq-footer__footer-item > a.uq-footer__link |
These are opportunities to improve the legibility of your content.
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 |
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 |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 404 (Not Found) |
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Study li.uq-header__newglobal-nav-item > ul > li > a.slide-menu__backlink |
Study with us li > ul > li > a.slide-menu__backlink |
Discover UQ li > ul > li > a.slide-menu__backlink |
Information for li > ul > li > a.slide-menu__backlink |
Research li.uq-header__newglobal-nav-item > ul > li > a.slide-menu__backlink |
Our research li > ul > li > a.slide-menu__backlink |
Graduate research li > ul > li > a.slide-menu__backlink |
Partner with us li > ul > li > a.slide-menu__backlink |
Partners and community li.uq-header__newglobal-nav-item > ul > li > a.slide-menu__backlink |
Industry partnerships li > ul > li > a.slide-menu__backlink |
Community engagement li > ul > li > a.slide-menu__backlink |
Our facilities li > ul > li > a.slide-menu__backlink |
About li.uq-header__newglobal-nav-item > ul > li > a.slide-menu__backlink |
Our University li > ul > li > a.slide-menu__backlink |
Campuses and facilities li > ul > li > a.slide-menu__backlink |
Working with us li > ul > li > a.slide-menu__backlink |
To appear in search results, crawlers need access to your app.