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.
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.
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 | |
|---|---|---|---|
Elderly woman experiencing vision loss due to cataracts, considering cataract s… div.PagePromo-media > a.Link > picture > img.Image | /dims4/default/7cc9e68/2147483647/strip/true/crop/810x108... | 2.9 MiB | 2.8 MiB |
Dr. Esi Lamousé, Johnson and Johnson leader in IBD treatment research div.PagePromo-media > a.Link > picture > img.Image | /dims4/default/24269c7/2147483647/strip/true/crop/810x108... | 2.9 MiB | 2.8 MiB |
meet-two-johnson-johnson-nurse-educators-dedicated-to-teaching-cancer-care-prov… div.PagePromo-media > a.Link > picture > img.Image | /dims4/default/45d9def/2147483647/strip/true/crop/810x108... | 2.5 MiB | 2.4 MiB |
A close-up of a person's jaw, neck and shoulders with them facing the camera to… div.PagePromo-media > a.Link > picture > img.Image | /dims4/default/562d3a0/2147483647/strip/true/crop/1080x10... | 1.5 MiB | 1.4 MiB |
Employees walking through the workspace where Acuvue contact lenses are package… div.PagePromo-media > a.Link > picture > img.Image | /dims4/default/fb0f21d/2147483647/strip/true/crop/2400x13... | 368.9 KiB | 333.2 KiB |
Johnson and Johnson doctors performing a procedure, showcasing J&J's commitment… div.PagePromo-media > a.Link > picture > img.Image | /dims4/default/457c02b/2147483647/strip/true/crop/1080x10... | 358.9 KiB | 322.5 KiB |
Two surgeons in full PPE viewing their patient's heart on a monitor in preparat… div.PagePromo-media > a.Link > picture > img.Image | /dims4/default/f79219f/2147483647/strip/true/crop/810x108... | 376.5 KiB | 305.2 KiB |
Johnson & Johnson doctor in a medical office working with a patient div.PagePromo-media > a.Link > picture > img.Image | /dims4/default/2dc824c/2147483647/strip/true/crop/1440x10... | 308.4 KiB | 277.1 KiB |
Patient showing a plaque from plaque psoriasis on their elbow to their doctor div.PagePromo-media > a.Link > picture > img.Image | /dims4/default/ea3d595/2147483647/strip/true/crop/1440x10... | 229.4 KiB | 206.1 KiB |
Researchers in a laboratory reviewing data on a laptop while working with test … div.PagePromo-media > span.Link > picture > img.Image | /dims4/default/8158700/2147483647/strip/true/crop/1920x10... | 103.0 KiB | 65.8 KiB |
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 |
|---|---|---|
| /resource/0000018f-7bf6-dd87-adaf-fbf6d6cd0000/styles/def... | 128.6 KiB | 1.4 s |
| /resource/0000018f-7bf6-dd87-adaf-fbf6d6cd0000/webcompone... | 1.4 KiB |
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 |
|---|---|---|
| connect.facebook.net/en_US/bundle/sdk.js/ | 1200.0 s | 77.8 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 86400.0 s | 129.0 KiB |
| app.bowencraggs.com/scripts/a686ddca-58a7-4bcb-9cce-fb56de49020c.js | 86400.0 s | 60.9 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| connect.facebook.net/en_US/sdk.js | 1200.0 s | 5.0 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| jnj.com/ | 905 ms |
| www.jnj.com/ | 0.0 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.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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 |
|---|---|---|
| /resource/0000018f-7bf6-dd87-adaf-fbf6d6cd0000/styles/def... | 128.2 KiB | 122.8 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 | 770 ms |
| Other | 656 ms |
| Style & Layout | 409 ms |
| Script Parsing & Compilation | 217 ms |
| Parse HTML & CSS | 128 ms |
| Rendering | 112 ms |
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 |
|---|---|---|
| /resource/0000018f-7bf6-dd87-adaf-fbf6d6cd0000/styles/def... | 214.8 KiB | 162.6 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 128.8 KiB | 106.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KT26JDNG | 167.7 KiB | 78.1 KiB |
| www.googletagmanager.com/gtag/js?id=UA-15046888-1 | 115.7 KiB | 64.2 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 53.7 KiB |
| app.bowencraggs.com/scripts/a686ddca-58a7-4bcb-9cce-fb56de49020c.js | 60.5 KiB | 38.1 KiB |
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 | |
|---|---|
Johnson & Johnson logo div.Page-header-bar-logo > a.nav-level1-j-j > picture > img.Image | /ac/25/bd2078f54d5992dd486ed26140ce/johnson-johnson-logo.svg |
johnson-johnson-logo-white-1.svg div.Page-footer-logo > a.footer-level1-j-j > picture > img.Image |
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
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
What are cataracts?
Read more div.PageList-items > div.flickity-viewport > div.flickity-slider > div.PageList-items-item |
“Patients are the center of everything": This scientist leader is dedicated to … div.PageList-items > div.flickity-viewport > div.flickity-slider > div.PageList-items-item |
What is cardiac ablation?
Read more div.PageList-items > div.flickity-viewport > div.flickity-slider > div.PageList-items-item |
Terra Kremer, Ph.D., is on a mission to create self-sterilizing surgical tools
… div.PageList-items > div.flickity-viewport > div.flickity-slider > div.PageList-items-item |
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.
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 |
|---|
Do not sell or share my personal information div.Page-footer-description > p > span.LinkEnhancement > a.Link |
Limit the use of my sensitive personal information div.Page-footer-description > p > span.LinkEnhancement > a.Link |
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 |
|---|
US li.GlobalSiteNavigation-items-item > div.GlobalSiteNavigationItem > div.GlobalSiteNavigationItem-text > a |
What you need to know about Johnson & Johnson’s first-quarter 2026 earnings rep… bsp-pagepromo.PagePromo > div.PagePromo-content > h3.PagePromo-title > a.Link |
Johnson & Johnson named to Fortune’s 2026 America’s Most Innovative Companies l… bsp-pagepromo.PagePromo > div.PagePromo-content > h3.PagePromo-title > a.Link |
Meet two Johnson & Johnson nurse educators dedicated to teaching cancer care pr… bsp-pagepromo.PagePromoB > div.PagePromo-content > h3.PagePromo-title > a.Link |
Our Credo & our purpose div.FooterNavigationItem > ul.FooterNavigationItem-items > li.FooterNavigationItem-items-item > a.NavigationLink |
Policies & reports div.FooterNavigationItem > ul.FooterNavigationItem-items > li.FooterNavigationItem-items-item > a.NavigationLink |
Medicines & therapies div.FooterNavigationItem > ul.FooterNavigationItem-items > li.FooterNavigationItem-items-item > a.NavigationLink |
Medical devices & technology div.FooterNavigationItem > ul.FooterNavigationItem-items > li.FooterNavigationItem-items-item > a.NavigationLink |
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 |
|---|---|
Access to fetch at 'https://cdn.cookielaw.org/consent/668a5b01-e721-4ec5-a55e-41958fd1290c/019c22f5-a0d6-7365-acba-9c846f6787c0/en.json' from origin 'https://www.jnj.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js line 6, col 537242 | Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'DomainData') |
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.