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 |
|---|---|---|
| /fonts/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e... | 900.0 s | 75.5 KiB |
| consent.cookiebot.com/uc.js | 234.0 s | 35.7 KiB |
| globalsign.containers.piwik.pro/ppms.js | 21600.0 s | 25.9 KiB |
| scripts.clarity.ms/0.8.59/clarity.js | 86400.0 s | 26.2 KiB |
| www.globalsign.com/gmo/header/en/script.min.js | 0.0 ms | 7.2 KiB |
| apps.euw2.pure.cloud/journey/messenger-plugins/offersHelper.min.js | 600.0 s | 5.6 KiB |
| static.cloudflareinsights.com/beacon.min.js | 86400.0 s | 10.7 KiB |
| cache.img.gmo.jp/gmo/header/img/30th.avif?1775011919 | 86400.0 s | 4.4 KiB |
| /consentconfig/b67b7dbb-fccb-4135-810a-b4e600540b1c/globa... | 52069.0 s | 701 B |
| static.cloudflareinsights.com/beacon.min.js | 86400.0 s | 0 B |
| www.globalsign.com/gmo/header/en/script.min.js | 0.0 ms | 0 B |
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.
| URL | Est Savings |
|---|---|
| /fonts/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e... | 30 ms |
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.
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.
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 | |
|---|---|---|---|
img div.container > div.row > div.col-lg-5 > img.my-5 | /application/files/2617/4711/6293/Global_Offices_Map-2024... | 18.0 KiB | 10.8 KiB |
div#contact-widget-container > div.contact-us-widget > div.contact-us-icon > ::before div#contact-widget-container > div.contact-us-widget > div.contact-us-icon > ::before | www.globalsign.com/images/contact-sprite.png | 8.4 KiB | 4.6 KiB |
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 |
|---|---|
| globalsign.com/ | 547 ms |
| www.globalsign.com/ | 208 ms |
| www.globalsign.com/en/ | 41 ms |
| www.globalsign.com/en | 0.0 ms |
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 |
|---|---|---|
| /packages/global_sign_enterprise/themes/global_sign_enter... | 40.4 KiB | 33.8 KiB |
| /packages/global_sign_enterprise/themes/global_sign_enter... | 22.7 KiB | 21.3 KiB |
| /concrete/css/fontawesome/all.css?ccm_nocache=ff70aa1756a... | 13.1 KiB | 13.0 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 |
|---|---|---|
| /concrete/css/fontawesome/all.css?ccm_nocache=ff70aa1756a... | 13.2 KiB | 2.3 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 |
|---|---|---|
| apps.euw2.pure.cloud/genesys-bootstrap/genesys.min.js | 168.8 KiB | 73.0 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 |
|---|---|---|
| apps.euw2.pure.cloud/genesys-bootstrap/genesys.min.js | 168.8 KiB | 88.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5DHLZW | 133.4 KiB | 69.9 KiB |
| globalsign.containers.piwik.pro/38641af5-107b-4922-b86c-31a6473fb51d.js | 85.0 KiB | 29.3 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 | |
|---|---|
ul.row > li.col-md-3 > a > img ul.row > li.col-md-3 > a > img | www.globalsign.com/application/files/9817/7502/4640/EN.webp |
cisco.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/6916/0434/9708/cisco-logo.svg |
cisco.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/6916/0434/9708/cisco-logo.svg |
div#footer-seal > div#footer-seal-inner > div#ss_gmo_globalsign_secured_site_seal > img#ss_gmo_globalsign_img div#footer-seal > div#footer-seal-inner > div#ss_gmo_globalsign_secured_site_seal > img#ss_gmo_globalsign_img | /gss/one/image?p1=www.globalsign.com&p2=seal_130-66_en_t.... |
johnson-johnson.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/3416/0434/9927/johnson-johnson.svg |
virgin-atlantic.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/4316/0434/9997/virgin-atlantic.svg |
johnson-johnson.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/3416/0434/9927/johnson-johnson.svg |
virgin-atlantic.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/4316/0434/9997/virgin-atlantic.svg |
johnson-johnson.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/3416/0434/9927/johnson-johnson.svg |
virgin-atlantic.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/4316/0434/9997/virgin-atlantic.svg |
ATT.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/2816/4184/2287/ATT.svg |
ATT.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/2816/4184/2287/ATT.svg |
ATT.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/2816/4184/2287/ATT.svg |
GlobalSign div.container-fluid > div#header-logo > a > img | www.globalsign.com/images/globalsign-main.svg |
div.ccm-layout-column-inner > div.award-badge > div.container-fluid > img div.ccm-layout-column-inner > div.award-badge > div.container-fluid > img | /application/files/6517/7494/9998/Top_InfoSec_Innovators_... |
Motorola_Mobility.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/9816/0435/0133/Motorola_Mobility.svg |
Motorola_Mobility.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/9816/0435/0133/Motorola_Mobility.svg |
Motorola_Mobility.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/9816/0435/0133/Motorola_Mobility.svg |
microsoft.webp div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/7317/2717/5160/microsoft.webp |
microsoft.webp div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/7317/2717/5160/microsoft.webp |
ConstantContact.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/8016/4184/2287/ConstantContact.svg |
ConstantContact.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/8016/4184/2287/ConstantContact.svg |
ConstantContact.svg div.slick-track > div.slide > a.d-flex > img | www.globalsign.com/application/files/8016/4184/2287/ConstantContact.svg |
Ernst and Young CertifyPoint eIDAS Compliance Certificate div.row > div#footer-trust > a > img |
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
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 |
|---|
Contact Us 1-877-775-4562 Atlas Login GCC Login English header#header > div.container-fluid > div#header-navigation > ul#site-links |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header#header > div.container-fluid > div#header-search > button#trigger-search header#header > div.container-fluid > div#header-search > button#trigger-search |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
EN / United States
EN / United Kingdom
EN / Europe
EN / Scandinavia
DE / Deutsc… div.row > div#tpbr_locales > div.select-box > select#gscountry-list |
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.
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 |
|---|
Continue div.row > div#tpbr_locales > div.select-box > button#submit-gscountry |
Contact Us div#header-navigation > ul#site-links > li > a |
1-877-775-4562 div#header-navigation > ul#site-links > li > a |
Atlas Login div#header-navigation > ul#site-links > li > a.gaslogin |
GCC Login div#header-navigation > ul#site-links > li > a.gaslogin |
English div#header-navigation > ul#site-links > li > a.show-locale-modal |
25+ years as a pioneering Certificate and Identity Authority. div.row > div.col-sm-8 > p.custom-p > a |
GlobalSign div.row > div.col-sm-8 > p.custom-p > a |
500B div.container-fluid > div.row > div.col-md-3 > p.h1 |
267M+ div.container-fluid > div.row > div.col-md-3 > p.h1 |
Speak to an Expert main > div.section-sp > div.container > a.btn |
English div.container-fluid > div#footer-language > div.col > a.show-locale-modal |
沪ICP备08025378号 div.col-md > div.foot-license > small.icp-license > a |
Our Journey div.gmoGroupHeader_logo > div.gmoGroupHeader_gmo30th > a > span.gmoGroupHeader_gmo30th_btn |
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 |
|---|
Why manage them manually when automation is available? div.bannerImage > div.container > div > h4.text-light |
Cloud Signatures div.container-fluid > div.row > div.col-md-3 > h4.h4 |
New Revenue Line div.row > div.col-lg-3 > div.card > h5.h5 |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
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 |
|---|
Contact Us div.container-fluid > div#header-navigation > ul#site-links > li |
1-877-775-4562 div.container-fluid > div#header-navigation > ul#site-links > li |
Atlas Login div.container-fluid > div#header-navigation > ul#site-links > li |
GCC Login div.container-fluid > div#header-navigation > ul#site-links > li |
English div.container-fluid > div#header-navigation > ul#site-links > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best Practices
General
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.
| Description |
|---|
Failed to evaluate tag - Microsoft Clarity - Cookie Consent: window.clarity is not a function |
Failed to evaluate variable - Click Link Type: Failed to construct 'URL': Invalid URL |
Failed to evaluate variable - Click Link Type: Failed to construct 'URL': Invalid URL |
Failed to evaluate variable - Click Link Type: Failed to construct 'URL': Invalid URL |
Failed to evaluate variable - Click Link Type: Failed to construct 'URL': Invalid URL |
Failed to evaluate variable - Click Link Type: Failed to construct 'URL': Invalid URL |
Failed to evaluate variable - Click Link Type: Failed to construct 'URL': Invalid URL |
Failed to evaluate variable - Click Link Type: Failed to construct 'URL': Invalid URL |
Failed to evaluate variable - Click Link Type: Failed to construct 'URL': Invalid URL |
Failed to evaluate variable - Click Link Type: Failed to construct 'URL': Invalid URL |
Failed to evaluate variable - Click Link Type: Failed to construct 'URL': Invalid URL |
Failed to evaluate variable - Click Link Type: Failed to construct 'URL': Invalid URL |
Failed to evaluate variable - Click Link Type: Failed to construct 'URL': Invalid URL |
Failed to evaluate variable - Click Link Type: Failed to construct 'URL': Invalid URL |
Failed to evaluate variable - Click Link Type: Failed to construct 'URL': Invalid URL |
Piwik PRO Cookiebot integration: Cookie detection failed. Falling back on API. |
Piwik PRO Cookiebot integration: setInitialComplianceSettings request failed |
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Solutions div#header-navigation > ul#site-navigation > li.has-submenu > a.has-submenu |
Partners div#header-navigation > ul#site-navigation > li.has-submenu > a.has-submenu |
Industries div#header-navigation > ul#site-navigation > li.has-submenu > a.has-submenu |
Continue div.col > div.row > div.col > a#buy-now-pr |
To appear in search results, crawlers need access to your app.