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 |
|---|---|---|
| /vc-ap-vercel-marketing/_next/static/immutable/chunks/0z3... | 114.7 KiB | 603 ms |
| /vc-ap-vercel-marketing/_next/static/immutable/chunks/1-7... | 8.5 KiB | |
| /vc-ap-vercel-marketing/_next/static/immutable/chunks/19x... | 20.1 KiB | 151 ms |
| /vc-ap-vercel-marketing/_next/static/immutable/chunks/3u8... | 2.3 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 |
|---|---|---|
| pbs.twimg.com/profile_images/2066963499344154624/UZJ7QChX_400x400.jpg | 604800.0 s | 22.4 KiB |
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 | |
|---|---|---|---|
Build agents on infrastructure that thinks like them div.relative > div.relative > div.@md:hidden > img.[.dark-theme_&]:!hidden | lishhsx6kmthaacj.public.blob.vercel-storage.com/notion-mobile-light.webp | 31.7 KiB | 29.1 KiB |
Ship apps that scale from zero to millions instantly div.relative > div.relative > div.@md:hidden > img.[.dark-theme_&]:!hidden | lishhsx6kmthaacj.public.blob.vercel-storage.com/zapier-mobile-light.webp | 23.9 KiB | 19.6 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.
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 |
|---|---|
| vercel.com/ | 796 ms |
| vercel.com/ | 0.0 ms |
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 |
|---|---|---|
| /vc-ap-vercel-marketing/_next/static/immutable/chunks/19x... | 19.9 KiB | 19.7 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.
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 |
|---|---|---|---|
| vercel.com/vc-ap-vercel-marketing/_next/static/immutable/chunks/2qqcif84blu9i.js | 158.1 s | 214 ms | 12 ms |
| vercel.com/vc-ap-vercel-marketing/_next/static/immutable/chunks/3o1v4ozkh2vxu.js | 17.2 s | 1.3 s | 22 ms |
| vercel.com/ | 703 ms | 23 ms | 38 ms |
| Unattributable | 578 ms | 43 ms | 0.0 ms |
| vercel.com/vc-ap-vercel-marketing/_next/static/immutable/chunks/2emxcxhs3t4op.js | 309 ms | 5.4 ms | 2.9 ms |
| vercel.com/vc-ap-vercel-marketing/_next/static/immutable/chunks/3d2sg--d9913g.js | 206 ms | 202 ms | 2.8 ms |
| vercel.com/vc-ap-vercel-marketing/_next/static/immutable/chunks/1ugwoo39tjkxj.js | 189 ms | 119 ms | 24 ms |
| vercel.com/vc-ap-vercel-marketing/_next/static/immutable/chunks/0rgjgvus0h5gh.js | 141 ms | 136 ms | 3.3 ms |
| vercel.com/vc-ap-vercel-marketing/_next/static/immutable/chunks/0ydi1w5lbtxux.js | 103 ms | 71 ms | 10 ms |
| vercel.com/vc-ap-vercel-marketing/_next/static/immutable/chunks/3hmwmtd8fel46.js | 52 ms | 1.6 ms | 50 ms |
| /vc-ap-vercel-marketing/_next/static/immutable/chunks/0z3... | 52 ms | 0.0 ms | 0.0 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 | 174.4 s |
| Script Evaluation | 2.4 s |
| Style & Layout | 753 ms |
| Script Parsing & Compilation | 447 ms |
| Parse HTML & CSS | 94 ms |
| Rendering | 64 ms |
| Garbage Collection | 59 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.
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 |
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 403 () | |
Loading the image 'https://py8fhxnkzwtsqdo9.public.blob.vercel-storage.com/front/favicon/vercel/android-chrome-192x192.png' violates the following Content Security Policy directive: "img-src 'self' blob: data: *.github.io avatars.githubusercontent.com user-images.githubusercontent.com vercel.com vercel.live *.vercel.sh assets.vercel.com cdn.raster.app https://images.ctfassets.net https://www.google.com https://i.ytimg.com https://s3.amazonaws.com pbs.twimg.com https://www.gravatar.com https://lishhsx6kmthaacj.public.blob.vercel-storage.com https://fvqcrhkhgatlyl2m.public.blob.vercel-storage.com". 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.