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 |
|---|---|---|
| x.ai/_next/static/css/16b700aa6a93f121.css | 577 B | |
| x.ai/_next/static/css/f16861d4583c61ff.css | 27.8 KiB | 300 ms |
| x.ai/_next/static/css/8b49a788e502c38a.css | 4.0 KiB | |
| x.ai/_next/static/css/6bd1afdc5dfb47e5.css | 788 B |
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 |
|---|---|---|
| x.ai/images/logoQuat.png | 14400.0 s | 42.3 KiB |
| x.ai/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? | 14400.0 s | 12.4 KiB |
| x.ai/images/noise.png | 14400.0 s | 7.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 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 |
|---|---|---|
| x.ai/_next/static/css/f16861d4583c61ff.css | 27.7 KiB | 25.1 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 |
|---|---|---|
| x.ai/_next/static/chunks/fc0fe076-c1810b44ae72024a.js | 113.5 KiB | 88.7 KiB |
| x.ai/_next/static/chunks/28332-8f12f9df997bf83d.js | 98.7 KiB | 78.4 KiB |
| x.ai/_next/static/chunks/28978-07ef7107469b132b.js | 60.5 KiB | 55.9 KiB |
| x.ai/_next/static/chunks/86363-d5d5aa57009dfb70.js | 49.8 KiB | 48.0 KiB |
| x.ai/_next/static/chunks/622eaf3d-a3331ffa4ef2161c.js | 55.8 KiB | 42.2 KiB |
| x.ai/_next/static/chunks/a5a03073-9e8e27c6f1cb42e4.js | 73.4 KiB | 33.1 KiB |
| x.ai/_next/static/chunks/0fd4459a-23d6a3a65c49fc6a.js | 73.7 KiB | 20.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 reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| x.ai/_next/static/chunks/app/(main)/(home)/page-6cce96f1bc8e8a78.js | 168.3 s | 7.1 s | 8.1 ms |
| x.ai/_next/static/chunks/68314-e8c8ee395511b16c.js | 1.7 s | 36 ms | 2.4 ms |
| x.ai/_next/static/chunks/38496-f02467fdab6f31b7.js | 1.6 s | 1.4 s | 66 ms |
| Unattributable | 1.0 s | 167 ms | 0.0 ms |
| x.ai/_next/static/chunks/86363-d5d5aa57009dfb70.js | 701 ms | 669 ms | 31 ms |
| x.ai/ | 570 ms | 100 ms | 22 ms |
| x.ai/_next/static/chunks/fc0fe076-c1810b44ae72024a.js | 423 ms | 332 ms | 88 ms |
| x.ai/_next/static/chunks/58927-60d95c5ef94d828a.js | 405 ms | 4.5 ms | 8.4 ms |
| x.ai/cdn-cgi/challenge-platform/scripts/jsd/main.js | 379 ms | 360 ms | 4.5 ms |
| x.ai/_next/static/chunks/23433-19fa66a34c85ea52.js | 128 ms | 114 ms | 13 ms |
| x.ai/_next/static/chunks/38bfb154-4bf31dde81bbb49f.js | 67 ms | 28 ms | 34 ms |
| x.ai/_next/static/chunks/28332-8f12f9df997bf83d.js | 58 ms | 2.8 ms | 55 ms |
| x.ai/_next/static/chunks/0fd4459a-23d6a3a65c49fc6a.js | 56 ms | 1.8 ms | 53 ms |
| x.ai/_next/static/chunks/622eaf3d-a3331ffa4ef2161c.js | 55 ms | 2.2 ms | 52 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 |
|---|---|
| Other | 163.4 s |
| Script Evaluation | 10.7 s |
| Script Parsing & Compilation | 695 ms |
| Rendering | 653 ms |
| Style & Layout | 437 ms |
| Garbage Collection | 329 ms |
| Parse HTML & CSS | 92 ms |
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 |
|---|
nav.flex > div.flex > div > button.relative nav.flex > div.flex > div > button.relative |
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 |
|---|
Grok div.group > div.group > a > h3.text-xl |
These are opportunities to improve keyboard navigation in your application.
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 |
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 |
|---|
xAI Homepage header.group > div.mx-auto > nav.flex > 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 |
|---|---|
Loading the script 'https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516' violates the following Content Security Policy directive: "script-src 'self' blob: 'unsafe-eval' 'unsafe-inline' https://challenges.cloudflare.com". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.