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 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.
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 | |
|---|---|---|---|
main.sc-8eca4c6e-0 > div.relative > div.absolute > img.h-full main.sc-8eca4c6e-0 > div.relative > div.absolute > img.h-full | /_next/image?url=%2Fstatic%2Fimages%2Fblue-watercolor-bg.... | 848.5 KiB | 812.0 KiB |
Collaborative Money Management div.mt-20 > div.flex > div.my-4 > img | /_next/image?url=%2Fstatic%2Fimages%2Fhero-illustration.p... | 411.4 KiB | 384.2 KiB |
div.mx-auto > h2.mb-8 > a.underline > div.sc-d3b1f0c-0 div.mx-auto > h2.mb-8 > a.underline > div.sc-d3b1f0c-0 | opencollective.com/static/images/ofico/ofico-logo.png | 97.4 KiB | 86.8 KiB |
div.mx-auto > div.relative > div.absolute > img.object-cover div.mx-auto > div.relative > div.absolute > img.object-cover | /_next/image?url=%2Fstatic%2Fimages%2Fgreen-watercolor-bg... | 31.1 KiB | 19.0 KiB |
a.w-full > div.relative > div.relative > div.sc-d3b1f0c-0 a.w-full > div.relative > div.relative > div.sc-d3b1f0c-0 | opencollective.com/static/images/ofico/raft-logo.png | 60.0 KiB | 17.3 KiB |
div.flex > div.relative > div.absolute > img.h-6 div.flex > div.relative > div.absolute > img.h-6 | /_next/image?url=%2Fstatic%2Fimages%2Fsubtitle-green.png&... | 22.2 KiB | 14.7 KiB |
Social Change Nest background div.mb-12 > a.w-full > div.relative > img.object-cover | /_next/image?url=%2Fstatic%2Fimages%2Fofico%2Fscn-bg.png&... | 25.7 KiB | 5.9 KiB |
div.flex > div.relative > div.absolute > img.w-full div.flex > div.relative > div.absolute > img.w-full | /_next/image?url=%2Fstatic%2Fimages%2Fsubtitle-pink.png&w... | 12.4 KiB | 4.9 KiB |
a.w-full > div.relative > div.relative > div.sc-d3b1f0c-0 a.w-full > div.relative > div.relative > div.sc-d3b1f0c-0 | opencollective.com/static/images/ofico/oce-logo.png | 15.4 KiB | 4.7 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.
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 |
|---|---|---|
| opencollective.com/static/images/ofico/ofico-logo.png | 86400.0 s | 98.3 KiB |
| opencollective.com/static/images/ofico/raft-logo.png | 86400.0 s | 60.8 KiB |
| opencollective.com/static/images/ofico/giftcollective-logo.png | 86400.0 s | 43.7 KiB |
| opencollective.com/static/images/ofico/scn-logo.png | 86400.0 s | 28.2 KiB |
| opencollective.com/static/images/ofico/oce-logo.png | 86400.0 s | 16.2 KiB |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 86400.0 s | 10.7 KiB |
| opencollective.com/static/images/ofico/osc-logo.png | 86400.0 s | 7.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 |
|---|---|---|
| opencollective.com/_next/static/chunks/appCommon-8ef9f2ad60d02f5d.js | 469.8 KiB | 297.3 KiB |
| opencollective.com/_next/static/chunks/framework-859673bda8a51a7d.js | 114.0 KiB | 78.6 KiB |
| opencollective.com/_next/static/chunks/1321-d9be0253e305e9b9.js | 122.6 KiB | 56.3 KiB |
| opencollective.com/_next/static/chunks/1586-19927f5c8b6f7147.js | 30.0 KiB | 24.2 KiB |
| opencollective.com/_next/static/chunks/435-859c19df3b862776.js | 25.9 KiB | 21.2 KiB |
| opencollective.com/_next/static/chunks/8160-a466f96e1bf8db74.js | 23.1 KiB | 20.1 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 |
|---|---|---|---|
| opencollective.com/_next/static/chunks/framework-859673bda8a51a7d.js | 812 ms | 657 ms | 107 ms |
| opencollective.com/ | 652 ms | 15 ms | 0.5 ms |
| opencollective.com/_next/static/chunks/pages/_app-f01c383910bb7bc5.js | 599 ms | 579 ms | 20 ms |
| Unattributable | 405 ms | 9.0 ms | 0.0 ms |
| opencollective.com/_next/static/chunks/appCommon-8ef9f2ad60d02f5d.js | 303 ms | 106 ms | 186 ms |
| opencollective.com/_next/static/chunks/pages/index-fb503a85d698341e.js | 181 ms | 180 ms | 0.4 ms |
| opencollective.com/_next/static/chunks/main-509d937f6c6b2d75.js | 144 ms | 121 ms | 18 ms |
| opencollective.com/_next/static/chunks/i18n-messages-en-json.18046a978ba7d5a6.js | 88 ms | 1.4 ms | 86 ms |
| opencollective.com/_next/static/chunks/1321-d9be0253e305e9b9.js | 87 ms | 72 ms | 15 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 | 1.8 s |
| Other | 667 ms |
| Script Parsing & Compilation | 504 ms |
| Style & Layout | 353 ms |
| Parse HTML & CSS | 51 ms |
| Rendering | 44 ms |
| Garbage Collection | 24 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
English
(100%) div.xl:flex > div.max-w-xs > div.relative > button.flex |
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
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
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.flex > div.relative > div.absolute > img.h-6 div.flex > div.relative > div.absolute > img.h-6 | /_next/image?url=%2Fstatic%2Fimages%2Fsubtitle-green.png&... | 314 x 24 (13.08) | 720 x 64 (11.25) |
General
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.