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 |
|---|---|---|
| /_next/static/chunks/116fgwn6b2j.0.css?dpl=dpl_AhZCer3oC1... | 36.5 KiB | 300 ms |
| /_next/static/chunks/0uw7j8cbs-2_5.css?dpl=dpl_AhZCer3oC1... | 945 B |
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.
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 |
|---|---|
| turbo.build/ | 795 ms |
| turborepo.dev/ | 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 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 |
|---|---|---|
| /_next/static/chunks/0u9800iq0j6k4.js?dpl=dpl_AhZCer3oC1s... | 171.4 KiB | 124.8 KiB |
| /_next/static/chunks/06v~4zbsc~-e0.js?dpl=dpl_AhZCer3oC1s... | 116.4 KiB | 93.7 KiB |
| /_next/static/chunks/0paypp_ypnc3m.js?dpl=dpl_AhZCer3oC1s... | 44.7 KiB | 44.6 KiB |
| /_next/static/chunks/0grf_cr1gt3-0.js?dpl=dpl_AhZCer3oC1s... | 39.7 KiB | 28.2 KiB |
| /_next/static/chunks/18bubx_dzn8wd.js?dpl=dpl_AhZCer3oC1s... | 70.6 KiB | 23.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 |
|---|---|---|---|
| /_next/static/chunks/18bubx_dzn8wd.js?dpl=dpl_AhZCer3oC1s... | 1.1 s | 830 ms | 55 ms |
| turborepo.dev/ | 817 ms | 25 ms | 33 ms |
| /_next/static/chunks/0zhvh253il8cl.js?dpl=dpl_AhZCer3oC1s... | 722 ms | 716 ms | 4.9 ms |
| /_next/static/chunks/0grf_cr1gt3-0.js?dpl=dpl_AhZCer3oC1s... | 656 ms | 225 ms | 15 ms |
| /_next/static/chunks/17mu01cho.7j6.js?dpl=dpl_AhZCer3oC1s... | 356 ms | 334 ms | 5.5 ms |
| Unattributable | 352 ms | 17 ms | 0.0 ms |
| /_next/static/chunks/0u9800iq0j6k4.js?dpl=dpl_AhZCer3oC1s... | 163 ms | 48 ms | 88 ms |
| /_next/static/chunks/0jpsxqebiafav.js?dpl=dpl_AhZCer3oC1s... | 134 ms | 82 ms | 32 ms |
| /_next/static/chunks/0laj74pxovg~a.js?dpl=dpl_AhZCer3oC1s... | 117 ms | 116 ms | 0.8 ms |
| /_next/static/chunks/06v~4zbsc~-e0.js?dpl=dpl_AhZCer3oC1s... | 53 ms | 0.8 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 |
|---|---|
| Script Evaluation | 2.5 s |
| Other | 778 ms |
| Style & Layout | 662 ms |
| Script Parsing & Compilation | 494 ms |
| Rendering | 306 ms |
| Parse HTML & CSS | 60 ms |
| Garbage Collection | 16 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 with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| 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.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Turborepo logomark header.sticky > div.mx-auto > div.flex > a |
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.
Best practices
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 |
|---|
Toggle navigation menu header.sticky > div.mx-auto > div.ml-auto > button.inline-flex |
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.geist_f7ab312d-module__AHFjPq__variable html.geist_f7ab312d-module__AHFjPq__variable |
These items highlight common accessibility best practices.
Best Practices
General
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
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.