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.
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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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 |
|---|---|---|
| metrics.cedrc.cnr.it/matomo.js | 3600.0 s | 62.5 KiB |
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 | |
|---|---|---|---|
article.media-box-container > div.media-box-image > div.media-box-thumbnail-container > img article.media-box-container > div.media-box-image > div.media-box-thumbnail-container > img | /sites/default/files/public/styles/box_style_4_3/public/u... | 566.3 KiB | 548.5 KiB |
article.media-box-container > div.media-box-image > div.media-box-thumbnail-container > img article.media-box-container > div.media-box-image > div.media-box-thumbnail-container > img | /sites/default/files/public/styles/box_style_21_9/public/... | 486.3 KiB | 476.2 KiB |
article.media-box-container > div.media-box-image > div.media-box-thumbnail-container > img article.media-box-container > div.media-box-image > div.media-box-thumbnail-container > img | /sites/default/files/public/styles/box_style_14_9/public/... | 112.1 KiB | 99.5 KiB |
article.media-box-container > div.media-box-image > div.media-box-thumbnail-container > img article.media-box-container > div.media-box-image > div.media-box-thumbnail-container > img | /sites/default/files/public/styles/box_style_16_9/public/... | 86.5 KiB | 76.8 KiB |
article.media-box-container > div.media-box-image > div.media-box-thumbnail-container > img article.media-box-container > div.media-box-image > div.media-box-thumbnail-container > img | /sites/default/files/public/styles/box_style_16_9/public/... | 41.8 KiB | 37.1 KiB |
article.media-box-container > div.media-box-image > div.media-box-thumbnail-container > img article.media-box-container > div.media-box-image > div.media-box-thumbnail-container > img | /sites/default/files/public/styles/box_style_21_9/public/... | 37.3 KiB | 33.2 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 |
|---|---|
| cnr.it/ | 752 ms |
| www.cnr.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.
Diagnostics
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 |
|---|---|---|
| /sites/all/libraries/mediaboxes/plugins/js/jquery.magnifi... | 13.5 KiB | 4.9 KiB |
| www.cnr.it/misc/drupal.js?tdslzg | 6.9 KiB | 4.6 KiB |
| /sites/all/libraries/mediaboxes/plugins/js/jquery.mediaBo... | 8.6 KiB | 4.2 KiB |
| www.cnr.it/misc/jquery-html-prefilter-3.5.0-backport.js?v=1.9.1 | 4.4 KiB | 3.1 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 |
|---|---|---|
| www.cnr.it/sites/all/themes/custom/cnr03_theme/css/style.min.css?tdslzg | 34.7 KiB | 33.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 |
|---|---|---|
| metrics.cedrc.cnr.it/matomo.js | 62.2 KiB | 37.3 KiB |
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 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 |
|---|---|---|
| www.cnr.it/sites/all/libraries/mediaboxes/plugins/css/mediaBoxes.css?tdslzg | 9.1 KiB | 2.1 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
CNR - Consiglio Nazionale delle Ricerche div > div#logo > a > img | www.cnr.it/sites/all/themes/custom/cnr03_theme/img/cnrlogo.svg?tdslzg |
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 |
|---|
Comunicato stampa 21/04/2026 div.image > article.media-box-container > div.media-box-content > div.media-box-date |
Nota stampa 21/04/2026 div.image > article.media-box-container > div.media-box-content > div.media-box-date |
Evento 21/04/2026 div.image > article.media-box-container > div.media-box-content > div.media-box-date |
Nota stampa 20/04/2026 div.image > article.media-box-container > div.media-box-content > div.media-box-date |
Nota stampa 20/04/2026 div.image > article.media-box-container > div.media-box-content > div.media-box-date |
Evento 22/04/2026 div.image > article.media-box-container > div.media-box-content > div.media-box-date |
Nota stampa 17/04/2026 div.image > article.media-box-container > div.media-box-content > div.media-box-date |
Comunicato stampa 14/04/2026 div.image > article.media-box-container > div.media-box-content > div.media-box-date |
News 17/04/2026 div.image > article.media-box-container > div.media-box-content > div.media-box-date |
News 14/04/2026 div.image > article.media-box-container > div.media-box-content > div.media-box-date |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Devolvi il 5x1000 al Cnr div.row > div#footer-address > p > a |
protocollo-ammcen@pec.cnr.it div.row > div#footer-address > p > a |
These are opportunities to improve the legibility of your content.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Facebook
Twitter
Instagram
LinkedIn
WhatsApp div#menu-bottom > div.menu-bottom-wrapper > section.social-network > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.js html.js |
These items highlight common accessibility best practices.
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.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
Format your HTML in a way that enables crawlers to better understand your app’s content.