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.
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 | |
|---|---|---|---|
Monster illicit tobacco haul uncovered in suitcase article.story-block > a.story__link > figure.story__media > img | /a2OPsxeAZriC4FhieBf-YJbUjgI=/687x387/https://prod.static... | 3.7 MiB | 3.4 MiB |
Ballistic missile paraded through Iranian streets article.story-block > a.story__link > figure.story__media > img | /8Mp0CKJalHP1jwdOSbABvQrkANY=/220x124/https://prod.static... | 894.3 KiB | 652.9 KiB |
The container 'fortress' designed to survive the outside world article.story-block > a.story__link > figure.story__media > img | /8yHsdIuU7iksKTDADl_4IBKMHxI=/0x248:1496x1089/687x387/htt... | 457.4 KiB | 414.1 KiB |
Sydney home comes with a free $100k sports car, but there's a catch article.story-block > a.story__link > figure.story__media > img | /uOVW1lyC8EHO1t0yMTurVvJVWiM=/0x123:2499x1528/687x387/htt... | 422.1 KiB | 378.9 KiB |
These photos of Harry and Meghan could land Aussies in hot water article.story-block > a.story__link > figure.story__media > img | /QRoc7IewX2Z42E5JvOwhA-ljEOM=/176x135:1113x663/687x387/ht... | 393.9 KiB | 350.6 KiB |
Port Melbourne brawl arrest vision looper article.story-block > a.story__link > figure.story__media > img | /Uv5U5uX966KGTB_MPT_uabhoK-g=/74x0:525x338/210x158/https:... | 464.7 KiB | 302.1 KiB |
Your Local, Your News div > section._2Jp_ysbE > a > img.p4CElV0r | /uvUK_GwdsIzitcF8M4rLajT2scs=/692x109/https://prod.static... | 140.8 KiB | 128.5 KiB |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /1KiEHTP9nVnfwCV_a0eYd76wFZQ=/11x22:165x138/210x158/https... | 52.3 KiB | 46.9 KiB |
Mild mannered Melbourne coach in charge of global juggernaut article.story-block > a.story__link > figure.story__media > img | /k9jWTNX-Tuj30tq2vJec9s0ktcI=/18x0:1005x555/694x391/https... | 90.4 KiB | 46.3 KiB |
What does the NDIS overhaul mean for you? article.story-block > a.story__link > figure.story__media > img | /4B_j47qhV0yst0ks35-xBh68GWE=/0x0:1254x705/687x387/https:... | 75.7 KiB | 32.4 KiB |
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.
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.
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.9news.com.au/assets/main.0348caca.css | 50.6 KiB | 301 ms |
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 |
|---|---|
| 9news.com.au/ | 901 ms |
| www.9news.com.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
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 | 4.9 s |
| Other | 1.9 s |
| Script Parsing & Compilation | 932 ms |
| Style & Layout | 888 ms |
| Rendering | 286 ms |
| Parse HTML & CSS | 221 ms |
| Garbage Collection | 153 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 |
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 |
|---|---|---|
| ca.surveygizmo.com/runtimejs/intercept/intercept.js | 8.3 KiB | 2.5 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 |
|---|---|---|
| www.9news.com.au/assets/main.0348caca.css | 50.5 KiB | 44.2 KiB |
| .sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0; … } … | 28.1 KiB | 28.0 KiB |
| .fc-consent-root .fc-cutout-background { background-color: rgb(255, 255, 255) !important; … } … | 17.1 KiB | 14.6 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.9news.com.au/assets/main.a9fd1790.js | 1010.0 KiB | 575.5 KiB |
| players.brightcove.net/664969388001/H190EXsjW_default/index.min.js | 347.6 KiB | 256.2 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 130.5 KiB |
| surveys-static-prd.survicate-cdn.com/widget_core-28.23.15.js | 160.2 KiB | 77.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WJZH974B | 119.6 KiB | 67.0 KiB |
| widgets.outbrain.com/outbrain.js | 109.3 KiB | 57.1 KiB |
| share.9cdn.net/share/long_cache/js/tracking/tracking.4.0.516.min.js | 83.2 KiB | 53.7 KiB |
| micro.rubiconproject.com/prebid/dynamic/21460.js | 137.0 KiB | 49.6 KiB |
| cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js | 72.9 KiB | 38.1 KiB |
| fundingchoicesmessages.google.com/i/133009657?ers=3 | 68.8 KiB | 36.2 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 32.6 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 27.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 | |
|---|---|
LIVE: Iran seizes two ships, disables a third as ceasefire erodes a.takeover__link > div.takeover__media-wrapper > figure.story__media > img | /dT443HwnODyCHjUxcXKxeFxBC-k=/694x391/https://prod.static... |
Your Local, Your News div > section._2Jp_ysbE > a > img.p4CElV0r | /uvUK_GwdsIzitcF8M4rLajT2scs=/692x109/https://prod.static... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /1KiEHTP9nVnfwCV_a0eYd76wFZQ=/11x22:165x138/210x158/https... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /f5JTqqDVoCd5oXK6uB_poF6vxv4=/240x0:1680x1080/210x158/htt... |
Donald Trump pressured Republican states to redraw their congressional maps. article.story-block > a.story__link > figure.story__media > img | /69CDn1073gE52u19U5pM8FOQZ2I=/174x0:1221x785/210x158/http... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /il-K_DoAD0XJa9cdxHwdb4N01Mc=/210x158/https://prod.static... |
Persian Gulf towards Strait of Hormuz article.story-block > a.story__link > figure.story__media > img | /S5rfIKFXA7rY3716uQO_o5d9pQ0=/57x0:966x682/210x158/https:... |
Man high on mushrooms and dressed as ninja when he attacked neighbours article.story-block > a.story__link > figure.story__media > img | /IUhPsh2O03paatibKSA8DNlThMw=/210x158/https://prod.static... |
A terrifying home invasion and kidnapping has transpired on a suburban street i… article.story-block > a.story__link > figure.story__media > img | /jGztsJF7SRduHswu-P1ukwZqkSE=/960x0:3840x2160/210x158/htt... |
Alicia Gardiner, known for her roles in the television series Offspring and Dea… article.story-block > a.story__link > figure.story__media > img | /c-GnoaMj85DGkBHqys86YP10Sqw=/868x0:3490x1967/210x158/htt... |
Australia's biggest veteran community left divided article.story-block > a.story__link > figure.story__media > img | /lD3PKrvEIFqumaFq4-UW9IAl1yk=/210x158/https://prod.static... |
Minister for Health and Ageing and Minister for Disability and the NDIS Mark Bu… article.story-block > a.story__link > figure.story__media > img | /T3xthQKL60XcPTFHsWwPB1CsZvQ=/0x0:4509x3006/210x158/https... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /NJ41LFTx3DoS7TuFT9OmRoC-lZw=/0x0:1404x936/210x158/https:... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /ygQQsL11wPXRVKvW7hQZ4OCHvnQ=/240x0:1680x1080/210x158/htt... |
Port Melbourne brawl arrest vision looper article.story-block > a.story__link > figure.story__media > img | /Uv5U5uX966KGTB_MPT_uabhoK-g=/74x0:525x338/210x158/https:... |
Regina Arthurell. article.story-block > a.story__link > figure.story__media > img | /P8461hsOEXcR8K1xJHJKI7BbNaA=/386x0:2911x1894/210x158/htt... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /rm8WJkih5rU6VjH8ovQ9TJkghkA=/498x604:1415x1120/210x158/h... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /4hy1fycmnOSXNHB4Q5HJpW7mtBQ=/386x82:1519x933/210x158/htt... |
The lawyer allegedly helped launder money for a criminal syndicate. article.story-block > a.story__link > figure.story__media > img | /la1TVuA1MfNkw1s3i7stBzykMh4=/47x73:1075x844/210x158/http... |
ALBO PETROL CASH article.story-block > a.story__link > figure.story__media > img | /XbBYNHnEBWZ7Uwk8qsgRtoDixgA=/210x158/https://prod.static... |
Toddler killed in Caboolture article.story-block > a.story__link > figure.story__media > img | /7ixNnhcaEvDN-2njiXY1bMKdkD0=/150x0:1770x1080/210x158/htt... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /1ZtCgd-sbc-ZpHiuSkh0Po5QQuI=/78x0:1326x936/210x158/https... |
Robin Jeanne Hoinville-Bartram, 19, and her college friend Anita Cunningham, se… article.story-block > a.story__link > figure.story__media > img | /ZVSLN94MOcdCwQlSu4MGujgwByI=/100x0:1617x1138/210x158/htt... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /XXESIvlk9-_XO0euU5SmtxkM_L4=/389x0:1652x947/210x158/http... |
Ominous warning as US embassy urges citizens to leave Middle Eastern nation article.story-block > a.story__link > figure.story__media > img | /gNhR8_HcAcl0axFS2eYNm6yBCG8=/240x135/https://prod.static... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /5s2NAGhuBV5PSAVS5tmg2sQHG7I=/240x0:1680x1080/240x135/htt... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /fasxw-ZHu-Ti5qNB-hrnbbB-TD8=/11x22:165x138/240x135/https... |
Donald Trump pressured Republican states to redraw their congressional maps. article.story-block > a.story__link > figure.story__media > img | /U_Fcl4N9iV8bD8ZuNjnjTO_U13w=/174x0:1221x785/240x135/http... |
article.story-block > a.story__link > figure.story__media > img article.story-block > a.story__link > figure.story__media > img | /7L_X-Sjcelg7na5kNbxDrK1ottc=/109x0:1286x785/240x135/http... |
Luke said he never intended to mislead anyone with this AI photo, he's jus… article.story-block > a.story__link > figure.story__media > img | /R1-cUhikF3JsZoAvudXtIHhmEfg=/123x50:1188x850/240x135/htt... |
'Domestic terror': The disturbing movement behind cop-killer Dezi Freeman article.story-block > a.story__link > figure.story__media > img | /_SlqEF7UaRW_b4ACJTqSa_SEMVo=/220x124/https://prod.static... |
The graph the government doesn't want you to see about our oil stocks article.story-block > a.story__link > figure.story__media > img | /7PZB_x8tWVXTWaLLQ1iBeE51GAo=/220x124/https://prod.static... |
Why we can continue to call our cheese feta, but fontina will be a no-go article.story-block > a.story__link > figure.story__media > img | /akpDLrOI3ZOqmf9IOHGdGU4G6_c=/0x0:2121x1193/220x124/https... |
Ballistic missile paraded through Iranian streets article.story-block > a.story__link > figure.story__media > img | /8Mp0CKJalHP1jwdOSbABvQrkANY=/220x124/https://prod.static... |
Century-old lighthouse 4km offshore hits the market article.story-block > a.story__link > figure.story__media > img | /hySu5Yx18tBj1aIFUZwHxHYtjlY=/0x289:683x674/220x124/https... |
Ukrainian officials propose naming region after Donald Trump article.story-block > a.story__link > figure.story__media > img | /g5HDuS8U5bOsfMf5rcUdWex8vWI=/220x124/https://prod.static... |
UK to introduce lifelong smoking ban for anyone born after 2008 article.story-block > a.story__link > figure.story__media > img | /ZddPeq8oOnoYmxGxjyc-Zp7uMyM=/220x124/https://prod.static... |
Royals family remember Queen Elizabeth II on what would have been her 100th bir… article.story-block > a.story__link > figure.story__media > img | /1und80QNqmTDsrrVPGtXYhMyc0w=/0x76:3000x1763/220x124/http... |
'Lots of bombs': Trump threatens Iran amid reports of new talks article.story-block > a.story__link > figure.story__media > img | /ryjYqbpksvbrZpu3ks5a4mqXJwE=/0x116:2000x1241/220x124/htt... |
Concerns for $750k star as details emerge over mystery absence article.story-block > a.story__link > figure.story__media > img | /KZfGI5K9RGK7740f4yA2OYCWO_4=/0x69:3000x1756/694x391/http... |
'Comes down to recruitment': Slater pinpoints Dragons' mistakes article.story-block > a.story__link > figure.story__media > img | /oQLSLrFDk4wN9BowSOM01E4eA3o=/0x470:4802x3171/694x391/htt... |
Eddie's plea to AFL after 'embarrassing' Butters fiasco article.story-block > a.story__link > figure.story__media > img | /9-v2FXVHewfU43K2VRSp6Pe0WeE=/0x94:4835x2814/220x124/http... |
Kostecki slams 'malicious' Mostert manoeuvre after clash article.story-block > a.story__link > figure.story__media > img | /WSpQBK6LEDn5YwPAiKDjvHZnroM=/0x49:1080x656/220x124/https... |
Crippling extent of Broncos crisis laid bare by busted 13 article.story-block > a.story__link > figure.story__media > img | /rQIHualnY6BGevzodzTcB01nerU=/220x124/https://prod.static... |
'Devils tax': Alarm over reported $7m offer for Pies forward article.story-block > a.story__link > figure.story__media > img | /pg0xyMY_v_eWJ694N-1IFAND7Sk=/0x127:3652x2181/220x124/htt... |
Nanna's household tips to help save money article.story-block > a.story__link > figure.story__media > img | /sYpPgZjGUhTNdBFbjKnVyixahLE=/0x130:1254x835/220x124/http... |
Aussie surfer's close call with deadly sea creature article.story-block > a.story__link > figure.story__media > img | /4bsS74f45lywSG29yic_36L50GI=/220x124/https://prod.static... |
Today's tax breakdown ahead of Federal Budget article.story-block > a.story__link > figure.story__media > img | /kxJwNUHQWRdSqVfmCWi1fVQB5wc=/0x510:4896x3264/220x124/htt... |
'Time to save other people': Young dad's gift after tragic accident article.story-block > a.story__link > figure.story__media > img | /iksvqU7m3MURNgBhHLOLFL22xeY=/0x0:1920x1080/220x124/https... |
Australia's biggest veteran community left divided article.story-block > a.story__link > figure.story__media > img | /PKL6aWu9G8YPhZyqCHBsvRpJ7OI=/0x0:1920x1080/220x124/https... |
Families living in tents as housing crisis continues article.story-block > a.story__link > figure.story__media > img | /TOeUvbxDFSB3_kmI_2qkfPIlPD0=/220x124/https://prod.static... |
Family demand answers after woman left to die alone following luxury cruise tra… article.story-block > a.story__link > figure.story__media > img | /R5VQITqbbW9S9HK5n1CrLJk5tik=/220x124/https://prod.static... |
Why more and more women feel they are being pushed to freeze their eggs article.story-block > a.story__link > figure.story__media > img | /5wOKwg2uWpOgixVGbIsMXbfQwBU=/220x124/https://prod.static... |
Inside the dangerous looksmaxxing trend taking over young men's feeds article.story-block > a.story__link > figure.story__media > img | /we3NQ2ICqsa-yZbzZRQop22heCA=/220x124/https://prod.static... |
Rich-lister Brad Moran's giant Gold Coast compound up for grabs article.story-block > a.story__link > figure.story__media > img | /XmYpq735ssgqr9Tp585Z5cmYwoI=/0x18:2421x1379/220x124/http... |
Owner ordered to tear down $2.5 million house amid planning feud article.story-block > a.story__link > figure.story__media > img | /etJAR_t9nVt__vKhGC6eC-8qAtk=/324x224:2627x1520/220x124/h... |
Grandmother wins $9m lake house after ignoring husband's warning article.story-block > a.story__link > figure.story__media > img | /sfBHY2SiG6NRFycvzQVO0M_8N30=/0x0:1024x576/220x124/https:... |
Couple arrive home to find nasty note taped to their door article.story-block > a.story__link > figure.story__media > img | /bpkv0nk3-nNKd16l5sHNKXvZS_U=/220x124/https://prod.static... |
The last affordable suburb in Sydney revealed article.story-block > a.story__link > figure.story__media > img | /ku10CdERjdKx7WWhykiX2vZxgCg=/0x168:1620x1079/220x124/htt... |
The unusual reason Peter bought this derelict cottage article.story-block > a.story__link > figure.story__media > img | /OyGUKHuCk0AdaC-qtwwnXuP6qkM=/0x0:2068x1163/220x124/https... |
The Toyota HiLux attracting orders from more than your local council article.story-block > a.story__link > figure.story__media > img | /8Kp4pnDGmlsppMgsl5KPwgcj1mw=/220x124/https://prod.static... |
Limited edition Ford returns to Australia article.story-block > a.story__link > figure.story__media > img | /jU7iNpfF0immj1vLd_AWBdJyBv4=/220x124/https://prod.static... |
The smallest model in Hyundai's dedicated Ioniq electric-vehicle range has debu… article.story-block > a.story__link > figure.story__media > img | /XcNpHp-0rYBYdyiHFmRuw0lOi3g=/220x124/https://prod.static... |
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
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Clear ul.forecast__hours > li > div.weather-app__weather-value > i.weather-icon |
Mostly clear ul.forecast__hours > li > div.weather-app__weather-value > i.weather-icon |
Mostly clear ul.forecast__hours > li > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly sunny ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
Mostly cloudy ul.weather-list__items > li.weather-list__item > div.weather-app__weather-value > i.weather-icon |
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 > section > div.toggle > button div > section > div.toggle > button |
div > div > div.score-strip > button#scoreStripPrev div > div > div.score-strip > button#scoreStripPrev |
div > div > div.score-strip > button#scoreStripNext div > div > div.score-strip > button#scoreStripNext |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section > div.feeds > div.advert > iframe#domainIframe section > div.feeds > div.advert > iframe#domainIframe |
section > div.feeds > div.advert > iframe.autoIframe section > div.feeds > div.advert > iframe.autoIframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.header-wrapper > div.Header__Wrapper-sc-1hbyv72-1 > nav.NetworkNav__Nav-sc-2f4qge-0 > a.NineComAu__NineLogoWrapper-sc-8l2uxh-0 section.header-wrapper > div.Header__Wrapper-sc-1hbyv72-1 > nav.NetworkNav__Nav-sc-2f4qge-0 > a.NineComAu__NineLogoWrapper-sc-8l2uxh-0 |
nav.NetworkNav__Nav-sc-2f4qge-0 > div.LogoNavNetwork__LogoNavWrapperNetwork-ytuj7a-3 > div.LogoNavNetwork__LogosWrapperNetwork-ytuj7a-2 > a.LogoNavNetwork__SiteLogoNetwork-ytuj7a-4 nav.NetworkNav__Nav-sc-2f4qge-0 > div.LogoNavNetwork__LogoNavWrapperNetwork-ytuj7a-3 > div.LogoNavNetwork__LogosWrapperNetwork-ytuj7a-2 > a.LogoNavNetwork__SiteLogoNetwork-ytuj7a-4 |
div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link |
div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link |
div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link div.section-header > ul.follow-us__links > li.follow-us__link-wrapper > a.follow-us__link |
div.Footer__Container-sc-1uuqnsm-1 > div.Top__Container-p0dwa6-0 > span.Top__Logo-p0dwa6-1 > a.LogoWrapper-sc-7ieug6-0 div.Footer__Container-sc-1uuqnsm-1 > div.Top__Container-p0dwa6-0 > span.Top__Logo-p0dwa6-1 > a.LogoWrapper-sc-7ieug6-0 |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
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 |
|---|
These photos of Harry and Meghan could land Aussies in hot water article.story-block > a.story__link > div.story__details > h3.story__headline |
Ominous warning as US embassy urges citizens to leave Middle Eastern nation article.story-block > a.story__link > div.story__details > h3.story__headline |
'Domestic terror': The disturbing movement behind cop-killer Dezi Freeman article.story-block > a.story__link > div.story__details > h3.story__headline |
Labor figure's accused killer pleads guilty to assaulting another man article.story-block > a.story__link > div.story__details > h3.story__headline |
Ballistic missile paraded through Iranian streets article.story-block > a.story__link > div.story__details > h3.story__headline |
Mild mannered Melbourne coach in charge of global juggernaut article.story-block > a.story__link > div.story__details > h3.story__headline |
Nanna's household tips to help save money article.story-block > a.story__link > div.story__details > h3.story__headline |
'Time to save other people': Young dad's gift after tragic accident article.story-block > a.story__link > div.story__details > h3.story__headline |
Family demand answers after woman left to die alone following luxury cruise tra… article.story-block > a.story__link > div.story__details > h3.story__headline |
Rich-lister Brad Moran's giant Gold Coast compound up for grabs article.story-block > a.story__link > div.story__details > h3.story__headline |
The Toyota HiLux attracting orders from more than your local council article.story-block > a.story__link > div.story__details > h3.story__headline |
9:00am ul.forecast__hours > li > div.weather-app__weather-value > h6.weather-app__weather-value__title |
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 |
|---|
Home
Newsletters
Work with us
Advertise with us
Support
Terms of use
Privacy footer.Footer__Wrapper-sc-1uuqnsm-0 > div.Footer__Container-sc-1uuqnsm-1 > nav.Bottom__Navigation-sc-10vzyfk-0 > ul.Bottom__List-sc-10vzyfk-1 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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) | |
|---|---|---|---|
NW div.score-strip__content > div > div.score-strip__team > img.score-strip__team__image | wwos.nine.com.au/images/teams-local/rugby/422 | 16 x 16 (1.00) | 253 x 163 (1.55) |
CC div.score-strip__content > div > div.score-strip__team > img.score-strip__team__image | wwos.nine.com.au/images/teams-local/rugby/426 | 16 x 16 (1.00) | 300 x 110 (2.73) |
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 |
|---|---|
| Topics | micro.rubiconproject.com/prebid/dynamic/21460.js line 25, col 84959 |
| Unload event listeners are deprecated and will be removed. | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
|---|---|
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-mobile-medium-pos3-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-mobile-medium-pos4-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-mobile-medium-pos5-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-mobile-medium-pos6-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-mobile-medium-pos7-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... line 18, col 412675 | [GPT] Error in googletag.defineSlot: Cannot create slot /133009657/9news/home. Div element "adspot-mobile-medium-pos8-below" is already associated with another slot: /133009657/9news/home.
https://goo.gle/gpt-message#28 |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 451 () | |
www.9news.com.au/assets/main.a9fd1790.js line 683, col 86143 | TypeError: Cannot read properties of null (reading 'setAttribute')
at t.updateIframe (https://www.9news.com.au/assets/main.a9fd1790.js:684:86144)
at t.<anonymous> (https://www.9news.com.au/assets/main.a9fd1790.js:684:86396)
at _ (https://www.9news.com.au/assets/main.a9fd1790.js:684:18465)
at Generator._invoke (https://www.9news.com.au/assets/main.a9fd1790.js:684:18253)
at e.<computed> [as next] (https://www.9news.com.au/assets/main.a9fd1790.js:684:18644)
at r (https://www.9news.com.au/assets/main.a9fd1790.js:33:79100)
at https://www.9news.com.au/assets/main.a9fd1790.js:33:79196 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
www.9news.com.au/assets/main.a9fd1790.js line 120, col 120254 | TypeError: Cannot read properties of undefined (reading 'add')
at https://www.9news.com.au/assets/main.a9fd1790.js:121:120255 |
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.