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.
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 | |
|---|---|---|---|
Give mum some gorgeous silk pieces from cult French brand, Simone Perele. Pictu… article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/b846595e1f43e89da84e14a6e8eacc0f?width=1024 | 94.9 KiB | 54.8 KiB |
‘NOT NICE GIFT’: Trump ‘surprised’ at China after find on seized Iran ship article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/a344b16c5eabe356182ed7e19c7feae0?width=1024 | 88.3 KiB | 51.0 KiB |
Meet the $39 Chanel dupe breaking BeautyTok. Picture: TikTok @bethennyfrankel /… article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/21c5fbf6aa0dd0fe84a5d928b99da1fe?width=320 | 23.1 KiB | 10.6 KiB |
Give mum some gorgeous silk pieces from cult French brand, Simone Perele. Pictu… article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/b846595e1f43e89da84e14a6e8eacc0f?width=320 | 17.7 KiB | 8.3 KiB |
‘Something is shifting’: Worrying Aus change article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/5bac6c8948f95f0198a61319f1e4afde?width=320 | 19.2 KiB | 6.7 KiB |
g g g g g g article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/e6f0adb09bd0422b696294a094562190?width=320 | 19.1 KiB | 6.6 KiB |
Aussie legend Thorpe looks unrecognisable article.storyblock > a.storyblock_image_link > div.responsive-img > img.responsive-img_img | content.api.news/v3/images/bin/a1e78213563b57dacc1f3a8ebab2a312?width=320 | 17.3 KiB | 4.8 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.
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.
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 |
|---|---|
| news.com.au/ | 770 ms |
| www.news.com.au/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.news.com.au/ | 2.3 s |
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 |
|---|---|---|
| /wp-content/themes/newscorpau-news-dna/dist/stylesheets/c... | 30.5 KiB | 24.9 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.
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 | 11.1 s |
| Other | 3.3 s |
| Script Parsing & Compilation | 1.3 s |
| Style & Layout | 1.2 s |
| Rendering | 721 ms |
| Parse HTML & CSS | 229 ms |
| Garbage Collection | 225 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 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 |
|---|---|---|
| .gl-btn{display:inline-block; … } … | 7.8 KiB | 4.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.
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.
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 |
|---|
19 minutes ago article.top-story > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
9 minutes ago div.news-tops_group-1 > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
44 minutes ago div.news-tops_group-2 > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
23 minutes ago div.news-tops_group-2 > article.storyblock > span.storyblock_meta > time.storyblock_datetime |
Travel div.mosaic > div.mosaic-heading > h2.g_font-title-xs > a |
INCIDENTS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
TRAVEL UPDATES div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
INCIDENTS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
SALES & DEALS OF THE WEEK div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
TRAVEL STORIES div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Sport div.mosaic > div.mosaic-heading > h2.g_font-title-xs > a |
SPORT div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AFL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AFL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
F1 div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
ATHLETICS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
NRL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AFL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AFL div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Technology div.mosaic > div.mosaic-heading > h2.g_font-title-xs > a |
MOTORING div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MILITARY div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
SOCIAL MEDIA div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
INTERNET div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
ROBOT VACUUMS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Motoring div.mosaic > div.mosaic-heading > h2.g_font-title-xs > a |
MOTORING div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MOTORING div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MOTORING div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Wealth & Culture div.mosaic > div.mosaic-heading > h2.g_font-title-xs > a |
AUSTRALIAN CULTURE div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AUSTRALIAN CULTURE div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
FINANCE div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AUSTRALIAN ECONOMY div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
AT WORK div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
Sign Up div.footer_branding > ul.footer_branding_buttons > li.footer_branding_subscribe > a |
Find out more about our policy and your choices, including how to opt-out of t… div.g_wrapper > div.footer_notes > div.footer_disclaimer_text > a |
WordPress.com VIP div.footer_notes > div.footer_copyright > span.footer_poweredby_wordpress > a |
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 |
|---|
‘NOT NICE GIFT’: Trump ‘surprised’ at China after find on seized Iran ship div.news-tops_group-1 > article.top-story > article.storyblock > h3.storyblock_title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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 |
|---|
div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link |
div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link |
div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link |
div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link div.mx-o-grid > div.mx-o-grid-item > article.storyblock > a.storyblock_image_link |
div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link div.mx-o-grid-item > article.storyblock > h3.storyblock_title > a.storyblock_title_link |
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.
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 |
|---|
MUSIC FESTIVALS div.m5-m4s_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MUSIC div.m5-m4s_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MOVIES div.m5-m4s_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
CELEBRITY LIFE div.m5-m4s_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
CELEBRITY LIFE div.m5-m4s_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
ROYALS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
INCIDENTS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
EAT div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
SLEEPWEAR div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
INCIDENTS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
SPORT div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
MOTORING div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
CELEBRITY DEATHS div.mosaic_list > article.storyblock > span.storyblock_meta > a.storyblock_section |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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. | tags.tiqcdn.com/utag/newsltd/news/prod/utag.js line 419, col 4083 |
| Topics | tags.news.com.au/prod/prebid/prebid.js line 60, col 1147 |
| 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 |
|---|---|
tags.tiqcdn.com/utag/newsltd/news/prod/utag.sync.js line 1, col 306 | [ERROR][UserMemtype] General error while fetching user data [object Object] |
Framing 'https://login.newscorpaustralia.com/' violates the following report-only Content Security Policy directive: "frame-ancestors 'self'". The violation has been logged, but no further action has been taken.
| |
Not signed in with the identity provider. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 102 | ========================== | Syntax not understood |
To appear in search results, crawlers need access to your app.