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.
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 |
|---|---|---|
| daaz.com/_next/static/css/051b1e26bba2c1b6.css | 7.1 KiB | 352 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 |
|---|---|---|
| daaz.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? | 14400.0 s | 12.4 KiB |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 86400.0 s | 10.7 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 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 |
|---|---|---|
| daaz.com/_next/static/chunks/chunk-mui-core-2f5f818422d15edc.js | 244.9 KiB | 191.4 KiB |
| daaz.com/_next/static/chunks/chunk-common-2a92d6e684783dd3.js | 207.3 KiB | 179.4 KiB |
| daaz.com/_next/static/chunks/chunk-react-25455d355ec1c5c3.js | 110.6 KiB | 107.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-ZV711NY6HM | 145.3 KiB | 71.3 KiB |
| daaz.com/_next/static/chunks/9993-75c39c505550b836.js | 130.7 KiB | 43.9 KiB |
| daaz.com/_next/static/chunks/chunk-utils-953b2b2a9cd47d93.js | 53.1 KiB | 43.2 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 |
|---|---|---|---|
| daaz.com/_next/static/chunks/9993-75c39c505550b836.js | 3.4 s | 2.7 s | 59 ms |
| daaz.com/ | 2.9 s | 80 ms | 8.0 ms |
| Unattributable | 456 ms | 26 ms | 0.0 ms |
| daaz.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 320 ms | 305 ms | 3.7 ms |
| www.googletagmanager.com/gtag/js?id=G-ZV711NY6HM | 263 ms | 202 ms | 60 ms |
| daaz.com/_next/static/chunks/chunk-mui-core-2f5f818422d15edc.js | 220 ms | 116 ms | 103 ms |
| daaz.com/_next/static/chunks/chunk-sentry-6a4cdcce39236637.js | 216 ms | 213 ms | 1.5 ms |
| daaz.com/_next/static/chunks/7399.d3950a40c292a507.js | 117 ms | 59 ms | 33 ms |
| daaz.com/_next/static/chunks/chunk-common-2a92d6e684783dd3.js | 85 ms | 4.6 ms | 80 ms |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 58 ms | 37 ms | 5.6 ms |
| daaz.com/_next/static/chunks/chunk-forms-c91deb3d5ad87c6e.js | 58 ms | 50 ms | 7.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 | 3.9 s |
| Other | 2.2 s |
| Style & Layout | 863 ms |
| Rendering | 840 ms |
| Script Parsing & Compilation | 491 ms |
| Garbage Collection | 81 ms |
| Parse HTML & CSS | 20 ms |
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 |
|---|---|---|
| .css-px2o3f { display: flex; flex-direction: column; width: 100%; box-sizing: border-box; … } … | 18.8 KiB | 2.1 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 |
|---|---|---|
| .css-px2o3f { display: flex; flex-direction: column; width: 100%; box-sizing: border-box; … } … | 18.8 KiB | 14.7 KiB |
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 | |
|---|---|
Daaz Logo div.header_inner > div.MuiToolbar-root > a > img.mainlogo | daaz.com/assets/images/logo.svg |
Daaz Logo div.MuiGrid-root > div.MuiGrid-root > div.MuiGrid-root > img.footer_logo | daaz.com/assets/images/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.
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 |
|---|
header#header_transparent > div.header_inner > div.MuiToolbar-root > button.MuiButtonBase-root header#header_transparent > div.header_inner > div.MuiToolbar-root > button.MuiButtonBase-root |
div.MuiFormControl-root > div.MuiInputBase-root > div.MuiInputAdornment-root > button.MuiButtonBase-root div.MuiFormControl-root > div.MuiInputBase-root > div.MuiInputAdornment-root > button.MuiButtonBase-root |
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.MuiToolbar-root > div.main_menu > div.MuiStack-root > a.MuiButtonBase-root div.MuiToolbar-root > div.main_menu > div.MuiStack-root > a.MuiButtonBase-root |
div.MuiToolbar-root > div.main_menu > div.MuiStack-root > a.MuiButtonBase-root div.MuiToolbar-root > div.main_menu > div.MuiStack-root > a.MuiButtonBase-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.
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 |
|---|
div.MuiGrid-root > div.MuiGrid-root > div#legal > h3.MuiTypography-root div.MuiGrid-root > div.MuiGrid-root > div#legal > h3.MuiTypography-root |
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 |
|---|
Facebook div.MuiGrid-root > div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root |
Facebook div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root > a |
X div.MuiGrid-root > div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root |
X div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root > a |
Linkedin div.MuiGrid-root > div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root |
Linkedin div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root > a |
instagram div.MuiGrid-root > div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root |
instagram div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root > a |
youtube div.MuiGrid-root > div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root |
youtube div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root > a |
tumblr div.MuiGrid-root > div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root |
tumblr div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root > a |
reddit div.MuiGrid-root > div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root |
reddit div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root > a |
blog div.MuiGrid-root > div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root |
blog div.MuiGrid-root > div.social_icons > button.MuiButtonBase-root > a |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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: the server responded with a status of 404 () |
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.