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.
| URL | Est Savings |
|---|---|
| ona.com/fonts/ABCDiatype-Bold.woff2 | 55 ms |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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/css/9ceaaebb25e2f4e8.css?dpl=dpl_ANCmi9Rr7d... | 23.0 KiB | 301 ms |
| /_next/static/css/26822e0a58fba0c7.css?dpl=dpl_ANCmi9Rr7d... | 4.0 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 |
|---|---|---|
| snap.licdn.com/li.lms-analytics/insight.min.js | 86400.0 s | 18.7 KiB |
| /collect?v=2&fmt=js&pid=5631476&time=1775593699372&url=ht... | 0.0 ms | 910 B |
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 | |
|---|---|---|---|
div.floating-announcement_pill__sYal_ > a.floating-announcement_pillLink__ZJHXu > span.floating-announcement_iconWrap__lhEGv > img.floating-announcement_iconImage__D3kX5 div.floating-announcement_pill__sYal_ > a.floating-announcement_pillLink__ZJHXu > span.floating-announcement_iconWrap__lhEGv > img.floating-announcement_iconImage__D3kX5 | ona.com/images/banner-generic-image.webp | 8.8 KiB | 8.7 KiB |
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.
| URL | Time Spent |
|---|---|
| www.gitpod.io/ | 847 ms |
| ona.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.
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/a4634e51-1edca49e0237387d.js?dpl=dpl... | 154.1 KiB | 92.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P4LP64V | 157.4 KiB | 70.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-N7BXGH25CC | 172.4 KiB | 68.0 KiB |
| /_next/static/chunks/9394-1ed5100686ed099a.js?dpl=dpl_ANC... | 39.5 KiB | 21.2 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/8497-9eef2f9e09183f7c.js?dpl=dpl_ANC... | 938 ms | 857 ms | 56 ms |
| Unattributable | 668 ms | 29 ms | 0.0 ms |
| /_next/static/chunks/1684-920f26c8bc9686e9.js?dpl=dpl_ANC... | 624 ms | 489 ms | 32 ms |
| ona.com/ | 537 ms | 13 ms | 11 ms |
| /_next/static/chunks/a4634e51-1edca49e0237387d.js?dpl=dpl... | 398 ms | 222 ms | 42 ms |
| /_next/static/chunks/8787-2a15ff454cd553a8.js?dpl=dpl_ANC... | 273 ms | 92 ms | 1.9 ms |
| www.googletagmanager.com/gtm.js?id=GTM-P4LP64V | 256 ms | 211 ms | 38 ms |
| /_next/static/chunks/4bd1b696-18463eebcae08e3d.js?dpl=dpl... | 230 ms | 155 ms | 15 ms |
| www.googletagmanager.com/gtag/js?id=G-N7BXGH25CC | 211 ms | 161 ms | 48 ms |
| /_next/static/chunks/9394-1ed5100686ed099a.js?dpl=dpl_ANC... | 142 ms | 84 ms | 9.4 ms |
| /_next/static/chunks/5820.7164c20ffb7233ec.js?dpl=dpl_ANC... | 128 ms | 120 ms | 6.9 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 | 1.1 s |
| Style & Layout | 358 ms |
| Script Parsing & Compilation | 313 ms |
| Rendering | 155 ms |
| Garbage Collection | 60 ms |
| Parse HTML & CSS | 50 ms |
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.
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 |
|---|
Top 100 global company div.overflow-y-clip > section.container > div.bg-grey-450 > p.text-body-160 |
productivity increase section.container > div.grid > div.bg-grey-400 > p.text-body-110 |
of PRs co-authored by Ona section.container > div.grid > div.bg-grey-400 > p.text-body-110 |
Python repos modernized in 6 months section.container > div.grid > div.bg-grey-400 > p.text-body-110 |
Compliant, certified, and trusted by Fortune 500 companies. section.container > div.flex > h2.text-[1.125rem] > span.text-grey-700 |
The adversary can reason now, and our security tools weren't built for that. section.container > div.flex > a.flex > p.text-body-160 |
Background agents that write, test, and ship code on a schedule. Ona Automation… section.container > div.flex > a.flex > p.text-body-160 |
The companies winning with background agents didn't start with better models. T… section.container > div.flex > a.flex > p.text-body-160 |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flex > div.flex > div.w-full > input.cursor-pointer div.flex > div.flex > div.w-full > input.cursor-pointer |
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 |
|---|
1x div.text-white > div.flex > div.flex > button.flex |
Unmute div.text-white > div.flex > div.flex > button.flex |
Fullscreen div.text-white > div.flex > div.flex > button.flex |
Automations div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Environments div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Governance div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Pricing div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
AI code review div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Code migration div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
CVE remediation div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Standardization div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Devin div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Codex div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Factory div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Blog div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Docs div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Changelog div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Events div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Newsletter div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Templates div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Videos div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Reports div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
About div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Careers div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Media div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Contact div.col-span-1 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Status div.col-span-3 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Security div.col-span-3 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Imprint div.col-span-3 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Terms of service div.col-span-3 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Terms of use div.col-span-3 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Privacy policy div.col-span-3 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
Cookie policy div.col-span-3 > ul.text-[0.75rem] > li.flex > a.leading-[1] |
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.light html.light |
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 |
|---|---|
| AttributionReporting |
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.