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.
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 |
|---|---|---|
| new.osteriadelpane.com/css/site/random | 64.6 KiB | 300 ms |
| new.osteriadelpane.com/css/shared/random | 49.1 KiB | 150 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| new.osteriadelpane.com/css/site/random | 64.6 KiB | 44.2 KiB |
| new.osteriadelpane.com/css/shared/random | 49.1 KiB | 31.3 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| new.osteriadelpane.com/css/site/random | 63.9 KiB | 55.7 KiB |
| new.osteriadelpane.com/css/shared/random | 48.4 KiB | 42.9 KiB |
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 |
|---|---|---|
| new.osteriadelpane.com/js/site/random | 115.5 KiB | 71.4 KiB |
| new.osteriadelpane.com/js/shared/random | 57.4 KiB | 35.4 KiB |
| new.osteriadelpane.com/js/icons/random | 6.2 KiB | 5.2 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 |
|---|---|---|
| new.osteriadelpane.com/js/site/random | 115.2 KiB | 57.8 KiB |
| new.osteriadelpane.com/js/shared/random | 57.3 KiB | 26.5 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.
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 |
|---|
Tutti i giorni pranzo dalle 12 alle 14, cena dalle 19.30 alle 22. main#main > div.right2left > div > div.text-center |
.30 div.right2left > div > div.text-center > sup |
La cucina chiude alle 14 ed alle 23. main#main > div.right2left > div > div.text-center |
Privacy Policy div.link_utils > ul > li > a.privacy_policy |
Informativa sull'utilizzo dei cookie div.link_utils > ul > li > a.cookie_policy |
Termini di servizio div.link_utils > ul > li > a.terms_of_service |
MAVA di Marchi e Vanzolini Snc – via Budrione Migliarina P. Ovest, 94 – 41012 C… body > footer.footer > div.font_thin |
These are opportunities to improve the legibility of your content.
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.