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 |
|---|---|---|
| privacy-proxy.usercentrics.eu/latest/uc-block.bundle.js | 3600.0 s | 30.4 KiB |
| web.cmp.usercentrics.eu/ui/loader.js | 3600.0 s | 15.3 KiB |
| cdn.matomo.cloud/demo-web.matomo.org/container_bugnCohE.js | 691200.0 s | 73.4 KiB |
| app.usercentrics.eu/session/1px.png?settingsId=wp_ioN8GED4t7y | 1800.0 s | 826 B |
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.
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.
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-includes/css/dist/block-editor/style.min.css?ver=c3bd... | 16.1 KiB | 16.1 KiB |
| /wp-includes/css/dist/components/style.min.css?ver=c3bd3e... | 13.9 KiB | 13.8 KiB |
| /wp-content/plugins/elementor/assets/lib/font-awesome/css... | 12.3 KiB | 12.2 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 |
|---|---|---|
| matomo.org/wp-content/themes/website-child/style.css?ver=1762111268 | 10.7 KiB | 2.3 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/themes/website-child/assets/js/_main.js?ver=1... | 7.6 KiB | 2.9 KiB |
| matomo.org/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.8.1 | 6.4 KiB | 2.4 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.matomo.cloud/demo-web.matomo.org/container_bugnCohE.js | 72.9 KiB | 42.3 KiB |
| web.cmp.usercentrics.eu/ui/v/3.116.0/WebSdk.lib.d00a93b7.js | 56.0 KiB | 35.3 KiB |
| /wp-content/plugins/elementor/assets/lib/swiper/v8/swiper... | 38.8 KiB | 21.6 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 |
|---|
TRY IT FOR FREE div#mega-menu-wrap-primary > ul#mega-menu-primary > li#mega-menu-item-40179 > a.mega-menu-link |
21-day free Cloud trial. div.elementor-image-box-content > h3.elementor-image-box-title > span > a |
TRY IT FOR FREE div.elementor-button-wrapper > a.elementor-button > span.elementor-button-content-wrapper > span.elementor-button-text |
4.8 out of 5 div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > p |
4.8 out of 5 div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > p |
4.8 out of 5 div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > p |
GDPR div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
CCPA div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
Take back control of your data now div.elementor-button-wrapper > a.elementor-button > span.elementor-button-content-wrapper > span.elementor-button-text |
Get the guide div.elementor-button-wrapper > a.elementor-button > span.elementor-button-content-wrapper > span.elementor-button-text |
Learn more div.elementor-element > div.elementor-widget-container > p > a |
Learn more div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
Learn more div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
Learn more div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
Learn more div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
Learn more div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
Read more testimonials div.elementor-element > div.elementor-widget-container > p > a |
Read more div.elementor-widget-container > div.matomo-iso-widget > a.matomo-iso-widget__button > span |
TRY IT FOR FREE div.elementor-button-wrapper > a.elementor-button > span.elementor-button-content-wrapper > span.elementor-button-text |
These are opportunities to improve the legibility of your content.
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 |
|---|
Go to slide 1 div.elementor-swiper > div.elementor-main-swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.elementor-swiper > div.elementor-main-swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.elementor-swiper > div.elementor-main-swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.elementor-swiper > div.elementor-main-swiper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div.elementor-swiper > div.elementor-main-swiper > div.swiper-pagination > span.swiper-pagination-bullet |
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.
Best Practices
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 |
|---|---|
Refused to apply style from 'https://matomo.org/wp-content/plugins/popup-maker/dist/packages/block-library-style.css/?ver=7424eb959f91acb8bbb2' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. |
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| matomo.org/guide/installation-maintenance/import-google-analytics/ | Learn more |
| matomo.org/tracking-personal-data-with-matomo/ | Learn more |
| matomo.org/no-data-sampling/ | Learn more |
| matomo.org/free-software/ | Learn more |
| matomo.org/no-data-limitations-with-matomo/ | Learn more |
| matomo.org/product-features/ | Learn more |
| matomo.org/flexibility/ | Learn more |
| matomo.org/support-plans/ | Learn more |
| matomo.org/blog/2025/09/matomo-iso-27001-certification-2025/ | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.