Skip to content
https://globalsign.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.

84

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.

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:30.836 source:map[column:30605 line:2 type:source-location url:https://www.globalsign.com/concrete/js/jquery.js?ccm_nocache=ff70aa1756a738f06f0e02f1a3908dc6ba3937cc urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:80.14 source:map[type:text value:[unattributed]]] map[reflowTime:10.424 source:map[column:52061 line:1 type:source-location url:https://www.globalsign.com/concrete/js/jquery.js?ccm_nocache=ff70aa1756a738f06f0e02f1a3908dc6ba3937cc urlProvider:network]] map[reflowTime:7.288 source:map[column:52780 line:1 type:source-location url:https://www.globalsign.com/concrete/js/jquery.js?ccm_nocache=ff70aa1756a738f06f0e02f1a3908dc6ba3937cc urlProvider:network]] map[reflowTime:0.25 source:map[column:52838 line:1 type:source-location url:https://www.globalsign.com/concrete/js/jquery.js?ccm_nocache=ff70aa1756a738f06f0e02f1a3908dc6ba3937cc urlProvider:network]] map[reflowTime:0.234 source:map[column:52902 line:1 type:source-location url:https://www.globalsign.com/concrete/js/jquery.js?ccm_nocache=ff70aa1756a738f06f0e02f1a3908dc6ba3937cc urlProvider:network]] map[reflowTime:6.302 source:map[column:52083 line:1 type:source-location url:https://www.globalsign.com/concrete/js/jquery.js?ccm_nocache=ff70aa1756a738f06f0e02f1a3908dc6ba3937cc urlProvider:network]] map[reflowTime:6.338 source:map[column:53815 line:1 type:source-location url:https://www.globalsign.com/concrete/js/jquery.js?ccm_nocache=ff70aa1756a738f06f0e02f1a3908dc6ba3937cc urlProvider:network]]]

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-DIV
nodeLabel: 200-day Certificates have Arrived Why manage them manually when automation is a…
path: 1,HTML,1,BODY,10,DIV,1,MAIN,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV
selector: div#ccm-layout-column-wrapper-536 > div#ccm-layout-column-877 > div.ccm-layout-column-inner > div.ccm-custom-style-container
snippet: <div class="ccm-custom-style-container ccm-custom-style-main405-148436 enterpriseTheme">

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

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
img div.container > div.row > div.col-lg-5 > img.my-5
/application/files/2617/4711/6293/Global_Offices_Map-2024...18.0 KiB10.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.png8.4 KiB4.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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 797 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 2.3 KiB
URLTransfer SizeEst Savings
/concrete/css/fontawesome/all.css?ccm_nocache=ff70aa1756a...13.2 KiB2.3 KiB

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 73.0 KiB
URLTransfer SizeEst Savings
apps.euw2.pure.cloud/genesys-bootstrap/genesys.min.js168.8 KiB73.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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 187.5 KiB

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
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.

Layout shift culprits
Optimize DOM size
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Avoids enormous network payloads Total size was 1,839 KiB
JavaScript execution time 0.7 s
Minimizes main-thread work 1.9 s
Avoid long main-thread tasks 2 long tasks found
Avoid non-composited animations 3 animated elements found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 280 ms
Server Backend Latencies 380 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 0 ms
Avoid large layout shifts 15 layout shifts found
INP breakdown
User Timing marks and measures
83

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

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-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
`[lang]` attributes have a valid value
Document has a main landmark.
Deprecated ARIA roles were not used
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
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
The page contains a heading, skip link, or landmark region
ARIA IDs are unique
No form fields have multiple labels
`<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
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Skip links are focusable.
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.
`<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.
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.
96

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

Why this matters

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
Uses HTTPS
Avoids deprecated APIs
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 issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
85

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.

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

Why this matters

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.

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
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback