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 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.
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.
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 | |
|---|---|---|---|
rs-sbg-px > rs-sbg-wrap > rs-sbg > img rs-sbg-px > rs-sbg-wrap > rs-sbg > img | /wp-content/uploads/2025/04/elmwood-law-home-slider-01-mi... | 72.6 KiB | 42.5 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.
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/litespeed/css/1435d09a12c52148e6f0fd0d2422fae... | 94.3 KiB | 92.9 KiB |
| /wp-content/litespeed/css/3add930d3a75e10808e8ebc6881a3b5... | 67.9 KiB | 65.7 KiB |
| /wp-content/litespeed/css/f344546c095fe9620c08012969fb907... | 54.6 KiB | 52.8 KiB |
| /wp-content/litespeed/css/a419ffe87f0a783db853af547b8f7c2... | 43.5 KiB | 41.6 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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-DV0E215XBV&cx=c>m=4e66f1 | 159.6 KiB | 65.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5H9VQ47J | 119.2 KiB | 64.6 KiB |
| /wp-content/litespeed/js/855f6ffc224d0462ed42531083a8a10f... | 71.3 KiB | 47.6 KiB |
| /wp-content/litespeed/js/906e3c2d74f8ac5ab882f82705b83cb7... | 102.1 KiB | 40.0 KiB |
| /wp-content/litespeed/js/ab742891b172cd995ec50e535fca166b... | 58.5 KiB | 29.9 KiB |
| /wp-content/litespeed/js/f36107bedec90cece1df61c5ed5a4521... | 35.6 KiB | 29.1 KiB |
| /wp-content/litespeed/js/6d1a2624583a0711970e4c959f6df5af... | 37.3 KiB | 21.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 |
|---|---|---|---|
| /wp-content/litespeed/js/ab742891b172cd995ec50e535fca166b... | 2.0 s | 741 ms | 18 ms |
| elmwoodlaw.com/wp-includes/js/jquery/jquery.min.js | 1.1 s | 496 ms | 6.1 ms |
| /wp-content/litespeed/js/906e3c2d74f8ac5ab882f82705b83cb7... | 725 ms | 443 ms | 43 ms |
| /wp-content/litespeed/js/e3084f8196924fd9296551fdd225e9d6... | 640 ms | 68 ms | 7.1 ms |
| elmwoodlaw.com/ | 630 ms | 82 ms | 19 ms |
| Unattributable | 515 ms | 95 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-DV0E215XBV&cx=c>m=4e66f1 | 205 ms | 155 ms | 44 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5H9VQ47J | 109 ms | 86 ms | 22 ms |
| /wp-content/litespeed/js/855f6ffc224d0462ed42531083a8a10f... | 106 ms | 62 ms | 20 ms |
| /wp-content/litespeed/js/83cd2238782b6a2ffe185a4902c89a9c... | 66 ms | 63 ms | 2.6 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.4 s |
| Style & Layout | 1.8 s |
| Other | 1.6 s |
| Parse HTML & CSS | 248 ms |
| Script Parsing & Compilation | 248 ms |
| Rendering | 230 ms |
| Garbage Collection | 25 ms |
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 |
|---|
As specialist car finance solicitors, we believe legal support should be straig… div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > p |
The result of this innovative approach is a service that can save time, reduce … div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > p |
This firm is authorised and regulated by the Solicitors Regulation Authority. S… div.elementor-column > div.elementor-widget-wrap > div.sc_layouts_item > div.elementor-widget-container |
Elmwood Law is a trading style of Elmwood Law Limited which is registered in En… div.elementor-widget-wrap > div.sc_layouts_item > div.elementor-widget-container > p |
Privacy Policy | Complaints Policy | Terms and Conditions | No Win No Fee Polic… div.elementor-widget-wrap > div.sc_layouts_item > div.elementor-widget-container > p |
Privacy Policy div.sc_layouts_item > div.elementor-widget-container > p > a.footer-link |
Complaints Policy div.sc_layouts_item > div.elementor-widget-container > p > a.footer-link |
Terms and Conditions div.sc_layouts_item > div.elementor-widget-container > p > a.footer-link |
No Win No Fee Policy div.sc_layouts_item > div.elementor-widget-container > p > a.footer-link |
Terms of Engagement div.sc_layouts_item > div.elementor-widget-container > p > a.footer-link |
Cancellation Policy div.sc_layouts_item > div.elementor-widget-container > p > a.footer-link |
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 |
|---|
rs-sbg-px > rs-sbg-wrap > rs-sbg > img rs-sbg-px > rs-sbg-wrap > rs-sbg > img |
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 |
|---|
div.elementor-widget-container > div > div > iframe.trx_addons_resize div.elementor-widget-container > div > div > iframe.trx_addons_resize |
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.sc_layouts_item > div.elementor-widget-container > div.sc_layouts_iconed_text > a.sc_layouts_item_link div.sc_layouts_item > div.elementor-widget-container > div.sc_layouts_iconed_text > a.sc_layouts_item_link |
div.page_content_wrap > div.content_wrap_fullscreen > div.content > a#content_skip_link_anchor div.page_content_wrap > div.content_wrap_fullscreen > div.content > a#content_skip_link_anchor |
div.trx_addons_column-1_3 > div.sc_services_item > div.sc_services_item_content > a.sc_services_item_link div.trx_addons_column-1_3 > div.sc_services_item > div.sc_services_item_content > a.sc_services_item_link |
div.trx_addons_column-1_3 > div.sc_services_item > div.sc_services_item_content > a.sc_services_item_link div.trx_addons_column-1_3 > div.sc_services_item > div.sc_services_item_content > a.sc_services_item_link |
div.trx_addons_column-1_3 > div.sc_services_item > div.sc_services_item_content > a.sc_services_item_link div.trx_addons_column-1_3 > div.sc_services_item > div.sc_services_item_content > a.sc_services_item_link |
body.home > div.body_wrap > div.page_wrap > a#footer_skip_link_anchor body.home > div.body_wrap > div.page_wrap > a#footer_skip_link_anchor |
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
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to content body.home > div.body_wrap > div.page_wrap > a.paragon_skip_link |
Skip to footer body.home > div.body_wrap > div.page_wrap > a.paragon_skip_link |
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 |
|---|
Office div.sc_layouts_item > div.elementor-widget-container > div.sc_title > h6.sc_item_title |
These are opportunities to improve keyboard navigation in your application.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > img.attachment-full div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > img.attachment-full | elmwoodlaw.com/wp-content/uploads/2025/04/leaf-outline.png.webp | 40 x 55 | 42 x 58 | 60 x 83 |
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 |
|---|---|
elmwoodlaw.com/wp-includes/js/jquery/jquery.min.js line 1, col 82863 | TypeError: e.indexOf is not a function
at ce.fn.load (https://elmwoodlaw.com/wp-includes/js/jquery/jquery.min.js:2:82864)
at https://elmwoodlaw.com/wp-content/litespeed/js/8e8372ae4ddd010d497f7b7d173347d5.js?ver=347d5:21:16
at https://elmwoodlaw.com/wp-content/litespeed/js/8e8372ae4ddd010d497f7b7d173347d5.js?ver=347d5:53:556 |
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 |
|---|
div.menu_mobile > div.menu_mobile_inner > div.menu_mobile_header_wrap > a.menu_mobile_close div.menu_mobile > div.menu_mobile_inner > div.menu_mobile_header_wrap > a.menu_mobile_close |
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 |
|---|
rs-sbg-px > rs-sbg-wrap > rs-sbg > img rs-sbg-px > rs-sbg-wrap > rs-sbg > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.