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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 |
|---|---|---|
| assets.dictivatted-foothers.cloud/style.min.css?query=1744790342 | 508 B | 764 ms |
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 |
|---|---|
| static.captcha-delivery.com/common/fonts/roboto/roboto.woff2 | 15 ms |
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 |
|---|---|---|
| /captcha/assets/set/26e53713afb2da82d031f045066fa4b2a47b0... | 69.2 KiB | 69.1 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.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
| 0.197 | |
section.pt-lg > div.max-w-page-max > p.text-caption > a.inline-flex section.pt-lg > div.max-w-page-max > p.text-caption > a.inline-flex | 0.004 |
| 0.001 |
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.
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.
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 | 16.3 s |
| Style & Layout | 3.7 s |
| Other | 2.7 s |
| Script Parsing & Compilation | 2.4 s |
| Parse HTML & CSS | 691 ms |
| Garbage Collection | 610 ms |
| Rendering | 212 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| ct.captcha-delivery.com/c.js | 14.4 KiB | 6.5 KiB |
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.
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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Contenu de la fenêtre de consentement
Continuer sans accepter
Pour leboncoin, v… body.font-sans > div#_r_2_ > div#_r_0_ |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Valider votre recherche div.z-sticky > div.pointer-events-auto > div.h-sz-44 > div.z-sticky |
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 |
|---|
Déposer une annonce div.max-w-page-max > div.min-h-sz-80 > div.z-raised > a.u-shadow-border-transition |
These are opportunities to improve the legibility of your content.
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
En savoir plus div.bg-surface > div.w-full > div.p-xl > button.u-shadow-border-transition |
Accepter & Fermer → div.bg-surface > div.w-full > div.p-xl > button#didomi-agree-to-all |
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 |
|---|---|
Error: Minified React error #418; visit https://react.dev/errors/418?args[]=HTML&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rZ (https://www.leboncoin.fr/_next/static/chunks/87c73c54-0df74f0fec58f23d.js:1:36741)
at o9 (https://www.leboncoin.fr/_next/static/chunks/87c73c54-0df74f0fec58f23d.js:1:78629)
at id (https://www.leboncoin.fr/_next/static/chunks/87c73c54-0df74f0fec58f23d.js:1:88508)
at sh (https://www.leboncoin.fr/_next/static/chunks/87c73c54-0df74f0fec58f23d.js:1:128652)
at https://www.leboncoin.fr/_next/static/chunks/87c73c54-0df74f0fec58f23d.js:1:123538
at sr (https://www.leboncoin.fr/_next/static/chunks/87c73c54-0df74f0fec58f23d.js:1:123639)
at sq (https://www.leboncoin.fr/_next/static/chunks/87c73c54-0df74f0fec58f23d.js:1:150209)
at MessagePort.T (https://www.leboncoin.fr/_next/static/chunks/7730-514c76803cf21dba.js:1:15585) | |
Error: Minified React error #418; visit https://react.dev/errors/418?args[]=HTML&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rZ (https://www.leboncoin.fr/_next/static/chunks/87c73c54-0df74f0fec58f23d.js:1:36741)
at o9 (https://www.leboncoin.fr/_next/static/chunks/87c73c54-0df74f0fec58f23d.js:1:78629)
at id (https://www.leboncoin.fr/_next/static/chunks/87c73c54-0df74f0fec58f23d.js:1:88508)
at sh (https://www.leboncoin.fr/_next/static/chunks/87c73c54-0df74f0fec58f23d.js:1:128652)
at https://www.leboncoin.fr/_next/static/chunks/87c73c54-0df74f0fec58f23d.js:1:123538
at sr (https://www.leboncoin.fr/_next/static/chunks/87c73c54-0df74f0fec58f23d.js:1:123639)
at sq (https://www.leboncoin.fr/_next/static/chunks/87c73c54-0df74f0fec58f23d.js:1:150209)
at MessagePort.T (https://www.leboncoin.fr/_next/static/chunks/7730-514c76803cf21dba.js:1:15585) | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () |
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.