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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cdn.ocelot.studio/clients/newatlas.prebid.js | 1800.0 s | 108.6 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 1200.0 s | 77.8 KiB |
| cdn.id5-sync.com/api/1.0/id5PrebidModule.js | 3600.0 s | 29.5 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| cdn.ocelot.studio/clients/newatlas.js | 1800.0 s | 8.2 KiB |
| connect.facebook.net/en_US/sdk.js | 1200.0 s | 5.1 KiB |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 86400.0 s | 10.7 KiB |
| cloudfront.loggly.com/js/loggly.tracker-latest.min.js | 0.0 ms | 1.6 KiB |
| cs.iubenda.com/cookie-solution/confs/js/80707767.js | 3600.0 s | 1.7 KiB |
| pm-widget.taboola.com/newatlas/load.js | 3600.0 s | 1.6 KiB |
| static.getclicky.com/js | 604800.0 s | 5.3 KiB |
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.
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 | |
|---|---|---|---|
Some of the feathers found, like these, had belonged to a ceremonial headdress div.PromoB-media > a.Link > div.Image__wrapper > img.Image | /dims4/default/9cc89c4/2147483647/strip/true/crop/2048x13... | 70.9 KiB | 25.1 KiB |
Sussex turns the Kia PV5 into a highly functional all-electric pop-up camper van div.PromoB-media > a.Link > div.Image__wrapper > img.Image | /dims4/default/6bcd20a/2147483647/strip/true/crop/1620x10... | 50.6 KiB | 21.5 KiB |
The Esther, by CozyCo Tiny Homes, is a spacious model that sleeps up to two peo… div.PromoB-media > a.Link > div.Image__wrapper > img.Image | /dims4/default/e56f58c/2147483647/strip/true/crop/3000x20... | 41.4 KiB | 15.1 KiB |
The 175 Park Avenue skyscraper will rise to a height of 1,545 ft (470 m) in New… div.PromoB-media > a.Link > div.Image__wrapper > img.Image | /dims4/default/164a626/2147483647/strip/true/crop/7994x53... | 60.0 KiB | 14.2 KiB |
The two Spectre variants div.PromoB-media > a.Link > div.Image__wrapper > img.Image | /dims4/default/ea794d0/2147483647/strip/true/crop/2304x15... | 59.6 KiB | 13.8 KiB |
The Alatau Iconic Complex and Gateway District is expected to be completed by t… div.PromoB-media > a.Link > div.Image__wrapper > img.Image | /dims4/default/a1f8427/2147483647/strip/true/crop/4000x26... | 37.2 KiB | 13.5 KiB |
The Lukas tiny house can't be towed but instead it offers a very roomy layout t… div.PromoB-media > a.Link > div.Image__wrapper > img.Image | /dims4/default/c617201/2147483647/strip/true/crop/2397x15... | 36.7 KiB | 13.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.
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 |
|---|---|---|
| /resource/00000170-5da9-dc4c-adf0-ddebcfc10000/styleguide... | 30.1 KiB | 1.1 s |
| /resource/00000170-5da9-dc4c-adf0-ddebcfc10000/webcompone... | 1.3 KiB | |
| cdn.iubenda.com/cs/tcf/safe-tcf-v2.js?v=20201216 | 59.5 KiB | 602 ms |
| cdn.iubenda.com/cs/tcf/stub-v2.js?v=20201216 | 1.5 KiB | 756 ms |
| cdn.iubenda.com/cs/ccpa/stub.js?v=20201216 | 2.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.
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 |
|---|---|---|
| /resource/00000170-5da9-dc4c-adf0-ddebcfc10000/styleguide... | 29.8 KiB | 24.5 KiB |
| 11.6 KiB | 10.1 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 |
|---|---|---|
| cdn.taboola.com/libtrc/newatlas/loader.js | 319.1 KiB | 179.7 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 134.1 KiB |
| cdn.ocelot.studio/clients/newatlas.prebid.js | 108.3 KiB | 71.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TGZ8Q3J | 162.2 KiB | 63.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-7Z029ERRK6&cx=c>m=4e64k0h2 | 158.3 KiB | 61.9 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 53.6 KiB |
| cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-en.js | 110.1 KiB | 52.9 KiB |
| cdn.iubenda.com/cs/tcf/safe-tcf-v2.js?v=20201216 | 58.9 KiB | 31.6 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 903 ms | 175 ms | 0.0 ms |
| newatlas.com/ | 743 ms | 33 ms | 10 ms |
| cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-en.js | 613 ms | 453 ms | 46 ms |
| cdn.taboola.com/libtrc/newatlas/loader.js | 555 ms | 368 ms | 101 ms |
| www.googletagmanager.com/gtm.js?id=GTM-TGZ8Q3J | 343 ms | 287 ms | 52 ms |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 214 ms | 162 ms | 43 ms |
| www.googletagmanager.com/gtag/js?id=G-7Z029ERRK6&cx=c>m=4e64k0h2 | 212 ms | 157 ms | 54 ms |
| cdn.ocelot.studio/clients/newatlas.prebid.js | 182 ms | 150 ms | 30 ms |
| pm-widget.taboola.com/newatlas/pmk-20220605.7.js | 146 ms | 137 ms | 5.7 ms |
| cdn.iubenda.com/cs/tcf/safe-tcf-v2.js?v=20201216 | 133 ms | 108 ms | 24 ms |
| connect.facebook.net/en_US/bundle/sdk.js/ | 130 ms | 101 ms | 28 ms |
| /resource/00000170-5da9-dc4c-adf0-ddebcfc10000/styleguide... | 109 ms | 53 ms | 12 ms |
| cdn.id5-sync.com/api/1.0/id5PrebidModule.js | 69 ms | 55 ms | 7.6 ms |
| www.googletagservices.com/tag/js/gpt.js | 63 ms | 55 ms | 7.9 ms |
| /resource/00000170-5da9-dc4c-adf0-ddebcfc10000/_resource/... | 53 ms | 46 ms | 1.6 ms |
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 | 2.6 s |
| Other | 950 ms |
| Style & Layout | 484 ms |
| Script Parsing & Compilation | 459 ms |
| Rendering | 128 ms |
| Garbage Collection | 122 ms |
| Parse HTML & CSS | 71 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.
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 |
|---|
AUTOMOTIVE div.PromoC > div.PromoC-content > div.PromoC-category > a.Link |
ARCHITECTURE div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
WEARABLES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
CAMPERVANS div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
The Lukas tiny house isn't a great fit for would-be nomads since it needs to be… div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
Upside-down tiny house makes room for three bedrooms and two bathrooms div.PromoB > div.PromoB-content > div.PromoB-title > a.Link |
The Onda is a tiny house that tries something a little different. It turns the … div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
ENERGY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
Now we're cooking with water! Startup offers a hydrogen-powered stove div.PromoB > div.PromoB-content > div.PromoB-title > a.Link |
Imagine slashing your cooking electricity bill by a factor of six. That would a… div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
Scandi-style tiny house packs space-saving layout into just 270 sq ft div.PromoB > div.PromoB-content > div.PromoB-title > a.Link |
With its attractive wooden interior and minimalist design, the Scandi Inn wears… div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
The Esther features a spacious single-floor layout that sleeps up to two people… div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
LATEST NEWS div.OneColumnContainer-column > ps-list-loadmore.ListN > div.ListE-header > h2.ListE-header-title |
AUTOMOTIVE div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
AROUND THE HOME div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
ARCHAEOLOGY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
KNIVES AND MULTITOOLS div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
MOBILE TECHNOLOGY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
MILITARY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
MOTORCYCLES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
BIOLOGY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
SPONSORED CONTENT div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
GEAR div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
AUTOMOTIVE div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
HISTORY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
Ancient Roman board game stumped experts for decades – until AI played div.PromoB > div.PromoB-content > div.PromoB-title > a.Link |
A slab of limestone excavated in 1984 from the ancient Coriovallum settlement p… div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
Off-grid micro house fits everything you need into just 215 sq ft div.PromoB > div.PromoB-content > div.PromoB-title > a.Link |
This off-grid cabin-style tiny house is seriously small, with a floorspace of j… div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
ARCHITECTURE div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
Under-construction skyscraper looks straight out of a sci-fi movie div.PromoB > div.PromoB-content > div.PromoB-title > a.Link |
You could be forgiven for assuming that this pyramidal skyscraper project was a… div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
patolo div.videoCube > a.item-label-href > span.video-label-box > span.branding |
patolo div.videoCube > a.item-label-href > span.video-label-box > span.branding |
BMW div.videoCube > a.item-label-href > span.video-label-box > span.branding |
TEMU div.videoCube > a.item-label-href > span.video-label-box > span.branding |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menu body.HomePage-body > ps-header.Page-header > div.Page-header-bar > button.Page-header-menu-trigger |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
CAMPERVANS div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
ENERGY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
AUTOMOTIVE div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
HISTORY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
ARCHITECTURE div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
by Taboola div#trc_header_1091014828 > div.trc_header_ext > div.logoDiv > a.trc_mobile_attribution_link |
Sponsored Links div#trc_header_1091014828 > div.trc_header_ext > div.logoDiv > a.trc_mobile_disclosure_link |
Best Practices
General
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 |
|---|---|
__uspapi: Invalid command: registerDeletion | |
cdn.ocelot.studio/clients/newatlas.prebid.js line 15, col 1999 | Uncaught (in promise) undefined |
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.