Skip to content
https://centos-webpanel.com

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

48

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:0.469672] map[node:map[boundingRect:map[bottom:861 height:481 left:185 right:1165 top:380 width:980] lhId:page-8-DIV nodeLabel:CentOS Web Panel Admin path:1,HTML,1,BODY,0,DIV,0,DIV,2,DIV,1,SECTION,0,DIV selector:div#page-bg2 > div.wrapper > section#top-a > div.grid-box snippet:<div class="grid-box width100 grid-h" style="width: 980px;"> type:node] score:0.337183 subItems:map[items:[map[cause:Web font extra:map[type:url value:https://centos-webpanel.com/wp-content/themes/yoo_cloud_wp/fonts/maven_pro_regular-webfont.woff]]] type:subitems]] map[node:map[boundingRect:map[bottom:1144 height:283 left:185 right:1165 top:861 width:980] lhId:page-7-SECTION nodeLabel:Web Server PHP WEB SERVER FEATURES Apache from source Varnish Cache Server suPH… path:1,HTML,1,BODY,0,DIV,0,DIV,2,DIV,2,SECTION selector:div#page-bg > div#page-bg2 > div.wrapper > section#top-b snippet:<section id="top-b" class="grid-block"> type:node] score:0.124915] map[node:map[boundingRect:map[bottom:295 height:159 left:604 right:868 top:136 width:264] lhId:page-1-DIV nodeLabel: path:1,HTML,1,BODY,0,DIV,0,DIV,2,DIV,0,HEADER,0,DIV,1,DIV,1,DIV selector:header#header > div#headerbar > div.left > div.module snippet:<div class="module deepest"> type:node] score:0.004556 subItems:map[items:[map[cause:Unsized image element extra:map[boundingRect:map[bottom:226 height:95 left:190 right:520 top:131 width:330] lhId:page-11-IMG nodeLabel:logo path:1,HTML,1,BODY,0,DIV,0,DIV,2,DIV,0,HEADER,0,DIV,0,A,0,IMG selector:header#header > div#headerbar > a#logo > img snippet:<img src="/wp-content/uploads/2015/11/cwp_logo.png" alt="logo"> type:node]]] type:subitems]] map[node:map[boundingRect:map[bottom:1344 height:200 left:185 right:1165 top:1144 width:980] lhId:page-2-DIV nodeLabel:CentOS Web Panel Softaculous Auto Installer CloudLinux cPanel Migration CENTOS … path:1,HTML,1,BODY,0,DIV,0,DIV,2,DIV,3,DIV selector:div#page-bg > div#page-bg2 > div.wrapper > div#main snippet:<div id="main" class="grid-block"> type:node] score:0.003018 subItems:map[items:[map[cause:Unsized image element extra:map[boundingRect:map[bottom:289 height:42 left:624 right:848 top:247 width:224] lhId:page-12-IMG nodeLabel:Free Download path:1,HTML,1,BODY,0,DIV,0,DIV,2,DIV,0,HEADER,0,DIV,1,DIV,1,DIV,3,A,0,IMG selector:div.left > div.module > a > img#Free Download snippet:<img src="/wp-content/uploads/2015/03/free_download.png" id="Free Download" name="Free Download" border="0" alt="Free Download"> type:node]]] type:subitems]]]

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:label label:Subpart valueType:text] map[key:duration label:Duration valueType:ms]]
items: [map[duration:667.622 label:Time to first byte subpart:timeToFirstByte] map[duration:10.477 label:Resource load delay subpart:resourceLoadDelay] map[duration:1773.097 label:Resource load duration subpart:resourceLoadDuration] map[duration:370.916 label:Element render delay subpart:elementRenderDelay]]
lhId: page-0-IMG
nodeLabel: CentOS Web Panel Admin
path: 1,HTML,1,BODY,0,DIV,0,DIV,2,DIV,1,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,0,ARTICLE,0,A,0,IMG
selector: li > article.wk-content > a > img
snippet: <img src="/wp-content/uploads/2015/03/cwp_admin_1.jpg" alt="CentOS Web Panel Admin" width="980">

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-IMG
nodeLabel: CentOS Web Panel Admin
path: 1,HTML,1,BODY,0,DIV,0,DIV,2,DIV,1,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,0,ARTICLE,0,A,0,IMG
selector: li > article.wk-content > a > img
snippet: <img src="/wp-content/uploads/2015/03/cwp_admin_1.jpg" alt="CentOS Web Panel Admin" width="980">

HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLProtocol
centos-webpanel.com/http/1.1
centos-webpanel.com/wp-includes/js/jquery/jquery.js?ver=1.12.4http/1.1
centos-webpanel.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1http/1.1
centos-webpanel.com/wp-content/plugins/widgetkit/css/widgetkit.csshttp/1.1
/wp-content/plugins/widgetkit/widgets/accordion/styles/de...http/1.1
/wp-content/plugins/widgetkit/widgets/gallery/styles/defa...http/1.1
/wp-content/plugins/widgetkit/widgets/gallery/styles/show...http/1.1
/wp-content/plugins/widgetkit/widgets/gallery/styles/show...http/1.1
/wp-content/plugins/widgetkit/widgets/gallery/styles/slid...http/1.1
/wp-content/plugins/widgetkit/widgets/gallery/styles/wall...http/1.1
/wp-content/plugins/widgetkit/widgets/lightbox/css/lightb...http/1.1
/wp-content/plugins/widgetkit/widgets/mediaplayer/mediael...http/1.1
/wp-content/plugins/widgetkit/widgets/slideset/styles/def...http/1.1
/wp-content/plugins/widgetkit/widgets/slideshow/styles/cl...http/1.1
/wp-content/plugins/widgetkit/widgets/slideshow/styles/cl...http/1.1
/wp-content/plugins/widgetkit/widgets/slideshow/styles/cl...http/1.1
/wp-content/plugins/widgetkit/widgets/slideshow/styles/cl...http/1.1
/wp-content/plugins/widgetkit/widgets/slideshow/styles/de...http/1.1
/wp-content/plugins/widgetkit/widgets/slideshow/styles/li...http/1.1
/wp-content/plugins/widgetkit/widgets/slideshow/styles/sh...http/1.1
/wp-content/plugins/widgetkit/widgets/slideshow/styles/sh...http/1.1
/wp-content/plugins/widgetkit/widgets/slideshow/styles/ta...http/1.1
/wp-content/plugins/widgetkit/widgets/slideshow/styles/ta...http/1.1
/wp-content/plugins/widgetkit/widgets/spotlight/css/spotl...http/1.1
/wp-content/plugins/widgetkit/widgets/twitter/styles/styl...http/1.1
centos-webpanel.com/wp-content/plugins/widgetkit/js/jquery.plugins.jshttp/1.1
/wp-content/plugins/widgetkit/widgets/accordion/js/accord...http/1.1
/wp-content/plugins/widgetkit/widgets/gallery/js/lazyload...http/1.1
centos-webpanel.com/wp-content/plugins/widgetkit/widgets/map/js/lazyloader.jshttp/1.1
/wp-content/plugins/widgetkit/widgets/slideset/js/lazyloa...http/1.1
/wp-content/plugins/widgetkit/widgets/slideshow/js/lazylo...http/1.1
centos-webpanel.com/wp-content/plugins/widgetkit/widgets/twitter/twitter.jshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/base.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/layout.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/menus.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/modules.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/tools.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/system.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/extensions.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/custom.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/animations.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/color/blue.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/texture/noise.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/font1/mavenpro.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/font2/mavenpro.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/font3/mavenpro.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/style.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/print.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/fonts/mavenpro.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/js/warp.jshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/js/accordionmenu.jshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/js/dropdownmenu.jshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/js/template.jshttp/1.1
centos-webpanel.com/wp-content/uploads/2015/11/cwp_logo.pnghttp/1.1
centos-webpanel.com/wp-content/uploads/2015/11/pro-support.pnghttp/1.1
centos-webpanel.com/wp-content/uploads/2015/03/free_download.pnghttp/1.1
centos-webpanel.com/wp-content/uploads/2015/03/cwp_admin_1.jpghttp/1.1
centos-webpanel.com/wp-content/uploads/2015/03/cwp_admin_2.jpghttp/1.1
centos-webpanel.com/wp-content/uploads/2015/03/cwp_admin_3.jpghttp/1.1
centos-webpanel.com/wp-content/uploads/2015/03/nginx-varnish.pnghttp/1.1
/wp-content/uploads/2015/03/https_nginx_varnish_apache_di...http/1.1
centos-webpanel.com/wp-content/uploads/images/icon-server.pnghttp/1.1
centos-webpanel.com/wp-content/uploads/2014/09/softaculous-box.pnghttp/1.1
centos-webpanel.com/wp-content/uploads/2014/09/cloudlinux.pnghttp/1.1
centos-webpanel.com/wp-content/uploads/images/transfer-icon.pnghttp/1.1
centos-webpanel.com/wp-includes/js/wp-embed.min.js?ver=4.9.23http/1.1
centos-webpanel.com/wp-includes/js/wp-emoji-release.min.js?ver=4.9.23http/1.1
/wp-content/plugins/widgetkit/widgets/lightbox/js/lightbo...http/1.1
/wp-content/plugins/widgetkit/widgets/mediaplayer/mediael...http/1.1
/wp-content/plugins/widgetkit/widgets/spotlight/js/spotli...http/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/css/base.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/css/layout.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/css/menus.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/css/modules.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/css/tools.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/css/system.csshttp/1.1
/wp-content/themes/yoo_cloud_wp/warp/systems/wordpress/cs...http/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/system-all.csshttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/css/print.csshttp/1.1
/wp-content/themes/yoo_cloud_wp/images/texture/noise/text...http/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/images/tools/box_warning.pnghttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/images/toolbar.pnghttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/images/menu_line.pnghttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/images/module_line.pnghttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/images/menubar.pnghttp/1.1
/wp-content/themes/yoo_cloud_wp/images/menu_dropdown_leve...http/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/images/widgetkit/nav.pnghttp/1.1
/wp-content/plugins/widgetkit/widgets/slideshow/styles/cl...http/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/images/tools/list_check.pnghttp/1.1
/wp-content/plugins/widgetkit/widgets/slideshow/styles/cl...http/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/images/module_box_header.pnghttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/images/totop_scroller.pnghttp/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/images/menu_line_footer.pnghttp/1.1
/wp-content/themes/yoo_cloud_wp/fonts/maven_pro_regular-w...http/1.1
/wp-content/plugins/widgetkit/widgets/slideshow/js/slides...http/1.1
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/favicon.icohttp/1.1

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTransfer SizeDuration
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/js/template.js1.1 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/js/dropdownmenu.js2.3 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/js/accordionmenu.js1.3 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/js/warp.js2.5 KiB144 ms
centos-webpanel.com/wp-content/plugins/widgetkit/widgets/twitter/twitter.js1.1 KiB144 ms
/wp-content/plugins/widgetkit/widgets/slideshow/js/lazylo...1.3 KiB144 ms
/wp-content/plugins/widgetkit/widgets/slideset/js/lazyloa...908 B144 ms
centos-webpanel.com/wp-content/plugins/widgetkit/widgets/map/js/lazyloader.js752 B144 ms
/wp-content/plugins/widgetkit/widgets/gallery/js/lazyload...992 B144 ms
/wp-content/plugins/widgetkit/widgets/accordion/js/accord...1.4 KiB144 ms
centos-webpanel.com/wp-content/plugins/widgetkit/js/jquery.plugins.js2.4 KiB144 ms
centos-webpanel.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.14.4 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/fonts/mavenpro.css787 B144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/print.css610 B144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/font3/mavenpro.css667 B144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/style.css991 B144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/font2/mavenpro.css638 B144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/texture/noise.css782 B144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/font1/mavenpro.css723 B144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/color/blue.css1.4 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/animations.css1.1 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/custom.css1.0 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/extensions.css1.6 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/tools.css3.5 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/system.css785 B144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/modules.css1.3 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/menus.css2.2 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/layout.css1.2 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/base.css1.0 KiB144 ms
/wp-content/plugins/widgetkit/widgets/twitter/styles/styl...1.2 KiB144 ms
/wp-content/plugins/widgetkit/widgets/spotlight/css/spotl...916 B144 ms
/wp-content/plugins/widgetkit/widgets/slideshow/styles/ta...1.2 KiB144 ms
/wp-content/plugins/widgetkit/widgets/slideshow/styles/ta...1.3 KiB144 ms
/wp-content/plugins/widgetkit/widgets/slideshow/styles/sh...1.4 KiB144 ms
/wp-content/plugins/widgetkit/widgets/slideshow/styles/sh...1.5 KiB144 ms
/wp-content/plugins/widgetkit/widgets/slideshow/styles/de...992 B144 ms
/wp-content/plugins/widgetkit/widgets/slideshow/styles/li...1.1 KiB144 ms
/wp-content/plugins/widgetkit/widgets/slideshow/styles/cl...1.4 KiB144 ms
/wp-content/plugins/widgetkit/widgets/slideshow/styles/cl...1.3 KiB144 ms
/wp-content/plugins/widgetkit/widgets/slideshow/styles/cl...1.5 KiB144 ms
/wp-content/plugins/widgetkit/widgets/slideshow/styles/cl...1.2 KiB144 ms
/wp-content/plugins/widgetkit/widgets/mediaplayer/mediael...3.2 KiB422 ms
/wp-content/plugins/widgetkit/widgets/slideset/styles/def...1.0 KiB422 ms
/wp-content/plugins/widgetkit/widgets/lightbox/css/lightb...1.5 KiB422 ms
/wp-content/plugins/widgetkit/widgets/gallery/styles/wall...1.5 KiB422 ms
/wp-content/plugins/widgetkit/widgets/gallery/styles/slid...844 B422 ms
/wp-content/plugins/widgetkit/widgets/gallery/styles/show...1.5 KiB422 ms
/wp-content/plugins/widgetkit/widgets/gallery/styles/show...1.1 KiB422 ms
/wp-content/plugins/widgetkit/widgets/gallery/styles/defa...991 B422 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/css/print.css964 B144 ms
/wp-content/plugins/widgetkit/widgets/accordion/styles/de...915 B422 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/css/system-all.css2.1 KiB144 ms
/wp-content/themes/yoo_cloud_wp/warp/systems/wordpress/cs...892 B144 ms
centos-webpanel.com/wp-includes/js/jquery/jquery.js?ver=1.12.433.5 KiB422 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/css/system.css2.2 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/css/tools.css1.9 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/css/modules.css985 B144 ms
centos-webpanel.com/wp-content/plugins/widgetkit/css/widgetkit.css1.3 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/css/menus.css1.5 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/css/layout.css1.3 KiB144 ms
centos-webpanel.com/wp-content/themes/yoo_cloud_wp/warp/css/base.css2.0 KiB144 ms

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
www.google-analytics.com/analytics.js7200.0 s20.9 KiB
shield.sitelock.com/shield/centos-webpanel.com5400.0 s634 B

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
CentOS Web Panel Admin li > article.wk-content > a > img
centos-webpanel.com/wp-content/uploads/2015/03/cwp_admin_1.jpg111.5 KiB18.3 KiB
li > article.wk-content > div.frontpagelist > img.float-right li > article.wk-content > div.frontpagelist > img.float-right
centos-webpanel.com/wp-content/uploads/images/icon-server.png20.1 KiB17.1 KiB
logo header#header > div#headerbar > a#logo > img
centos-webpanel.com/wp-content/uploads/2015/11/cwp_logo.png19.5 KiB14.4 KiB
/wp-content/themes/yoo_cloud_wp/images/texture/noise/text...15.7 KiB12.0 KiB
div.grid-box > div.module > a > img div.grid-box > div.module > a > img
wiki.centos-webpanel.com//wp-content/uploads/2015/03/CentOS7small.jpg13.9 KiB10.2 KiB
Free Download div.left > div.module > a > img#Free Download
centos-webpanel.com/wp-content/uploads/2015/03/free_download.png8.6 KiB7.0 KiB
LinuxSupport div.left > div.module > a > img#LinuxSupport
centos-webpanel.com/wp-content/uploads/2015/11/pro-support.png9.4 KiB6.3 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

ElementLayout shift score
CentOS Web Panel Admin div#page-bg2 > div.wrapper > section#top-a > div.grid-box
0.337
Web Server PHP WEB SERVER FEATURES Apache from source Varnish Cache Server suPH… div#page-bg > div#page-bg2 > div.wrapper > section#top-b
0.125
header#header > div#headerbar > div.left > div.module
0.005
CentOS Web Panel Softaculous Auto Installer CloudLinux cPanel Migration CENTOS … div#page-bg > div#page-bg2 > div.wrapper > div#main
0.003

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Diagnostics

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 60 ms 64.1 KiB
URLTransfer SizeEst Savings
www.googletagmanager.com/gtag/js?id=G-XVQ5R8K6XT&cx=c&_slc=1145.6 KiB64.1 KiB

Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
The page has an unload handler in the main frame.Actionable
Pages with cache-control:no-store header cannot enter back/forward cache.Actionable
Pages whose main resource has cache-control:no-store cannot enter back/forward cache.Not actionable
Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header.Not actionable

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
CentOS Web Panel Admin li > article.wk-content > a > img
centos-webpanel.com/wp-content/uploads/2015/03/cwp_admin_1.jpg
logo header#header > div#headerbar > a#logo > img
centos-webpanel.com/wp-content/uploads/2015/11/cwp_logo.png
div.grid-box > div.module > a > img div.grid-box > div.module > a > img
wiki.centos-webpanel.com//wp-content/uploads/2015/03/CentOS7small.jpg
LinuxSupport div.left > div.module > a > img#LinuxSupport
centos-webpanel.com/wp-content/uploads/2015/11/pro-support.png
li > article.wk-content > div.frontpagelist > img.float-right li > article.wk-content > div.frontpagelist > img.float-right
centos-webpanel.com/wp-content/uploads/images/icon-server.png
Free Download div.left > div.module > a > img#Free Download
centos-webpanel.com/wp-content/uploads/2015/03/free_download.png
PCI Compliance and Malware Removal div.module > div#sitelock_shield_logo > a > img
shield.sitelock.com/shield/centos-webpanel.com

More information about the performance of your application. These numbers don't directly affect the Performance score.

Document request latency
Optimize DOM size
Forced reflow
Optimize viewport for mobile
Max Potential First Input Delay 40 ms
Minify CSS
Minify JavaScript
Reduce unused CSS
Avoids enormous network payloads Total size was 1,189 KiB
User Timing marks and measures 5 user timings
JavaScript execution time 0.1 s
Minimizes main-thread work 0.4 s
Network Requests
Network Round Trip Times 100 ms
Server Backend Latencies 100 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 460 ms
INP breakdown
Avoid long main-thread tasks
Avoid non-composited animations
45

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
WEB SERVER FEATURES ul.slides > li > article.wk-content > h4
USER MANAGEMENT ul.slides > li > article.wk-content > h4
EMAIL ul.slides > li > article.wk-content > h4
SYSTEM ul.slides > li > article.wk-content > h4
CENTOS WEB PANEL li > article.wk-content > div.frontpagelist > h2.remove-margin-t

These are opportunities to improve the legibility of your content.

Internationalization and localization

If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html html

These are opportunities to improve the interpretation of your content by users in different locales.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.grid-box > div.module > a > img div.grid-box > div.module > a > img

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div#page-bg2 > div.wrapper > footer#footer > a#totop-scroller div#page-bg2 > div.wrapper > footer#footer > a#totop-scroller

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Follow Updates on Facebook div#headerbar > div.left > div.module > a
div#page-bg2 > div.wrapper > footer#footer > a#totop-scroller div#page-bg2 > div.wrapper > footer#footer > a#totop-scroller
Services Monitor div.module > ul.menu > li.level1 > a.level1
AntiDDoS Proxy div.module > ul.menu > li.level1 > a.level1
Report BUG div.module > ul.menu > li.level1 > a.level1
Contact div.module > ul.menu > li.level1 > a.level1

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html html

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-hidden="true"]` is not present on the document `<body>`
Document has a `<title>` element
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
Heading elements appear in a sequentially-descending order
`[accesskey]` values are unique
`[aria-*]` attributes match their roles
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Deprecated ARIA roles were not used
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements use only permitted ARIA attributes
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has a valid value for its `[lang]` attribute
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
58

Best Practices

Trust and Safety

All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Insecure URLRequest Resolution
wiki.centos-webpanel.com//wp-content/uploads/2015/03/CentOS7small.jpgAutomatically upgraded to HTTPS

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
Unload event listeners are deprecated and will be removed.

Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Issue type
Mixed content
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No browser errors logged to the console
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
92

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.grid-box > div.module > a > img div.grid-box > div.module > a > img

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback