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 long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| img.youtube.com/vi/NiYwlvXsBKw/maxresdefault.jpg | 7200.0 s | 131.1 KiB |
| img.youtube.com/vi/wUDeLT6WXnQ/maxresdefault.jpg | 7200.0 s | 75.2 KiB |
| img.youtube.com/vi/Q5SMmKb7qVI/maxresdefault.jpg | 7200.0 s | 52.8 KiB |
| img.youtube.com/vi/NCAY0HIfrwc/maxresdefault.jpg | 7200.0 s | 44.5 KiB |
| platform.twitter.com/widgets.js | 1800.0 s | 27.3 KiB |
| /collect/website/js/tRaiETqnLgj758hTBazgd8ryO5qrZo8Exadq9... | 0.0 ms | 15.8 KiB |
| snack.expo.dev/embed.js | 0.0 ms | 1.6 KiB |
| widget.surveymonkey.com/collect/website/js/cookie.js?_=1775328151774 | 0.0 ms | 407 B |
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.
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.
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 | |
|---|---|---|---|
A React Native UI pointing out native elements like Views, ScrollViews, and more div#__docusaurus_skipToContent_fallback > div.wrapper_Wq0p > div.container_M3fB > img.flyoutIllustration_r9BI | reactnative.dev/img/homepage/dissection.png | 286.8 KiB | 230.7 KiB |
List of developer tool toggles for debugging, performance, and more div.container_M3fB > div.cardContainer_eNmC > div.card_w3eG > img.cardImage_mNuV | reactnative.dev/img/homepage/tools.png | 130.8 KiB | 123.3 KiB |
React Conf 2025 React Native Keynote div.container_M3fB > div.videos_uQz0 > div.videoContainer_A4x3 > img.video_v06Q | img.youtube.com/vi/NiYwlvXsBKw/maxresdefault.jpg | 131.0 KiB | 120.4 KiB |
File system with folders and files representing screens and navigation div.container_M3fB > div.cardContainer_eNmC > div.card_w3eG > img.cardImage_mNuV | reactnative.dev/img/homepage/file-based-routing.png | 89.6 KiB | 82.1 KiB |
Grid of icons representing libraries, SDKs, and native code div.container_M3fB > div.cardContainer_eNmC > div.card_w3eG > img.cardImage_mNuV | reactnative.dev/img/homepage/libraries.png | 78.2 KiB | 70.7 KiB |
Explain Like I'm 5: React Native div.container_M3fB > div.videos_uQz0 > div.videoContainer_A4x3 > img.video_v06Q | img.youtube.com/vi/wUDeLT6WXnQ/maxresdefault.jpg | 75.1 KiB | 69.1 KiB |
Android device and iOS device div.platformsContainer_LdgS > div.featureContainer_vkjP > div.deviceContainer_D11o > img.devices_CEHn | reactnative.dev/img/homepage/devices.png | 69.3 KiB | 55.0 KiB |
React Conf 2024 React Native Keynote div.container_M3fB > div.videos_uQz0 > div.videoContainer_A4x3 > img.video_v06Q | img.youtube.com/vi/Q5SMmKb7qVI/maxresdefault.jpg | 52.7 KiB | 48.5 KiB |
Mobile Innovation with React Native, ComponentKit, and Litho div.container_M3fB > div.videos_uQz0 > div.videoContainer_A4x3 > img.video_v06Q | img.youtube.com/vi/NCAY0HIfrwc/maxresdefault.jpg | 44.1 KiB | 40.6 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 |
|---|---|
| reactnative.dev/assets/css/styles.5393e7c0.css | 31.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
div.container_b02U > div.backgroundContainer_Huei > div.devices_vH96 > svg.svgContent_v9JU div.container_b02U > div.backgroundContainer_Huei > div.devices_vH96 > svg.svgContent_v9JU | 0.105 |
Development
Contributing
Community
Showcase
Blog
Search div#__docusaurus > nav.theme-layout-navbar > div.navbar__inner > div.theme-layout-navbar-right | 0.003 |
Follow @reactnative a.twitter-follow-button | 0.000 |
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 |
|---|---|---|
| ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js | 82.4 KiB | 39.3 KiB |
| /collect/website/js/tRaiETqnLgj758hTBazgd8ryO5qrZo8Exadq9... | 15.4 KiB | 3.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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-58L13S6BDP | 141.9 KiB | 62.2 KiB |
| ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js | 82.4 KiB | 50.7 KiB |
| reactnative.dev/assets/js/main.f6a6aa6b.js | 243.3 KiB | 47.5 KiB |
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 a sub frame. | 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.
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 | |
|---|---|
A React Native UI pointing out native elements like Views, ScrollViews, and more div#__docusaurus_skipToContent_fallback > div.wrapper_Wq0p > div.container_M3fB > img.flyoutIllustration_r9BI | reactnative.dev/img/homepage/dissection.png |
Android device and iOS device div.platformsContainer_LdgS > div.featureContainer_vkjP > div.deviceContainer_D11o > img.devices_CEHn | reactnative.dev/img/homepage/devices.png |
File system with folders and files representing screens and navigation div.container_M3fB > div.cardContainer_eNmC > div.card_w3eG > img.cardImage_mNuV | reactnative.dev/img/homepage/file-based-routing.png |
Grid of icons representing libraries, SDKs, and native code div.container_M3fB > div.cardContainer_eNmC > div.card_w3eG > img.cardImage_mNuV | reactnative.dev/img/homepage/libraries.png |
List of developer tool toggles for debugging, performance, and more div.container_M3fB > div.cardContainer_eNmC > div.card_w3eG > img.cardImage_mNuV | reactnative.dev/img/homepage/tools.png |
Facebook div > ul.AppList > li.item > img | reactnative.dev/img/showcase/facebook.webp |
Microsoft Office ul.AppList > li.item > a > img | reactnative.dev/img/showcase/officemobile.png |
Microsoft Teams ul.AppList > li.item > a > img | reactnative.dev/img/showcase/teamsmobile.png |
Xbox Game Pass ul.AppList > li.item > a > img | reactnative.dev/img/showcase/xboxgamepass.png |
Shop: All your favorite brands div > ul.AppList > li.item > img | reactnative.dev/img/showcase/shop.webp |
PUMA ul.AppList > li.item > a > img | reactnative.dev/img/showcase/puma.png |
PlayStation App div > ul.AppList > li.item > img | reactnative.dev/img/showcase/playstation.png |
WordPress - Website Builder ul.AppList > li.item > a > img | reactnative.dev/img/showcase/wordpress.png |
Bolt Food: Delivery & Takeaway ul.AppList > li.item > a > img | reactnative.dev/img/showcase/bolt.png |
Klarna | Shop now. Pay later. div > ul.AppList > li.item > img | reactnative.dev/img/showcase/klarna.jpg |
NFL div > ul.AppList > li.item > img | reactnative.dev/img/showcase/nfl.webp |
Microsoft Outlook ul.AppList > li.item > a > img | reactnative.dev/img/showcase/outlookmobile.png |
Amazon Shopping div > ul.AppList > li.item > img | reactnative.dev/img/showcase/amazon-shopping.png |
Tableau ul.AppList > li.item > a > img | reactnative.dev/img/showcase/tableau.webp |
Mattermost ul.AppList > li.item > a > img | reactnative.dev/img/showcase/mattermost.webp |
Meta Horizon div > ul.AppList > li.item > img | reactnative.dev/img/showcase/metahorizon.webp |
Shopify div > ul.AppList > li.item > img | reactnative.dev/img/showcase/shopify.png |
Tesla ul.AppList > li.item > a > img | reactnative.dev/img/showcase/tesla.png |
FlipKart ul.AppList > li.item > a > img | reactnative.dev/img/showcase/flipkart.png |
Facebook Ads Manager div > ul.AppList > li.item > img | reactnative.dev/img/showcase/adsmanager.png |
Coinbase ul.AppList > li.item > a > img | reactnative.dev/img/showcase/coinbase.png |
Mercari ul.AppList > li.item > a > img | reactnative.dev/img/showcase/mercari.png |
Bloomberg ul.AppList > li.item > a > img | reactnative.dev/img/showcase/bloomberg.png |
Discord ul.AppList > li.item > a > img | reactnative.dev/img/showcase/discord.png |
Meta Open Source Logo div.footer__bottom > div.margin-bottom--sm > a.footerLogoLink_tutC > img.footer__logo | reactnative.dev/img/oss_logo.svg |
Messenger Desktop ul.AppList > li.item > a > img | reactnative.dev/img/showcase/messengerdesktop.png |
div.theme-layout-navbar-left > a.navbar__brand > div.navbar__logo > img.themedComponent_siVc div.theme-layout-navbar-left > a.navbar__brand > div.navbar__logo > img.themedComponent_siVc | reactnative.dev/img/header_logo.svg |
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.
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 |
|---|
Search div.navbarSearchContainer_bzqh > button.DocSearch > span.DocSearch-Button-Container > span.DocSearch-Button-Placeholder |
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 |
|---|
React Native brings the best parts of developing with React to native developme… div.wrapper_Wq0p > div.container_M3fB > div.container_li6i > h3.description_wtc5 |
React Native lets you create truly native apps and doesn't compromise your user… div.wrapper_Wq0p > div.container_M3fB > div.container_li6i > h3.description_wtc5 |
React Native brings the React programming paradigm to platforms like Android an… div.wrapper_Wq0p > div.container_M3fB > div.container_li6i > h3.description_wtc5 |
Watch talks by the React team and learn how to get the most out of React Native… div.wrapper_Wq0p > div.container_M3fB > div.container_li6i > h3.description_wtc5 |
These are opportunities to improve keyboard navigation in your application.
Best practices
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.plugin-pages html.plugin-pages |
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 |
|---|
Why React Native?
1:42 div.wrapper_Wq0p > div.container_M3fB > div.videos_uQz0 > div.videoContainer_A4x3 |
React Conf 2025
React Native Keynote
55:13 div.wrapper_Wq0p > div.container_M3fB > div.videos_uQz0 > div.videoContainer_A4x3 |
React Conf 2024
React Native Keynote
55:14 div.wrapper_Wq0p > div.container_M3fB > div.videos_uQz0 > div.videoContainer_A4x3 |
FB 2019
Mobile innovation with React Native
45:29 div.wrapper_Wq0p > div.container_M3fB > div.videos_uQz0 > div.videoContainer_A4x3 |
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) | |
|---|---|---|---|
File system with folders and files representing screens and navigation div.container_M3fB > div.cardContainer_eNmC > div.card_w3eG > img.cardImage_mNuV | reactnative.dev/img/homepage/file-based-routing.png | 297 x 155 (1.92) | 699 x 351 (1.99) |
Grid of icons representing libraries, SDKs, and native code div.container_M3fB > div.cardContainer_eNmC > div.card_w3eG > img.cardImage_mNuV | reactnative.dev/img/homepage/libraries.png | 297 x 155 (1.92) | 699 x 350 (2.00) |
List of developer tool toggles for debugging, performance, and more div.container_M3fB > div.cardContainer_eNmC > div.card_w3eG > img.cardImage_mNuV | reactnative.dev/img/homepage/tools.png | 297 x 155 (1.92) | 698 x 350 (1.99) |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js line 1071, col 10 |
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.