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 |
|---|---|---|
| /newsroom-feature/images/optimized_images/VRSN_Blog-Image... | 120.0 s | 184.6 KiB |
| cdn.cookielaw.org/scripttemplates/202505.2.0/otBannerSdk.js | 86400.0 s | 119.2 KiB |
| /logos/797cdf92-a4bb-445f-bd10-3ce7cb3ba362/983ca70a-199f... | 86400.0 s | 11.0 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
| cdn.cookielaw.org/logos/static/powered_by_logo.svg | 86400.0 s | 2.6 KiB |
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 | |
|---|---|---|---|
Colored light waves representing data streaking through a tunnel signifying int… div.direction-ltr > div.flex > picture.w-full > img.object-cover | /newsroom-feature/images/optimized_images/VRSN_Blog-Image... | 184.0 KiB | 169.3 KiB |
Nighttime city skyline with abstract, colorful neon lines floating in the sky t… div.768:grid > div.mb-[-224px] > picture.block > img.h-full | /img/homepage/lights-image-mobile.4d719dc6b7ffd9fc33edf8f... | 74.8 KiB | 52.1 KiB |
News Card sc-image-content-card.flex > a > picture > img.w-full | /img/homepage/blog-image-1.45171acfc5847cde1ab8a2a541e7e5... | 39.6 KiB | 25.8 KiB |
Smiling woman wearing glasses and high-fiving professional colleagues in an off… div.content-width > div.relative > picture.block > img.w-full | /img/homepage/our-team-image-mobile.b17b757cfa95dd0d93992... | 25.8 KiB | 17.9 KiB |
Red and yellow backpacks full of supplies set down under a Verisign and Nationa… div.direction-rtl > div.flex > picture.w-full > img.w-full | /img/homepage/verisign-cares-desktop-img-1x.4dcb8aa90c9d0... | 26.7 KiB | 17.6 KiB |
A view of planet earth from space with virtual lines spanning the globe to sign… sc-hero-video-background.relative > div.absolute > div.sticky > img.w-full | /img/homepage/Homepage_Mobile-video-placeholder-backgroun... | 26.5 KiB | 17.1 KiB |
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /tailwind.597851f51fb4c93fe4fed94be3f58de9190f2d9dc8037cb... | 22.8 KiB | 303 ms |
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 |
|---|---|
| verisign.com/ | 1.0 s |
| www.verisign.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.
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 |
|---|---|---|
| /tailwind.597851f51fb4c93fe4fed94be3f58de9190f2d9dc8037cb... | 22.4 KiB | 18.4 KiB |
| 19.1 KiB | 16.9 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 |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/202505.2.0/otBannerSdk.js | 119.0 KiB | 64.2 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 | |
|---|---|
Red and yellow backpacks full of supplies set down under a Verisign and Nationa… div.direction-rtl > div.flex > picture.w-full > img.w-full | /img/homepage/verisign-cares-desktop-img-1x.4dcb8aa90c9d0... |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.relative > form#search-menu-form > div.absolute > button div.relative > form#search-menu-form > div.absolute > button |
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
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 |
|---|---|
| <source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead. | www.verisign.com/ line 1669, col -1 |
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.
| Link destination | Link Text |
|---|---|
| blog.verisign.com/security/preparing-dnssec-post-quantum-era/ | Read More |
| /news-insights/newsroom/news-releases/articles/?article=2... | Read More |
| blog.verisign.com/domain-names/data-refutes-short-sellers-flawed-reports/ | Read More |
| blog.verisign.com/security/kaliski-lifetime-achievement-award/ | Read More |
| www.verisign.com/legal-center/privacy/ | More information |
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 |
|---|
About Us div.menus > div.overflow-y-scroll > div.menu-item > a.relative |
What We Do div.menus > div.overflow-y-scroll > div.menu-item > a.relative |
Resources div.menus > div.overflow-y-scroll > div.menu-item > a.relative |
News & Insights div.menus > div.overflow-y-scroll > div.menu-item > a.relative |
To appear in search results, crawlers need access to your app.