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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| calciominuto.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 900.0 s | 30.0 KiB |
| /pagead/managed/js/adsense/m202608210101/show_ads_impl_fy... | 1209600.0 s | 162.2 KiB |
| calciominuto.com/wp-content/themes/mh-magazine/style.css?ver=7.0.4 | 900.0 s | 15.4 KiB |
| calciominuto.com/wp-content/themes/mh-magazine/js/scripts.js?ver=3.10.0 | 900.0 s | 12.8 KiB |
| calciominuto.com/wp-content/themes/mh-magazine/includes/font-awesome.min.css | 900.0 s | 7.2 KiB |
| calciominuto.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0.4 | 900.0 s | 5.5 KiB |
| calciominuto.com/wp-content/themes/thenfant/style.css?ver=3.10.0 | 900.0 s | 1.8 KiB |
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.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 30 ms |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| calciominuto.com/ | 644 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
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 |
|---|---|---|---|
| calciominuto.com/ | 837 ms | 40 ms | 4.2 ms |
| /f/AGSKWxVXSit0a77ujojazVUiqd4cS9i8NJ6gPvOoUveHRA5owB947v... | 327 ms | 202 ms | 40 ms |
| cdn.taboola.com/libtrc/lggmedias/loader.js | 295 ms | 180 ms | 98 ms |
| www.googletagmanager.com/gtag/js?id=G-DJPR68F1Q9 | 259 ms | 216 ms | 41 ms |
| Unattributable | 245 ms | 10 ms | 0.0 ms |
| calciominuto.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 222 ms | 148 ms | 9.1 ms |
| fundingchoicesmessages.google.com/i/pub-5850972930255511?ers=1 | 184 ms | 158 ms | 24 ms |
| /pagead/managed/js/adsense/m202608210101/show_ads_impl_fy... | 159 ms | 112 ms | 34 ms |
| /pagead/js/adsbygoogle.js?client=ca-pub-5850972930255511 | 135 ms | 116 ms | 12 ms |
| calciominuto.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0.4 | 52 ms | 49 ms | 2.1 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 | 1.2 s |
| Style & Layout | 617 ms |
| Other | 345 ms |
| Script Parsing & Compilation | 285 ms |
| Rendering | 170 ms |
| Parse HTML & CSS | 128 ms |
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 |
|---|---|---|
| calciominuto.com/wp-content/themes/mh-magazine/style.css?ver=7.0.4 | 15.4 KiB | 2.5 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 |
|---|---|---|
| .fc-consent-root .fc-dialog-container.fc-landscape-mode { height: 90% !important; … } … | 16.3 KiB | 14.1 KiB |
| calciominuto.com/wp-content/themes/mh-magazine/style.css?ver=7.0.4 | 15.1 KiB | 13.8 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 |
|---|---|---|
| cdn.taboola.com/libtrc/lggmedias/loader.js | 325.1 KiB | 237.2 KiB |
| /pagead/managed/js/adsense/m202608210101/show_ads_impl_fy... | 162.2 KiB | 133.1 KiB |
| /i/ca-pub-5850972930255511?href=https%3A%2F%2Fcalciominut... | 69.9 KiB | 66.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-DJPR68F1Q9 | 170.6 KiB | 60.8 KiB |
| fundingchoicesmessages.google.com/i/pub-5850972930255511?ers=1 | 70.0 KiB | 36.0 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-5850972930255511 | 56.2 KiB | 27.8 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 |
|---|
202 div.mh-loop-pagination > nav.navigation > div.nav-links > a.page-numbers |
Scopri di più div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
Elenco dei partner div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Names and labels
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 |
|---|
header.mh-header > div.mh-main-nav-wrap > div.slicknav_menu > a.slicknav_btn header.mh-header > div.mh-main-nav-wrap > div.slicknav_menu > a.slicknav_btn |
article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a |
article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a |
article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a |
article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a |
article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > 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.
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 |
|---|
Calcio Minuto div.mh-col-1-1 > div.mh-site-logo > div.mh-header-text > a.mh-header-text-link |
SERIE B nav > ul > li > a |
SERIE C nav > ul > li > a |
INTER nav > ul > li > a |
MILAN nav > ul > li > a |
NAPOLI nav > ul > li > a |
EUROPA nav > ul > li > a |
GIOVANILE nav > ul > li > a |
Tutti gli Articoli div#main-content > header.page-header > div > a |
Mercato div#main-content > header.page-header > div > a |
Con Anteprima div#main-content > header.page-header > div > a |
Si va verso misure restrittive per il derby article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a |
La Juventus sta cullando lidea di prendere un nuovo attaccante. article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a |
L’U. article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a |
Riccardo Maniero ha deciso di dire addio al calcio giocato. article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a |
Il club deve fare i conti con calciatori fuori dalla lista over article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a |
Centr’avanti article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a |
L’Avellino prosegue la caccia all’attaccante. article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a |
Si è conclusa l’esperienza di Arthur Melo alla Juventus. article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a |
De Jong: ‘prima di lui interpellati Guardiola e Slot’ article.mh-posts-large-item > div.mh-posts-large-content > div.mh-posts-large-excerpt > a |
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.
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 |
|---|
Mondo ul.menu > li.menu-item > a.slicknav_item > a |
To appear in search results, crawlers need access to your app.