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.
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.
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.
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 |
|---|---|---|
| img.medscapestatic.com/medscape-core/ads/js/dfp/profads2.js | 34.1 KiB | 167 ms |
| /medscape-core/common/js/global/medscape-script/all-scrip... | 36.3 KiB | 334 ms |
| img.medscapestatic.com/medscape-core/www-content/css/homepage/homepage.css | 13.0 KiB | 844 ms |
| cdn.cookielaw.org/consent/d7b36c55-7b82-43bc-90c0-9ae20e7d25b4/otSDKStub.js | 0 B | 780 ms |
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 | |
|---|---|---|---|
div.carousel-item > div > a > img div.carousel-item > div > a > img | img.medscapestatic.com/thumbnail_library/041819_AppMedscapeEssentialAd.jpg | 54.2 KiB | 42.3 KiB |
Reports li.nativecallouts-item > div > a > img | img.medscapestatic.com/pi/mscp-origin/courses/Business__of_Medicine_640x439.jpg | 22.6 KiB | 22.2 KiB |
div.carousel-item > div > a > img div.carousel-item > div > a > img | /thumbnail_library/200612_SalaryExplorer_carousel_800x450... | 18.9 KiB | 14.7 KiB |
div#headerbox > div.resp-container > a.header-logo > img.header-logo-path div#headerbox > div.resp-container > a.header-logo > img.header-logo-path | img.medscapestatic.com/pi/logos/mscp-logo.png | 12.6 KiB | 12.5 KiB |
undefined ul > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... | 12.4 KiB | 11.8 KiB |
undefined ul > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... | 19.8 KiB | 11.6 KiB |
undefined div.flickity-slider > li > a > img.featimg | /vim/live/professional_assets/medscape/thumbnail_library/... | 17.4 KiB | 9.8 KiB |
undefined ul > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... | 18.0 KiB | 9.7 KiB |
undefined ul > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... | 9.9 KiB | 9.3 KiB |
undefined ul.articles > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... | 9.4 KiB | 8.8 KiB |
undefined ul > li > a > img.featimg | /vim/live/professional_assets/dctmAssets/dt230124doctorfe... | 9.2 KiB | 8.6 KiB |
undefined ul.articles > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... | 8.8 KiB | 8.2 KiB |
undefined ul > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... | 8.4 KiB | 7.8 KiB |
undefined ul.articles > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... | 8.4 KiB | 7.8 KiB |
undefined ul > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... | 8.3 KiB | 7.8 KiB |
undefined ul.articles > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... | 8.0 KiB | 7.5 KiB |
undefined ul > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... | 7.9 KiB | 7.4 KiB |
undefined ul > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... | 5.9 KiB | 5.5 KiB |
undefined ul > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... | 5.2 KiB | 4.8 KiB |
undefined div.flickity-slider > li.is-selected > a > img.featimg | /vim/live/professional_assets/medscape/thumbnail_library/... | 12.3 KiB | 4.7 KiB |
undefined ul.articles > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... | 4.7 KiB | 4.4 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 |
|---|---|
| medscape.com/ | 808 ms |
| www.medscape.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.
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.
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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604090102/pubads_impl.js?cb=31... | 187.6 KiB | 141.2 KiB |
| surveys-static-prd.survicate-cdn.com/widget_core-28.23.14.js | 160.1 KiB | 77.6 KiB |
| img.medscapestatic.com/medscape-core/www-content/js/homepage/homepage.js | 86.2 KiB | 40.9 KiB |
| img.medscapestatic.com/pi/scripts/omniture/bi_medscape.js | 52.8 KiB | 30.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 reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 537 ms | 20 ms | 0.0 ms |
| www.medscape.com/ | 360 ms | 69 ms | 25 ms |
| /medscape-core/common/js/global/medscape-script/all-scrip... | 358 ms | 221 ms | 7.1 ms |
| surveys-static-prd.survicate-cdn.com/widget_core-28.23.14.js | 348 ms | 226 ms | 56 ms |
| www.medscape.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 257 ms | 242 ms | 1.9 ms |
| assets.adobedtm.com/2c8c1e17b98c/017edbc80c83/launch-88df53f8d9c8.min.js | 210 ms | 172 ms | 24 ms |
| /pagead/managed/js/gpt/m202604090102/pubads_impl.js?cb=31... | 192 ms | 135 ms | 42 ms |
| img.medscapestatic.com/medscape-core/www-content/js/homepage/homepage.js | 141 ms | 111 ms | 26 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 100 ms | 92 ms | 7.9 ms |
| img.medscapestatic.com/pi/scripts/omniture/bi_medscape.js | 97 ms | 70 ms | 13 ms |
| img.medscapestatic.com/medscape-core/ads/js/dfp/profads2.js | 82 ms | 52 ms | 11 ms |
| pub.doubleverify.com/dvtag/17778638/DV1010728/pub.js | 75 ms | 62 ms | 7.3 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
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.5 s |
| Other | 612 ms |
| Style & Layout | 297 ms |
| Script Parsing & Compilation | 234 ms |
| Parse HTML & CSS | 139 ms |
| Rendering | 50 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 |
|---|---|
| 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 |
|---|---|---|
| .sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0; … } … | 28.1 KiB | 28.0 KiB |
| @charset "UTF-8";@font-face{font-family:Nunito Sans;font-style:normal;font-weight:200 1000; … } … | 14.7 KiB | 11.3 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 | |
|---|---|
div#headerbox > div.resp-container > a.header-logo > img.header-logo-path div#headerbox > div.resp-container > a.header-logo > img.header-logo-path | img.medscapestatic.com/pi/logos/mscp-logo.png |
div.carousel-item > div > a > img div.carousel-item > div > a > img | img.medscapestatic.com/thumbnail_library/041819_AppMedscapeEssentialAd.jpg |
div.carousel-item > div > a > img div.carousel-item > div > a > img | /vim/live/professional_assets/medscape/images/thumbnail_l... |
div.carousel-item > div > a > img div.carousel-item > div > a > img | /vim/live/professional_assets/medscape/images/thumbnail_l... |
div.carousel-item > div > a > img div.carousel-item > div > a > img | /thumbnail_library/200612_SalaryExplorer_carousel_800x450... |
undefined ul > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... |
undefined ul > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... |
undefined ul > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... |
undefined div.flickity-slider > li.is-selected > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... |
undefined div.flickity-slider > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... |
undefined div.flickity-slider > li.is-selected > a > img.featimg | /vim/live/professional_assets/medscape/thumbnail_library/... |
undefined div.flickity-slider > li > a > img.featimg | /vim/live/professional_assets/medscape/thumbnail_library/... |
undefined div.flickity-slider > li > a > img.featimg | /vim/live/professional_assets/medscape/thumbnail_library/... |
undefined div.flickity-slider > li > a > img.featimg | /vim/live/professional_assets/medscape/thumbnail_library/... |
undefined div.flickity-slider > li > a > img.featimg | /vim/live/professional_assets/medscape/thumbnail_library/... |
undefined div.flickity-slider > li > a > img.featimg | /vim/live/professional_assets/medscape/images/thumbnail_l... |
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
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Mandrola on Medscape
John M. Mandrola, MD div#columnists > div.flickity-viewport > div.flickity-slider > div.carousel-item |
Digital Health Pulse
Nelly Abulata, MD, PhD, MBA, PgDipTQMH div#columnists > div.flickity-viewport > div.flickity-slider > div.carousel-item |
Impact Factor with F. Perry Wilson
F. Perry Wilson, MD, MSCE div#columnists > div.flickity-viewport > div.flickity-slider > div.carousel-item |
Ethics: Today's Hot Topics
Arthur L. Caplan, PhD div#columnists > div.flickity-viewport > div.flickity-slider > div.carousel-item |
CDC Expert Commentary div#columnists > div.flickity-viewport > div.flickity-slider > div.carousel-item |
George Lundberg: At Large at Medscape
George D. Lundberg, MD div#columnists > div.flickity-viewport > div.flickity-slider > div.carousel-item |
MEDSCAPE APP
Access what you need, when you need it. Download the app. div#callouts > div.flickity-viewport > div.flickity-slider > div.carousel-item |
MEDSCAPE SALARY EXPLORER
See how your salary compares by specialty, location, e… div#callouts > div.flickity-viewport > div.flickity-slider > div.carousel-item |
NEW! 2025 PHYSICIAN MENTAL HEALTH REPORT
Easiest vs Toughest Specialties for Wo… div#callouts > div.flickity-viewport > div.flickity-slider > div.carousel-item |
NEW SLIDESHOW!
Regional Rankings: Best & Worst States to Practice div#callouts > div.flickity-viewport > div.flickity-slider > div.carousel-item |
Medscape Physician Wealth & Debt Report 2026 ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li.is-selected |
Medscape Most Popular Specialties for Doctors Report 2026 ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
Medscape Physician Compensation Report 2026: Positive Signs ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
Europe’s Retiring From Medicine Report 2025 ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
Medscape Primary Care & Mental Health Treatment Report 2026 ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
Infographic: How Much a Doctor’s Average Pay in the US Rose ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li.is-selected |
Infographic: Primary Care on Mental Health’s Front Lines ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
Infographic: Foreign-Trained Docs Help With Shortage Here ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
Infographic: Dream and Dud Cities for Practicing Medicine ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
Infographic: Pace of Affiliations by Primary Care Practices ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
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.
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 |
|---|
ACP-IM 2026 div.section-container > ul > li > div.tag |
AAN 2026 div.section-container > ul.articles > li > div.tag |
MEDSCAPE APP div.carousel-item > div > a > span.subtitle |
These are opportunities to improve the legibility of your content.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Names and labels
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.resp-container > div#searchbox > button.ai-mode-button > img div.resp-container > div#searchbox > button.ai-mode-button > img |
div.columnist-intro > div > a > img div.columnist-intro > div > a > img |
div.columnist-intro > div > a > img div.columnist-intro > div > a > img |
div.columnist-intro > div > a > img div.columnist-intro > div > a > img |
div.columnist-intro > div > a > img div.columnist-intro > div > a > img |
div.columnist-intro > div > a > img div.columnist-intro > div > a > img |
div.columnist-intro > div > a > img div.columnist-intro > div > a > img |
div.carousel-item > div > a > img div.carousel-item > div > a > img |
div.carousel-item > div > a > img div.carousel-item > div > a > img |
div.carousel-item > div > a > img div.carousel-item > div > a > img |
div.carousel-item > div > a > img div.carousel-item > div > a > img |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.section-container > ul.articles > li > a div.section-container > ul.articles > li > a |
div.section-container > ul.articles > li > a div.section-container > ul.articles > li > a |
div.section-container > ul.articles > li > a div.section-container > ul.articles > li > a |
div.section-container > ul > li > a div.section-container > ul > li > a |
div.section-container > ul > li > a div.section-container > ul > li > a |
div.section-container > ul > li > a div.section-container > ul > li > a |
div.flickity-viewport > div.flickity-slider > li > a div.flickity-viewport > div.flickity-slider > li > 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.
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 |
|---|
Medscape Physician Wealth & Debt Report 2026
Medscape Most Popular Specialties … main.page-body > section.hp_cardlayout > div.section-container > ul.flickity-enabled |
Infographic: How Much a Doctor’s Average Pay in the US Rose
Infographic: Primar… main.page-body > section.hp_cardlayout > div.section-container > ul.flickity-enabled |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Medscape Physician Wealth & Debt Report 2026 ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li.is-selected |
Medscape Most Popular Specialties for Doctors Report 2026 ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
Medscape Physician Compensation Report 2026: Positive Signs ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
Europe’s Retiring From Medicine Report 2025 ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
Medscape Primary Care & Mental Health Treatment Report 2026 ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
Infographic: How Much a Doctor’s Average Pay in the US Rose ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li.is-selected |
Infographic: Primary Care on Mental Health’s Front Lines ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
Infographic: Foreign-Trained Docs Help With Shortage Here ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
Infographic: Dream and Dud Cities for Practicing Medicine ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
Infographic: Pace of Affiliations by Primary Care Practices ul.flickity-enabled > div.flickity-viewport > div.flickity-slider > li |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
REPORTS li.nativecallouts-item > div > div.tag > a |
These items highlight common accessibility best practices.
Best Practices
Browser Compatibility
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
More
nav.header-nav > ul > li > a#header-more-link |
Your Privacy Choices div.footer-row--links > div.footer-links > div.footer-section > a#ot-sdk-btn |
To appear in search results, crawlers need access to your app.
Content Best Practices
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.resp-container > div#searchbox > button.ai-mode-button > img div.resp-container > div#searchbox > button.ai-mode-button > img |
div.columnist-intro > div > a > img div.columnist-intro > div > a > img |
div.columnist-intro > div > a > img div.columnist-intro > div > a > img |
div.columnist-intro > div > a > img div.columnist-intro > div > a > img |
div.columnist-intro > div > a > img div.columnist-intro > div > a > img |
div.columnist-intro > div > a > img div.columnist-intro > div > a > img |
div.columnist-intro > div > a > img div.columnist-intro > div > a > img |
div.carousel-item > div > a > img div.carousel-item > div > a > img |
div.carousel-item > div > a > img div.carousel-item > div > a > img |
div.carousel-item > div > a > img div.carousel-item > div > a > img |
div.carousel-item > div > a > img div.carousel-item > div > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.