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.
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 |
|---|---|---|
| proxyhog.prisma-data.net/static/posthog-recorder.js?v=1.364.4 | 14400.0 s | 77.0 KiB |
| proxyhog.prisma-data.net/static/surveys.js?v=1.364.4 | 14400.0 s | 29.5 KiB |
| kit.fontawesome.com/ad485975d2.js | 60.0 s | 5.7 KiB |
| kit.fontawesome.com/c1448b716e.js | 60.0 s | 5.7 KiB |
| /array/phc_cmc85avbWyuJ2JyKdGPdv7dxXli8xLdWDBPbvIXWJfs/co... | 14400.0 s | 4.8 KiB |
| cdn-cookieyes.com/assets/images/close.svg | 36000.0 s | 868 B |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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 |
|---|---|---|
| /site-static/_next/static/chunks/ce7d09c07ef18cd7.css?dpl... | 40.3 KiB | 450 ms |
| /site-static/_next/static/chunks/665dc3aa4aa2d85c.css?dpl... | 4.1 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.
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 |
|---|---|---|
| /site-static/_next/static/chunks/23e9b289b6d26136.js?dpl=... | 151.0 KiB | 120.9 KiB |
| /site-static/_next/static/chunks/2724685019ebc7c1.js?dpl=... | 65.0 KiB | 47.5 KiB |
| proxyhog.prisma-data.net/static/posthog-recorder.js?v=1.364.4 | 76.9 KiB | 45.8 KiB |
| /site-static/_next/static/chunks/156abb6c90a0c7cc.js?dpl=... | 57.2 KiB | 26.7 KiB |
| /site-static/_next/static/chunks/55ab220829433019.js?dpl=... | 69.8 KiB | 25.0 KiB |
| /site-static/_next/static/chunks/8566c171816e342a.js?dpl=... | 26.1 KiB | 23.3 KiB |
| proxyhog.prisma-data.net/static/surveys.js?v=1.364.4 | 29.4 KiB | 22.3 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 |
|---|---|---|---|
| www.prisma.io/ | 3.8 s | 28 ms | 25 ms |
| /site-static/_next/static/chunks/0b67ccd61ccae070.js?dpl=... | 2.7 s | 1.3 s | 4.3 ms |
| /site-static/_next/static/chunks/156abb6c90a0c7cc.js?dpl=... | 1.4 s | 819 ms | 50 ms |
| proxyhog.prisma-data.net/static/posthog-recorder.js?v=1.364.4 | 1.2 s | 1.2 s | 25 ms |
| Unattributable | 1.2 s | 60 ms | 0.0 ms |
| /site-static/_next/static/chunks/55ab220829433019.js?dpl=... | 1.2 s | 858 ms | 20 ms |
| kit.fontawesome.com/c1448b716e.js | 137 ms | 134 ms | 2.3 ms |
| cdn-cookieyes.com/client_data/96980f76df67ad5235fc3f0d/banner.js | 107 ms | 56 ms | 2.2 ms |
| /site-static/_next/static/chunks/fed6255c55e7e67f.js?dpl=... | 61 ms | 35 ms | 14 ms |
| /site-static/_next/static/chunks/23e9b289b6d26136.js?dpl=... | 53 ms | 2.7 ms | 50 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 | 4.5 s |
| Style & Layout | 4.4 s |
| Other | 2.0 s |
| Rendering | 550 ms |
| Script Parsing & Compilation | 296 ms |
| Parse HTML & CSS | 160 ms |
| Garbage Collection | 128 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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.flex > nav.z-10 > div.max-w-7xl > ul.gap-4 body.flex > nav.z-10 > div.max-w-7xl > ul.gap-4 |
45.7K body.flex > nav.z-10 > div.max-w-7xl > ul.gap-4 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Create database div.content > div.flex > a.flex > span |
npx prisma init div.content > div.flex > button.flex > span.text-foreground-neutral-weak |
Explore Pricing div.web-cta > div.content > a.flex > span |
500k div.px-4 > div.max-w-[1240px] > h5.[&>b]:text-background-ppg-reverse-strong > b |
Create your first Database div.mx-auto > div.flex > a.flex > span |
All Systems Operational div.gap-6 > a.flex > span > p.underline |
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 |
|---|
TRUSTED BY MORE THAN 500k MONTHLY ACTIVE DEVELOPERS GLOBALLY section.my-12 > div.px-4 > div.max-w-[1240px] > h5.[&>b]:text-background-ppg-reverse-strong |
Free to get started, no credit card needed. div.mx-auto > div.p-4 > div.mx-auto > h6.mb-0! |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
div.max-w-7xl > ul.gap-4 > li.relative > a.focus-visible:ring-ring/50 div.max-w-7xl > ul.gap-4 > li.relative > a.focus-visible:ring-ring/50 |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
45.7K body.flex > nav.z-10 > div.max-w-7xl > ul.gap-4 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best Practices
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.