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.
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.
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.framer-2l5ilk > div.framer-1oadk8c-container > div > div div.framer-2l5ilk > div.framer-1oadk8c-container > div > div | framerusercontent.com/images/g0QcWrxr87K0ufOxIUFBakwYA8.png | 117.2 KiB | 91.1 KiB |
image of Alex div.framer-1q7n0h8 > div.framer-10klwk5 > div > img | /images/x9BRSBloqqpsuFkdeQOAqrjsjWc.jpg?scale-down-to=512... | 39.2 KiB | 38.9 KiB |
image of Luca div.framer-1q7n0h8 > div.framer-10klwk5 > div > img | /images/hgXzehpOz3L4ttPpPndrMIXqgvs.jpg?scale-down-to=512... | 31.1 KiB | 31.0 KiB |
image of Maya div.framer-1q7n0h8 > div.framer-10klwk5 > div > img | /images/J1suVARxyNDnlvwxo92RWn1pGw.jpg?scale-down-to=512&... | 25.4 KiB | 25.3 KiB |
image of James div.framer-1q7n0h8 > div.framer-10klwk5 > div > img | /images/N0Whl1787fQpv7Szbn5o8lCuWU.jpg?scale-down-to=512&... | 24.5 KiB | 24.3 KiB |
image of Sarah div.framer-1q7n0h8 > div.framer-10klwk5 > div > img | /images/HFc0wt3UAqZImsGznWHCPSjVI8.jpg?scale-down-to=512&... | 17.0 KiB | 16.8 KiB |
image of Nia div.framer-1q7n0h8 > div.framer-10klwk5 > div > img | /images/GssuinUQXd1zqlweWZJeKjYHVU.jpg?scale-down-to=512&... | 14.2 KiB | 14.2 KiB |
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.
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 |
|---|---|---|
| t.contentsquare.net/uxa/49b01a0009cbb.js | 0.0 ms | 127.6 KiB |
| events.framer.com/script?v=2 | 300.0 s | 8.0 KiB |
| framer.com/edit/init.mjs | 300.0 s | 3.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.
Diagnostics
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 |
|---|---|---|---|
| framerusercontent.com/sites/6iRDEeF0Z6KaPD1c5Mix9g/react.CvwZcBQj.mjs | 12.8 s | 2.3 s | 0.2 ms |
| framerusercontent.com/sites/6iRDEeF0Z6KaPD1c5Mix9g/S73kH8mB9.BLmFSsx6.mjs | 7.6 s | 56 ms | 0.1 ms |
| tocstudio.co/ | 1.4 s | 32 ms | 8.4 ms |
| framerusercontent.com/sites/6iRDEeF0Z6KaPD1c5Mix9g/motion.CFwufept.mjs | 818 ms | 63 ms | 0.2 ms |
| Unattributable | 669 ms | 159 ms | 0.0 ms |
| t.contentsquare.net/uxa/49b01a0009cbb.js | 623 ms | 533 ms | 37 ms |
| framerusercontent.com/sites/6iRDEeF0Z6KaPD1c5Mix9g/b9YkMtvvF.CW1Sbt5S.mjs | 553 ms | 138 ms | 0.5 ms |
| framerusercontent.com/sites/6iRDEeF0Z6KaPD1c5Mix9g/Dither_Archive.Ck280ZQO.mjs | 375 ms | 369 ms | 0.1 ms |
| www.googletagmanager.com/gtag/js?id=G-JRPRN62PGF | 302 ms | 262 ms | 33 ms |
| framerusercontent.com/sites/6iRDEeF0Z6KaPD1c5Mix9g/framer.B6aMYipu.mjs | 93 ms | 84 ms | 1.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 |
|---|---|
| Other | 18.9 s |
| Script Evaluation | 4.0 s |
| Style & Layout | 1.4 s |
| Rendering | 681 ms |
| Parse HTML & CSS | 117 ms |
| Garbage Collection | 99 ms |
| Script Parsing & Compilation | 87 ms |
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 |
|---|---|---|
| t.contentsquare.net/uxa/49b01a0009cbb.js | 127.1 KiB | 69.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-JRPRN62PGF | 156.8 KiB | 66.2 KiB |
| framerusercontent.com/sites/6iRDEeF0Z6KaPD1c5Mix9g/framer.B6aMYipu.mjs | 126.7 KiB | 64.3 KiB |
| framerusercontent.com/sites/6iRDEeF0Z6KaPD1c5Mix9g/motion.CFwufept.mjs | 48.2 KiB | 27.6 KiB |
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.
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 |
|---|
Websites designed for B2B service companies that want to be taken seriously onl… div.framer-utgkb0 > div.framer-xbqly6 > div#lightning-fast-sites-in-a-single-click-1654kat > h3.framer-text |
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.framer-13233yh > div.ssr-variant > div.framer-ly05gp-container > a.framer-yy7Ux div.framer-13233yh > div.ssr-variant > div.framer-ly05gp-container > a.framer-yy7Ux |
div.framer-evmzau > div.ssr-variant > div.framer-sxmsc9-container > a.framer-yy7Ux div.framer-evmzau > div.ssr-variant > div.framer-sxmsc9-container > a.framer-yy7Ux |
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
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Logo Container div.framer-1uamf99 > div.framer-9ndkvo > div.framer-cyg0jp-container > a.framer-L6N2M |
To appear in search results, crawlers need access to your app.