Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| etherscan.io/assets/vendor/jquery/dist/jquery.min.js?v=26.4.3.2 | 30.6 KiB | 1.3 s |
| etherscan.io/assets/js/theme-appearance.js?v=26.4.3.2 | 1.6 KiB | 173 ms |
| etherscan.io/jss/blockies.js?v=26.4.3.2 | 1.5 KiB | 485 ms |
| etherscan.io/assets/css/theme.min.css?v=26.4.3.2 | 54.4 KiB | 1.7 s |
| etherscan.io/assets/vendor/font-awesome/css/all.min.css?v=26.4.3.2 | 98.1 KiB | 2.0 s |
| etherscan.io/assets/css/custom.css?v=26.4.3.2 | 1.6 KiB | 485 ms |
| etherscan.io/assets/vendor/autocomplete/dist/css/autocomplete.min.css?v=26.4.3.2 | 1.7 KiB | 485 ms |
| fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap | 2.1 KiB | 757 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
Diagnostics
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 |
|---|---|---|
| etherscan.io/assets/vendor/walletlink_bundle.js?v=26.4.3.2 | 301.4 KiB | 88.5 KiB |
| etherscan.io/assets/js/custom/ether-search.js?v=26.4.3.2 | 12.3 KiB | 3.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 |
|---|---|---|
| etherscan.io/assets/vendor/font-awesome/css/all.min.css?v=26.4.3.2 | 97.9 KiB | 97.5 KiB |
| etherscan.io/assets/css/theme.min.css?v=26.4.3.2 | 54.2 KiB | 50.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| etherscan.io/assets/js/custom/web3.min.js?v=26.4.3.2 | 376.0 KiB | 217.4 KiB |
| etherscan.io/assets/vendor/walletlink_bundle.js?v=26.4.3.2 | 301.4 KiB | 203.9 KiB |
| etherscan.io/assets/js/custom/coinbase-wallet-sdk.js?v=26.4.3.2 | 136.3 KiB | 103.4 KiB |
| etherscan.io/assets/vendor/jquery-ui/jquery-ui.min.js?v=26.4.3.2 | 89.2 KiB | 79.7 KiB |
| etherscan.io/assets/vendor/web3modal-1.9.8.min.js?v=26.4.3.2 | 202.9 KiB | 70.6 KiB |
| www.googletagmanager.com/gtag/js?id=UA-46998878-6&cx=c>m=4e64k0 | 115.5 KiB | 65.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-T1JC9RNQXV | 160.6 KiB | 63.0 KiB |
| etherscan.io/assets/highcharts/v/highcharts.js?v=26.4.3.2 | 100.5 KiB | 52.8 KiB |
| etherscan.io/assets/vendor/bootstrap/bootstrap.bundle.min.js?v=26.4.3.2 | 30.4 KiB | 23.4 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.5 s |
| Script Parsing & Compilation | 780 ms |
| Other | 686 ms |
| Style & Layout | 400 ms |
| Parse HTML & CSS | 216 ms |
| Garbage Collection | 90 ms |
| Rendering | 35 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Ethereum Logo div.col-md-6 > div.d-flex > div.text-center > img.img-fluid | etherscan.io/images/svg/brands/ethereum-original.svg |
Ethereum Logo div.row > div.col-lg-4 > div.d-flex > img.me-2 | etherscan.io/images/svg/brands/ethereum-original.svg |
Etherscan Logo nav.navbar > div.container-xxl > a.navbar-brand > img | etherscan.io/assets/svg/logos/logo-etherscan.svg?v=0.0.5 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
form.mb-3 > div.search-panel-container > div > button.btn form.mb-3 > div.search-panel-container > div > button.btn |
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.
Contrast
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 |
|---|
(+3.56%) div.d-flex > div.flex-grow-1 > a.link-dark > span.text-success |
24937724 div.col-sm-4 > div.d-flex > div.d-flex > a.text-truncate |
BuilderNet div.pe-0 > div.d-flex > a.text-truncate > span |
308 txns div.row > div.col-sm-8 > div.pe-0 > a |
24937723 div.col-sm-4 > div.d-flex > div.d-flex > a.text-truncate |
Titan Builder div.pe-0 > div.d-flex > a.text-truncate > span |
330 txns div.row > div.col-sm-8 > div.pe-0 > a |
24937722 div.col-sm-4 > div.d-flex > div.d-flex > a.text-truncate |
Titan Builder div.pe-0 > div.d-flex > a.text-truncate > span |
370 txns div.row > div.col-sm-8 > div.pe-0 > a |
24937721 div.col-sm-4 > div.d-flex > div.d-flex > a.text-truncate |
BuilderNet div.pe-0 > div.d-flex > a.text-truncate > span |
283 txns div.row > div.col-sm-8 > div.pe-0 > a |
24937720 div.col-sm-4 > div.d-flex > div.d-flex > a.text-truncate |
Titan Builder div.pe-0 > div.d-flex > a.text-truncate > span |
333 txns div.row > div.col-sm-8 > div.pe-0 > a |
24937719 div.col-sm-4 > div.d-flex > div.d-flex > a.text-truncate |
Titan Builder div.pe-0 > div.d-flex > a.text-truncate > span |
VIEW ALL BLOCKS div#cardsWrapper > div.col-lg-6 > div.card > a.card-footer |
0x03ae31c49de08983d1ba6101e45ca3963d8ec0161ce60c427bc1ef3ecaa4157f div.col-sm-4 > div.d-flex > div.d-flex > a.d-block |
BuilderNet div.d-flex > a.d-inline-flex > span.d-flex > span.hash-tag |
Fee Recipient: 0x2090...e9a div.d-flex > a.d-inline-flex > span.d-flex > span.hash-tag |
0x469c4ba77d618b520d000f91b71258939ebbc53d2b902a1b34be3c50ac1f77b1 div.col-sm-4 > div.d-flex > div.d-flex > a.d-block |
BuilderNet div.d-flex > a.d-inline-flex > span.d-flex > span.hash-tag |
0x9c1BECd2...8CE8BcE96 a.d-inline-flex > span.d-flex > span.d-inline > span |
0x7b55cedb62eed1ec04fde9a57302cff2388e5fd457e71cbaa2f1bd38d0ceb388 div.col-sm-4 > div.d-flex > div.d-flex > a.d-block |
BuilderNet div.d-flex > a.d-inline-flex > span.d-flex > span.hash-tag |
0x6f84ce2F...FfC8820c0 a.d-inline-flex > span.d-flex > span.d-inline > span |
0x19b027d9a6745393a59ed08f6061855042b651b37a60eff234797595724f79ca div.col-sm-4 > div.d-flex > div.d-flex > a.d-block |
0x6B8dAca7...200bFA419 a.d-inline-flex > span.d-flex > span.d-inline > span |
0xAe38b215...9e3b25E04 a.d-inline-flex > span.d-flex > span.d-inline > span |
0xfda11a1bacc55d453d277f5bc3958261fe34ea59b26ed65c540f86aea35006d2 div.col-sm-4 > div.d-flex > div.d-flex > a.d-block |
0x41ec4c85...a83CcDC5c a.d-inline-flex > span.d-flex > span.d-inline > span |
Uniswap V2: Router 2 div.d-flex > a.d-inline-flex > span.d-flex > span.hash-tag |
0xc83dad9de57c240c3d5202082fc22849e82a514da1f8f246bcdefe60c5f8531d div.col-sm-4 > div.d-flex > div.d-flex > a.d-block |
VIEW ALL TRANSACTIONS div#cardsWrapper > div.col-lg-6 > div.card > a.card-footer |
We're Hiring! ul.list-unstyled > li > a.link-dark > span.bg-primary |
0x71c765...d8976f div.col-md > p.mb-0 > a.me-1 > span#spanDonateAddress |
Terms div#divcookie > div.alert > p.text-dark > a |
Privacy Policy div#divcookie > div.alert > p.text-dark > a |
Got it! div#masterDivCookie > div#divcookie > div.alert > button#btnCookie |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Company div.container-xxl > div.row > div.col-6 > h4.h6 |
These are opportunities to improve keyboard navigation in your application.
Best practices
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 |
|---|
24937724 div.col-sm-4 > div.d-flex > div.d-flex > a.text-truncate |
BuilderNet div.col-sm-8 > div.pe-0 > div.d-flex > a.text-truncate |
24937723 div.col-sm-4 > div.d-flex > div.d-flex > a.text-truncate |
Titan Builder div.col-sm-8 > div.pe-0 > div.d-flex > a.text-truncate |
24937722 div.col-sm-4 > div.d-flex > div.d-flex > a.text-truncate |
Titan Builder div.col-sm-8 > div.pe-0 > div.d-flex > a.text-truncate |
24937721 div.col-sm-4 > div.d-flex > div.d-flex > a.text-truncate |
BuilderNet div.col-sm-8 > div.pe-0 > div.d-flex > a.text-truncate |
24937720 div.col-sm-4 > div.d-flex > div.d-flex > a.text-truncate |
Titan Builder div.col-sm-8 > div.pe-0 > div.d-flex > a.text-truncate |
24937719 div.col-sm-4 > div.d-flex > div.d-flex > a.text-truncate |
Titan Builder div.col-sm-8 > div.pe-0 > div.d-flex > a.text-truncate |
0x03ae31c49de08983d1ba6101e45ca3963d8ec0161ce60c427bc1ef3ecaa4157f div.col-sm-4 > div.d-flex > div.d-flex > a.d-block |
BuilderNet div.col-sm-8 > div.pe-0 > div.d-flex > a.d-inline-flex |
0x469c4ba77d618b520d000f91b71258939ebbc53d2b902a1b34be3c50ac1f77b1 div.col-sm-4 > div.d-flex > div.d-flex > a.d-block |
BuilderNet div.col-sm-8 > div.pe-0 > div.d-flex > a.d-inline-flex |
0x7b55cedb62eed1ec04fde9a57302cff2388e5fd457e71cbaa2f1bd38d0ceb388 div.col-sm-4 > div.d-flex > div.d-flex > a.d-block |
BuilderNet div.col-sm-8 > div.pe-0 > div.d-flex > a.d-inline-flex |
0x19b027d9a6745393a59ed08f6061855042b651b37a60eff234797595724f79ca div.col-sm-4 > div.d-flex > div.d-flex > a.d-block |
0x6B8dAca7...200bFA419 div.col-sm-8 > div.pe-0 > div.d-flex > a.d-inline-flex |
0xfda11a1bacc55d453d277f5bc3958261fe34ea59b26ed65c540f86aea35006d2 div.col-sm-4 > div.d-flex > div.d-flex > a.d-block |
0x41ec4c85...a83CcDC5c div.col-sm-8 > div.pe-0 > div.d-flex > a.d-inline-flex |
0xc83dad9de57c240c3d5202082fc22849e82a514da1f8f246bcdefe60c5f8531d div.col-sm-4 > div.d-flex > div.d-flex > a.d-block |
0x16A642bF...a7975aE75 div.col-sm-8 > div.pe-0 > div.d-flex > a.d-inline-flex |
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 |
|---|
Got it! div#masterDivCookie > div#divcookie > div.alert > button#btnCookie |
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Background Map Image div.row > div.col-lg-4 > div.d-none > img.opacity-50 | etherscan.io/images/map.png | 280 x 226 (1.24) | 376 x 226 (1.66) |
Background Map Image div.row > div.col-lg-4 > div.d-none > img.opacity-50 | etherscan.io/images/map-light.png | 280 x 150 (1.87) | 250 x 150 (1.67) |
Ads div.p-2 > a.search-panel-ads > div.me-2 > img | solscan.io/icon/moonpay.png | 22 x 20 (1.10) | 20 x 20 (1.00) |
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | etherscan.io/assets/vendor/jquery/dist/jquery.min.js?v=26.4.3.2 line 1, col 81992 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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.
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.