Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A 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.
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 | |
|---|---|---|---|
li.snap-start > div#2iBqAX2w3jAoz7Cbgz7qyW > div.absolute > video#video-bg-value-prop-section-0 li.snap-start > div#2iBqAX2w3jAoz7Cbgz7qyW > div.absolute > video#video-bg-value-prop-section-0 | media.ffycdn.net/eu/adyen/CHfJ1ZrPActbUGbksYwX.mp4?format=webp&width=1280 | 75.4 KiB | 43.6 KiB |
li.snap-start > div#6dA4N0wK3SjzI9SzG2VrWO > div.absolute > video#video-bg-value-prop-section-3 li.snap-start > div#6dA4N0wK3SjzI9SzG2VrWO > div.absolute > video#video-bg-value-prop-section-3 | media.ffycdn.net/eu/adyen/mxyacqUbxeeh4egB3H2B.mp4?format=webp&width=1280 | 33.8 KiB | 13.6 KiB |
li.snap-start > div#6U79s0fRsC4ttDiVo33Fku > div.absolute > video#video-bg-value-prop-section-1 li.snap-start > div#6U79s0fRsC4ttDiVo33Fku > div.absolute > video#video-bg-value-prop-section-1 | media.ffycdn.net/eu/adyen/7kzhDSBL8gs4JXXyuGwz.mp4?format=webp&width=1280 | 32.0 KiB | 12.9 KiB |
li.snap-start > div#564gCSIM1bAhBACFYcgdpx > div.absolute > video#video-bg-value-prop-section-2 li.snap-start > div#564gCSIM1bAhBACFYcgdpx > div.absolute > video#video-bg-value-prop-section-2 | media.ffycdn.net/eu/adyen/qo8UsrxXDKZ1kJFpUMPi.mp4?format=webp&width=1280 | 18.8 KiB | 7.6 KiB |
div.absolute > span.absolute > span.size-full > video.object-cover div.absolute > span.absolute > span.size-full > video.object-cover | media.ffycdn.net/eu/adyen/tWdz1QtnMpB2yi7BNLam.mp4?format=webp | 86.2 KiB | 5.3 KiB |
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 |
|---|---|
| www.adyen.com/main_nuxt/entry.Z00byx7a.css | 44.9 KiB |
| www.adyen.com/main_nuxt/index.8laD0HR7.css | 669 B |
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
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.adyen.com/main_nuxt/BqNvtlgv.js | 186.7 KiB | 105.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T4QN7PF3>m=4e6460 | 179.2 KiB | 73.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-TRCPE14CWT&cx=c>m=4e6460 | 176.1 KiB | 66.6 KiB |
| www.googletagmanager.com/gtag/destination?id=DC-9189202&cx=c>m=4e6460 | 129.3 KiB | 64.7 KiB |
| /gtm.js?id=GTM-575TF4H>m_auth=afdbAXrh3-yNk9m3Wq79uw>... | 174.6 KiB | 64.0 KiB |
| www.adyen.com/main_nuxt/B63nptKw.js | 60.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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.1 s |
| Other | 602 ms |
| Style & Layout | 242 ms |
| Garbage Collection | 71 ms |
| Rendering | 62 ms |
| Script Parsing & Compilation | 57 ms |
| Parse HTML & CSS | 36 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 |
|---|---|
| Navigation was cancelled before the page could be restored from back/forward cache. | Not actionable |
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.
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.
ARIA
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PRIVACY div.hidden > ul.m-0 > li.group > a.ds-focusable |
COOKIES div.hidden > ul.m-0 > li.group > a.ds-focusable |
DISCLAIMER div.hidden > ul.m-0 > li.group > a.ds-focusable |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PRIVACY
COOKIES
DISCLAIMER div.mx-auto > div.relative > div.hidden > ul.m-0 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best Practices
General
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
www.adyen.com/main_nuxt/BqNvtlgv.js line 1, col 30846 | Hydration completed but contains mismatches. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
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 |
|---|---|
| www.adyen.com/industries/retail | See more |
Format your HTML in a way that enables crawlers to better understand your app’s content.