Lighthouse Mobile
· 0 checks — Mobile 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 |
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.
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.
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.
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 | 26.1 KiB |
| control-webpanel.com/wp-content/themes/inovi/assets/css/style.css?ver=5.9.1 | 26.5 KiB | 23.4 KiB |
| /wp-content/themes/inovi/assets/css/vendor/bootstrap.css?... | 19.1 KiB | 18.5 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.2 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 |
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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| control-webpanel.com/ | 3.7 s | 165 ms | 7.8 ms |
| /wp-content/plugins/js_composer/assets/lib/bower/skrollr/... | 1.7 s | 156 ms | 1.5 ms |
| control-webpanel.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0 | 1.4 s | 965 ms | 9.2 ms |
| Unattributable | 819 ms | 94 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-6ED3XJ0F54&cx=c>m=4e64h1 | 269 ms | 214 ms | 52 ms |
| www.googletagmanager.com/gtag/js?id=UA-5535582-22 | 255 ms | 208 ms | 37 ms |
| /_/translate_http/_/js/k=translate_http.tr.en_US.VRmZKspy... | 237 ms | 187 ms | 41 ms |
| www.googletagmanager.com/gtag/js?id=G-JD06TZ1EMN&cx=c>m=4e64h1 | 188 ms | 131 ms | 56 ms |
| control-webpanel.com/wp-content/themes/inovi/assets/js/vendor/stellar.js | 114 ms | 25 ms | 1.5 ms |
| www.google-analytics.com/analytics.js | 107 ms | 96 ms | 9.3 ms |
| control-webpanel.com/wp-includes/js/wp-emoji-release.min.js?ver=5.9.1 | 57 ms | 53 ms | 2.6 ms |
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 | 2.8 s |
| Style & Layout | 2.7 s |
| Script Evaluation | 2.5 s |
| Rendering | 776 ms |
| Parse HTML & CSS | 337 ms |
| Script Parsing & Compilation | 327 ms |
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 |
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_69e80c7ce4983 > 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_69e80c7ce4983 > 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_69e80c7ce4983 > 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-69e80c7ce60ec > 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 |
|---|
With a minimum requirement of just 1 GB of RAM for 64-bit systems, CWP is a lig… div.icon_box > div.box_content > p.box_text > span |
1 GB of RAM div.box_content > p.box_text > span > b |
speed div.box_content > p.box_text > span > b |
FULLY RESPONSIVE div.colm_69e80c7ce1a4b > div.icon_box > div.box_content > h5.box_title |
CWP is built with a modern, intuitive, and fully responsive interface. Our desi… div.colm_69e80c7ce1a4b > div.icon_box > div.box_content > p.box_text |
fully responsive div.icon_box > div.box_content > p.box_text > b |
We push the boundaries of server management through innovative add-ons. These e… div.colm_69e80c7ce1a4b > div.icon_box > div.box_content > p.box_text |
innovative add-ons div.icon_box > div.box_content > p.box_text > b |
Years in Development div.row > div.col-md-3 > div#cntr_69e80c7ce23cd > h4.counter-title |
Partners div.row > div.col-md-6 > div#cntr_69e80c7ce24c2 > h4.counter-title |
Servers Running CWP div.row > div.col-md-3 > div#cntr_69e80c7ce25a5 > h4.counter-title |
Control Web panel packs tons of features that are meant to make management and … div.icon_box > div.box_content > p.box_text > span |
ADVANCE EMAIL div.colm_69e80c7ce45a4 > div.icon_box > div.box_content > h5.box_title |
CWP Packs advanced email functions that allow you to handle emails internally o… div.colm_69e80c7ce45a4 > div.icon_box > div.box_content > p.box_text |
Control Web panel has an advanced DNS manager that makes the managing of domain… div.colm_69e80c7ce45a4 > div.icon_box > div.box_content > p.box_text |
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 |
|---|
Who We Are div.vc_tta-panels > div#m1 > div.vc_tta-panel-heading > h4.vc_tta-panel-title |
HIGH PERFORMANCE div.colm_69e80c7ce1a4b > div.icon_box > div.box_content > h5.box_title |
ADVANCED FEATURES div.colm_69e80c7ce45a4 > 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 |
|---|
div.row > div.col-md-12 > div.testi-69e80c7ce60ec > a.slick-prev div.row > div.col-md-12 > div.testi-69e80c7ce60ec > a.slick-prev |
div.row > div.col-md-12 > div.testi-69e80c7ce60ec > a.slick-next div.row > div.col-md-12 > div.testi-69e80c7ce60ec > 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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home
Product
Support
Resources
About Us
Other div.pageWrapper > div.newNav > span.responsive-menu > ul#menu-main-menu |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home ul#menu-main-menu > div#mCSB_1 > div#mCSB_1_container > li#menu-item-5450 |
Product ul#menu-main-menu > div#mCSB_1 > div#mCSB_1_container > li#menu-item-4213 |
Support ul#menu-main-menu > div#mCSB_1 > div#mCSB_1_container > li#menu-item-5453 |
Resources ul#menu-main-menu > div#mCSB_1 > div#mCSB_1_container > li#menu-item-4130 |
About Us ul#menu-main-menu > div#mCSB_1 > div#mCSB_1_container > li#menu-item-5455 |
Other ul#menu-main-menu > div#mCSB_1 > div#mCSB_1_container > li#menu-item-5582 |
These are opportunities to improve the experience of reading tabular or list data using 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_69e80c7ce4983 > ul.slick-dots > li#slick-slide01 > button |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
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 | 200 x 55 | 200 x 55 | 300 x 83 |
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.