Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
Buy cryptocurrency with fiat currency div.styles-module__xTLEyG__root > div.m_8bffd616 > div.styles-module__xTLEyG__image > img | edge.simpleswap.io/images/illustrations/buy-with-fiat.webp | 193.2 KiB | 171.2 KiB |
info.category3 preview ul.styles-module__0OXq_G__root > li.styles-module__0OXq_G__item > div.styles-module__0OXq_G__image > img | edge.simpleswap.io/images/illustrations/support.webp | 31.3 KiB | 29.5 KiB |
info.category2 preview ul.styles-module__0OXq_G__root > li.styles-module__0OXq_G__item > div.styles-module__0OXq_G__image > img | edge.simpleswap.io/images/illustrations/wide-choice.webp | 23.0 KiB | 21.3 KiB |
info.category1 preview ul.styles-module__0OXq_G__root > li.styles-module__0OXq_G__item > div.styles-module__0OXq_G__image > img | edge.simpleswap.io/images/illustrations/privacy.webp | 22.6 KiB | 20.9 KiB |
info.category4 preview ul.styles-module__0OXq_G__root > li.styles-module__0OXq_G__item > div.styles-module__0OXq_G__image > img | edge.simpleswap.io/images/illustrations/safety.webp | 18.9 KiB | 17.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| :root,:host{color-scheme:var(--mantine-color-scheme)} … | 55.6 KiB | 47.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| edge.simpleswap.io/exchange-frontend/static/_next/static/chunks/10rj~6lwyv6l~.js | 67.6 KiB | 20.9 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| simpleswap.io/?id=jvw7l9dn7nk6aj4j | 816 ms |
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.styles-module__lWGaJG__container > div.m_4081bf90 > div.m_4081bf90 > button#mantine-cbnzq6qn7-target div.styles-module__lWGaJG__container > div.m_4081bf90 > div.m_4081bf90 > button#mantine-cbnzq6qn7-target |
div.styles-module__lWGaJG__container > div.m_4081bf90 > div.m_4081bf90 > button#mantine-1ing9xzep-target div.styles-module__lWGaJG__container > div.m_4081bf90 > div.m_4081bf90 > button#mantine-1ing9xzep-target |
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.styles-module__dlespW__content_wrapper > div.styles-module__dlespW__mobile_app_links > a.mantine-focus-auto > img.m_9e117634 div.styles-module__dlespW__content_wrapper > div.styles-module__dlespW__mobile_app_links > a.mantine-focus-auto > img.m_9e117634 |
div.styles-module__dlespW__content_wrapper > div.styles-module__dlespW__mobile_app_links > a.mantine-focus-auto > img.m_9e117634 div.styles-module__dlespW__content_wrapper > div.styles-module__dlespW__mobile_app_links > a.mantine-focus-auto > img.m_9e117634 |
div.styles-module__dlespW__content_wrapper > div.styles-module__dlespW__mobile_app_links > a.mantine-focus-auto > img.m_9e117634 div.styles-module__dlespW__content_wrapper > div.styles-module__dlespW__mobile_app_links > a.mantine-focus-auto > img.m_9e117634 |
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 |
|---|
Sign up div.m_4081bf90 > a.mantine-focus-auto > span.m_80f1301b > span.theme-module__GV-Iya__label |
BTC div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
BTC div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
ETH div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
SOL div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
ETH div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
ETH div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
SOL div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
ETH div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
XMR div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
BTC div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
SOL div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
ETH div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
BTC div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
MATIC div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
SOL div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
BTC div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
ETH div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
MATIC div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
MATIC div.m_8bffd616 > div.m_8bffd616 > div.m_347db0ec > span.m_5add502a |
Create fiat exchange div.m_8bffd616 > a.mantine-focus-auto > span.m_80f1301b > span.theme-module__GV-Iya__label |
Create an exchange div.m_8bffd616 > a.mantine-focus-auto > span.m_80f1301b > span.theme-module__GV-Iya__label |
Watch a video guide div.m_8bffd616 > button.mantine-focus-auto > span.m_80f1301b > span.theme-module__GV-Iya__label |
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 |
|---|
Top pairs on SimpleSwap div.theme-module__xVqVYG__container > div.theme-module__xVqVYG__container > div.m_8bffd616 > h4.theme-module__xVqVYG__heading |
These are opportunities to improve keyboard navigation in your application.
Best Practices
General
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () |
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.
Crawling and Indexing
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 |
|---|
x-robots-tag: noindex, nofollow |
To appear in search results, crawlers need access to your app.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| simpleswap.io/contacts | More |
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.styles-module__dlespW__content_wrapper > div.styles-module__dlespW__mobile_app_links > a.mantine-focus-auto > img.m_9e117634 div.styles-module__dlespW__content_wrapper > div.styles-module__dlespW__mobile_app_links > a.mantine-focus-auto > img.m_9e117634 |
div.styles-module__dlespW__content_wrapper > div.styles-module__dlespW__mobile_app_links > a.mantine-focus-auto > img.m_9e117634 div.styles-module__dlespW__content_wrapper > div.styles-module__dlespW__mobile_app_links > a.mantine-focus-auto > img.m_9e117634 |
div.styles-module__dlespW__content_wrapper > div.styles-module__dlespW__mobile_app_links > a.mantine-focus-auto > img.m_9e117634 div.styles-module__dlespW__content_wrapper > div.styles-module__dlespW__mobile_app_links > a.mantine-focus-auto > img.m_9e117634 |
hreflang links tell search engines what version of a page they should list in search results for a given language or region. Learn more about `hreflang`.
Performance issues directly impact user engagement and conversion rates.
Link: <https://simpleswap.io/cn>; rel="alternate"; hreflang="cn" |
Format your HTML in a way that enables crawlers to better understand your app’s content.