Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 22.0s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 19.6 MB (6.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/da4745e9-90dd-4427-93d8-94eeee9c5a8c)<a href="https://beavercheck.com/results/da4745e9-90dd-4427-93d8-94eeee9c5a8c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdigicert.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdigicert.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 22.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 22.0s to load
+12% bounceUsers abandon at ~3s — you're 19.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 11.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $1.61/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$1.61 /mo
~$19 / year
USD 157,500
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,519 / year if left unfixed
$157,500
+5 more
$1.61 /mo
20121.2 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
7.79 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
11.08 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.193
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.88 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
44.13 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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.
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.
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 | |
|---|---|---|---|
DigiCert Digital Trust Platform - PKI-based Identity Lifecycle Management div > div#dc-one-diag-top-img > div#dc-one-diag-img-wrap > img | www.digicert.com/content/dam/digicert/images/homepage/dc-one-radial-diagram.png | 155.0 KiB | 147.3 KiB |
div.secondary_navigation > ul.clearfix > li.hamburger > i#hamburger div.secondary_navigation > ul.clearfix > li.hamburger > i#hamburger | /uploads/7U9LtictDTSYZzRkRyBNk6rgQHDGAMXxrW5nm/cbe09d5ef6... | 33.4 KiB | 33.3 KiB |
DigiCert - Securing the World’s Best Brands div.media > div.media__figure > picture > img.image | /content/dam/digicert/images/homepage/homepage-trust-stat... | 19.1 KiB | 17.8 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| digicert.com/ | 752 ms |
| www.digicert.com/ | 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 |
|---|---|
body.page > iframe#q-messenger-frame body.page > iframe#q-messenger-frame | 0.149 |
| 0.025 | |
| 0.019 | |
| 0.000 |
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 |
|---|---|---|
| /etc.clientlibs/digicert/clientlibs/clientlib-base.lc-4f0... | 116.0 KiB | 111.2 KiB |
| @media only screen and (min-width: 384px) { .breakpoint--x-small__padding--right-reset { padding-rig… } … | 21.5 KiB | 21.5 KiB |
| @media only screen and (min-width: 384px) { .breakpoint--x-small__padding--left-reset { padding-left… } … | 21.0 KiB | 21.0 KiB |
| @media only screen and (min-width: 384px) { .breakpoint--x-small__padding--top-reset { padding-top: … } … | 20.4 KiB | 20.4 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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.
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 | 18.8 s |
| Other | 2.2 s |
| Style & Layout | 1.9 s |
| Script Parsing & Compilation | 1.3 s |
| Garbage Collection | 387 ms |
| Parse HTML & CSS | 265 ms |
| Rendering | 159 ms |
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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
47-Day TLS Certificates Causing You Stress? div.home-tout-content-box > div.home-tout-cta-arrow-icon > a > img | /content/dam/digicert/images/homepage/tout-2columns-right... |
Cost of Manual Cert Management div.home-tout-content-box > div.home-tout-cta-arrow-icon > a > img | /content/dam/digicert/images/homepage/tout-2columns-right... |
Home Page Sabre Logo div.cell-11 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_22/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page UKG Logo div.cell-12 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_23/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Abbott Logo div.cell-13 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_30/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Oracle Logo div.cell-14 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_31/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page IBM Logo div.cell-15 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_32/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Cloudfare Logo div.cell-16 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_33/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Sainsbury Logo div.cell-17 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_40/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Alaska Logo div.cell-18 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_41/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Miva Logo div.cell-19 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_42/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Snapdeal Logo div.cell-20 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_43/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Braun Logo div.cell-6 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_11/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Xerox Logo div.cell-7 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_12/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Apache Logo div.cell-8 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_13/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Haelthlink Logo div.cell-9 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_20/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page GE Healthcare Logo div.cell-10 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_21/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
DigiCert - Securing the World’s Best Brands div.media > div.media__figure > picture > img.image | /content/dam/digicert/images/homepage/homepage-trust-stat... |
DigCert Logo - Leader in Digital Trust div.image-video > a.link > picture > img.cmp-image__image | /content/dam/digicert/images/navigation/header/DigiCertLo... |
Learn more about DigiCert Trust Lifecycle Manager div#dc-one-diag-prod-1 > div.dc-one-diag-prod-card-cta > a > img | /content/dam/digicert/images/homepage/homepage-promotion-... |
Learn more about DigiCert Software Trust Manager div#dc-one-diag-prod-2 > div.dc-one-diag-prod-card-cta > a > img | /content/dam/digicert/images/homepage/homepage-promotion-... |
Learn more about DigiCert Device Trust Manager div#dc-one-diag-prod-3 > div.dc-one-diag-prod-card-cta > a > img | /content/dam/digicert/images/homepage/homepage-promotion-... |
Learn more about DigiCert Document Trust Manager div#dc-one-diag-prod-4 > div.dc-one-diag-prod-card-cta > a > img | /content/dam/digicert/images/homepage/homepage-promotion-... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body.page > q-focus-sentinel > div |
After AI assistant body.page > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
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.
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 |
|---|
ZSCALER > div.tabs > div.cmp-tabs > ol.cmp-tabs__tablist > li.cmp-tabs__tab |
ORACLE > div.tabs > div.cmp-tabs > ol.cmp-tabs__tablist > li.cmp-tabs__tab |
CLOUDFLARE > div.tabs > div.cmp-tabs > ol.cmp-tabs__tablist > li.cmp-tabs__tab |
IBM > div.tabs > div.cmp-tabs > ol.cmp-tabs__tablist > li.cmp-tabs__tab |
COMPARE AND BUY section#product-a8772e8d71 > div.product-element > div.product-element__cta > a.home-button-compare-buy |
COMPARE AND BUY section#product-d07b0f8e77 > div.product-element > div.product-element__cta > a.home-button-compare-buy |
COMPARE AND BUY section#product-4ac8eb9b26 > div.product-element > div.product-element__cta > a.home-button-compare-buy |
WATCH NOW div.descriptionBox > div.description > div.btn-container > a.btn |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
secure software div#dc-one-diag-prod-all > div#dc-one-diag-prod-2 > p > a |
Protect IoT devices div#dc-one-diag-prod-all > div#dc-one-diag-prod-3 > p > a |
Safeguard digital documents and transactions div#dc-one-diag-prod-all > div#dc-one-diag-prod-4 > p > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Ensuring the security, privacy, and authenticity of every interaction div.grid-12 > div.descriptionBox > div.description > h4 |
47-Day TLS Certificates Causing You Stress? div#home-tout-3bxs-mixed > div#home-tout-grey-box > div.home-tout-content-box > h4 |
WEBINAR div.grid-12 > div.descriptionBox > div.description > h6 |
Company div.footer-digicert > ul#footer-menu > li > h6.footer-label |
These are opportunities to improve keyboard navigation in your application.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.grid-12 > div.img-container > div.revealAnimation > img div.grid-12 > div.img-container > div.revealAnimation > 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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.rich-text > p > b > a div.rich-text > p > b > a |
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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
2026 Security Predictions – AI, PKI, and Cryptography div.cmp-carousel__content > div.cmp-carousel__actions > ol.cmp-carousel__indicators > li.cmp-carousel__indicator |
The Total Economic Impact of DigiCert ONE div.cmp-carousel__content > div.cmp-carousel__actions > ol.cmp-carousel__indicators > li.cmp-carousel__indicator |
Modernize PKI div.cmp-carousel__content > div.cmp-carousel__actions > ol.cmp-carousel__indicators > li.cmp-carousel__indicator |
Top 5 Strategies div.cmp-carousel__content > div.cmp-carousel__actions > ol.cmp-carousel__indicators > li.cmp-carousel__indicator |
TLS Best Practices Guide div.cmp-carousel__content > div.cmp-carousel__actions > ol.cmp-carousel__indicators > li.cmp-carousel__indicator |
Digital Trust for the Real World div.cmp-carousel__content > div.cmp-carousel__actions > ol.cmp-carousel__indicators > li.cmp-carousel__indicator |
Post-Quantum Cryptography for Dummies div.cmp-carousel__content > div.cmp-carousel__actions > ol.cmp-carousel__indicators > li.cmp-carousel__indicator |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | /etc.clientlibs/clientlibs/granite/jquery/granite.lc-543d... line 5, col 382 |
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.
| Source | Description |
|---|---|
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 296419 | Could not fetch prices TypeError: Cannot set properties of null (setting 'innerText')
at n (https://www.digicert.com/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c15ae63bfae0cb38f777caef27e5b7-lc.min.js:6228:294006)
at https://www.digicert.com/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c15ae63bfae0cb38f777caef27e5b7-lc.min.js:6228:296385 |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 296419 | Could not fetch prices TypeError: Cannot set properties of null (setting 'innerText')
at n (https://www.digicert.com/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c15ae63bfae0cb38f777caef27e5b7-lc.min.js:6228:294006)
at https://www.digicert.com/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c15ae63bfae0cb38f777caef27e5b7-lc.min.js:6228:296385 |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 296419 | Could not fetch prices TypeError: Cannot set properties of null (setting 'innerText')
at n (https://www.digicert.com/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c15ae63bfae0cb38f777caef27e5b7-lc.min.js:6228:294006)
at https://www.digicert.com/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c15ae63bfae0cb38f777caef27e5b7-lc.min.js:6228:296385 |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 287271 | Was unable to locate "M2_VENIA_BROWSER_PERSISTENCE__cartId" in localStorage to be included as CartId in priceUpdate request headers |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 287271 | Was unable to locate "M2_VENIA_BROWSER_PERSISTENCE__cartId" in localStorage to be included as CartId in priceUpdate request headers |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 287271 | Was unable to locate "M2_VENIA_BROWSER_PERSISTENCE__cartId" in localStorage to be included as CartId in priceUpdate request headers |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 287271 | Was unable to locate "M2_VENIA_BROWSER_PERSISTENCE__cartId" in localStorage to be included as CartId in priceUpdate request headers |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 287271 | Was unable to locate "M2_VENIA_BROWSER_PERSISTENCE__cartId" in localStorage to be included as CartId in priceUpdate request headers |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 287271 | Was unable to locate "M2_VENIA_BROWSER_PERSISTENCE__cartId" in localStorage to be included as CartId in priceUpdate request headers |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
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.
| Link destination | Link Text |
|---|---|
| www.digicert.com/campaigns/idc-marketscape-report | Learn More |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.grid-12 > div.img-container > div.revealAnimation > img div.grid-12 > div.img-container > div.revealAnimation > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
Cookie Settings div.footer-digicert > ul#copyright > li > a |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
802 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.11 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.069
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.85 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
8.36 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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 | |
|---|---|---|---|
DigiCert Digital Trust Platform - PKI-based Identity Lifecycle Management div > div#dc-one-diag-top-img > div#dc-one-diag-img-wrap > img | www.digicert.com/content/dam/digicert/images/homepage/dc-one-radial-diagram.png | 155.0 KiB | 60.2 KiB |
Cost of Manual Cert Management div.home-tout-content-box > div.home-tout-cta-arrow-icon > a > img | /uploads/7U9LtictDTSYZzRkRyBNk6rgQHDGAMXxrW5nm/cbe09d5ef6... | 33.4 KiB | 33.3 KiB |
Business Value Hero Home Page div.heroimage > div.grid-12 > div.img-container > img | /content/dam/digicert/images/homepage/digicert-business-v... | 35.0 KiB | 6.9 KiB |
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.
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.
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 |
|---|---|
| digicert.com/ | 201 ms |
| www.digicert.com/ | 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.
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 |
|---|---|---|
| /etc.clientlibs/digicert/clientlibs/clientlib-base.lc-4f0... | 116.0 KiB | 111.1 KiB |
| @media only screen and (min-width: 384px) { .breakpoint--x-small__padding--right-reset { padding-rig… } … | 21.5 KiB | 21.5 KiB |
| @media only screen and (min-width: 384px) { .breakpoint--x-small__padding--left-reset { padding-left… } … | 21.0 KiB | 21.0 KiB |
| @media only screen and (min-width: 384px) { .breakpoint--x-small__padding--top-reset { padding-top: … } … | 20.4 KiB | 20.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.
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 | 4.5 s |
| Other | 712 ms |
| Style & Layout | 518 ms |
| Script Parsing & Compilation | 322 ms |
| Garbage Collection | 106 ms |
| Parse HTML & CSS | 80 ms |
| Rendering | 50 ms |
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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
Business Value Hero Home Page div.heroimage > div.grid-12 > div.img-container > img | /content/dam/digicert/images/homepage/digicert-business-v... |
div.grid-12 > div.img-container > div.revealAnimation > img div.grid-12 > div.img-container > div.revealAnimation > img | www.digicert.com/content/dam/digicert/images/homepage/zscaler.webp |
DigiCert - Securing the World’s Best Brands div.media > div.media__figure > picture > img.image | /content/dam/digicert/images/homepage/homepage-trust-stat... |
ZScaler Logo div.customer-carousel > div.grid-12 > div.icon-container > img | /content/dam/digicert/images/case-studies/case-studies-zs... |
47-Day TLS Certificates Causing You Stress? div.home-tout-content-box > div.home-tout-cta-arrow-icon > a > img | /content/dam/digicert/images/homepage/tout-2columns-right... |
Cost of Manual Cert Management div.home-tout-content-box > div.home-tout-cta-arrow-icon > a > img | /content/dam/digicert/images/homepage/tout-2columns-right... |
Home Page Sabre Logo div.cell-11 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_22/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page UKG Logo div.cell-12 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_23/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Abbott Logo div.cell-13 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_30/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Oracle Logo div.cell-14 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_31/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page IBM Logo div.cell-15 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_32/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Cloudfare Logo div.cell-16 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_33/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Sainsbury Logo div.cell-17 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_40/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Alaska Logo div.cell-18 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_41/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Miva Logo div.cell-19 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_42/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Snapdeal Logo div.cell-20 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_43/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Braun Logo div.cell-6 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_11/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Xerox Logo div.cell-7 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_12/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Apache Logo div.cell-8 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_13/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page Haelthlink Logo div.cell-9 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_20/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
Home Page GE Healthcare Logo div.cell-10 > div.image > div#cq-image-jsp-/content/digicert/us/en/jcr:content/root/container/column_ctrl_componen/par_21/image > img.cq-dd-image | /content/digicert/us/en/jcr:content/root/container/column... |
DigCert Logo - Leader in Digital Trust div.image-video > a.link > picture > img.cmp-image__image | /content/dam/digicert/images/navigation/header/DigiCertLo... |
Learn more about DigiCert Trust Lifecycle Manager div#dc-one-diag-prod-1 > div.dc-one-diag-prod-card-cta > a > img | /content/dam/digicert/images/homepage/homepage-promotion-... |
Learn more about DigiCert Software Trust Manager div#dc-one-diag-prod-2 > div.dc-one-diag-prod-card-cta > a > img | /content/dam/digicert/images/homepage/homepage-promotion-... |
Learn more about DigiCert Device Trust Manager div#dc-one-diag-prod-3 > div.dc-one-diag-prod-card-cta > a > img | /content/dam/digicert/images/homepage/homepage-promotion-... |
Learn more about DigiCert Document Trust Manager div#dc-one-diag-prod-4 > div.dc-one-diag-prod-card-cta > a > img | /content/dam/digicert/images/homepage/homepage-promotion-... |
Linkedin ul#aboutus-text > li.socialMedia > a > img | |
Twitter ul#aboutus-text > li.socialMedia > a > img | |
Youtube ul#aboutus-text > li.socialMedia > a > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body.page > q-focus-sentinel > div |
After AI assistant body.page > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
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.
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 |
|---|
Buy ul.clearfix > li > span > a |
ZSCALER > div.tabs > div.cmp-tabs > ol.cmp-tabs__tablist > li.cmp-tabs__tab |
ORACLE > div.tabs > div.cmp-tabs > ol.cmp-tabs__tablist > li.cmp-tabs__tab |
CLOUDFLARE > div.tabs > div.cmp-tabs > ol.cmp-tabs__tablist > li.cmp-tabs__tab |
IBM > div.tabs > div.cmp-tabs > ol.cmp-tabs__tablist > li.cmp-tabs__tab |
COMPARE AND BUY section#product-a8772e8d71 > div.product-element > div.product-element__cta > a.home-button-compare-buy |
COMPARE AND BUY section#product-d07b0f8e77 > div.product-element > div.product-element__cta > a.home-button-compare-buy |
COMPARE AND BUY section#product-4ac8eb9b26 > div.product-element > div.product-element__cta > a.home-button-compare-buy |
WATCH NOW div.descriptionBox > div.description > div.btn-container > a.btn |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
secure software div#dc-one-diag-prod-all > div#dc-one-diag-prod-2 > p > a |
Protect IoT devices div#dc-one-diag-prod-all > div#dc-one-diag-prod-3 > p > a |
Safeguard digital documents and transactions div#dc-one-diag-prod-all > div#dc-one-diag-prod-4 > p > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Ensuring the security, privacy, and authenticity of every interaction div.grid-12 > div.descriptionBox > div.description > h4 |
47-Day TLS Certificates Causing You Stress? div#home-tout-3bxs-mixed > div#home-tout-grey-box > div.home-tout-content-box > h4 |
WEBINAR div.grid-12 > div.descriptionBox > div.description > h6 |
Company div.footer-digicert > ul#footer-menu > li > h6.footer-label |
These are opportunities to improve keyboard navigation in your application.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.grid-12 > div.img-container > div.revealAnimation > img div.grid-12 > div.img-container > div.revealAnimation > 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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.rich-text > p > b > a div.rich-text > p > b > a |
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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
2026 Security Predictions – AI, PKI, and Cryptography div.cmp-carousel__content > div.cmp-carousel__actions > ol.cmp-carousel__indicators > li.cmp-carousel__indicator |
The Total Economic Impact of DigiCert ONE div.cmp-carousel__content > div.cmp-carousel__actions > ol.cmp-carousel__indicators > li.cmp-carousel__indicator |
Modernize PKI div.cmp-carousel__content > div.cmp-carousel__actions > ol.cmp-carousel__indicators > li.cmp-carousel__indicator |
Top 5 Strategies div.cmp-carousel__content > div.cmp-carousel__actions > ol.cmp-carousel__indicators > li.cmp-carousel__indicator |
TLS Best Practices Guide div.cmp-carousel__content > div.cmp-carousel__actions > ol.cmp-carousel__indicators > li.cmp-carousel__indicator |
Digital Trust for the Real World div.cmp-carousel__content > div.cmp-carousel__actions > ol.cmp-carousel__indicators > li.cmp-carousel__indicator |
Post-Quantum Cryptography for Dummies div.cmp-carousel__content > div.cmp-carousel__actions > ol.cmp-carousel__indicators > li.cmp-carousel__indicator |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | /etc.clientlibs/clientlibs/granite/jquery/granite.lc-543d... line 5, col 382 |
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.
| Source | Description |
|---|---|
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 296419 | Could not fetch prices TypeError: Cannot set properties of null (setting 'innerText')
at n (https://www.digicert.com/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c15ae63bfae0cb38f777caef27e5b7-lc.min.js:6228:294006)
at https://www.digicert.com/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c15ae63bfae0cb38f777caef27e5b7-lc.min.js:6228:296385 |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 296419 | Could not fetch prices TypeError: Cannot set properties of null (setting 'innerText')
at n (https://www.digicert.com/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c15ae63bfae0cb38f777caef27e5b7-lc.min.js:6228:294006)
at https://www.digicert.com/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c15ae63bfae0cb38f777caef27e5b7-lc.min.js:6228:296385 |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 296419 | Could not fetch prices TypeError: Cannot set properties of null (setting 'innerText')
at n (https://www.digicert.com/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c15ae63bfae0cb38f777caef27e5b7-lc.min.js:6228:294006)
at https://www.digicert.com/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c15ae63bfae0cb38f777caef27e5b7-lc.min.js:6228:296385 |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 287271 | Was unable to locate "M2_VENIA_BROWSER_PERSISTENCE__cartId" in localStorage to be included as CartId in priceUpdate request headers |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 287271 | Was unable to locate "M2_VENIA_BROWSER_PERSISTENCE__cartId" in localStorage to be included as CartId in priceUpdate request headers |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 287271 | Was unable to locate "M2_VENIA_BROWSER_PERSISTENCE__cartId" in localStorage to be included as CartId in priceUpdate request headers |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 287271 | Was unable to locate "M2_VENIA_BROWSER_PERSISTENCE__cartId" in localStorage to be included as CartId in priceUpdate request headers |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 287271 | Was unable to locate "M2_VENIA_BROWSER_PERSISTENCE__cartId" in localStorage to be included as CartId in priceUpdate request headers |
/etc.clientlibs/digicert/clientlibs/clientlib-base.lc-d4c... line 6227, col 287271 | Was unable to locate "M2_VENIA_BROWSER_PERSISTENCE__cartId" in localStorage to be included as CartId in priceUpdate request headers |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
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.
| Link destination | Link Text |
|---|---|
| www.digicert.com/campaigns/idc-marketscape-report | Learn More |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.grid-12 > div.img-container > div.revealAnimation > img div.grid-12 > div.img-container > div.revealAnimation > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
Cookie Settings div.footer-digicert > ul#copyright > li > a |
To appear in search results, crawlers need access to your app.
Send Feedback