Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
div.pages__HeroEarnWrapper-sc-4cqbfo-2 > div.Hero__HeroContainer-sc-hkdut7-0 > div.Grid__Container-sc-bu5wl4-0 > video.OptimizedVideo__ResponsiveVideo-sc-h0btzw-3 div.pages__HeroEarnWrapper-sc-4cqbfo-2 > div.Hero__HeroContainer-sc-hkdut7-0 > div.Grid__Container-sc-bu5wl4-0 > video.OptimizedVideo__ResponsiveVideo-sc-h0btzw-3 | www.blockchain.com/static/img/poppy/home/hero/hero-poster-v3.png | 1.1 MiB | 963.4 KiB |
Download App div.Grid__Container-sc-bu5wl4-0 > div.Grid__Row-sc-bu5wl4-1 > div.Grid__Column-sc-bu5wl4-2 > img.DownloadApp__PhoneImg-sc-djf6fk-8 | www.blockchain.com/static/img/poppy/home/download-app/download-app-v1.png | 267.7 KiB | 192.8 KiB |
PAX icon div.styles__Tabs-sc-bism6s-8 > button.styles__Tab-sc-bism6s-9 > div > img | /blockchain/coin-definitions/master/extensions/blockchain... | 153.1 KiB | 152.8 KiB |
div.swiper-wrapper > div.swiper-slide > div.BeYourOwnBankCarousel__CardWrapper-sc-wwwaim-1 > div.BeYourOwnBankCarousel__ImageContainer-sc-wwwaim-2 div.swiper-wrapper > div.swiper-slide > div.BeYourOwnBankCarousel__CardWrapper-sc-wwwaim-1 > div.BeYourOwnBankCarousel__ImageContainer-sc-wwwaim-2 | www.blockchain.com/static/img/poppy/home/featured/card-4-v2.png | 219.2 KiB | 120.2 KiB |
SOL icon div.styles__Tabs-sc-bism6s-8 > button.styles__Tab-sc-bism6s-9 > div > img | /trustwallet/assets/master/blockchains/solana/info/logo.png | 53.0 KiB | 52.8 KiB |
ETH icon div.styles__Tabs-sc-bism6s-8 > button.styles__Tab-sc-bism6s-9 > div > img | /blockchain/coin-definitions/master/extensions/blockchain... | 14.3 KiB | 14.3 KiB |
BTC icon div.styles__TabContentContainerLeft-sc-bism6s-22 > div.styles__TokenInfo-sc-bism6s-17 > div > img | /blockchain/coin-definitions/master/extensions/blockchain... | 13.7 KiB | 13.6 KiB |
Seamless deposits and withdrawals div.swiper-slide > div.BeYourOwnBankCarousel__CardWrapper-sc-wwwaim-1 > div.BeYourOwnBankCarousel__ImageContainer-sc-wwwaim-2 > img.BeYourOwnBankCarousel__CardImage-sc-wwwaim-3 | www.blockchain.com/static/img/poppy/home/featured/card-content-1-v2.png | 17.4 KiB | 13.5 KiB |
ENA icon div.styles__Tabs-sc-bism6s-8 > button.styles__Tab-sc-bism6s-9 > div > img | /blockchain/coin-definitions/master/extensions/blockchain... | 10.6 KiB | 10.3 KiB |
DeSo icon div.AssetSlider__MarqueeContainer-sc-49em4o-3 > div.AssetSlider__MarqueeRow-sc-49em4o-4 > div.AssetSlider__AssetItem-sc-49em4o-5 > img.AssetSlider__CoinIcon-sc-49em4o-7 | www.blockchain.com/static/img/prices/prices-deso.png | 8.8 KiB | 8.7 KiB |
Buy, Sell, Swap, Repeat div.swiper-slide > div.BeYourOwnBankCarousel__CardWrapper-sc-wwwaim-1 > div.BeYourOwnBankCarousel__ImageContainer-sc-wwwaim-2 > img.BeYourOwnBankCarousel__CardImage-sc-wwwaim-3 | www.blockchain.com/static/img/poppy/home/featured/card-content-3-v2.png | 6.5 KiB | 4.8 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 |
|---|---|---|
| consent.cookiebot.com/uc.js | 27.0 KiB | 426 ms |
| rsms.me/inter/inter.css | 2.0 KiB | 225 ms |
| www.blockchain.com/static/css/fonts.css | 2.0 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 |
|---|---|
| blockchain.com/ | 216 ms |
| www.blockchain.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 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 |
|---|---|---|
| www.blockchain.com/_next/static/chunks/3032-53816d7aa8881dbd.js | 106.3 KiB | 92.9 KiB |
| www.blockchain.com/_next/static/chunks/pages/_app-4ada073261323124.js | 136.5 KiB | 73.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KK99TPJ | 153.2 KiB | 68.0 KiB |
| www.googletagmanager.com/gtag/js?id=AW-339607297&cx=c>m=4e64k0 | 145.7 KiB | 65.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-9KS744RJG1&cx=c>m=4e64k0 | 163.4 KiB | 61.0 KiB |
| www.blockchain.com/_next/static/chunks/3099-037149b14f08bf8f.js | 76.4 KiB | 41.4 KiB |
| www.blockchain.com/_next/static/chunks/ee8b1517-42d9e8ceb7c795d1.js | 51.7 KiB | 25.4 KiB |
| /975f91d8-13e1-415c-b65b-6305145fcef8/cc.js?renew=false&r... | 106.0 KiB | 25.0 KiB |
| www.blockchain.com/_next/static/chunks/main-4f588273f2c76322.js | 42.8 KiB | 21.1 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 | 1.5 s |
| Other | 1.1 s |
| Style & Layout | 441 ms |
| Script Parsing & Compilation | 124 ms |
| Parse HTML & CSS | 105 ms |
| Rendering | 82 ms |
| Garbage Collection | 53 ms |
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 |
|---|---|---|
| /tag-manager/d86cdb81-3abb-46f9-9aff-f6f01db363e2-additio... | 10.9 KiB | 5.8 KiB |
| /tag-manager/d86cdb81-3abb-46f9-9aff-f6f01db363e2-latest.js | 6.8 KiB | 3.1 KiB |
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 | |
|---|---|
Girls smiling div.SectionWrapper__SectionWrapperStyled-sc-1v1zq5c-0 > div.Careers__CareersContainer-sc-aizlp0-2 > div.Careers__RightColumn-sc-aizlp0-5 > img.Careers__RightImg-sc-aizlp0-1 | www.blockchain.com/static/img/poppy/home/careers/careers-right-xl-v2.png |
Download App div.Grid__Container-sc-bu5wl4-0 > div.Grid__Row-sc-bu5wl4-1 > div.Grid__Column-sc-bu5wl4-2 > img.DownloadApp__PhoneImg-sc-djf6fk-8 | www.blockchain.com/static/img/poppy/home/download-app/download-app-v1.png |
Girl wearing a Blockchain shirt div.SectionWrapper__SectionWrapperStyled-sc-1v1zq5c-0 > div.Careers__CareersContainer-sc-aizlp0-2 > div.Careers__LeftColumn-sc-aizlp0-3 > img.Careers__LeftImg-sc-aizlp0-0 | www.blockchain.com/static/img/poppy/home/careers/careers-left-xl-v2.png |
DST Global div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/dst_logo-v2.png |
DST Global div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/dst_logo-v2.png |
DST Global div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/dst_logo-v2.png |
Kyle Bass div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/kyle-bass-v2.svg |
Kyle Bass div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/kyle-bass-v2.svg |
Kyle Bass div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/kyle-bass-v2.svg |
div.Containers__Wrap-sc-yamifu-7 > div.common__SiteNav-sc-vh1h5x-5 > div.common__Column-sc-vh1h5x-6 > img.poppy__QrCodeForMobile-sc-1aeq293-6 div.Containers__Wrap-sc-yamifu-7 > div.common__SiteNav-sc-vh1h5x-5 > div.common__Column-sc-vh1h5x-6 > img.poppy__QrCodeForMobile-sc-1aeq293-6 | www.blockchain.com/static/img/footer/QR_code_for_mobile_white.png |
Vy Capital div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/vy-v2.svg |
Vy Capital div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/vy-v2.svg |
Vy Capital div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/vy-v2.svg |
LightSpeed div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/light-speed-v2.svg |
LightSpeed div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/light-speed-v2.svg |
LightSpeed div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/light-speed-v2.svg |
Baillie Gifford div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/baillie-gifford-v2.svg |
Baillie Gifford div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/baillie-gifford-v2.svg |
Baillie Gifford div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/baillie-gifford-v2.svg |
GV div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/gv-v2.svg |
GV div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/gv-v2.svg |
GV div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/gv-v2.svg |
Blockchain.com div.Grid__Container-sc-bu5wl4-0 > div.Header__HeaderContent-sc-1j7q46b-2 > a.Link__CustomLink-sc-1p80yfz-0 > img | www.blockchain.com/static/img/poppyBlockchainLogo.svg |
Lake Star div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/lake-star-v2.svg |
Lake Star div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/lake-star-v2.svg |
Lake Star div.Partners__MarqueeRow-sc-ygww5a-6 > div.desktop-only > div.Partners__PartnerName-sc-ygww5a-7 > img.Partners__PartnerImage-sc-ygww5a-9 | www.blockchain.com/static/img/poppy/home/partners/lake-star-v2.svg |
div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__X-sc-1aeq293-2 div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__X-sc-1aeq293-2 | www.blockchain.com/static/img/footer/x2-white.png |
div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Linkedin-sc-1aeq293-3 div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Linkedin-sc-1aeq293-3 | www.blockchain.com/static/img/footer/linkedin2-white.png |
div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Instagram-sc-1aeq293-4 div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Instagram-sc-1aeq293-4 | www.blockchain.com/static/img/footer/instagram2-white.png |
div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Facebook-sc-1aeq293-5 div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Facebook-sc-1aeq293-5 | www.blockchain.com/static/img/footer/facebook2-white.png |
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
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.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__X-sc-1aeq293-2 div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__X-sc-1aeq293-2 |
div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Linkedin-sc-1aeq293-3 div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Linkedin-sc-1aeq293-3 |
div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Instagram-sc-1aeq293-4 div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Instagram-sc-1aeq293-4 |
div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Facebook-sc-1aeq293-5 div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Facebook-sc-1aeq293-5 |
div.Containers__Wrap-sc-yamifu-7 > div.common__SiteNav-sc-vh1h5x-5 > div.common__Column-sc-vh1h5x-6 > img.poppy__QrCodeForMobile-sc-1aeq293-6 div.Containers__Wrap-sc-yamifu-7 > div.common__SiteNav-sc-vh1h5x-5 > div.common__Column-sc-vh1h5x-6 > img.poppy__QrCodeForMobile-sc-1aeq293-6 |
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 |
|---|
Deutsch
English
Español
Italiano
Nederlands
Português
Русский div.common__Column-sc-vh1h5x-6 > div.Footer__LangSelectorRowWrapper-sc-1vbur3m-2 > div.light__Row-sc-1pe8hfc-8 > select.Select__SelectElement-sc-g2tp7l-0 |
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.Containers__Wrap-sc-yamifu-7 > div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 div.Containers__Wrap-sc-yamifu-7 > div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 |
div.Containers__Wrap-sc-yamifu-7 > div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 div.Containers__Wrap-sc-yamifu-7 > div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 |
div.Containers__Wrap-sc-yamifu-7 > div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 div.Containers__Wrap-sc-yamifu-7 > div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 |
div.Containers__Wrap-sc-yamifu-7 > div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 div.Containers__Wrap-sc-yamifu-7 > div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 |
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.
| Source | Description |
|---|---|
Connecting to 'https://ib.adnxs.com/pixie/up?pi=1e7d0390-1269-4a80-9526-1e5b45c68177' violates the following Content Security Policy directive: "connect-src 'self' *.blockchain.com *.blockchain.info *.cryptocompare.com https://script.google.com https://webto.salesforce.com/* wss://streamer.cryptocompare.com https://blockchain.info https://api.greenhouse.io *.doubleclick.net *.google.com *.googleusercontent.com https://www.google-analytics.com https://cdn.embedly.com https://www.google-analytics.com *.appsflyer.com https://consentcdn.cookiebot.com https://consent.cookiebot.com 'nonce-YG5c1LVgb98z96XU5Odh2veS6M0XreTC'". The action has been blocked. | |
www.googletagmanager.com/gtm.js?id=GTM-KK99TPJ line 201, col 390 | Connecting to 'https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.blockchain.com%2F&scrsrc=www.googletagmanager.com&rnd=1607080948.1776889759&navt=n&npa=1&us_privacy=1YNY&ep.ads_data_redaction=1&gdid=dMWZhNz&_tu=CA>m=45He64k0v855952218za200zd855952218xea&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616985~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776889759387&tfd=2997' violates the following Content Security Policy directive: "connect-src 'self' *.blockchain.com *.blockchain.info *.cryptocompare.com https://script.google.com https://webto.salesforce.com/* wss://streamer.cryptocompare.com https://blockchain.info https://api.greenhouse.io *.doubleclick.net *.google.com *.googleusercontent.com https://www.google-analytics.com https://cdn.embedly.com https://www.google-analytics.com *.appsflyer.com https://consentcdn.cookiebot.com https://consent.cookiebot.com 'nonce-YG5c1LVgb98z96XU5Odh2veS6M0XreTC'". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=AW-339607297&cx=c>m=4e64k0 line 177, col 390 | Connecting to 'https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fwww.blockchain.com%2F&scrsrc=www.googletagmanager.com&rnd=1607080948.1776889759&navt=n&npa=1&us_privacy=1YNY&did=dMWZhNz&gdid=dMWZhNz&_tu=CA>m=45be64k0v9242080621z8855952218za20gzb855952218zd855952218xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-339607297~AW-17688421046~AW-17574493050~AW-18051265534~AW-824685240&tid=AW-339607297&tft=1776889759389&tfd=2999' violates the following Content Security Policy directive: "connect-src 'self' *.blockchain.com *.blockchain.info *.cryptocompare.com https://script.google.com https://webto.salesforce.com/* wss://streamer.cryptocompare.com https://blockchain.info https://api.greenhouse.io *.doubleclick.net *.google.com *.googleusercontent.com https://www.google-analytics.com https://cdn.embedly.com https://www.google-analytics.com *.appsflyer.com https://consentcdn.cookiebot.com https://consent.cookiebot.com 'nonce-YG5c1LVgb98z96XU5Odh2veS6M0XreTC'". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-9KS744RJG1&cx=c>m=4e64k0 line 249, col 390 | Connecting to 'https://pagead2.googlesyndication.com/measurement/conversion?random=1776889758745&cv=11&tid=G-9KS744RJG1&fst=1776889758745&fmt=8&en=session_start>m=45je64k0v9117931433z8855952218za20gzb855952218zd855952218xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938466~115938468~117266400~117512543&u_w=800&u_h=600&url=https%3A%2F%2Fwww.blockchain.com&gacid=1081263367.1776889759&frm=0&tiba=Invest%20like%20an%20icon%20%7C%20Blockchain&gdid=dMWZhNz&npa=1&us_privacy=1YNY&pscdl=denied&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rcb=4' violates the following Content Security Policy directive: "connect-src 'self' *.blockchain.com *.blockchain.info *.cryptocompare.com https://script.google.com https://webto.salesforce.com/* wss://streamer.cryptocompare.com https://blockchain.info https://api.greenhouse.io *.doubleclick.net *.google.com *.googleusercontent.com https://www.google-analytics.com https://cdn.embedly.com https://www.google-analytics.com *.appsflyer.com https://consentcdn.cookiebot.com https://consent.cookiebot.com 'nonce-YG5c1LVgb98z96XU5Odh2veS6M0XreTC'". The action has been blocked. |
Connecting to 'https://tte-prod.telemetry.vaultdcr.com/5a28e627?data=dmVyc2lvbj0xLjIuMTgmdG9rZW49ZDg2Y2RiODEtM2FiYi00NmY5LTlhZmYtZjZmMDFkYjM2M2UyJnNlc3Npb25JZD00Yzg4Y2RkZi04MmIwLTQ1MDgtZmJhZi1jYmFkZDg0OGFkY2MmY29va2llU3VwcG9ydD1QRVJTSVNUJmV2ZW50PXBhZ2V2aWV3JiUyNG9zPU1hYyUyME9TJTIwWCYlMjRjdXJyZW50VXJsPWh0dHBzJTNBJTJGJTJGd3d3LmJsb2NrY2hhaW4uY29tJTJG&date=1776889758636' violates the following Content Security Policy directive: "connect-src 'self' *.blockchain.com *.blockchain.info *.cryptocompare.com https://script.google.com https://webto.salesforce.com/* wss://streamer.cryptocompare.com https://blockchain.info https://api.greenhouse.io *.doubleclick.net *.google.com *.googleusercontent.com https://www.google-analytics.com https://cdn.embedly.com https://www.google-analytics.com *.appsflyer.com https://consentcdn.cookiebot.com https://consent.cookiebot.com 'nonce-YG5c1LVgb98z96XU5Odh2veS6M0XreTC'". The action has been blocked. | |
Connecting to 'https://ttip-ipv4-prod.telemetry.vaultdcr.com/5a28e627?data=dmVyc2lvbj0xLjIuMTgmdG9rZW49ZDg2Y2RiODEtM2FiYi00NmY5LTlhZmYtZjZmMDFkYjM2M2UyJnNlc3Npb25JZD00Yzg4Y2RkZi04MmIwLTQ1MDgtZmJhZi1jYmFkZDg0OGFkY2M%3D&date=1776889758614' violates the following Content Security Policy directive: "connect-src 'self' *.blockchain.com *.blockchain.info *.cryptocompare.com https://script.google.com https://webto.salesforce.com/* wss://streamer.cryptocompare.com https://blockchain.info https://api.greenhouse.io *.doubleclick.net *.google.com *.googleusercontent.com https://www.google-analytics.com https://cdn.embedly.com https://www.google-analytics.com *.appsflyer.com https://consentcdn.cookiebot.com https://consent.cookiebot.com 'nonce-YG5c1LVgb98z96XU5Odh2veS6M0XreTC'". The action has been blocked. | |
Connecting to 'https://ttip-ipv6-prod.telemetry.vaultdcr.com/5a28e627?data=aXB2Nj10cnVlJnZlcnNpb249MS4yLjE4JnRva2VuPWQ4NmNkYjgxLTNhYmItNDZmOS05YWZmLWY2ZjAxZGIzNjNlMiZzZXNzaW9uSWQ9NGM4OGNkZGYtODJiMC00NTA4LWZiYWYtY2JhZGQ4NDhhZGNj&date=1776889758614' violates the following Content Security Policy directive: "connect-src 'self' *.blockchain.com *.blockchain.info *.cryptocompare.com https://script.google.com https://webto.salesforce.com/* wss://streamer.cryptocompare.com https://blockchain.info https://api.greenhouse.io *.doubleclick.net *.google.com *.googleusercontent.com https://www.google-analytics.com https://cdn.embedly.com https://www.google-analytics.com *.appsflyer.com https://consentcdn.cookiebot.com https://consent.cookiebot.com 'nonce-YG5c1LVgb98z96XU5Odh2veS6M0XreTC'". The action has been blocked. | |
websdk.appsflyersdk.com/?st=banners,pba& line 3, col 20793 | Connecting to 'https://wa.appsflyersdk.com/events?site-id=960555c2-9940-42b8-9771-20f764497ac6' violates the following Content Security Policy directive: "connect-src 'self' *.blockchain.com *.blockchain.info *.cryptocompare.com https://script.google.com https://webto.salesforce.com/* wss://streamer.cryptocompare.com https://blockchain.info https://api.greenhouse.io *.doubleclick.net *.google.com *.googleusercontent.com https://www.google-analytics.com https://cdn.embedly.com https://www.google-analytics.com *.appsflyer.com https://consentcdn.cookiebot.com https://consent.cookiebot.com 'nonce-YG5c1LVgb98z96XU5Odh2veS6M0XreTC'". The action has been blocked. |
websdk.appsflyersdk.com/?st=banners,pba& line 3, col 20819 | Connecting to 'https://wa.onelink.me/v1/onelink' violates the following Content Security Policy directive: "connect-src 'self' *.blockchain.com *.blockchain.info *.cryptocompare.com https://script.google.com https://webto.salesforce.com/* wss://streamer.cryptocompare.com https://blockchain.info https://api.greenhouse.io *.doubleclick.net *.google.com *.googleusercontent.com https://www.google-analytics.com https://cdn.embedly.com https://www.google-analytics.com *.appsflyer.com https://consentcdn.cookiebot.com https://consent.cookiebot.com 'nonce-YG5c1LVgb98z96XU5Odh2veS6M0XreTC'". The action has been blocked. |
Fetch API cannot load https://ib.adnxs.com/pixie/up?pi=1e7d0390-1269-4a80-9526-1e5b45c68177. Refused to connect because it violates the document's Content Security Policy. | |
www.googletagmanager.com/gtm.js?id=GTM-KK99TPJ line 201, col 390 | Fetch API cannot load https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.blockchain.com%2F&scrsrc=www.googletagmanager.com&rnd=1607080948.1776889759&navt=n&npa=1&us_privacy=1YNY&ep.ads_data_redaction=1&gdid=dMWZhNz&_tu=CA>m=45He64k0v855952218za200zd855952218xea&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616985~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776889759387&tfd=2997. Refused to connect because it violates the document's Content Security Policy. |
www.googletagmanager.com/gtag/js?id=AW-339607297&cx=c>m=4e64k0 line 177, col 390 | Fetch API cannot load https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fwww.blockchain.com%2F&scrsrc=www.googletagmanager.com&rnd=1607080948.1776889759&navt=n&npa=1&us_privacy=1YNY&did=dMWZhNz&gdid=dMWZhNz&_tu=CA>m=45be64k0v9242080621z8855952218za20gzb855952218zd855952218xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-339607297~AW-17688421046~AW-17574493050~AW-18051265534~AW-824685240&tid=AW-339607297&tft=1776889759389&tfd=2999. Refused to connect because it violates the document's Content Security Policy. |
www.googletagmanager.com/gtag/js?id=G-9KS744RJG1&cx=c>m=4e64k0 line 249, col 390 | Fetch API cannot load https://pagead2.googlesyndication.com/measurement/conversion?random=1776889758745&cv=11&tid=G-9KS744RJG1&fst=1776889758745&fmt=8&en=session_start>m=45je64k0v9117931433z8855952218za20gzb855952218zd855952218xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938466~115938468~117266400~117512543&u_w=800&u_h=600&url=https%3A%2F%2Fwww.blockchain.com&gacid=1081263367.1776889759&frm=0&tiba=Invest%20like%20an%20icon%20%7C%20Blockchain&gdid=dMWZhNz&npa=1&us_privacy=1YNY&pscdl=denied&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rcb=4. Refused to connect because it violates the document's Content Security Policy. |
Loading the image 'https://ib.adnxs.com/pixie?e=PageView&pi=1e7d0390-1269-4a80-9526-1e5b45c68177&it=1776889758778&v=0.0.45&u=https%3A%2F%2Fwww.blockchain.com%2F&st=1776889758778&et=1776889758781&if=0&uetmsmid=bad47f6d-7e7b-4e4b-a77c-6e5522080616&asce=0&ascc=0&tcfhl=0&tcfe=0&tcfgdpr=0&tcfc=0' violates the following Content Security Policy directive: "img-src 'self' data: https://trkn.us/pixel/conv/ *.blockchain.com *.blockchain.info *.medium.com *.coingecko.com https://www.googletagmanager.com *.adsrvr.org *.cryptocompare.com *.googleusercontent.com https://www.facebook.com https://www.google-analytics.com https://www.google.com https://raw.githubusercontent.com *.medium.com https://img.sct.eu1.usercentrics.eu https://imgsct.cookiebot.com". The action has been blocked. | |
Loading the image 'https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.blockchain.com%2F&scrsrc=www.googletagmanager.com&rnd=1607080948.1776889759&navt=n&npa=1&us_privacy=1YNY&ep.ads_data_redaction=1&gdid=dMWZhNz&_tu=CA>m=45He64k0v855952218za200zd855952218xea&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616985~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776889759387&tfd=2997' violates the following Content Security Policy directive: "img-src 'self' data: https://trkn.us/pixel/conv/ *.blockchain.com *.blockchain.info *.medium.com *.coingecko.com https://www.googletagmanager.com *.adsrvr.org *.cryptocompare.com *.googleusercontent.com https://www.facebook.com https://www.google-analytics.com https://www.google.com https://raw.githubusercontent.com *.medium.com https://img.sct.eu1.usercentrics.eu https://imgsct.cookiebot.com". The action has been blocked. | |
Loading the image 'https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fwww.blockchain.com%2F&scrsrc=www.googletagmanager.com&rnd=1607080948.1776889759&navt=n&npa=1&us_privacy=1YNY&did=dMWZhNz&gdid=dMWZhNz&_tu=CA>m=45be64k0v9242080621z8855952218za20gzb855952218zd855952218xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-339607297~AW-17688421046~AW-17574493050~AW-18051265534~AW-824685240&tid=AW-339607297&tft=1776889759389&tfd=2999' violates the following Content Security Policy directive: "img-src 'self' data: https://trkn.us/pixel/conv/ *.blockchain.com *.blockchain.info *.medium.com *.coingecko.com https://www.googletagmanager.com *.adsrvr.org *.cryptocompare.com *.googleusercontent.com https://www.facebook.com https://www.google-analytics.com https://www.google.com https://raw.githubusercontent.com *.medium.com https://img.sct.eu1.usercentrics.eu https://imgsct.cookiebot.com". The action has been blocked. | |
Loading the image 'https://segment.prod.bidr.io/associate-segment?buzz_key=tatari&segment_key=tatari-7809&value=&uncacheplz=9409810740' violates the following Content Security Policy directive: "img-src 'self' data: https://trkn.us/pixel/conv/ *.blockchain.com *.blockchain.info *.medium.com *.coingecko.com https://www.googletagmanager.com *.adsrvr.org *.cryptocompare.com *.googleusercontent.com https://www.facebook.com https://www.google-analytics.com https://www.google.com https://raw.githubusercontent.com *.medium.com https://img.sct.eu1.usercentrics.eu https://imgsct.cookiebot.com". The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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
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.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__X-sc-1aeq293-2 div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__X-sc-1aeq293-2 |
div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Linkedin-sc-1aeq293-3 div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Linkedin-sc-1aeq293-3 |
div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Instagram-sc-1aeq293-4 div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Instagram-sc-1aeq293-4 |
div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Facebook-sc-1aeq293-5 div.common__TopLogoAndSocialNavs-sc-vh1h5x-1 > div.common__SocialLogos-sc-vh1h5x-2 > a.common__SocialLink-sc-vh1h5x-4 > img.poppy__Facebook-sc-1aeq293-5 |
div.Containers__Wrap-sc-yamifu-7 > div.common__SiteNav-sc-vh1h5x-5 > div.common__Column-sc-vh1h5x-6 > img.poppy__QrCodeForMobile-sc-1aeq293-6 div.Containers__Wrap-sc-yamifu-7 > div.common__SiteNav-sc-vh1h5x-5 > div.common__Column-sc-vh1h5x-6 > img.poppy__QrCodeForMobile-sc-1aeq293-6 |
Format your HTML in a way that enables crawlers to better understand your app’s content.