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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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.
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 | |
|---|---|---|---|
BERGAMO, ITALY - APRIL 22: Alessio Romagnoli of SS Lazio celebrates a opening g… div.media > figure.media-image > a.image > img | /files/image_712_401/uploads/2026/04/22/69e94212792c8.jpeg | 280.2 KiB | 264.6 KiB |
Bournemouth div.mcresult__team > div.team > figure.logo > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/91.png | 41.8 KiB | 41.6 KiB |
Lazio div.result__content > div.result__team > figure.logo > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/129.png | 27.5 KiB | 27.4 KiB |
Burnley div.mcresult__team > div.team > figure.logo > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/90.png | 26.6 KiB | 26.5 KiB |
Celta Vigo div.mcresult__team > div.team > figure.logo > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/176.png | 24.4 KiB | 24.2 KiB |
Manchester City div.mcresult__team > div.team > figure.logo > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/43.png | 21.7 KiB | 21.5 KiB |
Barcellona div.mcresult__team > div.team > figure.logo > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/178.png | 7.4 KiB | 7.3 KiB |
Atalanta div.result__content > div.result__team > figure.logo > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/456.png | 7.3 KiB | 7.2 KiB |
Leeds United div.mcresult__team > div.team > figure.logo > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/2.png | 7.2 KiB | 7.0 KiB |
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.
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.
| URL | Est Savings |
|---|---|
| /rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/... | 20 ms |
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 |
|---|---|
| /rcs_orchestrator/v4/index.min.js?v=391ac94e52b8a11cb1efd... | 10.0 KiB |
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.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| gazzetta.it/ | 849 ms |
| www.gazzetta.it/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
body.has-background-pink-light body.has-background-pink-light | 0.129 |
ATALANTA-LAZIO 2-3 D.C.R.
Motta, che serata! Para quattro rigori all'Atalanta e… div#m497-496-498 > div#m502-501-503 > div.media > div.media-content | 0.042 |
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 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.
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.
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 | 3.6 s |
| Style & Layout | 1.6 s |
| Other | 1.4 s |
| Script Parsing & Compilation | 716 ms |
| Rendering | 139 ms |
| Parse HTML & CSS | 123 ms |
| Garbage Collection | 113 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 |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 | |
|---|---|
div.media-leads__content > a.bck-media-news > figure.image > img.lazy div.media-leads__content > a.bck-media-news > figure.image > img.lazy | images2.gazzettaobjects.it/gazzaquiz/images/2026/04/22/img1_1.jpeg?2026042221 |
BERGAMO, ITALY - APRIL 22: Alessio Romagnoli of SS Lazio celebrates a opening g… div.media > figure.media-image > a.image > img | /files/image_712_401/uploads/2026/04/22/69e94212792c8.jpeg |
sveglia div#m91-90-92 > div.media-leads__header > div.bck-titles > img | /rcs_gaz_gazzetta-layout/v2/assets/img/ext/author-highlig... |
Mazzola: "Bastoni? Solo con gli interisti questo accanimento. Lautaro non si fa… div.bck-media-news-sport > a > figure.image > img | /files/image_208_120/files/fp/uploads/2025/05/22/682f8ecc... |
Makinwa: "Malesani faceva ridere, Delneri non lo capivo, con Lotito pagavo il m… div.bck-media-news-sport > a > figure.image > img | /files/image_208_120/files/fp/uploads/2026/03/21/69bf0f51... |
ELCHE, SPAIN - AUGUST 29: Former Elche CF Player, Javier Pastore, smiles prior … div.bck-media-news-sport > a > figure.image > img | /files/image_208_120/files/fp/uploads/2026/03/22/69c066a0... |
MUNICH, GERMANY - MARCH 15: (L) of Muenchen and (R) of Milan battle for the ba… div.bck-media-news-sport > a > figure.image > img | /files/image_208_120/uploads/2026/03/06/69ab40e60156d.jpeg |
billie jean king contro bobby riggs 1973 div.bck-media-news-sport > a > figure.image > img | /files/image_208_120/uploads/2025/12/28/6950efc86578a.jpeg |
Inter Milan's Dutch midfielder Wesley Sneijder (R) celebrates with teamates Bra… div.bck-media-news-sport > a > figure.image > img | /files/image_208_120/files/fp/uploads/2025/04/17/680172ab... |
PARMA, ITALY - FEBRUARY 04: Alessandro Mancini of Roma takes on the Parma goa… div.bck-media-news-sport > a > figure.image > img | /files/image_208_120/files/fp/uploads/2026/02/12/698e4833... |
Foto Gian Mattia D'Alberto / LaPresse 07 Dicembre 2023 - Otopeni, Romania - Ca… div.bck-media-news-sport > a > figure.image > img | /files/image_208_120/uploads/2025/09/01/68b57a525ff30.jpeg |
ISTANBUL, TURKEY - OCTOBER 26: Victor Osimhen of Galatasaray celebrates after s… div.bck-media-news-sport > a > figure.image > img | /files/image_208_120/uploads/2026/02/16/69933b4e63bd1.jpeg |
Lys Gomis: "Alcol e cocaina mi hanno distrutto, ho chiesto aiuto. Scaricai un e… div.bck-media-news-sport > a > figure.image > img | /files/image_208_120/files/fp/uploads/2026/01/31/697df28b... |
Burnley div.mcresult__team > div.team > figure.logo > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/90.png |
Manchester City div.mcresult__team > div.team > figure.logo > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/43.png |
Bournemouth div.mcresult__team > div.team > figure.logo > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/91.png |
Celta Vigo div.mcresult__team > div.team > figure.logo > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/176.png |
Atalanta div.result__content > div.result__team > figure.logo > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/456.png |
Lazio div.result__content > div.result__team > figure.logo > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/129.png |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/459.png |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/2174.png |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/131.png |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/2170.png |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/123.png |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/121.png |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img | images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/126.png |
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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
body.has-background-pink-light > div#ac-notice body.has-background-pink-light > div#ac-notice |
These are opportunities to improve the usage of ARIA in your application which 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 |
|---|
servizio di base div.privacy-cp-wall__container_cmp > div.privacy-cp-wall__container__text_cmp > p.privacy-cp-wall__container__answer_cmp > a.link |
cookie policy div.privacy-cp-wall__container_cmp > div.privacy-cp-wall__container__text_cmp > p.privacy-cp-wall__container__answer_cmp > a.link |
in questa lista div.privacy-cp-wall__container_cmp > div.privacy-cp-wall__container__text_cmp > p.privacy-cp-wall__container__answer_cmp > a#privacy-cp-wall-partnersList |
ACCETTA E CONTINUA div.privacy-cp-wall > div.privacy-cp-wall__wrapper_cmp > footer > button#privacy-cp-wall-accept |
RIFIUTA E ABBONATI div.privacy-cp-wall > div.privacy-cp-wall__wrapper_cmp > footer > button#privacy-cp-wall-reject-and-subscribe |
Preferenze div.privacy-cp-wall > div.privacy-cp-wall__wrapper_cmp > footer > a#privacy-cp-wall-settings |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.adv-sponsor__content > figure > a.image > img.lazy div.adv-sponsor__content > figure > a.image > img.lazy |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
div.container > div.fxc-center-center-c > figure.image > img.footer-logo div.container > div.fxc-center-center-c > figure.image > img.footer-logo |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.has-background-pink-light > iframe#TSiframe body.has-background-pink-light > iframe#TSiframe |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#gazzaquiz > div.media-leads__header > div.title-art > a.title-art__icon div#gazzaquiz > div.media-leads__header > div.title-art > a.title-art__icon |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Abitare div.group > ul > li > a |
Amica div.group > ul > li > a |
CheAutoCompro div.group > ul > li > a |
Corriere della Sera div.group > ul > li > a |
Iodonna div.group > ul > li > a |
Living div.group > ul > li > a |
Oggi div.group > ul > li > a |
Quimamme div.group > ul > li > a |
Doveviaggi div.group > ul > li > a |
Style div.group > ul > li > a |
El Mundo div.group > ul > li > a |
Marca div.group > ul > li > a |
RCS Mediagroup div.group > ul > li > a |
Fondazione Corriere div.group > ul > li > a |
Fondazione Cannavò div.group > ul > li > a |
Per pubblicità: CAIRORCS MEDIA SpA div.group > ul > li > a |
Sitemap div.group > ul > li > a |
Redazione div.group > ul > li > a |
Scrivici div.group > ul > li > a |
Cookie policy e privacy div.group > ul > li > a |
Preferenze sui cookie div.group > ul > li > a |
Dichiarazione di accessibilità div.group > ul > li > a |
These items highlight common accessibility best practices.
Best Practices
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
registrati div.bck-modal-login > div.modal-login__footer > div.registration-link > a |
To appear in search results, crawlers need access to your app.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.adv-sponsor__content > figure > a.image > img.lazy div.adv-sponsor__content > figure > a.image > img.lazy |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
a.bck-match > div.team > figure.image > img a.bck-match > div.team > figure.image > img |
div.container > div.fxc-center-center-c > figure.image > img.footer-logo div.container > div.fxc-center-center-c > figure.image > img.footer-logo |
Format your HTML in a way that enables crawlers to better understand your app’s content.