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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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 | |
|---|---|---|---|
A user starts typing a file name into the Google Drive search tool, and a list … div.Grid_grid > div.Grid_column > picture > img | /yii01ecysRl3f2TblmxOdGyrw6bVn6RrrSsQ4LuQbvW0YyvfAAgrq3GH... | 444.2 KiB | 391.6 KiB |
Indicating 30 gigabytes of storage used in Google Workspace gws-accordion-item > div.AccordionItem_imageContainer > picture > img | /r5D_bbSaYm9hhy1tcQ9--ySN64I-iKSGlnvv6UWGv6tmvNaRUEgfFT7m... | 78.9 KiB | 29.4 KiB |
video.video video.video | /5lMAXDhPZzGyIPU0HYUjSXgYkRr5FdO03K1i1yrMLTZYBH_G_baeCEfA... | 52.4 KiB | 18.5 KiB |
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.
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 |
|---|---|---|
| ssl.google-analytics.com/ga.js | 7200.0 s | 17.4 KiB |
| /a?v=3&t=l&pid=1606961587&rv=64h1&tag_exp=0~115616986~115... | 0.0 ms | 11 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Say goodbye to file silos and content chaos
Move your data and store all of yo… main#main > section#migration > div.TemplateTwoColumn_template > div.Grid_grid | 0.721 |
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
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 |
|---|---|---|---|
| workspace.google.com/intl/en-US/products/drive/ | 3.0 s | 30 ms | 12 ms |
| Unattributable | 1.1 s | 65 ms | 0.0 ms |
| workspace.google.com/chunks/C6X1K7VT.min.js | 995 ms | 956 ms | 0.2 ms |
| www.googletagmanager.com/gtm.js?id=GTM-Q4J6 | 667 ms | 565 ms | 70 ms |
| workspace.google.com/chunks/BOtnvvVV.min.js | 415 ms | 341 ms | 0.2 ms |
| www.googletagmanager.com/gtag/js?id=G-FWCBRW1RY8&cx=c>m=4e64h1 | 326 ms | 269 ms | 53 ms |
| www.googletagmanager.com/gtag/destination?id=AW-10836211492&cx=c>m=4e64h1 | 318 ms | 267 ms | 48 ms |
| www.googletagmanager.com/gtag/destination?id=DC-2507573&cx=c>m=4e64h1 | 286 ms | 236 ms | 44 ms |
| workspace.google.com/assets/Dz-Ho5pc.min.js | 250 ms | 16 ms | 0.2 ms |
| workspace.google.com/chunks/DX-UClOw.min.js | 243 ms | 236 ms | 0.1 ms |
| ssl.google-analytics.com/ga.js | 107 ms | 86 ms | 19 ms |
| workspace.google.com/assets/CZtCh9OT.min.js | 102 ms | 0.0 ms | 2.0 ms |
| workspace.google.com/assets/DmMVEAbJ.min.js | 99 ms | 0.0 ms | 0.1 ms |
| workspace.google.com/assets/0DoU6G7H.min.js | 92 ms | 12 ms | 0.2 ms |
| workspace.google.com/chunks/v5v0npB_.min.js | 71 ms | 69 ms | 0.5 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 |
| Style & Layout | 2.9 s |
| Other | 1.4 s |
| Parse HTML & CSS | 303 ms |
| Script Parsing & Compilation | 280 ms |
| Rendering | 264 ms |
| Garbage Collection | 151 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?family=Google+Sans:400|Google+Sans+Text:700|Roboto:7... | 26.2 KiB | 2.8 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?family=Google+Sans:400|Google+Sans+Text:700|Roboto:7... | 26.1 KiB | 26.1 KiB |
| workspace.google.com/assets/Bctcio4i.css | 34.4 KiB | 15.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 |
|---|---|---|
| www.googletagmanager.com/gtag/destination?id=AW-10836211492&cx=c>m=4e64h1 | 146.1 KiB | 62.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-FWCBRW1RY8&cx=c>m=4e64h1 | 151.3 KiB | 61.7 KiB |
| www.googletagmanager.com/gtag/destination?id=DC-2507573&cx=c>m=4e64h1 | 131.7 KiB | 61.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-Q4J6 | 170.3 KiB | 55.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.
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 |
|---|
div.container > div.carousel__pagination > button.controls__dots__dot div.container > div.carousel__pagination > button.controls__dots__dot |
div.container > div.carousel__pagination > button.controls__dots__dot div.container > div.carousel__pagination > button.controls__dots__dot |
div.container > div.carousel__pagination > button.controls__dots__dot div.container > div.carousel__pagination > button.controls__dots__dot |
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.
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 |
|---|
Try Drive for work gws-header > gws-action-bar > span.gws-button > a.button |
Try Drive for work div.Text_container > div.ButtonGroup_buttonGroup > span.gws-button > a.button |
Open Tooltip: This feature is available on some Google Workspace Business and E… aside.container > button.trigger |
Open Tooltip: This feature is available on some Google Workspace Business and E… aside.container > button.trigger |
Try Drive for work div.Text_container > div.ButtonGroup_buttonGroup > span.gws-button > a.button |
Change Language div.footer__nav__help > div.footer__nav__language__selector > div.language-selector > button.language-selector__toggle |
Best Practices
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 |
|---|---|
| workspace.google.com/resources/ | See more |
| workspace.google.com/resources/ | See more |
| workspace.google.com/resources/ | See more |
| workspace.google.com/resources/ | See more |
| workspace.google.com/resources/ | See more |
| workspace.google.com/resources/ | See more |
| workspace.google.com/solutions/migration/drive-migration/ | Learn more |
| workspace.google.com/customers/blueoxfilms/ | Learn more |
| /blog/customer-stories/roche-protects-files-ai-classifica... | Learn more |
| workspace.google.com/customers/mmp/ | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.