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.
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.
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 |
|---|---|---|
| s.adplay.it/medicitalia/adplay.js | 1800.0 s | 396.7 KiB |
| clickiocmp.com/t/consent_248084.js | 60.0 s | 90.5 KiB |
| client.aps.amazon-adsystem.com/publisher.js | 3600.0 s | 84.2 KiB |
| news.google.com/swg/js/v1/swg-basic.js | 3000.0 s | 79.7 KiB |
| cdn.id5-sync.com/api/1.0/id5-api.js | 3600.0 s | 34.5 KiB |
| secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js | 900.0 s | 21.7 KiB |
| codicebusiness.shinystat.com/cgi-bin/getcod.cgi?USER=medicitalia&NODW=yes | 30.0 s | 10.1 KiB |
| tags.crwdcntrl.net/lt/c/16576/sync.min.js | 86400.0 s | 13.5 KiB |
| news.google.com/swg/js/v1/swg-button.css | 3000.0 s | 5.2 KiB |
| clickiocmp.com/t/static/cmp/diagnostic-core.js | 1800.0 s | 3.3 KiB |
| config.aps.amazon-adsystem.com/configs/6d0c7ea7-f036-437d-be93-21fc59c890c2 | 3600.0 s | 3.5 KiB |
| news.google.com/swg/js/v1/swg-mini-prompt.css | 3000.0 s | 950 B |
| advm.brznetwork.com/commons/adsense.png | 0.0 ms | 332 B |
| /hadron.js?url=https%3A%2F%2Fwww.medicitalia.it%2F&ref=&_... | 432000.0 s | 186 B |
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 | |
|---|---|---|---|
Gliosi ed esiti gliotici: quando preoccuparsi? div.mb-3 > div.row > div.col-4 > img.card-img | static.medicitalia.it/public/img/272x153/esiti-gliotici-astrociti.webp | 16.4 KiB | 15.2 KiB |
Prevenzione demenza. div.row > div.col-12 > div.card > img.card-img-top | static.medicitalia.it/public/img/576x324/prevenzione-demenza.webp | 21.6 KiB | 12.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 |
|---|---|
| medicitalia.it/ | 837 ms |
| www.medicitalia.it/ | 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.
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
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 |
|---|---|---|
| static.medicitalia.it/libs/bootstrap/4.6.1/css/bootstrap-light.min.css | 22.9 KiB | 21.1 KiB |
| static.medicitalia.it/_theme/custom.min.css?ver=1785855941 | 16.1 KiB | 14.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 |
|---|---|---|---|
| clickiocmp.com/t/consent_248084.js | 784 ms | 576 ms | 25 ms |
| Unattributable | 678 ms | 243 ms | 0.0 ms |
| s.adplay.it/medicitalia/adplay.js | 512 ms | 340 ms | 156 ms |
| www.medicitalia.it/ | 460 ms | 23 ms | 8.5 ms |
| client.aps.amazon-adsystem.com/publisher.js | 381 ms | 336 ms | 36 ms |
| /pagead/managed/js/gpt/m202608050101/pubads_impl.js?cb=12... | 236 ms | 171 ms | 62 ms |
| news.google.com/swg/js/v1/swg-basic.js | 140 ms | 108 ms | 26 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 103 ms | 92 ms | 11 ms |
| codicebusiness.shinystat.com/cgi-bin/getcod.cgi?USER=medicitalia&NODW=yes | 82 ms | 74 ms | 3.5 ms |
| secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js | 73 ms | 65 ms | 6.0 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 | 2.1 s |
| Other | 638 ms |
| Script Parsing & Compilation | 357 ms |
| Style & Layout | 263 ms |
| Garbage Collection | 89 ms |
| Rendering | 71 ms |
| Parse HTML & CSS | 58 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 |
|---|---|---|
| codicebusiness.shinystat.com/cgi-bin/getcod.cgi?USER=medicitalia&NODW=yes | 9.9 KiB | 2.4 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 |
|---|---|---|
| s.adplay.it/medicitalia/adplay.js | 396.3 KiB | 275.7 KiB |
| /pagead/managed/js/gpt/m202608050101/pubads_impl.js?cb=12... | 199.0 KiB | 151.1 KiB |
| news.google.com/swg/js/v1/swg-basic.js | 77.0 KiB | 40.0 KiB |
| clickiocmp.com/t/consent_248084.js | 90.3 KiB | 32.7 KiB |
| client.aps.amazon-adsystem.com/publisher.js | 44.2 KiB | 26.2 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 |
|---|
Abbiamo a cuore la tua privacy div#cl-consent > div.cl-consent__inner > div.cl-consent-popup > h3.cl-consent__title |
Noi e i nostri partner archiviamo e/o accediamo a informazioni su un dispositiv… div.cl-consent__inner > div.cl-consent-popup > div.cl-consent__descr > p.cl-consent-node-p |
nostri partner div.cl-consent-popup > div.cl-consent__descr > p.cl-consent-node-p > a.cl-consent-local-link |
Con il tuo consenso, i tuoi dati possono essere utilizzati per quanto segue: Pu… div.cl-consent__inner > div.cl-consent-popup > div.cl-consent__descr > p.cl-consent-node-p |
I tuoi dati personali verranno trattati e le informazioni dal tuo dispositivo (… div.cl-consent__inner > div.cl-consent-popup > div.cl-consent__descr > p.cl-consent-node-p |
480 partner div.cl-consent-popup > div.cl-consent__descr > p.cl-consent-node-p > a.cl-consent-local-link |
Informativa sulla Privacy div.cl-consent-popup > div.cl-consent__descr > p.cl-consent-node-p > a.cl-consent-node-a |
Personalizza div.cl-consent__inner > div.cl-consent-popup > div.cl-consent__buttons > a.cl-consent__btn |
Accetta div.cl-consent__inner > div.cl-consent-popup > div.cl-consent__buttons > a.cl-consent__btn |
Sei già abbonato? div.cl-consent__inner > div.cl-consent-popup > div.cl-consent__paywall > div.cl-consent__paywall-text |
Accedi div.cl-consent__inner > div.cl-consent-popup > div.cl-consent__paywall > a.cl-consent__paywall-link |
Rifiuta e iscriviti div#cl-consent > div.cl-consent__inner > div.cl-consent-popup > button.cl-consent__close-link |
These are opportunities to improve the legibility of your content.
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Foto profilo Dr. Mauro Colangelo div.card > div.card-body > p.card-text > img.rounded-circle | static.medicitalia.it/public/fototessere/miniature/maurocolangelo.webp | 48 x 46 | 50 x 48 | 72 x 69 |
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 |
|---|---|
s.adplay.it/medicitalia/adplay.js line 274, col 11249 | Creating a worker from 'blob:https://www.medicitalia.it/fbbc3972-f446-486e-86bd-ba05a4ad6fbd' violates the following Content Security Policy directive: "script-src * 'unsafe-inline' 'unsafe-eval'". Note that 'worker-src' was not explicitly set, so 'script-src' is used as a fallback. Note that '*' matches only URLs with network schemes ('http', 'https', 'ws', 'wss'), or URLs whose scheme matches `self`'s scheme. The scheme 'blob:' must be added explicitly. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.