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.
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 |
|---|---|---|
| /s/_/ytmweb/_/js/k=ytmweb.c3_base_cow_tracing.en_US.W8Uir... | 425.5 KiB | 3.8 s |
| m.youtube.com/static/r/58695dba/scheduler.vflset/scheduler.js | 3.1 KiB | 456 ms |
| /s/_/ytmweb/_/ss/k=ytmweb.c3_base_cow_tracing.AOv-wf2nFUU... | 120.8 KiB | 2.1 s |
| m.youtube.com/static/r/58695dba/fetch_polyfill.vflset/fetch_polyfill.js | 2.6 KiB | 456 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 |
|---|---|---|
| static.doubleclick.net/instream/ad_status.js | 900.0 s | 495 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| www.youtube.com/ | 962 ms |
| m.youtube.com/ | 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.
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.
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 |
|---|---|---|
| /s/_/ytmweb/_/ss/k=ytmweb.c3_base_cow_tracing.AOv-wf2nFUU... | 120.8 KiB | 119.2 KiB |
| m.youtube.com/s/player/8fb635c2/mobile-polymer-player-svg-ias-mweb.css | 58.8 KiB | 58.8 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 |
|---|---|---|
| m.youtube.com/s/player/8fb635c2/player-plasma-es6-en_US.vflset/base.js | 418.5 KiB | 308.4 KiB |
| /s/_/ytmweb/_/js/k=ytmweb.c3_base_cow_tracing.en_US.W8Uir... | 425.5 KiB | 223.1 KiB |
| /s/_/ytmweb/_/js/k=ytmweb.c3_base_cow_tracing.en_US.W8Uir... | 79.9 KiB | 61.2 KiB |
| /s/_/ytmweb/_/js/k=ytmweb.c3_base_cow_tracing.en_US.W8Uir... | 29.6 KiB | 25.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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /s/_/ytmweb/_/js/k=ytmweb.c3_base_cow_tracing.en_US.W8Uir... | 2.3 s | 1.8 s | 195 ms |
| Unattributable | 953 ms | 188 ms | 0.0 ms |
| m.youtube.com/ | 449 ms | 56 ms | 55 ms |
| m.youtube.com/s/player/8fb635c2/player-plasma-es6-en_US.vflset/base.js | 293 ms | 97 ms | 191 ms |
| /s/_/ytmweb/_/js/k=ytmweb.c3_base_cow_tracing.en_US.W8Uir... | 127 ms | 88 ms | 15 ms |
| /s/_/ytmweb/_/js/k=ytmweb.c3_base_cow_tracing.en_US.W8Uir... | 126 ms | 116 ms | 8.4 ms |
| /s/_/ytmweb/_/js/k=ytmweb.c3_base_cow_tracing.en_US.W8Uir... | 107 ms | 64 ms | 38 ms |
| www.google.com/js/th/rcHyBCfnx63Q5bkx-VZJDAm13ckst38UoFjazA7tkuA.js | 106 ms | 84 ms | 12 ms |
| /s/_/ytmweb/_/js/k=ytmweb.c3_base_cow_tracing.en_US.W8Uir... | 61 ms | 53 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 | 3.3 s |
| Other | 1.0 s |
| Script Parsing & Compilation | 521 ms |
| Parse HTML & CSS | 215 ms |
| Style & Layout | 143 ms |
| Garbage Collection | 119 ms |
| Rendering | 23 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 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 |
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 |
|---|
Search YouTube ytm-search-bar-entry-point-view-model > div.search-bar-entry-point-buttons > div.search-bar-entry-point-button > span.search-bar-entry-point-text |
These are opportunities to improve the legibility of your content.
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 |
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
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.