Lighthouse Desktop
· 0 checks — Desktop 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 |
|---|---|---|
| js.hsforms.net/forms/embed/v2.js?ver=11.3.45 | 300.0 s | 197.1 KiB |
| js.hs-analytics.net/analytics/1778420700000/20263761.js | 300.0 s | 42.4 KiB |
| js.usemessages.com/conversations-embed.js | 600.0 s | 33.6 KiB |
| js.hscollectedforms.net/collectedforms.js | 300.0 s | 26.7 KiB |
| js.hs-banner.com/20263761.js | 300.0 s | 18.8 KiB |
| js.hsforms.net/forms/embed/20263761.js?ver=11.3.45 | 600.0 s | 15.4 KiB |
| snap.licdn.com/li.lms-analytics/insight.min.js | 86400.0 s | 18.7 KiB |
| static.hotjar.com/c/hotjar-2792281.js?sv=5 | 60.0 s | 6.2 KiB |
| js.hs-scripts.com/20263761.js?integration=WordPress&ver=11.3.45 | 90.0 s | 1.3 KiB |
| js-na1.hs-scripts.com/20263761.js | 0.0 ms | 1.1 KiB |
| static.hsappstatic.net/whisper-core/ex/whisper-core.js | 60.0 s | 1008 B |
| /collect?v=2&fmt=js&pid=8767145&time=1778420846746&url=ht... | 0.0 ms | 933 B |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 2.3 KiB |
| /hub/20263761/hubfs/OGMfavicon.jpg?width=108&height=108 | 1209600.0 s | 1.4 KiB |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 0 B |
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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/plugins/ultimate-elementor/assets/min-css/uae... | 81.0 KiB | 81.0 KiB |
| .ast-no-sidebar .entry-content .alignfull {margin-left: calc( -50vw + 50%); … } … | 15.9 KiB | 15.0 KiB |
| /wp-content/plugins/elementor/assets/lib/font-awesome/css... | 12.8 KiB | 12.7 KiB |
| /wp-content/plugins/elementor/assets/lib/font-awesome/css... | 12.3 KiB | 12.2 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.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js | 364.0 KiB | 161.2 KiB |
| js.hsforms.net/forms/embed/v2.js?ver=11.3.45 | 189.4 KiB | 109.2 KiB |
| www.googletagmanager.com/gtag/js?id=GT-MBL4T29 | 143.8 KiB | 63.6 KiB |
| /wp-content/plugins/revslider/public/assets/js/jquery.the... | 37.5 KiB | 28.3 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 26.3 KiB |
| /wp-content/plugins/elementor/assets/lib/swiper/v8/swiper... | 38.8 KiB | 22.1 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.
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.7 s |
| Other | 832 ms |
| Style & Layout | 684 ms |
| Script Parsing & Compilation | 183 ms |
| Parse HTML & CSS | 141 ms |
| Garbage Collection | 100 ms |
| Rendering | 50 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| ogm.uk.com/wp-content/plugins/leadin/build/elementor.css?ver=11.3.45 | 9.5 KiB | 6.3 KiB |
| /wp-content/plugins/elementor/assets/lib/font-awesome/css... | 13.1 KiB | 2.3 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.
ARIA
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Call
Contact us div.e-con-inner > div.elementor-element > div.elementor-widget-container > div.e-contact-buttons |
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 |
|---|
Privacy Policy div#hs-eu-cookie-confirmation-inner > div#hs-eu-policy-wording > p > a |
VACANCIES div.elementor-button-wrapper > a.elementor-button > span.elementor-button-content-wrapper > span.elementor-button-text |
© 2026 All Rights Reserved. div.e-con-inner > div.elementor-element > div.elementor-widget-container > p.elementor-heading-title |
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 |
|---|
Privacy Policy div#hs-eu-cookie-confirmation-inner > div#hs-eu-policy-wording > p > a |
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 |
|---|
div.e-con-inner > div.elementor-element > div.elementor-widget-container > a div.e-con-inner > div.elementor-element > div.elementor-widget-container > a |
div.elementor-element > div.elementor-element > div.elementor-widget-container > a div.elementor-element > div.elementor-element > div.elementor-widget-container > a |
div.e-con-inner > div.elementor-element > div.elementor-widget-container > a div.e-con-inner > div.elementor-element > div.elementor-widget-container > a |
div.elementor-element > div.elementor-element > div.elementor-widget-container > a div.elementor-element > div.elementor-element > div.elementor-widget-container > 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
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 html |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Call div.e-contact-buttons > div.e-contact-buttons__links-container > div.e-contact-buttons__contact-links > a.e-contact-buttons__contact-icon-link |
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 |
|---|---|
| AttributionReporting |
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.