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/plugins/vc-elegant-tabs/fonts/fontawesome-web... | 0.0 ms | 75.8 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 | |
|---|---|---|---|
div.wpb_single_image > figure.wpb_wrapper > div.vc_single_image-wrapper > img.vc_single_image-img div.wpb_single_image > figure.wpb_wrapper > div.vc_single_image-wrapper > img.vc_single_image-img | control-webpanel.com/wp-content/uploads/2018/01/pcgreen.png | 63.1 KiB | 31.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Who We Are
Our Mission
Our Vision
Our Strategy
What We Offer ?
Contro… body.home > div.pageWrapper > div.pageContent > div.no-padding | 0.603 |
Our Strategy div.vc_tta-tabs-container > ul.vc_tta-tabs-list > li.vc_tta-tab > a | 0.033 |
Who We Are
Our Mission
Our Vision
Our Strategy
What We Offer ?
Contro… body.home > div.pageWrapper > div.pageContent > div.no-padding | 0.015 |
Who We Are
Our Mission
Our Vision
Our Strategy
What We Offer ?
Contro… body.home > div.pageWrapper > div.pageContent > div.no-padding | 0.008 |
Who We Are
Our Mission
Our Vision
Our Strategy
What We Offer ?
Contro… body.home > div.pageWrapper > div.pageContent > div.no-padding | 0.008 |
What We Offer ?
Control Web Panel (CWP) is a modern, intuitive control pane… div.vc_tta-panels > div#m1 > div.vc_tta-panel-body > div.container | 0.007 |
What We Offer ?
Control Web Panel (CWP) is a modern, intuitive control pane… div.vc_tta-panels > div#m1 > div.vc_tta-panel-body > div.container | 0.005 |
HOME
PRODUCT
SUPPORT
RESOURCES
ABOUT US
OTHER header.top-head > div.head-cont > div.container > div.site-nav | 0.001 |
What We Offer ?
Control Web Panel (CWP) is a modern, intuitive control pane… div.vc_tta-panels > div#m1 > div.vc_tta-panel-body > div.container | 0.000 |
ul.vc_tta-tabs-list > li.vc_tta-tab > a > i.vc_tta-icon ul.vc_tta-tabs-list > li.vc_tta-tab > a > i.vc_tta-icon | 0.000 |
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/js_composer/assets/css/js_composer.mi... | 44.4 KiB | 44.0 KiB |
| control-webpanel.com/wp-includes/css/dashicons.min.css?ver=5.9.1 | 34.9 KiB | 34.9 KiB |
| /wp-content/plugins/inovi-core/assets/front/css/style.css... | 28.4 KiB | 25.8 KiB |
| control-webpanel.com/wp-content/themes/inovi/assets/css/style.css?ver=5.9.1 | 26.5 KiB | 24.0 KiB |
| /wp-content/themes/inovi/assets/css/vendor/bootstrap.css?... | 19.1 KiB | 18.4 KiB |
| /wp-content/plugins/inovi-core/assets/front/css/assets.cs... | 14.5 KiB | 14.4 KiB |
| /wp-content/plugins/js_composer/assets/css/js_composer_tt... | 14.4 KiB | 14.1 KiB |
| control-webpanel.com/wp-includes/css/dist/block-library/style.min.css?ver=5.9.1 | 10.9 KiB | 10.9 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 |
|---|---|---|
| /_/translate_http/_/js/k=translate_http.tr.en_US.VRmZKspy... | 118.2 KiB | 93.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-JD06TZ1EMN&cx=c>m=4e64h1 | 140.5 KiB | 64.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-6ED3XJ0F54&cx=c>m=4e64h1 | 145.8 KiB | 63.7 KiB |
| www.googletagmanager.com/gtag/js?id=UA-5535582-22 | 124.9 KiB | 62.9 KiB |
| /wp-content/plugins/inovi-core/assets/front/js/assets.js?... | 52.8 KiB | 47.5 KiB |
| control-webpanel.com/wp-content/themes/inovi/assets/js/vendor/side.menu.js | 25.4 KiB | 21.6 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 |
|---|---|---|
| control-webpanel.com/wp-content/themes/inovi/assets/css/style.css?ver=5.9.1 | 27.0 KiB | 5.9 KiB |
| /wp-content/plugins/inovi-core/assets/front/css/style.css... | 28.9 KiB | 3.5 KiB |
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 |
|---|---|
| Other | 754 ms |
| Style & Layout | 710 ms |
| Script Evaluation | 610 ms |
| Rendering | 130 ms |
| Parse HTML & CSS | 75 ms |
| Script Parsing & Compilation | 75 ms |
| Garbage Collection | 9.7 ms |
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 | |
|---|---|
Control-WebPanel [CWP] div.container > div.logo > a.logo-img > img.default_logo | control-webpanel.com/wp-content/uploads/2020/04/3d_logo_200x55.png |
CWP Logo div.row > div.widget > p > img | control-webpanel.com/wp-content/uploads/2020/04/3d_logo_200x55.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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
2 div.col-md-7 > div#caros_69e80c9545b6f > ul.slick-dots > li#slick-slide01 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
2
3 div.row > div.col-md-7 > div#caros_69e80c9545b6f > ul.slick-dots |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Resource Viewer
Systems resources
We understand that knowing the load of your m… div.col-md-7 > div#caros_69e80c9545b6f > div.slick-list > div.slick-track |
Tony-System Admin
Very Stable
” I have been using centos webpanel for 3 year … div.col-md-12 > div.testi-69e80c954727d > div.slick-list > div.slick-track |
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 |
|---|
Who We Are ul.vc_tta-tabs-list > li.vc_tta-tab > a > span.vc_tta-title-text |
What We Offer div.col-md-5 > div.heading > h3.head_tag > b |
Terms of Service | Privacy Policy | Enterprise Linux Security div.container > div.row > div.widget > p |
Terms of Service div.row > div.widget > p > a |
Privacy Policy div.row > div.widget > p > a |
Enterprise Linux Security div.row > div.widget > p > a |
Copyrights © 2022. All rights reserved to CWP - Control Web Panel div.container > div.row > div.widget > p |
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 |
|---|
What We Offer ?
div.row > div.col-md-5 > div.heading > h3.head_tag |
HIGH PERFORMANCE div.colm_69e80c9542e50 > div.icon_box > div.box_content > h5.box_title |
ADVANCED FEATURES div.colm_69e80c954579d > div.icon_box > div.box_content > h5.box_title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
span.top-socials > span.pull-right > span.social-list > a span.top-socials > span.pull-right > span.social-list > a |
span.top-socials > span.pull-right > span.social-list > a span.top-socials > span.pull-right > span.social-list > a |
span.top-socials > span.pull-right > span.social-list > a span.top-socials > span.pull-right > span.social-list > a |
span.top-socials > span.pull-right > span.social-list > a span.top-socials > span.pull-right > span.social-list > a |
span.top-socials > span.pull-right > span.social-list > a span.top-socials > span.pull-right > span.social-list > a |
span.top-socials > span.pull-right > span.social-list > a span.top-socials > span.pull-right > span.social-list > a |
div.site-nav > div.pull-left > div.top-slbar > a.slbar_btn div.site-nav > div.pull-left > div.top-slbar > a.slbar_btn |
div.row > div.col-md-12 > div.testi-69e80c954727d > a.slick-prev div.row > div.col-md-12 > div.testi-69e80c954727d > a.slick-prev |
div.row > div.col-md-12 > div.testi-69e80c954727d > a.slick-next div.row > div.col-md-12 > div.testi-69e80c954727d > a.slick-next |
div.row > div.widget > span.social-list > a div.row > div.widget > span.social-list > a |
div.row > div.widget > span.social-list > a div.row > div.widget > span.social-list > a |
div.row > div.widget > span.social-list > a div.row > div.widget > span.social-list > a |
div.row > div.widget > span.social-list > a div.row > div.widget > span.social-list > a |
div.row > div.widget > span.social-list > a div.row > div.widget > span.social-list > a |
div.row > div.widget > span.social-list > a div.row > div.widget > span.social-list > a |
body.home > a#to-top body.home > a#to-top |
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
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 |
|---|
2 div#caros_69e80c9545b6f > ul.slick-dots > li#slick-slide01 > button |
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.wpb_single_image > figure.wpb_wrapper > div.vc_single_image-wrapper > img.vc_single_image-img div.wpb_single_image > figure.wpb_wrapper > div.vc_single_image-wrapper > img.vc_single_image-img | control-webpanel.com/wp-content/uploads/2018/01/tab2.jpg | 532 x 338 (1.57) | 532 x 355 (1.50) |
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
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.