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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /wp-content/cache/min/1/wp-content/themes/astra-child/hom... | 5.4 KiB | 1.0 s |
| /wp-content/plugins/complianz-gdpr/assets/css/cookieblock... | 1.1 KiB | 845 ms |
| roma.place/wp-content/themes/astra/style.css?ver=1750255427 | 2.2 KiB | 845 ms |
| roma.place/wp-content/themes/astra/assets/css/minified/main.min.css?ver=4.11.3 | 8.7 KiB | 845 ms |
| /wp-content/cache/min/1/wp-content/themes/astra-child/zon... | 1.4 KiB | 845 ms |
| /wp-content/cache/min/1/wp-content/themes/astra-child/sty... | 11.1 KiB | 1.2 s |
| /css?family=Merriweather:300%2C400|DM+Sans:700&display=fa... | 1.2 KiB | 778 ms |
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 |
|---|---|---|
| /beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e178179150... | 86400.0 s | 11.3 KiB |
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/merriweather/v33/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpP... | 10 ms |
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.
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/cache/min/1/ajax/libs/font-awesome/6.5.1/css/... | 21.3 KiB | 21.1 KiB |
| :root{--ast-post-nav-space:0;--ast-container-default-xlg-padding:3em;--ast-container-default-lg-pad… | 14.1 KiB | 12.1 KiB |
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 |
|---|---|---|
| roma.place/wp-content/themes/astra/style.css?ver=1750255427 | 2.2 KiB | 2.2 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.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
5/5 div.wrap > div.mch2-quotes > blockquote.mch2-quote > span.mch2-quote__stars |
5/5 div.wrap > div.mch2-quotes > blockquote.mch2-quote > span.mch2-quote__stars |
5/5 div.wrap > div.mch2-quotes > blockquote.mch2-quote > span.mch2-quote__stars |
5/5 div.mch2-seal-plate > div.mch2-seal > div.mch2-seal__inner > span.mch2-seal__stars |
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 |
|---|
01 div.wrap > div.mch2-method__items > div.mch2-method__item > span.mch2-method__num |
02 div.wrap > div.mch2-method__items > div.mch2-method__item > span.mch2-method__num |
03 div.wrap > div.mch2-method__items > div.mch2-method__item > span.mch2-method__num |
roma.place div.mch-footer__main > div.mch-footer__inner > div.mch-footer__col > div.mch-footer__domain-badge |
(121) ul.mch-footer__list > li > a > span.mch-footer__count |
(96) ul.mch-footer__list > li > a > span.mch-footer__count |
(89) ul.mch-footer__list > li > a > span.mch-footer__count |
(56) ul.mch-footer__list > li > a > span.mch-footer__count |
(46) ul.mch-footer__list > li > a > span.mch-footer__count |
(44) ul.mch-footer__list > li > a > span.mch-footer__count |
(40) ul.mch-footer__list > li > a > span.mch-footer__count |
(40) ul.mch-footer__list > li > a > span.mch-footer__count |
© 2026 roma.place. Tutti i diritti riservati. footer.mch-footer > div.mch-footer__bottom > div.mch-footer__inner > p |
These are opportunities to improve the legibility of your content.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
LEGALE div.mch-footer__main > div.mch-footer__inner > div.mch-footer__col > h4.mch-footer__heading |
These are opportunities to improve keyboard navigation in your application.
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.