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.
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 | |
|---|---|---|---|
Integrate into your existing workflow div.side-side-wrapper__left-container > div.content > div.content__illo > img | /static/images/products/crashlytics/Firebase_Crashlytics_... | 414.8 KiB | 374.5 KiB |
Spend less time troubleshooting crashes and ANRs div.side-side-wrapper__right-container > div.content > div.content__illo > img | /static/images/products/crashlytics/Crashlytics_SolveCras... | 246.5 KiB | 206.3 KiB |
Crashlytics illustration section#track-prioritize-and-fix-app-crashes-faster > header.product-header-new__wrapper > div.product-header-new__illo > img | firebase.google.com/static/images/products/crashlytics/crashlytics-hero_2x.png | 118.3 KiB | 103.0 KiB |
Debug faster with contextual information about crashes div.side-side-wrapper__right-container > div.content > div.content__illo > img | /static/images/products/crashlytics/Crashlytics_PowerfulI... | 84.5 KiB | 62.8 KiB |
Realtime release monitoring div.three-column__wrapper > div.three-column__column > div.three-column__column-image > img | /static/images/products/crashlytics/Crashlytics_Feature01... | 76.8 KiB | 34.6 KiB |
Get AI-powered insights and troubleshooting tips with Gemini in Firebase div.block__content > div.content > div.content__illo > img | /static/images/products/crashlytics/Crashlytics_GeminiPow... | 47.0 KiB | 33.1 KiB |
Alerts div.three-column__wrapper > div.three-column__column > div.three-column__column-image > img | /static/images/products/crashlytics/Crashlytics_Feature03... | 66.5 KiB | 24.3 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.
| URL | Transfer Size | Duration |
|---|---|---|
| /css?family=Google+Sans:400,500|Roboto:400,400italic,500,... | 3.3 KiB | 880 ms |
| /devrel-devsite/prod/v2f052e0cca7362dede225b85c12aee59eab... | 154.1 KiB | 1.8 s |
| fonts.googleapis.com/css?family=Google+Sans:400,500,600,700 | 2.5 KiB | |
| /css2?family=Material+Icons&family=Material+Symbols+Outli... | 588 B | 183 ms |
| /css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..8... | 1.1 KiB |
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 |
|---|---|
| crashlytics.com/ | 774 ms |
| firebase.google.com/products/crashlytics/ | 0.0 ms |
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 |
|---|---|---|
| /devrel-devsite/prod/v2f052e0cca7362dede225b85c12aee59eab... | 154.0 KiB | 134.6 KiB |
| /* Styles inlined from /styles/main.css */ @font-face{font-family:'GMP Icons'; … } … | 65.3 KiB | 63.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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.3 s |
| Other | 913 ms |
| Style & Layout | 559 ms |
| Script Parsing & Compilation | 263 ms |
| Parse HTML & CSS | 124 ms |
| Rendering | 105 ms |
| Garbage Collection | 67 ms |
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 |
|---|---|---|
| /devrel-devsite/prod/v2f052e0cca7362dede225b85c12aee59eab... | 302.7 KiB | 162.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KFPLMHC | 155.7 KiB | 84.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-64EQFFKSHW&l=atDataLayer&cx=c>m=4e64f0 | 143.4 KiB | 61.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NDV7K7V5&l=atDataLayer | 131.4 KiB | 60.5 KiB |
| /devrel-devsite/prod/v2f052e0cca7362dede225b85c12aee59eab... | 58.3 KiB | 27.2 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 | |
|---|---|
Crashlytics illustration section#track-prioritize-and-fix-app-crashes-faster > header.product-header-new__wrapper > div.product-header-new__illo > img | firebase.google.com/static/images/products/crashlytics/crashlytics-hero_2x.png |
Spend less time troubleshooting crashes and ANRs div.side-side-wrapper__right-container > div.content > div.content__illo > img | /static/images/products/crashlytics/Crashlytics_SolveCras... |
Integrate into your existing workflow div.side-side-wrapper__left-container > div.content > div.content__illo > img | /static/images/products/crashlytics/Firebase_Crashlytics_... |
Debug faster with contextual information about crashes div.side-side-wrapper__right-container > div.content > div.content__illo > img | /static/images/products/crashlytics/Crashlytics_PowerfulI... |
Get AI-powered insights and troubleshooting tips with Gemini in Firebase div.block__content > div.content > div.content__illo > img | /static/images/products/crashlytics/Crashlytics_GeminiPow... |
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.
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 |
|---|
STAGE uses Firebase and Flutter to cut release time in half section#eyebrow-case-studies-heading-learn-how-crashlytics-helps-teams-across-the-world-improve-app-quality-n > div.carousel__container > div.carousel__slide > h5#stage-uses-firebase-and-flutter-to-cut-release-time-in-half |
These are opportunities to improve keyboard navigation in your application.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Realtime release monitoring div.three-column__wrapper > div.three-column__column > div.three-column__column-image > img | /static/images/products/crashlytics/Crashlytics_Feature01... | 372 x 228 (1.63) | 784 x 440 (1.78) |
Custom logging & breadcrumbs div.three-column__wrapper > div.three-column__column > div.three-column__column-image > img | /static/images/products/crashlytics/Crashlytics_Feature02... | 372 x 228 (1.63) | 784 x 440 (1.78) |
Alerts div.three-column__wrapper > div.three-column__column > div.three-column__column-image > img | /static/images/products/crashlytics/Crashlytics_Feature03... | 372 x 228 (1.63) | 784 x 440 (1.78) |
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 |
|---|---|
| policies.google.com/technologies/cookies?hl=en | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.