Skip to content
https://ansa.it

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

33

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:55.373 source:map[column:396 line:291 type:source-location url:https://www.ansa.it/sito/jsnew/0420144607_js-head-pack.js urlProvider:network]] map[reflowTime:0.241 source:map[column:215 line:397 type:source-location url:https://www.ansa.it/sito/jsnew/0420144607_js-head-pack.js urlProvider:network]] map[reflowTime:0.163 source:map[column:316 line:397 type:source-location url:https://www.ansa.it/sito/jsnew/0420144607_js-head-pack.js urlProvider:network]] map[reflowTime:0.148 source:map[column:423 line:397 type:source-location url:https://www.ansa.it/sito/jsnew/0420144607_js-head-pack.js urlProvider:network]] map[reflowTime:8.742 source:map[column:506025 line:0 type:source-location url:https://ads.talkscreativity.com/assets/publisher/ansait/init.js urlProvider:network]] map[reflowTime:8.037 source:map[column:380 line:48 type:source-location url:https://www.ansa.it/sito/jsnew/0420144607_js-head-pack.js urlProvider:network]] map[reflowTime:12.772 source:map[column:187 line:65 type:source-location url:https://www.ansa.it/sito/jsnew/0420144607_js-head-pack.js urlProvider:network]]]

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-IMG
nodeLabel: Islamabad
path: 1,HTML,1,BODY,0,DIV,23,DIV,0,DIV,1,DIV,0,DIV,3,DIV,0,DIV,0,A,0,PICTURE,1,IMG
selector: div.article-image > a.ratio > picture > img
snippet: <img src="https://www.ansa.it/webimages/img_672x448/2026/4/21/42c2b8234b6ef1e730eb56…" srcset="/webimages/img_672x448/2026/4/21/42c2b8234b6ef1e730eb56631883a729.jpg 672w…" sizes="(max-width: 767px) 480px,(max-width: 1023px) 642px, (min-width: 1024px) 67…" alt="Islamabad">

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

More than 4 preconnect connections were found. These should be used sparingly and only to the most important origins.
description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
Islamabad div.article-image > a.ratio > picture > img
/webimages/img_672x448/2026/4/21/42c2b8234b6ef1e730eb5663...42.3 KiB9.8 KiB
logo div.iubenda-cs-content > div.iubenda-cs-rationale > div.iubenda-cs-brand > img
www.ansa.it/sito/static/abbonamenti/img/logo_green.png8.8 KiB8.2 KiB

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 885 ms
URLTime Spent
ansa.it/885 ms
www.ansa.it/0.0 ms

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 600 ms 53.7 KiB
URLTransfer SizeEst Savings
www.ansa.it/sito/cssnew/0420144607_css-head.css64.5 KiB53.7 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.

Why this matters

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.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation2.1 s
Other1.3 s
Style & Layout725 ms
Rendering567 ms
Script Parsing & Compilation529 ms
Parse HTML & CSS204 ms
Garbage Collection106 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
The page has an unload handler in a sub frame.Actionable

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Optimize DOM size
Font display
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
User Timing marks and measures 5 user timings
Avoid long main-thread tasks 20 long tasks found
Avoid non-composited animations 10 animated elements found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 40 ms
Server Backend Latencies 160 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 50 ms
INP breakdown
Avoid large layout shifts
84

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Temi caldi div.container > div.box > div.topics > p.caption
Medio Oriente - Live div.main-column > div.article-teaser > div.article-content > p.kicker
Il giornalista vicino al Cremlino div.articles > div.article-teaser > div.article-content > p.kicker
I rilievi del Quirinale div.articles > div.article-teaser > div.article-content > p.kicker
La disposizione div.articles > div.article-teaser > div.article-content > p.kicker
Resistenza e Liberazione div.articles-list > div.article-teaser > div.article-content > p.kicker
Un anno dalla morte di Bergoglio div.articles-list > div.article-teaser > div.article-content > p.kicker
Kallas rinvia div.articles-list > div.article-teaser > div.article-content > p.kicker
Governo div.articles-list > div.article-teaser > div.article-content > p.kicker
English div.articles-list > div.article-teaser > div.article-content > p.kicker
Segui la diretta della decima tappa il 21 aprile alle 17:30 div.article-teaser > div.article-content > div > p
Contenuto Sponsorizzato div.article-teaser > div.article-content > span.partnership > span.label
Coppa Italia div.articles-list > div.article-teaser > div.article-content > p.kicker
Indagini e intercettazioni div.articles-list > div.article-teaser > div.article-content > p.kicker
Diretta streaming div.articles-list > div.article-teaser > div.article-content > p.kicker
Dossieraggi div.articles-list > div.article-teaser > div.article-content > p.kicker
ANSACom div.swiper-slide > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
In collaborazione con Accenture div.article-teaser > div.article-content > span.partnership > span.label
Contenuto Sponsorizzato div.article-teaser > div.article-content > span.partnership > span.label
Primo Piano div.container > div.section > div.section-header > h2.section-title
L'intervista div.articles-list > div.article-teaser > div.article-content > p.kicker
Oggi l'anniversario div.articles-list > div.article-teaser > div.article-content > p.kicker
La nuova teoria del complotto div.articles-list > div.article-teaser > div.article-content > p.kicker
L'evento div.articles-list > div.article-teaser > div.article-content > p.kicker
Usa div.articles-list > div.article-teaser > div.article-content > p.kicker
Zoom div.container > div#home-basket-01 > div.section-header > h2.section-title
I dati div#swiper-wrapper-2040e86e3d5b8a7f > div.article-teaser > div.article-content > p.kicker
A un anno dalla morte di Bergoglio div#swiper-wrapper-2040e86e3d5b8a7f > div.article-teaser > div.article-content > p.kicker
I ricordi e le celebrazioni div.section-side > div.section-intro > div.inner > h2.title
L'intervista div.articles-row > div.article-teaser > div.article-content > p.kicker
La celebrazione di Pasqua div.articles-row > div.article-teaser > div.article-content > p.kicker
Italia div.articles-row > div.article-teaser > div.article-content > p.kicker
Italia div.articles-row > div.article-teaser > div.article-content > p.kicker
Sport div.container > div.section-header > h2.section-title > a
Tennis div.articles-row > div.article-teaser > div.article-content > p.kicker
F1 div.articles-row > div.article-teaser > div.article-content > p.kicker
Ciclismo div.articles-row > div.article-teaser > div.article-content > p.kicker
Audizione al Senato div.articles-row > div.article-teaser > div.article-content > p.kicker
Coppa Italia div.articles-row > div.article-teaser > div.article-content > p.kicker
Figc div.articles-row > div.article-teaser > div.article-content > p.kicker
Basket div.articles-row > div.article-teaser > div.article-content > p.kicker
F1 div.articles-row > div.article-teaser > div.article-content > p.kicker
Paralimpiadi div.articles-row > div.article-teaser > div.article-content > p.kicker
Serie A div.articles-row > div.article-teaser > div.article-content > p.kicker
Calcio div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSAcom div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
Cronaca div.container > div.section-header > h2.section-title > a
Nel Casertano div.articles-row > div.article-teaser > div.article-content > p.kicker
Nel Monferrato div.articles-row > div.article-teaser > div.article-content > p.kicker
Aveva 48 anni div.articles-row > div.article-teaser > div.article-content > p.kicker
Omicidio a Vasto div.articles-row > div.article-teaser > div.article-content > p.kicker
Nel Bolognese div.articles-row > div.article-teaser > div.article-content > p.kicker
Il fratello della vittima div.articles-row > div.article-teaser > div.article-content > p.kicker
Famiglia nel bosco div.articles-row > div.article-teaser > div.article-content > p.kicker
Spunta un depistaggio div.articles-row > div.article-teaser > div.article-content > p.kicker
Era in casa div.articles-row > div.article-teaser > div.article-content > p.kicker
La denuncia di Flc Cgil: div.articles-row > div.article-teaser > div.article-content > p.kicker
Il giallo div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSAcom div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
Politica div.container > div.section-header > h2.section-title > a
La diretta div.articles-row > div.article-teaser > div.article-content > p.kicker
Il ministro della Difesa div.articles-row > div.article-teaser > div.article-content > p.kicker
Rapporto al Consiglio di sicurezza div.articles-row > div.article-teaser > div.article-content > p.kicker
L'incentivo agli avvocati div.articles-row > div.article-teaser > div.article-content > p.kicker
Storie italiane div.section > div.container > div.section-header > h2.section-title
Friuli Venezia Giulia div.articles-row > div.article-teaser > div.article-content > p.kicker
Campania div.articles-row > div.article-teaser > div.article-content > p.kicker
Sardegna div.articles-row > div.article-teaser > div.article-content > p.kicker
Umbria div.articles-row > div.article-teaser > div.article-content > p.kicker
Friuli Venezia Giulia div.articles-row > div.article-teaser > div.article-content > p.kicker
Friuli Venezia Giulia div.articles-row > div.article-teaser > div.article-content > p.kicker
Marche div.articles-row > div.article-teaser > div.article-content > p.kicker
Veneto div.articles-row > div.article-teaser > div.article-content > p.kicker
Puglia div.articles-row > div.article-teaser > div.article-content > p.kicker
Sicilia div.articles-row > div.article-teaser > div.article-content > p.kicker
Sicilia div.articles-row > div.article-teaser > div.article-content > p.kicker
Naviga per Regione div.section > div.container > div.section-bottom-links > p.caption
Economia div.container > div.section-header > h2.section-title > a
La decisione div.articles-row > div.article-teaser > div.article-content > p.kicker
Notizie div.articles-row > div.article-teaser > div.article-content > p.kicker
I mercati div.articles-row > div.article-teaser > div.article-content > p.kicker
Notizie div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSAcom div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
ANSAcom div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
ANSAcom div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
ANSAcom div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
ANSAcom div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
ANSAcom div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
ANSAcom div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
ANSAcom div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
Cultura div.container > div.section-header > h2.section-title > a
L'evento div.articles-row > div.article-teaser > div.article-content > p.kicker
Cinema div.articles-row > div.article-teaser > div.article-content > p.kicker
Cinema div.articles-row > div.article-teaser > div.article-content > p.kicker
Tv div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSAcom div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
ANSAcom div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
Mondo div.container > div.section-header > h2.section-title > a
Il giornalista vicino al Cremlino div.articles-row > div.article-teaser > div.article-content > p.kicker
Medio Oriente - Live div.articles-row > div.article-teaser > div.article-content > p.kicker
Nord America div.articles-row > div.article-teaser > div.article-content > p.kicker
Il caro carburante div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSAcom div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
ANSAcom div.articles-row > div.article-teaser > div.article-content > p.kicker
ANSA div.article-teaser > div.article-content > p.kicker > strong
magazine div.section > div.container > div.wrap > h2.section-title
Focus div#home-zoom > div.container > div.section-header > h2.section-title
Italia Innovativa div#home-world > div.container > div.section-header > h2.section-title
L'evento div.articles-row > div.article-teaser > div.article-content > p.kicker
Economia div.articles-row > div.article-teaser > div.article-content > p.kicker
Economia div.articles-row > div.article-teaser > div.article-content > p.kicker
Economia div.articles-row > div.article-teaser > div.article-content > p.kicker
Vai a ANSA2030 div.section-intro > div.box > div.content > a.button
Energia & Energie div.column-01 > div.article-teaser > div.article-content > p.kicker
Energia & Energie div.articles-list > div.article-teaser > div.article-content > p.kicker
Finanza & Impresa div.articles-list > div.article-teaser > div.article-content > p.kicker
Energia & Energie div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Tutti i canali div.section > div.container > div.section-bottom-links > p.caption
Vai a Motori div.section-intro > div.box > div.content > a.button
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.column-04 > div.article-teaser > div.article-content > p.kicker
Vai a Lifestyle div.section-intro > div.box > div.content > a.button
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Vai a Viaggi div.section-intro > div.box > div.content > a.button
Emilia Romagna div.column-01 > div.article-teaser > div.article-content > p.kicker
Mondo div.articles-list > div.article-teaser > div.article-content > p.kicker
Piemonte div.articles-list > div.article-teaser > div.article-content > p.kicker
UNESCO div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Vai a Salute & Benessere div.section-intro > div.box > div.content > a.button
I consigli dell'Istituto superiore di sanità div.column-01 > div.article-teaser > div.article-content > p.kicker
Medicina div.articles-list > div.article-teaser > div.article-content > p.kicker
Stili di Vita div.articles-list > div.article-teaser > div.article-content > p.kicker
Sanità div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.articles-list > div.article-teaser > div.article-content > p.kicker
Ansacom div.column-04 > div.article-teaser > div.article-content > p.kicker
Notizie ANSA div.wrap > div.content > p.title > strong
ANSA div.wrap > div.content > p.title > strong
Torna su footer#footer > div.container > div.heading > button.to-top
Periodicità quotidiana - Iscrizione al Registro della Stampa presso il Tribunal… div.container > div.grid > div.about > p
P. Iva IT00876481003 div.container > div.grid > div.about > p
Copyright 2026 © ANSA Tutti i diritti riservati div.container > div.grid > div.about > p
Sezioni div.container > div.grid > div.links > p.caption
Canali div.container > div.grid > div.links > p.caption
Regioni div.container > div.grid > div.links > p.caption
Siti internazionali div.container > div.grid > div.links > p.caption
Link utili div.container > div.grid > div.links > p.caption
Guida ai contenuti div.container > ul.legal > li > a
Condizioni Generali di Servizio div.container > ul.legal > li > a
FAQ div.container > ul.legal > li > a
Privacy & Cookie Policy div.container > ul.legal > li > a
Gestione Cookie div.container > ul.legal > li > a.iubenda-cs-preferences-link
Copyright & Disclaimer div.container > ul.legal > li > a
Codice Etico div.container > ul.legal > li > a
Dichiarazione accessibilità div.container > ul.legal > li > a
Certificazione ISO 9001 I “processi di Produzione, distribuzione e pubblicazion… div.container > div.subfooter > div.content > p
PREFERENZE COOKIES div.iubenda-cs-rationale > div.iubenda-cs-opt-group > div.iubenda-cs-opt-group-custom > button.iubenda-cs-customize-btn
ACCETTA E CONTINUA div.iubenda-cs-rationale > div.iubenda-cs-opt-group > div.iubenda-cs-opt-group-consent > button.iubenda-cs-accept-btn

These are opportunities to improve the legibility of your content.

Names and labels

Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.article-teaser > div.article-image > div.ratio > iframe._iub_cs_activate div.article-teaser > div.article-image > div.ratio > iframe._iub_cs_activate
div.article-image > div.ratio > div > iframe div.article-image > div.ratio > div > iframe
div.article-image > div.ratio > p > iframe._iub_cs_activate div.article-image > div.ratio > p > iframe._iub_cs_activate

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.articles-list > div.article-teaser > div.article-image > a.ratio div.articles-list > div.article-teaser > div.article-image > a.ratio
div.articles-list > div.article-teaser > div.article-image > a.ratio div.articles-list > div.article-teaser > div.article-image > a.ratio
div.articles-list > div.article-teaser > div.article-image > a.ratio div.articles-list > div.article-teaser > div.article-image > a.ratio
div.swiper-slide > div.article-teaser > div.article-image > a.ratio div.swiper-slide > div.article-teaser > div.article-image > a.ratio
div.swiper-slide > div.article-teaser > div.article-image > a.ratio div.swiper-slide > div.article-teaser > div.article-image > a.ratio
div.swiper-slide > div.article-teaser > div.article-image > a.ratio div.swiper-slide > div.article-teaser > div.article-image > a.ratio
div.swiper-slide > div.article-teaser > div.article-image > a.ratio div.swiper-slide > div.article-teaser > div.article-image > a.ratio
div.swiper-slide > div.article-teaser > div.article-image > a.ratio div.swiper-slide > div.article-teaser > div.article-image > a.ratio
div.swiper-slide > div.article-teaser > div.article-image > a.ratio div.swiper-slide > div.article-teaser > div.article-image > a.ratio
div.swiper-slide > div.article-teaser > div.article-image > a.ratio div.swiper-slide > div.article-teaser > div.article-image > a.ratio
div.swiper-slide > div.article-teaser > div.article-image > a.ratio div.swiper-slide > div.article-teaser > div.article-image > a.ratio
div.swiper-slide > div.article-teaser > div.article-image > a.ratio div.swiper-slide > div.article-teaser > div.article-image > a.ratio
div.swiper-slide > div.article-teaser > div.article-image > a.ratio div.swiper-slide > div.article-teaser > div.article-image > a.ratio
div.articles-list > div.article-teaser > div.article-image > a.ratio div.articles-list > div.article-teaser > div.article-image > a.ratio
div.articles-list > div.article-teaser > div.article-image > a.ratio div.articles-list > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-2040e86e3d5b8a7f > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-2040e86e3d5b8a7f > div.article-teaser > div.article-image > a.ratio
div.article-teaser > div.article-image > div.article-image > a.ratio-16x9 div.article-teaser > div.article-image > div.article-image > a.ratio-16x9
div.article-teaser > div.article-image > div.article-image > a.ratio-16x9 div.article-teaser > div.article-image > div.article-image > a.ratio-16x9
div.article-teaser > div.article-image > div.article-image > a.ratio-16x9 div.article-teaser > div.article-image > div.article-image > a.ratio-16x9
div.article-teaser > div.article-image > div.article-image > a.ratio-16x9 div.article-teaser > div.article-image > div.article-image > a.ratio-16x9
div.article-teaser > div.article-image > div.article-image > a.ratio-16x9 div.article-teaser > div.article-image > div.article-image > a.ratio-16x9
div.article-teaser > div.article-image > div.article-image > a.ratio-16x9 div.article-teaser > div.article-image > div.article-image > a.ratio-16x9
div.article-teaser > div.article-image > div.article-image > a.ratio-16x9 div.article-teaser > div.article-image > div.article-image > a.ratio-16x9
div.article-teaser > div.article-image > div.article-image > a.ratio-16x9 div.article-teaser > div.article-image > div.article-image > a.ratio-16x9
div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-629929d478ae6579 > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-22f07c7be3f622bb > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-list > div.article-teaser > div.article-image > a.ratio div.articles-list > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.articles-row > div.article-teaser > div.article-image > a.ratio div.articles-row > div.article-teaser > div.article-image > a.ratio
div.column-01 > div.article-teaser > div.article-image > a.ratio div.column-01 > div.article-teaser > div.article-image > a.ratio
div.articles-list > div.article-teaser > div.article-image > a.ratio div.articles-list > div.article-teaser > div.article-image > a.ratio
div.articles-list > div.article-teaser > div.article-image > a.ratio div.articles-list > div.article-teaser > div.article-image > a.ratio
div.articles-list > div.article-teaser > div.article-image > a.ratio div.articles-list > div.article-teaser > div.article-image > a.ratio
div.articles-list > div.article-teaser > div.article-image > a.ratio div.articles-list > div.article-teaser > div.article-image > a.ratio
div.articles-list > div.article-teaser > div.article-image > a.ratio div.articles-list > div.article-teaser > div.article-image > a.ratio
div.column-01 > div.article-teaser > div.article-image > a.ratio div.column-01 > div.article-teaser > div.article-image > a.ratio
div.articles-list > div.article-teaser > div.article-image > a.ratio div.articles-list > div.article-teaser > div.article-image > a.ratio
div.column-01 > div.article-teaser > div.article-image > a.ratio div.column-01 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio
div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio div#swiper-wrapper-d4efc355107bb4896 > div.article-teaser > div.article-image > a.ratio
div#page > div#mobile-bar > div.logo > a div#page > div#mobile-bar > div.logo > a

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.

Navigation

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Dalla Diocesi di Civita Castellana, un ostello gestito da ragazzi 'speciali' div.articles-list > div.article-teaser > div.article-content > h3.title

These are opportunities to improve keyboard navigation in your application.

Best practices

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Go to slide 1 div.section-side-space > div.teaser-rotation > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 2 div.section-side-space > div.teaser-rotation > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 3 div.section-side-space > div.teaser-rotation > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 4 div.section-side-space > div.teaser-rotation > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 5 div.section-side-space > div.teaser-rotation > div.swiper-pagination > span.swiper-pagination-bullet

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html html

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Deprecated ARIA roles were not used
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
100

Best Practices

Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No browser errors logged to the console
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
100

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.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback