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 |
|---|---|---|
| /fonts/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e... | 14400.0 s | 75.5 KiB |
| consent.cookiebot.com/uc.js | 260.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 |
| apps.euw2.pure.cloud/journey/messenger-plugins/offersHelper.min.js | 600.0 s | 5.6 KiB |
| www.globalsign.com/gmo/header/en/script.min.js | 14400.0 s | 7.2 KiB |
| static.cloudflareinsights.com/beacon.min.js | 86400.0 s | 10.7 KiB |
| /consentconfig/b67b7dbb-fccb-4135-810a-b4e600540b1c/globa... | 52095.0 s | 700 B |
| /ccm/system/css/layout/536?ccm_nocache=ff70aa1756a738f06f... | 14400.0 s | 347 B |
| static.cloudflareinsights.com/beacon.min.js | 86400.0 s | 0 B |
| www.globalsign.com/gmo/header/en/script.min.js | 14400.0 s | 0 B |
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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... | 20 ms |
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 | 5.4 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/ | 1.1 s |
| www.globalsign.com/ | 764 ms |
| www.globalsign.com/en/ | 152 ms |
| www.globalsign.com/en | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
GlobalSign: A Pioneer in Digital Trust Since 1996
Choosing the right partner f… body > div.ccm-page > main > div.section-sp | 0.132 |
200-day Certificates have Arrived div.bannerImage > div.container > div > h1.heading-large | 0.009 |
Choose another country or region to see products and services that are availabl… body > div#tpbr_topbar | 0.002 |
Choose another country or region to see products and services that are availabl… body > div#tpbr_topbar | 0.001 |
Choose another country or region to see products and services that are availabl… body > div#tpbr_topbar | 0.001 |
Choose another country or region to see products and services that are availabl… body > div#tpbr_topbar | 0.001 |
Choose another country or region to see products and services that are availabl… body > div#tpbr_topbar | 0.001 |
Choose another country or region to see products and services that are availabl… body > div#tpbr_topbar | 0.001 |
Choose another country or region to see products and services that are availabl… body > div#tpbr_topbar | 0.001 |
Choose another country or region to see products and services that are availabl… body > div#tpbr_topbar | 0.001 |
Choose another country or region to see products and services that are availabl… body > div#tpbr_topbar | 0.001 |
Choose another country or region to see products and services that are availabl… body > div#tpbr_topbar | 0.001 |
Choose another country or region to see products and services that are availabl… body > div#tpbr_topbar | 0.001 |
Choose another country or region to see products and services that are availabl… body > div#tpbr_topbar | 0.001 |
Choose another country or region to see products and services that are availabl… body > div#tpbr_topbar | 0.001 |
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.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /packages/global_sign_enterprise/themes/global_sign_enter... | 40.4 KiB | 38.2 KiB |
| /packages/global_sign_enterprise/themes/global_sign_enter... | 22.7 KiB | 21.6 KiB |
| /concrete/css/fontawesome/all.css?ccm_nocache=ff70aa1756a... | 13.1 KiB | 13.0 KiB |
| 13.5 KiB | 11.4 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 |
|---|---|---|---|
| www.globalsign.com/en | 1.6 s | 69 ms | 6.8 ms |
| consent.cookiebot.com/uc.js | 1.5 s | 986 ms | 40 ms |
| Unattributable | 684 ms | 13 ms | 0.0 ms |
| globalsign.containers.piwik.pro/38641af5-107b-4922-b86c-31a6473fb51d.js | 601 ms | 442 ms | 120 ms |
| /b67b7dbb-fccb-4135-810a-b4e600540b1c/cc.js?renew=false&r... | 525 ms | 222 ms | 52 ms |
| apps.euw2.pure.cloud/genesys-bootstrap/genesys.min.js | 482 ms | 347 ms | 90 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 289 ms | 209 ms | 10 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5DHLZW | 247 ms | 188 ms | 55 ms |
| /concrete/js/jquery.js?ccm_nocache=ff70aa1756a738f06f0e02... | 98 ms | 69 ms | 13 ms |
| www.globalsign.com/packages/globalsign_geoip/js/tpbrfront.js?v=106 | 80 ms | 29 ms | 1.8 ms |
| globalsign.containers.piwik.pro/ppms.js | 70 ms | 59 ms | 8.6 ms |
| static.cloudflareinsights.com/beacon.min.js | 52 ms | 33 ms | 5.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 |
|---|---|
| Script Evaluation | 3.2 s |
| Style & Layout | 1.4 s |
| Other | 1.2 s |
| Script Parsing & Compilation | 462 ms |
| Parse HTML & CSS | 384 ms |
| Rendering | 200 ms |
| Garbage Collection | 93 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 |
|---|---|---|
| /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 |
| /b67b7dbb-fccb-4135-810a-b4e600540b1c/cc.js?renew=false&r... | 104.8 KiB | 25.0 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 | |
|---|---|
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 |
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 |
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 |
ISO div#footer-trust > a > picture > img.iso-icon | |
ISO CSM div#footer-trust > a > picture > img.iso-icon | |
ISO PM div#footer-trust > a > picture > img.iso-icon | |
ISO PM div#footer-trust > a > picture > img.iso-icon |
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.
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 |
GCC Login header#header > div.container-fluid > li > a.gaslogin |
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 |
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 |
|---|
GCC Login div.ccm-page > header#header > div.container-fluid > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Names and labels
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.
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.