Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
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.
HSTS 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.
12 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
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/8e738a54-697c-4e6d-aaea-8790b2c13e18)<a href="https://beavercheck.com/results/8e738a54-697c-4e6d-aaea-8790b2c13e18"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fgate.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fgate.comThis 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 ~23%.
Page loads in 3.6s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 1.1s over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
Page feels frozen for 3.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 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
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
15 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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€383 investment → €1,760/month returns + EUR 120,500,000 risk avoided
€383
4h · 5 findings
€1,760 /mo
~€21,125 / year
EUR 120,500,000
if kept compliant
€128 — 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.
4.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,009 / year if left unfixed
€120,500,000
+5 more
€0.72 /mo
9654.0 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.
2.89 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.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.151
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.31 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.
22.07 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.
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.
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.
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.
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 | |
|---|---|---|---|
Gate Founder Dr. Han: Crypto Winter Drives Structural Reshaping, Move Everythin… div.mb-[16px] > a > div.w-full > img | gimg2.staticimgs.com/learn/ed244347-82cf-46d2-8ff8-4defaf340f0e-53.png | 142.6 KiB | 113.5 KiB |
Gate Launches WCTC S8 Global Trading Challenge to Mark the 13th Anniversary wit… div.mb-[16px] > a > div.w-full > img | gimg2.staticimgs.com/learn/373bc86b-6810-497a-a737-9ac834a5e090-53.webp | 84.0 KiB | 73.5 KiB |
An Open Letter from Gate Founder Dr. Han on 13th Anniversary: Releasing the Pow… div.mb-[16px] > a > div.w-full > img | gimg2.staticimgs.com/learn/41b3c5e4-ad9f-430f-b2db-4918d9f24707-53.webp | 35.5 KiB | 23.3 KiB |
Gate Launches First TradFi Copy Trading Feature to Expand Multi-Asset Ecosystem div.mb-[16px] > a > div.w-full > img | gimg2.staticimgs.com/learn/d074ac1d-6fc6-4f11-9b86-bbd828d58667-53.webp | 23.3 KiB | 18.8 KiB |
Mobile app download div.flex--grid--layout > div.mx-auto > div.relative > img | /cdn/fe/static/images/platform/homepage/download/download... | 26.0 KiB | 17.2 KiB |
Gate has launched a digital way to participate in Pre-IPOs, and the reservation… div.mb-[16px] > a > div.w-full > img | gimg2.staticimgs.com/learn/1af47416-3dec-4254-a991-64747f2c96c2-53.webp | 16.8 KiB | 13.1 KiB |
Gate Releases 13th Anniversary Brand Film, Building Platform Competitiveness Th… div.mb-[16px] > a > div.w-full > img | gimg2.staticimgs.com/learn/64c31530-e259-40ae-a8b8-7be1af3de66d-53.webp | 13.4 KiB | 10.8 KiB |
Gate Reports Reserves Covering Nearly 500 User Assets a > div.flex-grow > div.flex > img | /learn/cffbc89a-a945-45f5-af74-451e884262d2-53.png?w=256&... | 13.2 KiB | 10.3 KiB |
Gate has launched a digital way to participate in Pre-IPOs, and the reservation… a > div.flex-grow > div.flex > img | /learn/88a412ee-bf9d-4f3d-a017-739cb3e25968-53.png?w=256&... | 12.5 KiB | 9.6 KiB |
DogeCoin td.td__3fhz4 > div.cellWrapper__1uuSZ > div.imageWrapper__qcQvP > img.rawImage__3_R_o | icon.staticimgs.com/images/coin_icon/64/doge.png?v=1743408000 | 7.3 KiB | 7.0 KiB |
Hyperliquid td.td__3fhz4 > div.cellWrapper__1uuSZ > div.imageWrapper__qcQvP > img.rawImage__3_R_o | icon.staticimgs.com/images/coin_icon/64/hype.png?v=1743408000 | 5.8 KiB | 5.6 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 |
|---|---|
| gate.com/ | 1.2 s |
| www.gate.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 |
|---|---|
52M Traders' Trusted Choice
Sign Up
Or Continue With
Gate 13th Anniversary Red … body > div#__next > div.bg-bg-primary | 0.139 |
52M Traders' Trusted Choice
Sign Up
Or Continue With
Gate 13th Anniversary Red … body > div#__next > div.bg-bg-primary | 0.011 |
Sign Up div#__next > header.headerBox-gLnT0G > div.headerWrap-iGuyzF > section.operationContainer-LbZFHi | 0.001 |
div.googleBtnContainer__8fSnm > div#buttonDiv > div.S9gUrf-YoZ4jf > iframe#gsi_522213_510405 div.googleBtnContainer__8fSnm > div#buttonDiv > div.S9gUrf-YoZ4jf > iframe#gsi_522213_510405 | 0.000 |
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 |
|---|---|---|
| www.gate.com/cdn/fe/_next/static/css/4bdeb9e1ee80b9ba.css | 32.1 KiB | 31.0 KiB |
| www.gate.com/cdn/fe/_next/static/css/df5c8630723a0843.css | 31.6 KiB | 21.9 KiB |
| www.gate.com/cdn/fe/_next/static/css/c56aa3d4a3c73535.css | 14.8 KiB | 12.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 | 8.3 s |
| Other | 1.8 s |
| Script Parsing & Compilation | 1.2 s |
| Style & Layout | 625 ms |
| Garbage Collection | 273 ms |
| Rendering | 212 ms |
| Parse HTML & CSS | 115 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 |
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.
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a#mantine-r18-target div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a#mantine-r18-target |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Spot div > div.gui-font-face > div.gui_89d33d6d > button#tab-1 |
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 |
|---|
Download to Win 10,000+ USDT div.left-uVydGd > div.infoText-KjQWhu > div.subtitleContainer-lSGo5S > span.subtitle-IAjfLj |
Or Continue With div.unLoginGroupBox__FmhAA > div.muitiUnLoginBox___lhLX > div > div.muitiUnLoginLeftTitle__6anUO |
Gate Releases 13th Anniversary Brand Film, Building Platform Competitiveness Th… div.gui_596bc988 > div.gui_5967c3b9 > span > a |
Futures div.gui-font-face > div.gui_89d33d6d > button#tab-5 > span.gui_42bbd1ae |
New div.gui-font-face > div.gui_89d33d6d > button#tab-2 > span.gui_42bbd1ae |
TradFi div.gui-font-face > div.gui_89d33d6d > button#tab-6 > span.gui_42bbd1ae |
GateToken td.td__3fhz4 > div.cellWrapper__1uuSZ > div.titleColumn__aKBV5 > div.styledName__fhH_R |
+1.79% tr.css-40kf4u > td.td__3fhz4 > div.styledTextRight__RRfQX > div |
Bitcoin td.td__3fhz4 > div.cellWrapper__1uuSZ > div.titleColumn__aKBV5 > div.styledName__fhH_R |
+2.85% tr.css-40kf4u > td.td__3fhz4 > div.styledTextRight__RRfQX > div |
Ethereum td.td__3fhz4 > div.cellWrapper__1uuSZ > div.titleColumn__aKBV5 > div.styledName__fhH_R |
+2.32% tr.css-40kf4u > td.td__3fhz4 > div.styledTextRight__RRfQX > div |
Solana td.td__3fhz4 > div.cellWrapper__1uuSZ > div.titleColumn__aKBV5 > div.styledName__fhH_R |
+1.33% tr.css-40kf4u > td.td__3fhz4 > div.styledTextRight__RRfQX > div |
DogeCoin td.td__3fhz4 > div.cellWrapper__1uuSZ > div.titleColumn__aKBV5 > div.styledName__fhH_R |
+0.90% tr.css-40kf4u > td.td__3fhz4 > div.styledTextRight__RRfQX > div |
Hyperliquid td.td__3fhz4 > div.cellWrapper__1uuSZ > div.titleColumn__aKBV5 > div.styledName__fhH_R |
+3.46% tr.css-40kf4u > td.td__3fhz4 > div.styledTextRight__RRfQX > div |
More div.contentWrapper__l61RV > div.mainTableWrapper__ArIWK > a.market-down-more > div.moreDetail__YQ9Nw |
Permission audit and on-chain monitoring prevent contract vulnerabilities div.flex > a.flex-grow > div.flex-1 > p.text-[14px] |
Gate is the first mainstream platform committed to providing 100% reserves. div.flex > a.flex-grow > div.flex-1 > p.text-[14px] |
Strategy-based storage in cold wallets ensures asset safety div.flex > a.flex-grow > div.flex-1 > p.text-[14px] |
24h Volume div.flex > div.flex--grid--layout > div.flex > span.text-b8 |
Cryptocurrencies div.flex > div.flex--grid--layout > div.flex > span.text-b8 |
Simple Earn APR div.flex > div.flex--grid--layout > div.flex > span.text-b8 |
Total Reserve Ratio div.flex > div.flex--grid--layout > div.flex > span.text-b8 |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.footerBottomSection-z7WHkc > div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx div.footerBottomSection-z7WHkc > div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.rightInfoBox__Ik_FO > div.bg-bg-primary > div.flex > a div.rightInfoBox__Ik_FO > div.bg-bg-primary > div.flex > a |
div.rightInfoBox__Ik_FO > div.bg-bg-primary > div.flex > a div.rightInfoBox__Ik_FO > div.bg-bg-primary > div.flex > a |
div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerAction-VBFroD > div > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
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 |
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.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GT
GateToken
$7.41
+1.79%
BTC
Bitcoin
$78,257.4
+2.85%
ETH
Et… div.tableWrapper__KVs6h > div.tableWrapper__xsNmX > div.table-container > table.table__nQkrh |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| SharedStorage |
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 |
|---|---|
[GSI_LOGGER]: FedCM get() rejects with TypeError: Failed to execute 'get' on 'CredentialsContainer': Failed to read the 'identity' property from 'CredentialRequestOptions': Failed to read the 'mode' property from 'IdentityCredentialRequestOptions': The provided value 'widget' is not a valid enum value of type IdentityCredentialRequestOptionsMode. |
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.gate.com/reminder | More |
| www.gate.com/price | More |
| www.gate.com/price | More |
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 |
|---|
btc div.homeMain__raZel > div.rightInfoBox__Ik_FO > div.rightTopInfoBox__MOL7M > 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.
1.16 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
266 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.038
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.42 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.
5.17 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.
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.gate-webai-chat > div.floating-chat-collapsed > div.floating-chat-collapsed-input > img.floating-bar-icon div.gate-webai-chat > div.floating-chat-collapsed > div.floating-chat-collapsed-input > img.floating-bar-icon | www.gate.com/cdn/fe/static/images/gate-ai/gate-ai-light-mid.webp | 269.1 KiB | 269.1 KiB |
Gate Founder Dr. Han: Crypto Winter Drives Structural Reshaping, Move Everythin… div.mb-[16px] > a > div.w-full > img | gimg2.staticimgs.com/learn/ed244347-82cf-46d2-8ff8-4defaf340f0e-53.png | 142.6 KiB | 130.4 KiB |
Gate Launches WCTC S8 Global Trading Challenge to Mark the 13th Anniversary wit… div.mb-[16px] > a > div.w-full > img | gimg2.staticimgs.com/learn/373bc86b-6810-497a-a737-9ac834a5e090-53.webp | 84.0 KiB | 79.5 KiB |
Desktop app download div.flex--grid--layout > div.mx-auto > div.relative > img | /cdn/fe/static/images/platform/homepage/download/download... | 63.0 KiB | 56.0 KiB |
An Open Letter from Gate Founder Dr. Han on 13th Anniversary: Releasing the Pow… div.mb-[16px] > a > div.w-full > img | gimg2.staticimgs.com/learn/41b3c5e4-ad9f-430f-b2db-4918d9f24707-53.webp | 35.5 KiB | 30.4 KiB |
Gate Launches First TradFi Copy Trading Feature to Expand Multi-Asset Ecosystem div.mb-[16px] > a > div.w-full > img | gimg2.staticimgs.com/learn/d074ac1d-6fc6-4f11-9b86-bbd828d58667-53.webp | 23.3 KiB | 21.4 KiB |
Get Started Guide div > div.smd:mx-auto > div.hidden > img | www.gate.com/cdn/fe/static/images/platform/homepage/get-started/gift-light.webp | 17.7 KiB | 15.8 KiB |
Gate has launched a digital way to participate in Pre-IPOs, and the reservation… div.mb-[16px] > a > div.w-full > img | gimg2.staticimgs.com/learn/1af47416-3dec-4254-a991-64747f2c96c2-53.webp | 16.8 KiB | 15.3 KiB |
Gateway to Crypto div.leftInfoBox__aktuR > div.sloganWrapper__6XTfF > div.styledImageContainer__0L409 > img.home-slogan-desktop-only | www.gate.com/cdn/fe/static/images/platform/homepage/header/slogen-night.webp | 18.1 KiB | 14.2 KiB |
WCTC S8 div.mainNavWrap-SziwqX > div.controledDropDown-FXcrQS > a.link-KfUj9R > img | gimg2.staticimgs.com/menu/header/1776324941012-aphWYj-light.png?w=64&q=75 | 14.3 KiB | 14.1 KiB |
Gate Releases 13th Anniversary Brand Film, Building Platform Competitiveness Th… div.mb-[16px] > a > div.w-full > img | gimg2.staticimgs.com/learn/64c31530-e259-40ae-a8b8-7be1af3de66d-53.webp | 13.4 KiB | 12.3 KiB |
Gate Reports Reserves Covering Nearly 500 User Assets a > div.flex-grow > div.flex > img | /learn/cffbc89a-a945-45f5-af74-451e884262d2-53.png?w=128&... | 13.2 KiB | 10.3 KiB |
Gate has launched a digital way to participate in Pre-IPOs, and the reservation… a > div.flex-grow > div.flex > img | /learn/88a412ee-bf9d-4f3d-a017-739cb3e25968-53.png?w=128&... | 12.5 KiB | 9.6 KiB |
DogeCoin td.td__3fhz4 > div.cellWrapper__1uuSZ > div.imageWrapper__qcQvP > img.rawImage__3_R_o | icon.staticimgs.com/images/coin_icon/64/doge.png?v=1743408000 | 7.3 KiB | 7.1 KiB |
Hyperliquid td.td__3fhz4 > div.cellWrapper__1uuSZ > div.imageWrapper__qcQvP > img.rawImage__3_R_o | icon.staticimgs.com/images/coin_icon/64/hype.png?v=1743408000 | 5.8 KiB | 5.7 KiB |
USDCoin td.td__3fhz4 > div.cellWrapper__1uuSZ > div.imageWrapper__qcQvP > img.rawImage__3_R_o | icon.staticimgs.com/images/coin_icon/64/usdc.png?v=1743408000 | 5.5 KiB | 5.3 KiB |
qrCode div#footerqr-app-download-guide > div.inner-AI_wZt > div.qrWrapper-py1Boe > img | /image/p19_20251015_165009_404b58a920c23ca279983d92386a39... | 5.6 KiB | 4.8 KiB |
qrCode div#secondscreenicon-app-download-guide > div.innerHorizontal-wK5iKs > div.qrWrapper-py1Boe > img | /image/p6_20251015_162230_f65d607e16109aeec3d1ed9a8e5023f... | 5.8 KiB | 4.5 KiB |
div.bg-bg-primary > div.flex > a > img div.bg-bg-primary > div.flex > a > img | www.gate.com/cdn/fe/static/images/platform/homepage/header/red-bull-night.webp | 4.8 KiB | 4.2 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 |
|---|---|
| gate.com/ | 679 ms |
| www.gate.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 |
|---|---|---|
| www.gate.com/cdn/fe/webai-chat-micro/prod/default/assets/render-Ba4Fvebj.css | 36.8 KiB | 34.6 KiB |
| www.gate.com/cdn/fe/_next/static/css/4bdeb9e1ee80b9ba.css | 32.1 KiB | 30.9 KiB |
| www.gate.com/cdn/fe/_next/static/css/df5c8630723a0843.css | 31.5 KiB | 21.8 KiB |
| www.gate.com/cdn/fe/_next/static/css/c56aa3d4a3c73535.css | 14.7 KiB | 12.1 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.gate.com/cdn/fe/static/libs/webpro.js?aid=0&globalName=apmPlus | 982 ms | 673 ms | 3.1 ms |
| www.gate.com/cdn/fe/static/libs/react-18.2.0.min.js | 741 ms | 683 ms | 0.6 ms |
| www.gate.com/ | 319 ms | 9.8 ms | 1.7 ms |
| Unattributable | 271 ms | 22 ms | 0.0 ms |
| www.gate.com/cdn/fe/micro-fe/prod/letter_orientation/static/js/789.77d0ccfc.js | 164 ms | 99 ms | 0.0 ms |
| www.gate.com/cdn/fe/_next/static/chunks/vendor-fa8d57c7-3b7571574a8023a1.js | 150 ms | 137 ms | 3.0 ms |
| www.gate.com/cdn/fe/_next/static/chunks/pages/_app-290eea8e-6a6c2f4f18ac62a4.js | 102 ms | 102 ms | 0.4 ms |
| www.gate.com/cdn/fe/static/analysis/collect-rangers-v5.2.8.js | 73 ms | 45 ms | 25 ms |
| www.gate.com/cdn/fe/_next/static/chunks/1080.16837ada5385bf96.js | 64 ms | 54 ms | 10.0 ms |
| www.gate.com/cdn/fe/_next/static/chunks/pages/index-ce3fb9d4cdc86016.js | 59 ms | 55 ms | 3.1 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.3 s |
| Other | 544 ms |
| Style & Layout | 326 ms |
| Script Parsing & Compilation | 304 ms |
| Garbage Collection | 81 ms |
| Rendering | 77 ms |
| Parse HTML & CSS | 43 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 |
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.
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a#mantine-r17-target div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a#mantine-r17-target |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Spot div > div.gui-font-face > div.gui_89d33d6d > button#tab-1 |
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 |
|---|
Or Continue With div.unLoginGroupBox__FmhAA > div.muitiUnLoginBox___lhLX > div > div.muitiUnLoginLeftTitle__6anUO |
Download App div.unLoginGroupBox__FmhAA > div.muitiUnLoginBox___lhLX > div.muitiUnLoginApp__BmXgC > div |
Gate Releases 13th Anniversary Brand Film, Building Platform Competitiveness Th… div.gui_596bc988 > div.gui_5967c3b9 > span > a |
Bitcoin div.btcBox__QfsL1 > div.btcLeftBox__U9Grf > div.btcText__MUU2f > div |
+2.88% a > div.trendBox__6j_tK > div.btcPriceBox__C7U8N > div |
Price div.trendBox__6j_tK > div.btcPriceBox__C7U8N > div.btcRate__r5RJ3 > div |
Official Crypto Partner div.homeMain__raZel > div.rightInfoBox__Ik_FO > div.bg-bg-primary > a.text-b5 |
Scan to Download App div.innerHorizontal-wK5iKs > div.horizontalContent-HjNAeV > div.headerWrap-WCBZ1Q > div.subtitle-KOV8xi |
More Download Options div.innerHorizontal-wK5iKs > div.horizontalContent-HjNAeV > a > span.text-[16px] |
Register and claim exclusive newcomer rewards. div.flex > div.flex > div.flex > div.mt-[8px] |
Buy crypto in a few, easy steps. div.flex > div.flex > div.flex > div.mt-[8px] |
Buy and sell crypto, copy trade, and more. div.flex > div.flex > div.flex > div.mt-[8px] |
Permission audit and on-chain monitoring prevent contract vulnerabilities div.flex > a.flex-grow > div.flex-1 > p.text-[14px] |
Gate is the first mainstream platform committed to providing 100% reserves. div.flex > a.flex-grow > div.flex-1 > p.text-[14px] |
Strategy-based storage in cold wallets ensures asset safety div.flex > a.flex-grow > div.flex-1 > p.text-[14px] |
24h Volume div.flex > div.flex--grid--layout > div.flex > span.text-b8 |
Cryptocurrencies div.flex > div.flex--grid--layout > div.flex > span.text-b8 |
Simple Earn APR div.flex > div.flex--grid--layout > div.flex > span.text-b8 |
Total Reserve Ratio div.flex > div.flex--grid--layout > div.flex > span.text-b8 |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
footer.classic-dark > div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx footer.classic-dark > div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.rightInfoBox__Ik_FO > div.bg-bg-primary > div.flex > a div.rightInfoBox__Ik_FO > div.bg-bg-primary > div.flex > a |
div.rightInfoBox__Ik_FO > div.bg-bg-primary > div.flex > a div.rightInfoBox__Ik_FO > div.bg-bg-primary > div.flex > a |
div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 div.footerContainer-JnVdRT > div.langAndCooperateContainer-_mgO11 > dl.iconContainer-oFzwtx > a.iconItem-UyskV7 |
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 |
|---|
Hide chat bar div.floating-chat-root > div.gate-webai-chat > div.floating-chat-collapsed > button.floating-bar-close-btn |
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 |
|---|
降息对币价有什么影响?
Shift + / div#webai-chat-micro-root > div.floating-chat-root > div.gate-webai-chat > div.floating-chat-collapsed |
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GT
GateToken
$7.41
+1.79%
ETH
Ethereum
$2,378.89
+2.37%
SOL
S… div.tableWrapper__KVs6h > div.tableWrapper__xsNmX > div.table-container > table.table__nQkrh |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| SharedStorage |
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 |
|---|---|
[GSI_LOGGER]: FedCM get() rejects with TypeError: Failed to execute 'get' on 'CredentialsContainer': Failed to read the 'identity' property from 'CredentialRequestOptions': Failed to read the 'mode' property from 'IdentityCredentialRequestOptions': The provided value 'widget' is not a valid enum value of type IdentityCredentialRequestOptionsMode. |
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.gate.com/reminder | More |
| www.gate.com/price | More |
| www.gate.com/price | More |
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 |
|---|
BTC
Bitcoin
+2.88%
Price
$78,275.2 div.homeMain__raZel > div.rightInfoBox__Ik_FO > div.rightTopInfoBox__MOL7M > a |
To appear in search results, crawlers need access to your app.
Send Feedback