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 |
|---|---|---|
| workers.cloudflare.com/_astro/index.BTYsgzhb.css | 56.0 KiB | 450 ms |
| workers.cloudflare.com/_astro/_slug_.JLjW3X1R.css | 1.0 KiB | |
| ot.www.cloudflare.com/ot/scripttemplates/otSDKStub.js | 8.5 KiB | 775 ms |
| workers.cloudflare.com/_astro/agents.By3b-lcZ.css | 1.5 KiB | 150 ms |
| workers.cloudflare.com/_astro/_editorPath_.D7O2pGyb.css | 4.2 KiB |
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 |
|---|---|---|
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 86400.0 s | 10.7 KiB |
| cdn.cookielaw.org/logos/static/ot_close.svg | 86400.0 s | 881 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 |
|---|---|
| workers.dev/ | 755 ms |
| workers.cloudflare.com/ | 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 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 |
|---|---|---|
| workers.cloudflare.com/_astro/_icon.B3faMrhj.js | 189.6 KiB | 185.1 KiB |
| workers.cloudflare.com/_astro/registry.CI6CKhvu.js | 149.2 KiB | 147.3 KiB |
| workers.cloudflare.com/_astro/paper-full.BYcUELjp.js | 118.0 KiB | 82.8 KiB |
| ot.www.cloudflare.com/ot/scripttemplates/202503.1.0/otBannerSdk.js | 109.8 KiB | 66.2 KiB |
| workers.cloudflare.com/_astro/common.0FHQb7_N.js | 25.1 KiB | 24.3 KiB |
| workers.cloudflare.com/_astro/proxy.CVQLZZWt.js | 38.9 KiB | 23.3 KiB |
| workers.cloudflare.com/_astro/client.CaeA_d_Z.js | 55.4 KiB | 21.5 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 |
|---|---|
| Other | 2.3 s |
| Script Evaluation | 1.3 s |
| Style & Layout | 1.2 s |
| Rendering | 419 ms |
| Parse HTML & CSS | 128 ms |
| Script Parsing & Compilation | 84 ms |
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 | |
|---|---|
div.relative > astro-island > div.fixed > img div.relative > astro-island > div.fixed > img | workers.cloudflare.com/companies/shopify.png |
div.relative > astro-island > div.fixed > img div.relative > astro-island > div.fixed > img | workers.cloudflare.com/companies/coreweave.png |
div.relative > astro-island > div.fixed > img div.relative > astro-island > div.fixed > img | workers.cloudflare.com/companies/wix.png |
div.relative > astro-island > div.fixed > img div.relative > astro-island > div.fixed > img | workers.cloudflare.com/companies/leonardo.png |
div.relative > astro-island > div.fixed > img div.relative > astro-island > div.fixed > img | workers.cloudflare.com/companies/anthropic.png |
div.relative > astro-island > div.fixed > img div.relative > astro-island > div.fixed > img | workers.cloudflare.com/companies/asana.png |
div.relative > astro-island > div.fixed > img div.relative > astro-island > div.fixed > img | workers.cloudflare.com/companies/atlassian.png |
div.relative > astro-island > div.fixed > img div.relative > astro-island > div.fixed > img | workers.cloudflare.com/companies/stripe.png |
div.relative > astro-island > div.fixed > img div.relative > astro-island > div.fixed > img | workers.cloudflare.com/companies/block.png |
div.relative > astro-island > div.fixed > img div.relative > astro-island > div.fixed > img | workers.cloudflare.com/companies/canva.png |
div.relative > astro-island > div.fixed > img div.relative > astro-island > div.fixed > img | workers.cloudflare.com/companies/intercom.png |
div.relative > astro-island > div.fixed > img div.relative > astro-island > div.fixed > img | workers.cloudflare.com/companies/doordash.png |
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 |
|---|
Start building div.mx-auto > div#nav-action-buttons > astro-island > a.relative |
Cloudflare is your AI Cloud with compute, AI inference, and storage — letting y… div.px-section > div.max-w-8xl > div.flex > p.text-light-foreground |
"Cloudflare provided everything from OAuth to out-of-the-box remote MCP support… div.relative > div#architecture-panel-0 > div.pointer-events-none > p.text-foreground-100/50 |
~/workspace/multiplayer-app git:(main) div.bg-background-100 > astro-island > div.text-xs > div.mb-2 |
Paid div.relative > div.bg-background-100 > div.flex > code.text-accent-100 |
Free div.relative > div.bg-background-100 > div.flex > code.text-accent-100/50 |
See more div.divide-brand-6 > div.relative > div.flex > a.relative |
Starts at $5/month div.relative > div.flex > div.flex > p.text-accent-100/70 |
Start building for free astro-island > a#start-building-button > astro-slot > span |
View docs astro-island > a.relative > astro-slot > span |
Getting Started div.grid > div.flex > div.mb-3 > span.text-foreground-200/50 |
Resources div.grid > div.flex > div.mb-3 > span.text-foreground-200/50 |
Solutions div.grid > div.flex > div.mb-3 > span.text-foreground-200/50 |
© 2026 Cloudflare, Inc. footer.z-10 > div.bg-background-100 > div.pointer-events-auto > span.text-foreground-200/40 |
English div.text-foreground-200/40 > astro-island > button#radix-_r65R_0_ > span |
Your Privacy Choices div.text-foreground-200/40 > astro-island > button.inline-flex > span |
Privacy Policy, Terms of Service, GDPR div.bg-background-100 > div.pointer-events-auto > div.text-foreground-200/40 > div |
Privacy Policy div.pointer-events-auto > div.text-foreground-200/40 > div > a.hover:text-foreground-100/70 |
Terms of Service div.pointer-events-auto > div.text-foreground-200/40 > div > a.hover:text-foreground-100/70 |
GDPR div.pointer-events-auto > div.text-foreground-200/40 > div > a.hover:text-foreground-100/70 |
Reject All div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-reject-all-handler |
Accept All Cookies div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-accept-btn-handler |
These are opportunities to improve the legibility of your content.
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 |
|---|
The cloud that works for you, not the other way around section#home-title-1 > div.flex > div.mx-auto > h3.text-foreground-100 |
Run everywhere div.relative > div.bg-background-100 > div.text-foreground-200 > h6.mt-2 |
From first line to full scale div > div.bg-background-100 > div.relative > h6.text-foreground-100 |
Wall Clock vs. CPU Time div.border-b > div.grid > div.flex > h6.text-foreground-200 |
100,000 div#home-pricing-panel-free-0 > div.flex > div.flex > h6.leading-none |
$0.30 div#home-pricing-panel-paid-0 > div.flex > div.flex > h6.leading-none |
Fits into your existing workflows div.lg:col-span-8 > div.bg-background-100 > div.flex > h6.text-foreground-100 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|---|
| blog.cloudflare.com/ | here |
| workers.cloudflare.com/plans | See more |
| workers.cloudflare.com/plans | See more |
Format your HTML in a way that enables crawlers to better understand your app’s content.