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.
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.
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 | |
|---|---|---|---|
The Intern div.row > div.col-md-6 > div.video-wrapper > img | www.8theme.com/wp-content/themes/8theme/img/templates/home/intern.jpg | 104.7 KiB | 69.9 KiB |
Top 5 WooCommerce Plugins to Boost Your Store’s Average Order Value: 2025 Ranki… div.swiper-slide > div.blog > a.blog-img > img.img-responsive | www.8theme.com/wp-content/uploads/2025/11/Blog-44.jpg | 75.1 KiB | 67.9 KiB |
How to Increase Average Order Value in WooCommerce: Proven Strategies div.swiper-slide > div.blog > a.blog-img > img.img-responsive | www.8theme.com/wp-content/uploads/2025/10/Blog-42.jpg | 66.3 KiB | 59.9 KiB |
10 Best WordPress WooCommerce Themes 2025 div.swiper-slide > div.blog > a.blog-img > img.img-responsive | www.8theme.com/wp-content/uploads/2025/06/Blog-24.jpg | 63.1 KiB | 57.0 KiB |
Creating Your Own Forum on WordPress: A Guide for Beginners div.swiper-slide > div.blog > a.blog-img > img.img-responsive | www.8theme.com/wp-content/uploads/2025/08/Blog-39.jpeg | 60.2 KiB | 54.3 KiB |
How a Small Business Increased Online Sales by 40% with WordPress div.swiper-slide > div.blog > a.blog-img > img.img-responsive | www.8theme.com/wp-content/uploads/2025/12/Blog-45.jpg | 59.7 KiB | 53.9 KiB |
TOP 5 Reasons Your WordPress Online Store Isn’t Converting and How to Fix It div.swiper-slide > div.blog > a.blog-img > img.img-responsive | www.8theme.com/wp-content/uploads/2025/08/Blog-41.jpg | 58.5 KiB | 52.8 KiB |
Top 5 Strategies to Prevent Cart Abandonment in WooCommerce div.swiper-slide > div.blog > a.blog-img > img.img-responsive | www.8theme.com/wp-content/uploads/2025/10/Blog-43.jpg | 55.9 KiB | 50.5 KiB |
10 Best WordPress Themes for 2025: A Powerful Start for Your Online Business div.swiper-slide > div.blog > a.blog-img > img.img-responsive | www.8theme.com/wp-content/uploads/2025/07/Blog-37.jpg | 55.8 KiB | 50.4 KiB |
How to Build a Successful Online Store with XStore div.swiper-slide > div.blog > a.blog-img > img.img-responsive | www.8theme.com/wp-content/uploads/2025/07/Blog-38.jpg | 43.1 KiB | 38.9 KiB |
How to Boost WooCommerce Sales with Smart Automation div.swiper-slide > div.blog > a.blog-img > img.img-responsive | www.8theme.com/wp-content/uploads/2025/09/Blog-40.jpg | 38.1 KiB | 34.4 KiB |
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.
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 |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.6 KiB |
| /signals/config/1166644680583884?v=2.9.303&r=stable&domai... | 1200.0 s | 44.8 KiB |
| /tr/?id=1166644680583884&ev=PageView&dl=https%3A%2F%2Fwww... | 0.0 ms | 16 B |
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.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| 8theme.com/ | 831 ms |
| www.8theme.com/ | 0.0 ms |
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
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 |
|---|---|---|
| www.8theme.com/wp-content/themes/8theme/css/style-new15.css | 45.2 KiB | 15.0 KiB |
| www.8theme.com/wp-content/themes/8theme/global-custom14.css | 34.5 KiB | 8.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 |
|---|---|---|
| www.8theme.com/wp-content/themes/8theme/js/global-script-new.js | 38.3 KiB | 11.9 KiB |
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 |
|---|---|---|
| www.8theme.com/wp-content/themes/8theme/css/style-new15.css | 45.1 KiB | 42.9 KiB |
| www.8theme.com/wp-content/themes/8theme/global-custom14.css | 34.5 KiB | 31.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=AW-652514074 | 172.9 KiB | 65.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-V4LTQDX4DL&cx=c>m=4e64k0 | 169.7 KiB | 55.0 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.2 KiB |
| www.8theme.com/wp-content/themes/8theme/js/global-script-new.js | 38.3 KiB | 29.7 KiB |
| www.8theme.com/wp-content/themes/8theme/js/libs/swiper/swiper-bundle.min.js | 37.0 KiB | 21.6 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
cloudways div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/clo... |
cloudways div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/clo... |
cloudways div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/clo... |
hongiat div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | www.8theme.com/wp-content/themes/8theme/img/templates/home/partners/hongiat.png |
hongiat div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | www.8theme.com/wp-content/themes/8theme/img/templates/home/partners/hongiat.png |
hongiat div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | www.8theme.com/wp-content/themes/8theme/img/templates/home/partners/hongiat.png |
designmodo div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/des... |
designmodo div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/des... |
designmodo div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/des... |
wpmayor_logo div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/wpm... |
wpmayor_logo div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/wpm... |
wpmayor_logo div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/wpm... |
speckyboy div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/spe... |
speckyboy div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/spe... |
speckyboy div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/spe... |
smashing_magazine div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/sma... |
smashing_magazine div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/sma... |
smashing_magazine div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | /wp-content/themes/8theme/img/templates/home/partners/sma... |
codrops div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | www.8theme.com/wp-content/themes/8theme/img/templates/home/partners/codrops.png |
codrops div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | www.8theme.com/wp-content/themes/8theme/img/templates/home/partners/codrops.png |
codrops div.logo-row-img-container > div.logo-row-img-container-inner > div.logo-slider-image-container > img | www.8theme.com/wp-content/themes/8theme/img/templates/home/partners/codrops.png |
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 |
|---|
Log In div.container > section.header--content > div.header--client-component > a.button-new |
Premium quality designs div.row > div.col-md-12 > div.text-center > span.et-participant |
Hollywood approved div.container > div.row > div.col-md-6 > span.et-participant |
One-Click Store Setup div.row > div.col-md-12 > div.text-center > span.et-participant |
WordPress experts div.row > div.col-md-12 > div.text-center > span.et-participant |
Best customers experience div.container > div.row > div.col-md-4 > span.et-participant |
Gain access to expert assistance and community-driven solutions for all your Wo… div.our-services > div.our-service > div > p.sa |
Your go-to resource for in-depth knowledge and expert insights, providing every… div.our-services > div.our-service > div > p.sa |
Learn step-by-step with our video tutorials covering WordPress and WooCommerce … div.our-services > div.our-service > div > p.sa |
eCommerce Insights div.row > div.col-md-12 > div.text-center > span.et-participant |
Client testimonials div.row > div.col-md-12 > div.text-center > span.et-participant |
Keep your web-site alive using our templates div.row > div.col-md-12 > div.text-center > span.et-participant |
your web-site alive div.col-md-12 > div.text-center > span.et-participant > span.hidden-xs |
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 |
|---|
WP Theme Customization div.col-md-12 > div.our-services > div.our-service > h4.sa |
Premium Support Forum div.our-services > div.our-service > div > h4.sa |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
div.col-md-6 > div.video-wrapper > span.video-play-icon > img div.col-md-6 > div.video-wrapper > span.video-play-icon > img |
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.loaded html.loaded |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.footer--nav > div.footer--nav-item > a > img.lazy div.footer--nav > div.footer--nav-item > a > img.lazy | www.8theme.com/wp-content/themes/8theme/img/lazy-placeholder.jpg | 90 x 36 (2.50) | 390 x 275 (1.42) |
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 | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
wc-blocks-checkout-dependency-error-js-after line 2, col 8 | Payment gateway with handle 'wc-stripe-blocks-integration' has been deactivated in Cart and Checkout blocks because its dependency 'wc-blocks-checkout' is not registered. Read the docs about registering assets for payment methods: https://github.com/woocommerce/woocommerce-blocks/blob/060f63c04f0f34f645200b5d4da9212125c49177/docs/third-party-developers/extensibility/checkout-payment-methods/payment-method-integration.md#registering-assets |
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
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 |
|---|
div.col-md-6 > div.video-wrapper > span.video-play-icon > img div.col-md-6 > div.video-wrapper > span.video-play-icon > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.