Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
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
No Content-Security-Policy header found
Page weighs 10.5 MB (5.9 MB transferred)
12 link(s) with no accessible text
No <main> landmark found
[](https://beavercheck.com/results/c76da06e-8c76-bd7e-242c-2bd44507cb9d)<a href="https://beavercheck.com/results/c76da06e-8c76-bd7e-242c-2bd44507cb9d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.robinhood.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.robinhood.comThis badge auto-updates with your latest scan result.
Thanks for your feedback!
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.46 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.48 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
945 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.023
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.78 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.
18.38 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| app.usercentrics.eu/session/1px.png?settingsId=P5B3ZD8GUH62fz | 1800.0 s | 1.0 KiB |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Perpetual Futures div#EUInvestDuplex > div.css-197qm98 > picture > img.css-jkroxf | /ilblxxee70tt/Rg0YNcbKE33nUCBg3e0mJ/b0e0438381e2f29ee265a... | 313.3 KiB | 265.2 KiB |
Robinhood Crypto div.css-fsstbj > div.backgroundSection > picture > img.css-9s6vxj | /ilblxxee70tt/6JTT2Lf1qlja5mkueKmAxp/1536258be91df383a7fa... | 175.9 KiB | 127.6 KiB |
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.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
| URL | Time Spent |
|---|---|
| www.robinhood.com/ | 1.1 s |
| robinhood.com/ | 1.1 s |
| robinhood.com/us/en/ | 168 ms |
| robinhood.com/eu/fr/ | 0.0 ms |
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.
| URL | Time Spent |
|---|---|
| robinhood.com/eu/fr/ | 632 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.
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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /assets/generated_assets/brand/_next/static/chunks/pages/... | 1.8 s | 1.5 s | 190 ms |
| Unattributable | 942 ms | 180 ms | 0.0 ms |
| /assets/generated_assets/webapp/vendor/user_centrics/3.33... | 632 ms | 497 ms | 60 ms |
| robinhood.com/eu/fr/ | 495 ms | 4.3 ms | 0.9 ms |
| /assets/generated_assets/brand/_next/static/chunks/ab5b22... | 302 ms | 2.0 ms | 299 ms |
| /assets/generated_assets/brand/_next/static/chunks/main-7... | 259 ms | 197 ms | 50 ms |
| /assets/generated_assets/brand/_next/static/chunks/23740-... | 171 ms | 79 ms | 91 ms |
| /assets/generated_assets/brand/_next/static/chunks/6030-a... | 98 ms | 36 ms | 2.6 ms |
| /assets/generated_assets/brand/_next/static/chunks/93794-... | 94 ms | 1.6 ms | 92 ms |
| /assets/generated_assets/brand/_next/static/chunks/6389-e... | 71 ms | 0.9 ms | 28 ms |
| /assets/generated_assets/brand/_next/static/chunks/46006.... | 64 ms | 50 ms | 4.8 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
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.7 s |
| Other | 955 ms |
| Script Parsing & Compilation | 859 ms |
| Style & Layout | 326 ms |
| Garbage Collection | 91 ms |
| Rendering | 89 ms |
| Parse HTML & CSS | 77 ms |
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .css-evezer { box-sizing: border-box; margin: 0px auto; max-width: 1440px; min-width: 1049px; … } … | 14.1 KiB | 10.4 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/generated_assets/brand/_next/static/chunks/ab5b22... | 597.8 KiB | 435.4 KiB |
| /assets/generated_assets/brand/_next/static/chunks/pages/... | 524.4 KiB | 339.3 KiB |
| /assets/generated_assets/brand/_next/static/chunks/93794-... | 150.1 KiB | 119.1 KiB |
| /assets/generated_assets/webapp/vendor/user_centrics/3.33... | 142.0 KiB | 70.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
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.
| Failing Elements |
|---|
Investir div.text-column > div.text-content > div.label > h3.css-10drz4f |
Perpétuels div.text-column > div.text-content > div.label > h3.css-10drz4f |
These are opportunities to improve the legibility of your content.
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.
| Failing Elements |
|---|
Investir div.text-column > div.text-content > div.label > h3.css-10drz4f |
Perpétuels div.text-column > div.text-content > div.label > h3.css-10drz4f |
These are opportunities to improve keyboard navigation in your application.
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.
| Failing Elements |
|---|
div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp |
div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp |
div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp |
div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp |
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.
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.
| 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.
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.
Canonical links suggest which URL to show in search results. Learn more about canonical links.
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.
1.97 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.33 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
293 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.11 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.
3.90 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| app.usercentrics.eu/session/1px.png?settingsId=P5B3ZD8GUH62fz | 1800.0 s | 1.0 KiB |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Robinhood Crypto div.css-fsstbj > div.backgroundSection > picture > img.css-9s6vxj | /ilblxxee70tt/5BNQLUsJ9dGfD2TRyvp0Kr/91477e24b4ac8a64688c... | 383.0 KiB | 158.8 KiB |
Explorez Actions Tokenisées div#EUInvestDuplex > div.css-197qm98 > picture > img.css-jkroxf | /ilblxxee70tt/3bC37WS1BotuxeLQ3RJVgh/96caa38e2c6706dcf114... | 106.6 KiB | 65.0 KiB |
Perpetual Futures div#EUInvestDuplex > div.css-197qm98 > picture > img.css-jkroxf | /ilblxxee70tt/7jpJVAE6NkT1gbUQs62axL/b76b0ffec9f2811fd25f... | 101.1 KiB | 61.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.
| URL | Time Spent |
|---|---|
| www.robinhood.com/ | 572 ms |
| robinhood.com/ | 516 ms |
| robinhood.com/us/en/ | 43 ms |
| robinhood.com/eu/fr/ | 0.0 ms |
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.
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/generated_assets/brand/_next/static/chunks/ab5b22... | 597.8 KiB | 435.4 KiB |
| /assets/generated_assets/brand/_next/static/chunks/pages/... | 524.4 KiB | 339.2 KiB |
| /assets/generated_assets/brand/_next/static/chunks/93794-... | 150.1 KiB | 119.1 KiB |
| /assets/generated_assets/webapp/vendor/user_centrics/3.33... | 142.0 KiB | 70.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
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.
| Failing Elements |
|---|
Investir div.text-column > div.text-content > div.label > h3.css-10drz4f |
These are opportunities to improve the legibility of your content.
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.
| Failing Elements |
|---|
Investir div.text-column > div.text-content > div.label > h3.css-10drz4f |
Perpétuels div.text-column > div.text-content > div.label > h3.css-10drz4f |
These are opportunities to improve keyboard navigation in your application.
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.
| Failing Elements |
|---|
div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp |
div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp |
div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp |
div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp div.css-9uj12p > ul.css-98zc54 > li.css-nvozuq > a.css-1unrqcp |
div.css-cj0uz0 > div.css-zl1inp > div.css-fmjz49 > a div.css-cj0uz0 > div.css-zl1inp > div.css-fmjz49 > a |
div.css-cj0uz0 > div.css-zl1inp > div.css-fmjz49 > a div.css-cj0uz0 > div.css-zl1inp > div.css-fmjz49 > a |
div.css-cj0uz0 > div.css-zl1inp > div.css-fmjz49 > a div.css-cj0uz0 > div.css-zl1inp > div.css-fmjz49 > a |
div.css-cj0uz0 > div.css-zl1inp > div.css-fmjz49 > a div.css-cj0uz0 > div.css-zl1inp > div.css-fmjz49 > 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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
| Failing Elements |
|---|
Nos offres
Service client nav.css-futudx > div.css-w9xq55 > div.css-lvpqg6 > ul.css-1ktn1vb |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
| Failing Elements |
|---|
Nos offres ul.css-1ktn1vb > div.css-ve46im > div.css-0 > li.css-1s0qq |
FR div.css-w9xq55 > div.css-1pvkupi > div.css-0 > li.css-1s0qq |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
| 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.
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.
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback