Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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.
10 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
13 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
34 image(s) missing alt attribute
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/8419917a-7bba-43cd-a413-a12a33ba7234)<a href="https://beavercheck.com/results/8419917a-7bba-43cd-a413-a12a33ba7234"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fbinance.info" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fbinance.infoThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. 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.
8 barrier(s) likely increasing bounce by ~32%.
Page takes 14.0s to load
+12% bounceUsers abandon at ~3s — you're 11.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.4s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
13 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€468 investment → €770/month returns + EUR 20,500,000 risk avoided
€468
6h · 5 findings
€770 /mo
~€9,242 / year
EUR 20,500,000
if kept compliant
€85 — 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.
5.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€1,708,334 / month at risk
~€20,500,006 / year if left unfixed
€20,500,000
+3 more
€0.52 /mo
7038.8 MB/mo × 0.074 EUR/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.
5.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.42 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.517
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.43 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.
14.80 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.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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 | |
|---|---|---|---|
image div.flex > a#top_crypto_table-5-ASTER_USDT > div.flex > img.bn-lazy-img | /image/admin_mgs_image_upload/20251006/5dc769cc-c302-4e3e... | 5.1 KiB | 4.8 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 |
|---|---|
| binance.info/ | 1.6 s |
| www.binance.info/en | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
A Binance, em atendimento à Lei 6.385/1976 e aos entendimentos dos órgãos regul… body.theme-root > div#__APP | 0.439 |
We use "Strictly Necessary" cookies to keep our site reliable and secure. We’d … body.theme-root > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.014 |
We use "Strictly Necessary" cookies to keep our site reliable and secure. We’d … body.theme-root > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.005 |
| 0.004 | |
We use "Strictly Necessary" cookies to keep our site reliable and secure. We’d … body.theme-root > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.003 |
We use "Strictly Necessary" cookies to keep our site reliable and secure. We’d … body.theme-root > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.003 |
We use "Strictly Necessary" cookies to keep our site reliable and secure. We’d … body.theme-root > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.003 |
We use "Strictly Necessary" cookies to keep our site reliable and secure. We’d … body.theme-root > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
We use "Strictly Necessary" cookies to keep our site reliable and secure. We’d … body.theme-root > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We use "Strictly Necessary" cookies to keep our site reliable and secure. We’d … body.theme-root > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We use "Strictly Necessary" cookies to keep our site reliable and secure. We’d … body.theme-root > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We use "Strictly Necessary" cookies to keep our site reliable and secure. We’d … body.theme-root > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We use "Strictly Necessary" cookies to keep our site reliable and secure. We’d … body.theme-root > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We use "Strictly Necessary" cookies to keep our site reliable and secure. We’d … body.theme-root > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We use "Strictly Necessary" cookies to keep our site reliable and secure. We’d … body.theme-root > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /static/js/onelink-smart-script/web/onelink-smart-script@... | 21.5 KiB | 6.9 KiB |
| bin.bnbstatic.com/static/js/onelink-smart-script/onelink-smart-script@2.7.3.js | 20.4 KiB | 6.6 KiB |
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 |
|---|---|---|
| bin.bnbstatic.com/static/css/40b6faad.chunk.css | 31.6 KiB | 28.9 KiB |
| 20.1 KiB | 17.6 KiB | |
| public.bnbstatic.com/unpkg/common-widget/vendor@1.4.103.css | 11.4 KiB | 10.8 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| bin.bnbstatic.com/static/mfa-ui.6b6ce69.js | 543.8 KiB | 329.0 KiB |
| accounts.google.com/gsi/client | 95.6 KiB | 71.5 KiB |
| bin.bnbstatic.com/static/main.ad736b3e.js | 164.7 KiB | 69.9 KiB |
| public.bnbstatic.com/unpkg/common-widget/vendor@1.4.103.min.js | 107.9 KiB | 69.2 KiB |
| cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js | 111.8 KiB | 60.7 KiB |
| public.bnbstatic.com/unpkg/common-widget/common@1.4.103.min.js | 50.1 KiB | 42.2 KiB |
| bin.bnbstatic.com/static/chunks/page-8e28.0ef3e4d5.js | 67.3 KiB | 36.8 KiB |
| bin.bnbstatic.com/static/chunks/336.00e335fe.js | 60.7 KiB | 31.9 KiB |
| public.bnbstatic.com/unpkg/common-widget/extension@1.4.103.min.js | 36.7 KiB | 22.7 KiB |
| public.bnbstatic.com/unpkg/common-widget/data@1.4.103.min.js | 37.3 KiB | 21.7 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 | 6.3 s |
| Other | 2.3 s |
| Style & Layout | 753 ms |
| Script Parsing & Compilation | 620 ms |
| Rendering | 506 ms |
| Parse HTML & CSS | 197 ms |
| Garbage Collection | 129 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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.
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.
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 |
|---|
Secure, fast and elegant div.bn-flex > div.bn-flex > div.DownloadBarMobile__text--primary > div.DownloadBarMobile__text--secondary |
Bitcoin div.flex > a#top_crypto_table-1-BTC_USDT > div.flex > div.overflow-x-hidden |
Ethereum div.flex > a#top_crypto_table-2-ETH_USDT > div.flex > div.overflow-x-hidden |
BNB div.flex > a#top_crypto_table-3-BNB_USDT > div.flex > div.overflow-x-hidden |
XRP div.flex > a#top_crypto_table-4-XRP_USDT > div.flex > div.overflow-x-hidden |
Aster div.flex > a#top_crypto_table-5-ASTER_USDT > div.flex > div.overflow-x-hidden |
-0.15% div.flex > a#top_crypto_table-5-ASTER_USDT > div.flex > div.lock-ltr |
View All 350+ Coins div.bn-tabs > div.bn-tab-pane-list > div#bn-tab-pane-0 > a.bg-transparent |
View All News div.mt-[0px] > div.noH5:bg-Vessel > a.bg-transparent > div.t-body3 |
1BAuq7Vho2CEkVkUxbfU26LhwQjbCmWQkD div.flex > div.flex > div.flex > a.text-TertiaryText |
These are opportunities to improve the legibility of your content.
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.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
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.flex > div.flex > div.hidden > a.h-[40px] div.flex > div.flex > div.hidden > a.h-[40px] |
div.flex > div.flex > div.hidden > a.h-[40px] div.flex > div.flex > div.hidden > a.h-[40px] |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > 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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 |
|---|---|
| Authorization will not be covered by the wildcard symbol (*) in CORS Access-Control-Allow-Headers handling. |
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 |
|---|---|
bin.bnbstatic.com/static/runtime/sentry/7.38.0/bundle.es5.min.js line 1, col 8615 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Not signed in with the identity provider. | |
Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
public.bnbstatic.com/unpkg/vendor/vendor.umd.0.0.13.production.min.18.2.0.js line 1, col 127245 | Uncaught Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. |
Uncaught Error: Minified React error #425; visit https://reactjs.org/docs/error-decoder.html?invariant=425 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. |
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.
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
https://www.binance.info/robots.txt |
To appear in search results, crawlers need access to your app.
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.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
div.flex > div.h-full > div.flex > img.filter div.flex > div.h-full > div.flex > img.filter |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
2.41 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
224 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.100
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.23 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.
4.01 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.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|---|
| bin.bnbstatic.com/static/sw-load/cache-control-load@0.0.5.js | 1.5 KiB | 66 ms |
| bin.bnbstatic.com/static/js/common-widget/globalthis@0.4.4.min.js | 891 B | |
| public.bnbstatic.com/unpkg/common-widget/common@1.4.103.css | 7.2 KiB | 261 ms |
| public.bnbstatic.com/unpkg/common-widget/vendor@1.4.103.css | 11.7 KiB | 301 ms |
| public.bnbstatic.com/unpkg/common-widget/extension@1.4.103.css | 1.2 KiB | 221 ms |
| public.bnbstatic.com/unpkg/common-widget/footer@1.4.103.css | 1.1 KiB | 221 ms |
| public.bnbstatic.com/unpkg/common-widget/header@1.4.103.css | 4.9 KiB | 261 ms |
| bin.bnbstatic.com/static/css/40b6faad.chunk.css | 31.9 KiB | 506 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
image div.flex > a#top_crypto_table-5-ASTER_USDT > div.flex > img.bn-lazy-img | /image/admin_mgs_image_upload/20251006/5dc769cc-c302-4e3e... | 5.1 KiB | 5.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 |
|---|---|
| binance.info/ | 1.0 s |
| www.binance.info/en | 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.
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 |
|---|---|---|
| bin.bnbstatic.com/static/css/40b6faad.chunk.css | 31.6 KiB | 28.4 KiB |
| 20.1 KiB | 17.4 KiB | |
| public.bnbstatic.com/unpkg/common-widget/vendor@1.4.103.css | 11.4 KiB | 10.6 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| bin.bnbstatic.com/static/mfa-ui.6b6ce69.js | 543.8 KiB | 329.0 KiB |
| accounts.google.com/gsi/client | 95.6 KiB | 71.9 KiB |
| bin.bnbstatic.com/static/main.ad736b3e.js | 164.8 KiB | 69.9 KiB |
| public.bnbstatic.com/unpkg/common-widget/vendor@1.4.103.min.js | 107.9 KiB | 67.4 KiB |
| cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js | 111.8 KiB | 60.7 KiB |
| public.bnbstatic.com/unpkg/common-widget/common@1.4.103.min.js | 50.1 KiB | 42.3 KiB |
| bin.bnbstatic.com/static/chunks/page-8e28.0ef3e4d5.js | 67.3 KiB | 37.1 KiB |
| bin.bnbstatic.com/static/chunks/336.00e335fe.js | 60.7 KiB | 31.9 KiB |
| public.bnbstatic.com/unpkg/common-widget/extension@1.4.103.min.js | 36.7 KiB | 22.7 KiB |
| public.bnbstatic.com/unpkg/common-widget/data@1.4.103.min.js | 37.3 KiB | 21.7 KiB |
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 | 615 ms |
| Style & Layout | 219 ms |
| Rendering | 151 ms |
| Script Parsing & Compilation | 138 ms |
| Parse HTML & CSS | 52 ms |
| Garbage Collection | 44 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
|---|---|---|
| /static/js/onelink-smart-script/web/onelink-smart-script@... | 21.5 KiB | 6.9 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.
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.
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 |
|---|
Bitcoin div.flex > a#top_crypto_table-1-BTC_USDT > div.flex > div.overflow-x-hidden |
Ethereum div.flex > a#top_crypto_table-2-ETH_USDT > div.flex > div.overflow-x-hidden |
BNB div.flex > a#top_crypto_table-3-BNB_USDT > div.flex > div.overflow-x-hidden |
XRP div.flex > a#top_crypto_table-4-XRP_USDT > div.flex > div.overflow-x-hidden |
Aster div.flex > a#top_crypto_table-5-ASTER_USDT > div.flex > div.overflow-x-hidden |
View All 350+ Coins div.bn-tabs > div.bn-tab-pane-list > div#bn-tab-pane-0 > a.bg-transparent |
View All News div.noH5:bg-Vessel > div.bn-flex > a.bg-transparent > div.t-body3 |
1BAuq7Vho2CEkVkUxbfU26LhwQjbCmWQkD div > div > div.flex > a.text-TertiaryText |
Scan to Download App div.download-pc > div.mt-[0px] > div.text-PrimaryText > div.text-body1 |
These are opportunities to improve the legibility of your content.
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.flex > div.flex > div.flex > img.filter div.flex > div.flex > div.flex > img.filter |
div.flex > div.flex > div.flex > img.filter div.flex > div.flex > div.flex > img.filter |
div.flex > div.flex > div.flex > img.filter div.flex > div.flex > div.flex > img.filter |
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.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > a |
div.footer-content > div.footer-community > div.footer-icongroup > a div.footer-content > div.footer-community > div.footer-icongroup > 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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Log In div.theme-root > header.header-container > div.header-rightside > a#toLoginPage |
Sign Up div.theme-root > header.header-container > div.header-rightside > a#toRegisterPage |
These items highlight common accessibility best practices.
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 |
|---|---|
| Authorization will not be covered by the wildcard symbol (*) in CORS Access-Control-Allow-Headers handling. |
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 |
|---|---|
Not signed in with the identity provider. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. |
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.
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
https://www.binance.info/robots.txt |
To appear in search results, crawlers need access to your app.
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.flex > div.flex > div.flex > img.filter div.flex > div.flex > div.flex > img.filter |
div.flex > div.flex > div.flex > img.filter div.flex > div.flex > div.flex > img.filter |
div.flex > div.flex > div.flex > img.filter div.flex > div.flex > div.flex > img.filter |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback