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.
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.
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 | |
|---|---|---|---|
I1 M div.group > div.relative > div.overflow-hidden > img.w-full | /storage/v1/object/public/product-images/80ae71b3-176c-46... | 342.0 KiB | 323.7 KiB |
Rapidez y Garantía div.flex > div.p-0.5 > div.p-0.5 > img.w-14 | /storage/v1/object/public/business-profiles/7df51317-64ac... | 272.8 KiB | 271.2 KiB |
Arroz blanco div.group > div.relative > div.overflow-hidden > img.w-full | /storage/v1/object/public/product-images/3d382885-e794-4f... | 269.0 KiB | 250.6 KiB |
La Venta De Garaje De Dulce div.flex > div.p-0.5 > div.p-0.5 > img.w-14 | /storage/v1/object/public/business-profiles/80ae71b3-176c... | 237.4 KiB | 235.9 KiB |
La Nana div.flex > div.p-0.5 > div.p-0.5 > img.w-14 | /storage/v1/object/public/business-profiles/7131205f-eeb8... | 211.2 KiB | 209.6 KiB |
D’MACHO | Dulcería div.flex > div.p-0.5 > div.p-0.5 > img.w-14 | /storage/v1/object/public/business-profiles/68910edb-830d... | 76.5 KiB | 75.5 KiB |
Ods Coffee div.flex > div.p-0.5 > div.p-0.5 > img.w-14 | /storage/v1/object/public/business-profiles/97467376-2829... | 71.8 KiB | 71.5 KiB |
Everbloom div.flex > div.p-0.5 > div.p-0.5 > img.w-14 | /storage/v1/object/public/business-profiles/a0ebb080-1851... | 69.6 KiB | 68.9 KiB |
Estilo Único div.flex > div.p-0.5 > div.p-0.5 > img.w-14 | /storage/v1/object/public/business-profiles/65f7e644-0448... | 55.4 KiB | 55.2 KiB |
La Bodeguita de Vista Alegre div.flex > div.p-0.5 > div.p-0.5 > img.w-14 | /storage/v1/object/public/business-profiles/706ca482-8f80... | 51.8 KiB | 50.6 KiB |
Soluciones D'Izaguirre div.flex > div.p-0.5 > div.p-0.5 > img.w-14 | /storage/v1/object/public/business-profiles/5d03f8d5-e0cc... | 33.8 KiB | 33.2 KiB |
Encantos Dianik div.flex > div.p-0.5 > div.p-0.5 > img.w-14 | /storage/v1/object/public/business-profiles/850683ef-b6d3... | 28.5 KiB | 27.1 KiB |
Fuentes Moda div.flex > div.p-0.5 > div.p-0.5 > img.w-14 | /storage/v1/object/public/business-profiles/84f015c7-2cba... | 22.2 KiB | 21.5 KiB |
Conta's Empanadas div.flex > div.p-0.5 > div.p-0.5 > img.w-14 | /storage/v1/object/public/business-profiles/8bd84278-fdfb... | 9.1 KiB | 7.5 KiB |
Mercado Online La Hacienda div.flex > div.p-0.5 > div.p-0.5 > img.w-14 | /storage/v1/object/public/business-profiles/5b3caace-07fc... | 5.6 KiB | 4.3 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|---|
| fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap | 1.0 KiB | 869 ms |
| www.tenlolisto.com/_next/static/chunks/d1d7f18f88322c71.css | 23.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| tenlolisto.com/ | 798 ms |
| www.tenlolisto.com/ | 0.0 ms |
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 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 |
|---|---|---|
| www.tenlolisto.com/_next/static/chunks/d1d7f18f88322c71.css | 22.9 KiB | 20.5 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.tenlolisto.com/_next/static/chunks/8bc512cc10af3cb4.js | 38.8 KiB | 25.8 KiB |
| www.tenlolisto.com/_next/static/chunks/0953df32c30ea49f.js | 24.5 KiB | 23.1 KiB |
| www.tenlolisto.com/_next/static/chunks/0d16583a451a8c99.js | 38.5 KiB | 22.6 KiB |
| www.tenlolisto.com/_next/static/chunks/9bdddf979f88510d.js | 67.1 KiB | 21.0 KiB |
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 | 2.2 s |
| Rendering | 1.9 s |
| Script Evaluation | 1.3 s |
| Style & Layout | 940 ms |
| Script Parsing & Compilation | 146 ms |
| Parse HTML & CSS | 28 ms |
| Garbage Collection | 25 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 WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
|---|
div.flex > div.flex > div.relative > button.inline-flex div.flex > div.flex > div.relative > button.inline-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.
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 |
|---|
Aún no hay tendencias. ¡Sé el primero en comprar! div.lg:hidden > div.pb-20 > div.rounded-xl > p.text-sm |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.p-2.5 > span.text-base > span.text-xs |
CUP div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.p-2.5 > span.text-base > span.text-xs |
CUP div.group > div.flex > div.flex > span.inline-flex |
Empezar ahora → div.relative > div.relative > div.pt-1 > button.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
MLC div.group > div.flex > div.flex > span.inline-flex |
EUR div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.p-2.5 > span.text-base > span.text-xs |
CUP div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.p-2.5 > span.text-base > span.text-xs |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
Empezar ahora → div.relative > div.relative > div.pt-1 > button.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.p-2.5 > span.text-base > span.text-xs |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.p-2.5 > span.text-base > span.text-xs |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
Empezar ahora → div.relative > div.relative > div.pt-1 > button.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.p-2.5 > span.text-base > span.text-xs |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.flex > div.flex > span.inline-flex |
USD div.group > div.flex > div.flex > span.inline-flex |
CUP div.group > div.p-2.5 > span.text-base > span.text-xs |
These are opportunities to improve the legibility of your content.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
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 |
|---|
TLL header.text-black > div.flex > div.flex > button.cursor-pointer |
Empezar ahora → div.relative > div.relative > div.pt-1 > button.inline-flex |
Empezar ahora → div.relative > div.relative > div.pt-1 > button.inline-flex |
Empezar ahora → div.relative > div.relative > div.pt-1 > button.inline-flex |
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.