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.
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.
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.
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.
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 | |
|---|---|---|---|
Paura su via Epitaffio a Latina: schianto frontale tra Smart e furgone Amazon. … div.jeg_thumb > a > div.thumbnail-container > img.attachment-jnews-1140x570 | www.latinapress.it/wp-content/uploads/2022/01/ambu44.png | 685.7 KiB | 641.7 KiB |
div.code-block > div > a > img.aligncenter div.code-block > div > a > img.aligncenter | www.latinapress.it/wp-content/uploads/2026/07/BANNER-luglio_500x1000.jpeg | 632.8 KiB | 543.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 |
|---|---|
| latinapress.it/ | 824 ms |
| www.latinapress.it/ | 0.0 ms |
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 |
|---|---|
| www.latinapress.it/ | 14.7 s |
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 |
|---|---|---|
| /wp-content/themes/jnews/assets/dist/frontend.min.css?ver... | 85.4 KiB | 79.4 KiB |
| www.latinapress.it/wp-includes/css/dashicons.min.css?ver=6.9.4 | 35.0 KiB | 35.0 KiB |
| /wp-content/plugins/youzify/includes/admin/assets/css/all... | 22.0 KiB | 21.8 KiB |
| /wp-content/plugins/youzify/includes/public/assets/css/yo... | 16.9 KiB | 16.5 KiB |
| /wp-content/plugins/youzify/includes/public/assets/css/yo... | 15.8 KiB | 15.8 KiB |
| /wp-content/plugins/elementor/assets/lib/font-awesome/css... | 12.6 KiB | 12.5 KiB |
| /wp-content/plugins/youzify/includes/public/assets/css/yo... | 10.6 KiB | 10.6 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 |
|---|---|---|---|
| www.latinapress.it/ | 1.8 s | 374 ms | 78 ms |
| www.latinapress.it/wp-content/themes/jnews/assets/dist/frontend.min.js?ver=1.0.0 | 856 ms | 302 ms | 33 ms |
| Unattributable | 782 ms | 15 ms | 0.0 ms |
| /wp-content/bannerlp/2026-07-jaecco/JAECOO7-SHSH-LUG26-72... | 743 ms | 129 ms | 9.3 ms |
| www.latinapress.it/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 592 ms | 484 ms | 35 ms |
| /wp-content/plugins/youzify/includes/public/assets/js/you... | 326 ms | 77 ms | 1.1 ms |
| www.googletagmanager.com/gtag/js?id=G-GS8ZLSL2WZ | 282 ms | 233 ms | 48 ms |
| www.googletagmanager.com/gtag/js?id=GT-MQBL8FN | 217 ms | 168 ms | 40 ms |
| www.googletagmanager.com/gtag/js?id=GT-MQBL8FN&cx=c>m=4e6781 | 58 ms | 25 ms | 33 ms |
| /wp-content/plugins/elementor/assets/js/frontend.min.js?v... | 52 ms | 49 ms | 2.8 ms |
| /wp-content/themes/jnews/assets/dist/frontend.min.css?ver... | 52 ms | 0.0 ms | 0.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.0 s |
| Other | 1.9 s |
| Style & Layout | 1.3 s |
| Parse HTML & CSS | 425 ms |
| Script Parsing & Compilation | 319 ms |
| Rendering | 226 ms |
| Garbage Collection | 18 ms |
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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=GT-MQBL8FN&cx=c>m=4e6781 | 147.6 KiB | 108.1 KiB |
| www.googletagmanager.com/gtag/js?id=GT-MQBL8FN | 147.7 KiB | 66.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-GS8ZLSL2WZ | 147.7 KiB | 64.1 KiB |
| www.latinapress.it/wp-content/themes/jnews/assets/dist/frontend.min.js?ver=1.0.0 | 87.8 KiB | 56.7 KiB |
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.
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 |
|---|
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
13 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
PROVINCIA div.jeg_postblock_content > div.jeg_post_category > span > a |
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
13 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
PROVINCIA div.jeg_postblock_content > div.jeg_post_category > span > a |
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
13 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
LATINA div.jeg_postblock_content > div.jeg_post_category > span > a |
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
12 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
TUTTI div.jeg_subcat > ul.jeg_subcat_list > li > a.subclass-filter |
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
9 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
YouPress div.jeg_block_heading > h3.jeg_block_title > a > span |
YOUPRESS div.jeg_thumb > div.jeg_post_category > span > a.category-youpress |
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
28 GIUGNO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
Attualità div.jeg_block_heading > h3.jeg_block_title > a > span |
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
22 GIUGNO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
7 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
13 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
13 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
7 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
Informazioni utili div.footer_widget > div.jeg_footer_heading > h3.jeg_footer_title > span |
Seguici div.col-md-3 > div.jeg_footer_heading > h3.jeg_footer_title > span |
Ok div#cookie-notice > div.cookie-notice-container > span#cn-notice-buttons > button#cn-accept-cookie |
No div#cookie-notice > div.cookie-notice-container > span#cn-notice-buttons > button#cn-refuse-cookie |
Leggi di più div#cookie-notice > div.cookie-notice-container > span#cn-notice-buttons > button#cn-more-info |
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 |
|---|
Latina Press div.footer_widget > div.jeg_about > p.copyright > a |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.home-page > div > input#focus_retriever body.home-page > div > input#focus_retriever |
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.ads-wrapper > div > div.code-block > a div.ads-wrapper > div > div.code-block > a |
div.ai-viewport-3 > div.code-block > div > a div.ai-viewport-3 > div.code-block > div > 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 |
|---|
PROVINCIA div.jeg_thumb > div.jeg_post_category > span > a.category-provincia |
EVENTI div.jeg_thumb > div.jeg_post_category > span > a.category-eventi |
YOUPRESS div.jeg_thumb > div.jeg_post_category > span > a.category-youpress |
ATTUALITA' div.jeg_thumb > div.jeg_post_category > span > a.category-attualita |
LATINA div.jeg_thumb > div.jeg_post_category > span > a.category-latina |
These items highlight common accessibility best practices.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | www.latinapress.it/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 line 1, col 79777 |
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.