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 |
|---|---|---|
| /wp-content/themes/dt-the7/fonts/FontAwesome/webfonts/fa-... | 0.0 ms | 154.8 KiB |
| cdn.paddle.com/paddle/paddle.js | 14400.0 s | 72.5 KiB |
| /wp-content/themes/dt-the7/fonts/icomoon-the7-font/icomoo... | 0.0 ms | 46.9 KiB |
| /wp-content/themes/dt-the7/fonts/FontAwesome/webfonts/fa-... | 0.0 ms | 25.0 KiB |
| borlabs.io/wp-content/themes/dt-the7-child/fonts/roboto-v29-latin-700.woff2 | 0.0 ms | 15.6 KiB |
| borlabs.io/wp-content/themes/dt-the7-child/fonts/roboto-v29-latin-300.woff2 | 0.0 ms | 15.5 KiB |
| borlabs.io/wp-content/themes/dt-the7-child/fonts/roboto-v29-latin-regular.woff2 | 0.0 ms | 15.5 KiB |
| borlabs.io/wp-content/themes/dt-the7-child/fonts/khand-v12-latin-600.woff2 | 0.0 ms | 14.3 KiB |
| cdn.paddle.com/paddle/assets/css/paddle.css | 14400.0 s | 5.9 KiB |
| cdn.paddle.com/paddle/assets/css/animate.css | 14400.0 s | 5.0 KiB |
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.
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.
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/js_composer/assets/css/js_composer.mi... | 39.8 KiB | 39.6 KiB |
| borlabs.io/wp-content/themes/dt-the7/css/main.min.css?ver=14.3.0 | 37.3 KiB | 34.0 KiB |
| borlabs.io/wp-content/uploads/the7-css/custom.css?ver=a6787c7b1d7c | 29.7 KiB | 26.9 KiB |
| /wp-content/themes/dt-the7/fonts/FontAwesome/css/all.min.... | 20.4 KiB | 20.1 KiB |
| borlabs.io/wp-content/plugins/minervakb/assets/css/dist/minerva-kb.css?ver=2.0.9 | 16.0 KiB | 16.0 KiB |
| borlabs.io/wp-includes/css/dist/block-library/style.min.css?ver=6.8.3 | 13.7 KiB | 13.7 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 |
|---|---|---|
| borlabs.io/wp-content/themes/dt-the7/js/main.min.js?ver=14.3.0 | 87.9 KiB | 66.0 KiB |
| cdn.paddle.com/paddle/paddle.js | 71.8 KiB | 38.6 KiB |
| /wp-content/plugins/LayerSlider/assets/static/layerslider... | 66.4 KiB | 28.1 KiB |
| /wp-content/plugins/LayerSlider/assets/static/layerslider... | 40.8 KiB | 20.9 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 |
|---|---|---|
| borlabs.io/wp-content/uploads/the7-css/custom.css?ver=a6787c7b1d7c | 29.9 KiB | 2.9 KiB |
| borlabs.io/wp-content/plugins/minervakb/assets/css/dist/minerva-kb.css?ver=2.0.9 | 16.2 KiB | 2.9 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 |
|---|---|---|
| borlabs.io/wp-content/plugins/minervakb/assets/js/minerva-kb.js?ver=2.0.9 | 16.7 KiB | 7.0 KiB |
| /wp-content/plugins/minervakb/assets/js/minerva-kb-common... | 4.7 KiB | 2.1 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| borlabs.io/ | 991 ms |
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.
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 |
|---|
header.header-bar > ul#primary-menu > li.site-id-2 > a |
div.ls-layers > div.ls-wrapper > div.ls-wrapper > a.ls-layer-link div.ls-layers > div.ls-wrapper > div.ls-wrapper > a.ls-layer-link |
div.ls-layers > div.ls-wrapper > div.ls-wrapper > a.ls-layer-link div.ls-layers > div.ls-wrapper > div.ls-wrapper > a.ls-layer-link |
div.ls-layers > div.ls-wrapper > div.ls-wrapper > a.ls-layer-link div.ls-layers > div.ls-wrapper > div.ls-wrapper > a.ls-layer-link |
div.ls-layers > div.ls-wrapper > div.ls-wrapper > a.ls-layer-link div.ls-layers > div.ls-wrapper > div.ls-wrapper > a.ls-layer-link |
div.ls-layers > div.ls-wrapper > div.ls-wrapper > a.ls-layer-link div.ls-layers > div.ls-wrapper > div.ls-wrapper > a.ls-layer-link |
article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover |
article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover |
article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover |
article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover |
article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover |
article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover |
article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover |
article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover |
article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover article.post > div.post-thumbnail-wrap > div.post-thumbnail > a.post-thumbnail-rollover |
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
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
Borlabs Cookie 3.4 article.post > div.post-entry-content > h3.entry-title > a |
News div.post-entry-content > div.entry-meta > span.category-link > a |
By Ben article.post > div.post-entry-content > div.entry-meta > a.author |
February 6, 2026 article.post > div.post-entry-content > div.entry-meta > a.data-link |
Borlabs Cookie 3.3 article.post > div.post-entry-content > h3.entry-title > a |
News div.post-entry-content > div.entry-meta > span.category-link > a |
By Ben article.post > div.post-entry-content > div.entry-meta > a.author |
March 13, 2025 article.post > div.post-entry-content > div.entry-meta > a.data-link |
Borlabs Cookie 3.2 article.post > div.post-entry-content > h3.entry-title > a |
News div.post-entry-content > div.entry-meta > span.category-link > a |
By Ben article.post > div.post-entry-content > div.entry-meta > a.author |
October 4, 2024 article.post > div.post-entry-content > div.entry-meta > a.data-link |
Borlabs Cookie 3.1 article.post > div.post-entry-content > h3.entry-title > a |
News div.post-entry-content > div.entry-meta > span.category-link > a |
By Ben article.post > div.post-entry-content > div.entry-meta > a.author |
June 26, 2024 article.post > div.post-entry-content > div.entry-meta > a.data-link |
Borlabs Cookie 3.0 article.post > div.post-entry-content > h3.entry-title > a |
News div.post-entry-content > div.entry-meta > span.category-link > a |
By Ben article.post > div.post-entry-content > div.entry-meta > a.author |
November 17, 2023 article.post > div.post-entry-content > div.entry-meta > a.data-link |
Tips div.post-entry-content > div.entry-meta > span.category-link > a |
By Leon article.post > div.post-entry-content > div.entry-meta > a.author |
August 20, 2023 article.post > div.post-entry-content > div.entry-meta > a.data-link |
How to perform a WordPress performance audit article.post > div.post-entry-content > h3.entry-title > a |
Tips div.post-entry-content > div.entry-meta > span.category-link > a |
By Leon article.post > div.post-entry-content > div.entry-meta > a.author |
August 9, 2023 article.post > div.post-entry-content > div.entry-meta > a.data-link |
WordPress SEO: How to perform an SEO audit article.post > div.post-entry-content > h3.entry-title > a |
Tips div.post-entry-content > div.entry-meta > span.category-link > a |
By Leon article.post > div.post-entry-content > div.entry-meta > a.author |
May 31, 2023 article.post > div.post-entry-content > div.entry-meta > a.data-link |
Tips div.post-entry-content > div.entry-meta > span.category-link > a |
By Leon article.post > div.post-entry-content > div.entry-meta > a.author |
January 14, 2023 article.post > div.post-entry-content > div.entry-meta > a.data-link |
These items highlight common accessibility best practices.
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.
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 |
|---|---|
| borlabs.io/borlabs-cookie-3-4/ | Read more |
| borlabs.io/borlabs-cookie-3-3/ | Read more |
| borlabs.io/borlabs-cookie-3-2/ | Read more |
| borlabs.io/borlabs-cookie-3-1/ | Read more |
| borlabs.io/borlabs-cookie-3-0/ | Read more |
| /wordpress-multisite-how-to-create-and-manage-multiple-we... | Read more |
| borlabs.io/how-to-perform-a-wordpress-performance-audit/ | Read more |
| borlabs.io/wordpress-seo-how-to-perform-an-seo-audit/ | Read more |
| /do-it-yourself-how-to-develop-your-own-simple-wordpress-... | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.