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.
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 | |
|---|---|---|---|
Automate With Our User API div.css-1693wy4-tiles > div.css-1c7qun7-tile > div.css-1jtpdml-tileImage > img | /unstoppable-client-assets/images/products/blue-touch-hom... | 1.4 MiB | 1.4 MiB |
Sell Domains On Your Website div.css-1693wy4-tiles > div.css-n0gku2-tile-isOdd > div.css-1jtpdml-tileImage > img | /unstoppable-client-assets/images/products/bands-homepage... | 1.4 MiB | 1.4 MiB |
Free Backorders div.css-1693wy4-tiles > div.css-n0gku2-tile-isOdd > div.css-1jtpdml-tileImage > img | /unstoppable-client-assets/images/products/blue-waves-hom... | 1.1 MiB | 1.1 MiB |
An AI Assistant For Your Portfolio div.css-1693wy4-tiles > div.css-1c7qun7-tile > div.css-1jtpdml-tileImage > img | storage.googleapis.com/unstoppable-client-assets/images/products/hand-3.png | 377.2 KiB | 359.0 KiB |
.privacy div.css-g4qxlr-partnersGrid > div.css-1gwfhhw-partnerItem > div.css-1hlrr6r-logo > img | storage.googleapis.com/unstoppable-client-assets/images/products/secret.jpg | 137.0 KiB | 136.9 KiB |
.twin div.css-g4qxlr-partnersGrid > div.css-1gwfhhw-partnerItem > div.css-1hlrr6r-logo > img | /unstoppable-client-assets/images/products/synergetics-lo... | 92.7 KiB | 92.5 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.
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 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 |
|---|---|---|
| unstoppabledomains.com/_next/static/chunks/pages/_app-5e40611b98afa659.js | 479.0 KiB | 195.2 KiB |
| unstoppabledomains.com/_next/static/chunks/20222-75f9ae21c94b2d9c.js | 32.2 KiB | 24.4 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 |
|---|---|---|---|
| unstoppabledomains.com/_next/static/chunks/framework-cf242fd6ec8dbf98.js | 2.3 s | 2.1 s | 20 ms |
| unstoppabledomains.com/_next/static/chunks/pages/_app-5e40611b98afa659.js | 802 ms | 562 ms | 239 ms |
| Unattributable | 531 ms | 15 ms | 0.0 ms |
| unstoppabledomains.com/ | 471 ms | 21 ms | 1.6 ms |
| unstoppabledomains.com/_next/static/chunks/47212-1ed911d65536534c.js | 209 ms | 72 ms | 4.3 ms |
| unstoppabledomains.com/_next/static/chunks/51759.90722c91ce58f671.js | 94 ms | 91 ms | 2.4 ms |
| unstoppabledomains.com/_next/static/chunks/48050.d1d139faf7283efa.js | 84 ms | 74 ms | 7.3 ms |
| unstoppabledomains.com/_next/static/chunks/main-39ccd8f19bb5688b.js | 80 ms | 62 ms | 16 ms |
| unstoppabledomains.com/_next/static/chunks/pages/index-c78a5b21e42026a1.js | 51 ms | 50 ms | 0.3 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 | 3.2 s |
| Other | 712 ms |
| Script Parsing & Compilation | 356 ms |
| Style & Layout | 264 ms |
| Rendering | 163 ms |
| Garbage Collection | 80 ms |
| Parse HTML & CSS | 43 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| .css-8xa5as-pageWithTopBar { margin-top: 0px; } … | 15.8 KiB | 15.3 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 | |
|---|---|
.privacy div.css-g4qxlr-partnersGrid > div.css-1gwfhhw-partnerItem > div.css-1hlrr6r-logo > img | storage.googleapis.com/unstoppable-client-assets/images/products/secret.jpg |
An AI Assistant For Your Portfolio div.css-1693wy4-tiles > div.css-1c7qun7-tile > div.css-1jtpdml-tileImage > img | storage.googleapis.com/unstoppable-client-assets/images/products/hand-3.png |
Free Backorders div.css-1693wy4-tiles > div.css-n0gku2-tile-isOdd > div.css-1jtpdml-tileImage > img | /unstoppable-client-assets/images/products/blue-waves-hom... |
Automate With Our User API div.css-1693wy4-tiles > div.css-1c7qun7-tile > div.css-1jtpdml-tileImage > img | /unstoppable-client-assets/images/products/blue-touch-hom... |
Sell Domains On Your Website div.css-1693wy4-tiles > div.css-n0gku2-tile-isOdd > div.css-1jtpdml-tileImage > img | /unstoppable-client-assets/images/products/bands-homepage... |
.twin div.css-g4qxlr-partnersGrid > div.css-1gwfhhw-partnerItem > div.css-1hlrr6r-logo > img | /unstoppable-client-assets/images/products/synergetics-lo... |
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.
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 |
|---|
0 div.css-18lgmoo-headerNavContainer > div.css-184tvut-rightNavContainer > div.css-1t7v3yg-iconsContainer > a.MuiTypography-root |
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
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.
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 |
|---|
0 div.css-184tvut-rightNavContainer > div.css-1t7v3yg-iconsContainer > a.MuiTypography-root > button#header.goToCartButton |
Search div.css-k4uv0q-page > div.css-rfiwl0-root > div.css-1esl0ei-tabs > div.css-components-homepage-HeroWithAgents-AgentModeTabs-0-active-ref |
AI Site Builder div.css-k4uv0q-page > div.css-rfiwl0-root > div.css-1esl0ei-tabs > div.css-1kixnlg-tab |
AI Portfolio Assistant div.css-k4uv0q-page > div.css-rfiwl0-root > div.css-1esl0ei-tabs > div.css-1kixnlg-tab |
Best Practices
General
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| unstoppabledomains.com/partners/reseller-api | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.