Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
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
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
96 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/55bd1cf3-b794-41b7-af9a-2f952a89fd91)<a href="https://beavercheck.com/results/55bd1cf3-b794-41b7-af9a-2f952a89fd91"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmedpagetoday.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmedpagetoday.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 11.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~31%.
Page takes 11.5s to load
+12% bounceUsers abandon at ~3s — you're 9.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€425 investment → €3,085/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€3,085 /mo
~€37,022 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,006 / year if left unfixed
€120,500,000
+6 more
€0.49 /mo
6555.7 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
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.
5.87 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.54 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.11 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.108
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.28 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.
17.88 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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 |
|---|---|---|
| use.typekit.net/lhg2koz.css | 932 B | 762 ms |
| clf1.medpagetoday.net/assets/scripts/css/homepage.bd7d33da.css | 41.3 KiB | 1.2 s |
| /p.css?s=1&k=lhg2koz&ht=tk&f=6812.6815.6817&a=35182499&ap... | 172 B | 752 ms |
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.
| URL | Est Savings |
|---|---|
| clf1.medpagetoday.com/assets/fonts/BerninaSans-Web-Semibold.woff | 5.0 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 | |
|---|---|---|---|
A photo of a 988 Suicide & Crisis Lifeline sign in a park in Warsaw, Missouri. section.mpt-lede-section > div.module > a > img.lede-img | assets.medpagetoday.net/media/images/120xxx/120907.jpg?width=0.6 | 27.7 KiB | 24.3 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.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| medpagetoday.com/ | 1.0 s |
| www.medpagetoday.com/ | 0.0 ms |
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 |
|---|---|
Meeting Coverage
First Clinical Trial in MOGAD Meets Primary Endpoint
Satraliz… div.mpt-page > div#js-main-content-region > div#js-mpt-lede-latest-region > section.mpt-latest-section | 0.108 |
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| clf1.medpagetoday.net/assets/scripts/js/components.88ab19ae.js | 279.3 KiB | 249.9 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 133.8 KiB |
| micro.rubiconproject.com/prebid/dynamic/13346.js | 143.9 KiB | 69.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-J1967M8JXE&cx=c>m=4e64k0 | 153.5 KiB | 61.7 KiB |
| /gtm.js?id=GTM-MDXF2M>m_auth=clplyHpqv5s4qDs-F9_BhQ>m... | 150.0 KiB | 56.3 KiB |
| cdn.static.zdbb.net/js/z0WVjCBSEeGLoxIxOQVEwQ.min.js | 175.4 KiB | 40.6 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 35.2 KiB |
| clf1.medpagetoday.net/assets/scripts/js/homepage.54d9905b.js | 47.7 KiB | 33.0 KiB |
| tagan.adlightning.com/everydayhealth-medpagetoday/b-c7ca5a2-45618540.js | 31.8 KiB | 24.0 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.
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 | 4.9 s |
| Other | 837 ms |
| Script Parsing & Compilation | 328 ms |
| Style & Layout | 307 ms |
| Garbage Collection | 89 ms |
| Rendering | 61 ms |
| Parse HTML & CSS | 54 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 |
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 photo of a 988 Suicide & Crisis Lifeline sign in a park in Warsaw, Missouri. section.mpt-lede-section > div.module > a > img.lede-img | assets.medpagetoday.net/media/images/120xxx/120907.jpg?width=0.6 |
A photo of a man looking out the window of a psychiatric hospital. div.module > div.border-container > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A screenshot Elizabeth Warren speaking during this hearing. div.module > div.border-container > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
Illustration of a brain shaped maze. div.module > div.border-container > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
AAN over a computer rendering of an excited nervous system. div.flex-tiles > div.module > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A photo of rat lungworms. div.flex-tiles > div.module > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A photo of a senior woman experiencing a temporal headache. div.flex-tiles > div.module > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
Cardio Break over a computer rendering of a heart. div.flex-tiles > div.module > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A photo of a woman blowing her irritated nose. div.flex-tiles > div.module > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A photo of a woman suppressing a sneeze. div.flex-tiles > div.module > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.border-container > div.image-mask > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.border-container > div.image-mask > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.border-container > div.image-mask > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.border-container > div.image-mask > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
div.flex-tiles > div.module > a.lede-image-link > img.lede-img div.flex-tiles > div.module > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A photo of Kansas Gov. Laura Kelly. div.flex-tiles > div.module > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A photo of a woman suppressing a sneeze. div.flex-tiles > div.module > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A screenshot of The Pitt character Joy Kwon played by Irene Choi. div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A computer rendering of bacteria in the blood. div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A photo of HHS Secretary Robert F. Kennedy Jr. div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
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.
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 |
|---|
section.mpt-featured-section > div.flex-tiles > div.module > a.lede-image-link section.mpt-featured-section > div.flex-tiles > div.module > a.lede-image-link |
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.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
A photo of a 988 Suicide & Crisis Lifeline sign in a park in Warsaw, Missouri. div#js-mpt-lede-latest-region > section.mpt-lede-section > div.module > a |
988 Launch Tied to Drop in Youth Suicides div.module > div.copy > div.article-title > a |
Meeting Coverage div.flex-tiles > div.module > div.copy > a |
First Clinical Trial in MOGAD Meets Primary Endpoint div.module > div.copy > div.article-title > a |
Meeting Coverage div.flex-tiles > div.module > div.copy > a |
Study Linking Fruits, Veggies to Lung Cancer Raises Eyebrows div.module > div.copy > div.article-title > a |
Cardiology div.flex-tiles > div.module > div.copy > a |
Triple Pill Gets Intracerebral Hemorrhage Survivors Closer to BP Goals div.module > div.copy > div.article-title > a |
More Medical News div.mpt-content-region > section.mpt-more-medical-news-section > h2.section-title > a |
Psychiatry div.module > div.border-container > div.copy > a |
Novel Antipsychotic Shows Promise in Acute Schizophrenia div.border-container > div.copy > div.article-title > a |
A photo of a man looking out the window of a psychiatric hospital. div.flex-tiles > div.module > div.border-container > a |
Washington-Watch div.module > div.border-container > div.copy > a |
Costco Has Cheaper Drugs Than TrumpRx, Senator Says div.border-container > div.copy > div.article-title > a |
A screenshot Elizabeth Warren speaking during this hearing. div.flex-tiles > div.module > div.border-container > a |
Psychiatry div.module > div.border-container > div.copy > a |
Suicide With Food Preservative; Xanax Recall; 19% of America Depressed div.border-container > div.copy > div.article-title > a |
Illustration of a brain shaped maze. div.flex-tiles > div.module > div.border-container > a |
div.module > section > div.module > div#adSlot0 div.module > section > div.module > div#adSlot0 |
Break Room div.section-copy > div.copy > div.article-title > a |
Take a Break! div.module > div.section-btn > div.take-break-btn > a |
New Kink in the Link Between GLP-1 Drugs and Cognition div.module > div.copy > div.article-title > a |
AAN over a computer rendering of an excited nervous system. section.mpt-most-read-section > div.flex-tiles > div.module > a |
Rat Lungworm Is Now in My State. Is It in Yours Too? div.module > div.copy > div.article-title > a |
A photo of rat lungworms. section.mpt-most-read-section > div.flex-tiles > div.module > a |
Benefit of Aspirin Questionable After Arterial Inflammation Emergencies div.module > div.copy > div.article-title > a |
A photo of a senior woman experiencing a temporal headache. section.mpt-most-read-section > div.flex-tiles > div.module > a |
Best Exercise Timing; GLP-1 Pill's Heart Safety; Pop Star's Cardiovascular Illn… div.module > div.copy > div.article-title > a |
Cardio Break over a computer rendering of a heart. section.mpt-most-read-section > div.flex-tiles > div.module > a |
Amoxicillin Alone Holds Up for Acute Sinusitis div.module > div.copy > div.article-title > a |
A photo of a woman blowing her irritated nose. section.mpt-most-read-section > div.flex-tiles > div.module > a |
Suppressing a Sneeze May Have Led to Cerebrospinal Fluid Leak div.module > div.copy > div.article-title > a |
A photo of a woman suppressing a sneeze. section.mpt-most-read-section > div.flex-tiles > div.module > a |
Perspectives div.mpt-content-region > section.mpt-opinion-section > h2.section-title > a |
Building the Patient-Centered Medical Home div.module > div.border-container > div.copy > a |
Patients Are Bringing Us More of Their Own Data -- Can We Handle It? div.border-container > div.copy > div.article-title > a |
Climate Checkup div.module > div.border-container > div.copy > a |
We Need to Talk About Plastics div.border-container > div.copy > div.article-title > a |
Second Opinions div.module > div.border-container > div.copy > a |
Prescribing in a 'Black Box' of Prior Auth Decisions div.border-container > div.copy > div.article-title > a |
Second Opinions div.module > div.border-container > div.copy > a |
A Hot Take on the Erica Schwartz CDC Nomination div.border-container > div.copy > div.article-title > a |
Allergy & Immunology div > div.module > div.link_row > a |
Anesthesiology div > div.module > div.link_row > a |
Cardiology div > div.module > div.link_row > a |
Critical Care div > div.module > div.link_row > a |
Dermatology div > div.module > div.link_row > a |
Emergency Medicine div > div.module > div.link_row > a |
Endocrinology div > div.module > div.link_row > a |
Gastroenterology div > div.module > div.link_row > a |
Genetics div > div.module > div.link_row > a |
Geriatrics div > div.module > div.link_row > a |
HIV / AIDS div > div.module > div.link_row > a |
Hospital-Based Medicine div > div.module > div.link_row > a |
Infectious Disease div > div.module > div.link_row > a |
Nephrology div > div.module > div.link_row > a |
Neurology div > div.module > div.link_row > a |
Nursing div > div.module > div.link_row > a |
OB / GYN div > div.module > div.link_row > a |
Oncology / Hematology div > div.module > div.link_row > a |
Ophthalmology div > div.module > div.link_row > a |
Orthopedics div > div.module > div.link_row > a |
Pain Management div > div.module > div.link_row > a |
Pathology div > div.module > div.link_row > a |
Pediatrics div > div.module > div.link_row > a |
Primary Care div > div.module > div.link_row > a |
Psychiatry div > div.module > div.link_row > a |
Pulmonology div > div.module > div.link_row > a |
Radiology div > div.module > div.link_row > a |
Rheumatology div > div.module > div.link_row > a |
Surgery div > div.module > div.link_row > a |
Transplantation div > div.module > div.link_row > a |
Urology div > div.module > div.link_row > a |
'The Pitt' Finale: An ER Doctor Reacts div.module > div.copy > div.article-title > a |
section.mpt-featured-section > div.flex-tiles > div.module > a.lede-image-link section.mpt-featured-section > div.flex-tiles > div.module > a.lede-image-link |
New Kansas Law Erases 20 Years of Nurse Discipline div.module > div.copy > div.article-title > a |
A photo of Kansas Gov. Laura Kelly. section.mpt-featured-section > div.flex-tiles > div.module > a.lede-image-link |
Suppressing a Sneeze May Have Led to Cerebrospinal Fluid Leak div.module > div.copy > div.article-title > a |
A photo of a woman suppressing a sneeze. section.mpt-featured-section > div.flex-tiles > div.module > a.lede-image-link |
Weekly News Quiz section.mpt-news-quiz-section > div.module > h2.section-title > a |
Quiz Time: Why Was a Florida Doc Charged With Manslaughter? div.module > div.copy > div.article-title > a |
Take the Quiz div.module > div.copy > div.take-quiz-btn > a |
Meeting Coverage div.mpt-content-region > section.mpt-meeting-coverage-section > h2.section-title > a |
SCCM div.module-wrapper > div.module > div.link_row > a |
EBCC div.module-wrapper > div.module > div.link_row > a |
AAD div.module-wrapper > div.module > div.link_row > a |
ACC div.module-wrapper > div.module > div.link_row > a |
SGO div.module-wrapper > div.module > div.link_row > a |
AACR div.module-wrapper > div.module > div.link_row > a |
AAN div.module-wrapper > div.module > div.link_row > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
Injecting PD-1 Drug Directly Into Oral Precancers Shrinks Lesions div.module > div.copy > div.article-title > a |
AACR over a computer rendering of leukemia cells in a petri dish and a pipette. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
Cemdisiran siRNA Therapy Demonstrates Efficacy in Myasthenia Gravis div.module > div.copy > div.article-title > a |
AAN over a computer rendering of an excited nervous system. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Washington-Watch div.module > div.copy > div.module-category > a |
Trump Pardoned a Nursing Home Owner Who Owed Almost $19M to a Grieving Family div.module > div.copy > div.article-title > a |
A photo of Trump signing an executive order. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
Tumor DNA Clearance Before Breast Cancer Surgery Predicts Response, Metastasis … div.module > div.copy > div.article-title > a |
AACR over a computer rendering of leukemia cells in a petri dish and a pipette. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Primary Care div.module > div.copy > div.module-category > a |
Psychedelic Retreats, a Booming Business With Few Safety Guardrails div.module > div.copy > div.article-title > a |
A photo of people lying face down on the grass during an integration circle at … div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Pop Medicine div.module > div.copy > div.module-category > a |
'The Pitt' Got a Diagnosis Right. It Got the Response Wrong. div.module > div.copy > div.article-title > a |
A screenshot of Noah Wyle riding a motorycycle in an episode of The Pitt. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Washington-Watch div.module > div.copy > div.module-category > a |
Congresswoman Tied to COVID Fraud Resigns; DOD Ends Flu Vax Mandate; USPSTF Ove… div.module > div.copy > div.article-title > a |
Morning Break over illustration of a syringe, Covid virus, and DNA helix over a… div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Special Reports div.module > div.copy > div.module-category > a |
Inside CDC Director Nomination; Rogan's Psychedelic Influence; Researchers Fool… div.module > div.copy > div.article-title > a |
INVESTIGATIVE ROUNDUP over an image of two people looking at computer screens. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Infectious Disease div.module > div.copy > div.module-category > a |
FDA Approves New Standalone Combo Pill for HIV div.module > div.copy > div.article-title > a |
FDA APPROVED doravirine + islatravir (Idvynso) over a computer rendering of HIV… div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Special Reports div.module > div.copy > div.module-category > a |
As 'The Pitt' Spotlights Physician Mental Health, Advocates Push Breen Act Fund… div.module > div.copy > div.article-title > a |
A photo of Lorna Breen, MD. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Public Health & Policy div.module > div.copy > div.module-category > a |
Kennedy Tangles With Lawmakers Over Vitamin K Shots, Vaccines for Newborns div.module > div.copy > div.article-title > a |
A screenshot of Robert F. Kennedy Jr. speaking during this hearing. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Gastroenterology div.module > div.copy > div.module-category > a |
Are NSAIDs Genuinely Too Dangerous in Inflammatory Bowel Disease? div.module > div.copy > div.article-title > a |
A computer rendering of inflamed intestines. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
Next-Generation KRAS G12C Inhibitor Shows 'Robust' Efficacy in Advanced Lung Ca… div.module > div.copy > div.article-title > a |
AACR over a computer rendering of leukemia cells in a petri dish and a pipette. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Public Health & Policy div.module > div.copy > div.module-category > a |
Dr. Oz Announces 50-State Audit of Medicaid Program Oversight div.module > div.copy > div.article-title > a |
A photo of Mehmet Oz, MD. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Endocrinology div.module > div.copy > div.module-category > a |
GLP-1s and Muscle Loss; 'Ozempic Personality'; Acromegaly and Cancer Risk div.module > div.copy > div.article-title > a |
Endo Break over a computer rendering of a man with illustrated body organs. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Pulmonology div.module > div.copy > div.module-category > a |
Mycoplasma Pneumonia Recovery Faster With Corticosteroid div.module > div.copy > div.article-title > a |
A computer rendering of Mycoplasma pneumonia. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
CAR-T Trial Raises Prospect of Preventing Myeloma in High-Risk Group div.module > div.copy > div.article-title > a |
AACR over a computer rendering of leukemia cells in a petri dish and a pipette. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Public Health & Policy div.module > div.copy > div.module-category > a |
Fact-Check: RFK Jr. Says U.S. Is Handling Measles Better Than the Rest of the W… div.module > div.copy > div.article-title > a |
A photo of Health and Human Services Secretary Robert F. Kennedy Jr. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
image div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
'The Pitt' Finale: An ER Doctor Reacts div.module > div.copy > div.article-title > a |
A screenshot of The Pitt character Joy Kwon played by Irene Choi. div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
Joy Kwon on 'The Pitt' Got It Right: Students Should Leave Their Shifts on Time div.module > div.copy > div.article-title > a |
image div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
An Unusual Case of Pneumonia on 'The Pitt': An Emergency Doctor Weighs In div.module > div.copy > div.article-title > a |
image div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
How a Real Emergency Doctor Helps 'The Pitt' Feel Real div.module > div.copy > div.article-title > a |
image div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
When a Headache Is Something Worse on 'The Pitt': An ER Doctor Weighs In div.module > div.copy > div.article-title > a |
A computer rendering of bacteria in the blood. div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
Sepsis Rates Are Up. Here's What Might Explain Why. div.module > div.copy > div.article-title > a |
A photo of HHS Secretary Robert F. Kennedy Jr. div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
We Got a Legal Win for Vaccines. But Chaos Is the Point. div.module > div.copy > div.article-title > a |
image div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
NYC Health Commissioner Warns of 'Public Health Disaster' From Vaccine Policy div.module > div.copy > div.article-title > a |
Opens in a new tab or window div#mpt-social-share-xk73pbfea > div.mpt-social-share__container > div.mpt-social-share__container--primary > a.mpt-social-share__link |
Opens in a new tab or window div#mpt-social-share-xk73pbfea > div.mpt-social-share__container > div.mpt-social-share__container--primary > a.mpt-social-share__link |
Opens in a new tab or window div#mpt-social-share-xk73pbfea > div.mpt-social-share__container > div.mpt-social-share__container--primary > a.mpt-social-share__link |
Opens in a new tab or window div#mpt-social-share-xk73pbfea > div.mpt-social-share__container > div.mpt-social-share__container--secondary > a.mpt-social-share__link |
Opens in a new tab or window div#mpt-social-share-xk73pbfea > div.mpt-social-share__container > div.mpt-social-share__container--secondary > a.mpt-social-share__link |
Opens in a new tab or window div#mpt-social-share-xk73pbfea > div.mpt-social-share__container > div.mpt-social-share__container--secondary > a.mpt-social-share__link |
Opens in a new tab or window div#mpt-social-share-xk73pbfea > div.mpt-social-share__container > div.mpt-social-share__container--secondary > a.mpt-social-share__link |
Subscribe for Free div#mpt-social-share-xk73pbfea > div.mpt-social-share__container > button.subscribe-button |
About footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a |
Awards footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a |
Help Center footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a |
Terms of Use footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a |
Privacy Policy footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a |
Do Not Sell My Personal Information footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a |
AdChoices footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a.showConsentTool |
Accessibility Statement footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a.accssSttmnt |
visit everydayhealthgroup.com div > div.mpt-parner-logos > div.mpt-parner-logos-container > a.mpt-parner-logo--button |
visit healthecareers.com/ div > div.mpt-parner-logos > div.mpt-parner-logos-container > a.mpt-parner-logo--button |
visit medpagetoday.com div > div.mpt-parner-logos > div.mpt-parner-logos-container > a.mpt-parner-logo--button |
visit primeinc.org div > div.mpt-parner-logos > div.mpt-parner-logos-container > a.mpt-parner-logo--button |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Meeting Coverage div.flex-tiles > div.module > div.copy > a |
Meeting Coverage div.flex-tiles > div.module > div.copy > a |
Cardiology div.flex-tiles > div.module > div.copy > a |
Psychiatry div.module > div.border-container > div.copy > a |
Building the Patient-Centered Medical Home div.module > div.border-container > div.copy > a |
Climate Checkup div.module > div.border-container > div.copy > a |
Second Opinions div.module > div.border-container > div.copy > a |
Second Opinions div.module > div.border-container > div.copy > a |
Washington-Watch div.module > div.copy > div.module-category > a |
These items highlight common accessibility best practices.
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 |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | clf1.medpagetoday.net/assets/scripts/js/homepage.54d9905b.js line 1, col 3918 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 XMLHttpRequest at 'https://cdn.cookielaw.org/consent/2e02ec01-2b9f-46f8-b9fc-b6d84e3a0e60/2e02ec01-2b9f-46f8-b9fc-b6d84e3a0e60.json' from origin 'https://www.medpagetoday.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 | |
Failed to load resource: the server responded with a status of 404 () | |
zdstatic.medpagetoday.com/jst/zdconsent.js line 2, col 10265 | Uncaught TypeError: Cannot read properties of undefined (reading 'Domain') |
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.
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.63 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
503 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.054
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.63 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.85 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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 |
|---|---|---|
| /p.css?s=1&k=lhg2koz&ht=tk&f=6812.6815.6817&a=35182499&ap... | 172 B | 232 ms |
| use.typekit.net/lhg2koz.css | 933 B | 232 ms |
| clf1.medpagetoday.net/assets/scripts/css/homepage.bd7d33da.css | 41.3 KiB | 333 ms |
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.
| URL | Est Savings |
|---|---|
| clf1.medpagetoday.com/assets/fonts/BerninaSans-Web-Semibold.woff | 5.0 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 | |
|---|---|---|---|
A screenshot Elizabeth Warren speaking during this hearing. div.module > div.border-container > a > img.lede-img | assets.medpagetoday.net/media/images/120xxx/120911.jpg?width=0.6 | 31.3 KiB | 28.1 KiB |
A photo of a man looking out the window of a psychiatric hospital. div.module > div.border-container > a > img.lede-img | assets.medpagetoday.net/media/images/120xxx/120912.jpg?width=0.6 | 22.6 KiB | 20.3 KiB |
Illustration of a brain shaped maze. div.module > div.border-container > a > img.lede-img | assets.medpagetoday.net/media/images/120xxx/120909.jpg?width=0.6 | 21.9 KiB | 19.7 KiB |
A photo of a 988 Suicide & Crisis Lifeline sign in a park in Warsaw, Missouri. section.mpt-lede-section > div.module > a > img.lede-img | assets.medpagetoday.net/media/images/120xxx/120907.jpg?width=0.6 | 27.7 KiB | 18.9 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 |
|---|---|
| medpagetoday.com/ | 493 ms |
| www.medpagetoday.com/ | 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.
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.
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 |
|---|---|---|
| clf1.medpagetoday.net/assets/scripts/css/homepage.bd7d33da.css | 40.9 KiB | 23.3 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| clf1.medpagetoday.net/assets/scripts/js/components.88ab19ae.js | 279.3 KiB | 249.9 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 131.4 KiB |
| micro.rubiconproject.com/prebid/dynamic/13346.js | 145.1 KiB | 69.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-J1967M8JXE&cx=c>m=4e64k0 | 153.5 KiB | 62.6 KiB |
| /gtm.js?id=GTM-MDXF2M>m_auth=clplyHpqv5s4qDs-F9_BhQ>m... | 150.0 KiB | 59.1 KiB |
| cdn.static.zdbb.net/js/z0WVjCBSEeGLoxIxOQVEwQ.min.js | 175.4 KiB | 40.8 KiB |
| clf1.medpagetoday.net/assets/scripts/js/homepage.54d9905b.js | 47.7 KiB | 32.7 KiB |
| tagan.adlightning.com/everydayhealth-medpagetoday/b-c7ca5a2-45618540.js | 31.8 KiB | 24.0 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 |
|---|---|
| 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 |
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 photo of a 988 Suicide & Crisis Lifeline sign in a park in Warsaw, Missouri. section.mpt-lede-section > div.module > a > img.lede-img | assets.medpagetoday.net/media/images/120xxx/120907.jpg?width=0.6 |
A photo of a man looking out the window of a psychiatric hospital. div.module > div.border-container > a > img.lede-img | assets.medpagetoday.net/media/images/120xxx/120912.jpg?width=0.6 |
A screenshot Elizabeth Warren speaking during this hearing. div.module > div.border-container > a > img.lede-img | assets.medpagetoday.net/media/images/120xxx/120911.jpg?width=0.6 |
Illustration of a brain shaped maze. div.module > div.border-container > a > img.lede-img | assets.medpagetoday.net/media/images/120xxx/120909.jpg?width=0.6 |
AAN over a computer rendering of an excited nervous system. div.flex-tiles > div.module > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A photo of rat lungworms. div.flex-tiles > div.module > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A photo of a senior woman experiencing a temporal headache. div.flex-tiles > div.module > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
Cardio Break over a computer rendering of a heart. div.flex-tiles > div.module > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A photo of a woman blowing her irritated nose. div.flex-tiles > div.module > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A photo of a woman suppressing a sneeze. div.flex-tiles > div.module > a > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.border-container > div.image-mask > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.border-container > div.image-mask > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.border-container > div.image-mask > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.border-container > div.image-mask > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
div.flex-tiles > div.module > a.lede-image-link > img.lede-img div.flex-tiles > div.module > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A photo of Kansas Gov. Laura Kelly. div.flex-tiles > div.module > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A photo of a woman suppressing a sneeze. div.flex-tiles > div.module > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A screenshot of The Pitt character Joy Kwon played by Irene Choi. div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A computer rendering of bacteria in the blood. div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
A photo of HHS Secretary Robert F. Kennedy Jr. div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
image div.module > div.image-aspect-container > a.lede-image-link > img.lede-img | data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs= |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search nav#mpt_header > div.mpt-nav_logo_search > div.mpt-nav_search > div.mpt-nav_search_icon |
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.
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 |
|---|
section.mpt-featured-section > div.flex-tiles > div.module > a.lede-image-link section.mpt-featured-section > div.flex-tiles > div.module > a.lede-image-link |
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.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Specialties div.mpt-nav_site > ul.mpt-nav_site__main-nav > li.has_subnav > a |
Perspectives div.mpt-nav_site > ul.mpt-nav_site__main-nav > li > a |
Health Policy div.mpt-nav_site > ul.mpt-nav_site__main-nav > li > a |
Meetings div.mpt-nav_site > ul.mpt-nav_site__main-nav > li > a |
Special Reports div.mpt-nav_site > ul.mpt-nav_site__main-nav > li > a |
Break Room div.mpt-nav_site > ul.mpt-nav_site__main-nav > li > a |
Resources div.mpt-nav_site > ul.mpt-nav_site__main-nav > li.has_subnav > a |
Society Partners div.mpt-nav_site > ul.mpt-nav_site__main-nav > li.has_subnav > a |
Search nav#mpt_header > div.mpt-nav_logo_search > div.mpt-nav_search > div.mpt-nav_search_icon |
A photo of a 988 Suicide & Crisis Lifeline sign in a park in Warsaw, Missouri. div#js-mpt-lede-latest-region > section.mpt-lede-section > div.module > a |
988 Launch Tied to Drop in Youth Suicides div.module > div.copy > div.article-title > a |
Meeting Coverage div.flex-tiles > div.module > div.copy > a |
First Clinical Trial in MOGAD Meets Primary Endpoint div.module > div.copy > div.article-title > a |
Meeting Coverage div.flex-tiles > div.module > div.copy > a |
Study Linking Fruits, Veggies to Lung Cancer Raises Eyebrows div.module > div.copy > div.article-title > a |
Cardiology div.flex-tiles > div.module > div.copy > a |
Triple Pill Gets Intracerebral Hemorrhage Survivors Closer to BP Goals div.module > div.copy > div.article-title > a |
More Medical News div.mpt-content-region > section.mpt-more-medical-news-section > h2.section-title > a |
Psychiatry div.module > div.border-container > div.copy > a |
Novel Antipsychotic Shows Promise in Acute Schizophrenia div.border-container > div.copy > div.article-title > a |
A photo of a man looking out the window of a psychiatric hospital. div.flex-tiles > div.module > div.border-container > a |
Washington-Watch div.module > div.border-container > div.copy > a |
Costco Has Cheaper Drugs Than TrumpRx, Senator Says div.border-container > div.copy > div.article-title > a |
A screenshot Elizabeth Warren speaking during this hearing. div.flex-tiles > div.module > div.border-container > a |
Psychiatry div.module > div.border-container > div.copy > a |
Suicide With Food Preservative; Xanax Recall; 19% of America Depressed div.border-container > div.copy > div.article-title > a |
Illustration of a brain shaped maze. div.flex-tiles > div.module > div.border-container > a |
div.module > section > div.module > div#adSlot1 div.module > section > div.module > div#adSlot1 |
Break Room div.section-copy > div.copy > div.article-title > a |
Take a Break! div.module > div.section-btn > div.take-break-btn > a |
New Kink in the Link Between GLP-1 Drugs and Cognition div.module > div.copy > div.article-title > a |
AAN over a computer rendering of an excited nervous system. section.mpt-most-read-section > div.flex-tiles > div.module > a |
Rat Lungworm Is Now in My State. Is It in Yours Too? div.module > div.copy > div.article-title > a |
A photo of rat lungworms. section.mpt-most-read-section > div.flex-tiles > div.module > a |
Benefit of Aspirin Questionable After Arterial Inflammation Emergencies div.module > div.copy > div.article-title > a |
A photo of a senior woman experiencing a temporal headache. section.mpt-most-read-section > div.flex-tiles > div.module > a |
Best Exercise Timing; GLP-1 Pill's Heart Safety; Pop Star's Cardiovascular Illn… div.module > div.copy > div.article-title > a |
Cardio Break over a computer rendering of a heart. section.mpt-most-read-section > div.flex-tiles > div.module > a |
Amoxicillin Alone Holds Up for Acute Sinusitis div.module > div.copy > div.article-title > a |
A photo of a woman blowing her irritated nose. section.mpt-most-read-section > div.flex-tiles > div.module > a |
Suppressing a Sneeze May Have Led to Cerebrospinal Fluid Leak div.module > div.copy > div.article-title > a |
A photo of a woman suppressing a sneeze. section.mpt-most-read-section > div.flex-tiles > div.module > a |
Perspectives div.mpt-content-region > section.mpt-opinion-section > h2.section-title > a |
Building the Patient-Centered Medical Home div.module > div.border-container > div.copy > a |
Patients Are Bringing Us More of Their Own Data -- Can We Handle It? div.border-container > div.copy > div.article-title > a |
Climate Checkup div.module > div.border-container > div.copy > a |
We Need to Talk About Plastics div.border-container > div.copy > div.article-title > a |
Second Opinions div.module > div.border-container > div.copy > a |
Prescribing in a 'Black Box' of Prior Auth Decisions div.border-container > div.copy > div.article-title > a |
Second Opinions div.module > div.border-container > div.copy > a |
A Hot Take on the Erica Schwartz CDC Nomination div.border-container > div.copy > div.article-title > a |
Allergy & Immunology div > div.module > div.link_row > a |
Anesthesiology div > div.module > div.link_row > a |
Cardiology div > div.module > div.link_row > a |
Critical Care div > div.module > div.link_row > a |
Dermatology div > div.module > div.link_row > a |
Emergency Medicine div > div.module > div.link_row > a |
Endocrinology div > div.module > div.link_row > a |
Gastroenterology div > div.module > div.link_row > a |
Genetics div > div.module > div.link_row > a |
Geriatrics div > div.module > div.link_row > a |
HIV / AIDS div > div.module > div.link_row > a |
Hospital-Based Medicine div > div.module > div.link_row > a |
Infectious Disease div > div.module > div.link_row > a |
Nephrology div > div.module > div.link_row > a |
Neurology div > div.module > div.link_row > a |
Nursing div > div.module > div.link_row > a |
OB / GYN div > div.module > div.link_row > a |
Oncology / Hematology div > div.module > div.link_row > a |
Ophthalmology div > div.module > div.link_row > a |
Orthopedics div > div.module > div.link_row > a |
Pain Management div > div.module > div.link_row > a |
Pathology div > div.module > div.link_row > a |
Pediatrics div > div.module > div.link_row > a |
Primary Care div > div.module > div.link_row > a |
Psychiatry div > div.module > div.link_row > a |
Pulmonology div > div.module > div.link_row > a |
Radiology div > div.module > div.link_row > a |
Rheumatology div > div.module > div.link_row > a |
Surgery div > div.module > div.link_row > a |
Transplantation div > div.module > div.link_row > a |
Urology div > div.module > div.link_row > a |
'The Pitt' Finale: An ER Doctor Reacts div.module > div.copy > div.article-title > a |
section.mpt-featured-section > div.flex-tiles > div.module > a.lede-image-link section.mpt-featured-section > div.flex-tiles > div.module > a.lede-image-link |
New Kansas Law Erases 20 Years of Nurse Discipline div.module > div.copy > div.article-title > a |
A photo of Kansas Gov. Laura Kelly. section.mpt-featured-section > div.flex-tiles > div.module > a.lede-image-link |
Suppressing a Sneeze May Have Led to Cerebrospinal Fluid Leak div.module > div.copy > div.article-title > a |
A photo of a woman suppressing a sneeze. section.mpt-featured-section > div.flex-tiles > div.module > a.lede-image-link |
Weekly News Quiz section.mpt-news-quiz-section > div.module > h2.section-title > a |
Quiz Time: Why Was a Florida Doc Charged With Manslaughter? div.module > div.copy > div.article-title > a |
Take the Quiz div.module > div.copy > div.take-quiz-btn > a |
Meeting Coverage div.mpt-content-region > section.mpt-meeting-coverage-section > h2.section-title > a |
SCCM div.module-wrapper > div.module > div.link_row > a |
EBCC div.module-wrapper > div.module > div.link_row > a |
AAD div.module-wrapper > div.module > div.link_row > a |
ACC div.module-wrapper > div.module > div.link_row > a |
SGO div.module-wrapper > div.module > div.link_row > a |
AACR div.module-wrapper > div.module > div.link_row > a |
AAN div.module-wrapper > div.module > div.link_row > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
Injecting PD-1 Drug Directly Into Oral Precancers Shrinks Lesions div.module > div.copy > div.article-title > a |
AACR over a computer rendering of leukemia cells in a petri dish and a pipette. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
Cemdisiran siRNA Therapy Demonstrates Efficacy in Myasthenia Gravis div.module > div.copy > div.article-title > a |
AAN over a computer rendering of an excited nervous system. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Washington-Watch div.module > div.copy > div.module-category > a |
Trump Pardoned a Nursing Home Owner Who Owed Almost $19M to a Grieving Family div.module > div.copy > div.article-title > a |
A photo of Trump signing an executive order. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
Tumor DNA Clearance Before Breast Cancer Surgery Predicts Response, Metastasis … div.module > div.copy > div.article-title > a |
AACR over a computer rendering of leukemia cells in a petri dish and a pipette. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Primary Care div.module > div.copy > div.module-category > a |
Psychedelic Retreats, a Booming Business With Few Safety Guardrails div.module > div.copy > div.article-title > a |
A photo of people lying face down on the grass during an integration circle at … div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Pop Medicine div.module > div.copy > div.module-category > a |
'The Pitt' Got a Diagnosis Right. It Got the Response Wrong. div.module > div.copy > div.article-title > a |
A screenshot of Noah Wyle riding a motorycycle in an episode of The Pitt. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Washington-Watch div.module > div.copy > div.module-category > a |
Congresswoman Tied to COVID Fraud Resigns; DOD Ends Flu Vax Mandate; USPSTF Ove… div.module > div.copy > div.article-title > a |
Morning Break over illustration of a syringe, Covid virus, and DNA helix over a… div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Special Reports div.module > div.copy > div.module-category > a |
Inside CDC Director Nomination; Rogan's Psychedelic Influence; Researchers Fool… div.module > div.copy > div.article-title > a |
INVESTIGATIVE ROUNDUP over an image of two people looking at computer screens. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Infectious Disease div.module > div.copy > div.module-category > a |
FDA Approves New Standalone Combo Pill for HIV div.module > div.copy > div.article-title > a |
FDA APPROVED doravirine + islatravir (Idvynso) over a computer rendering of HIV… div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Special Reports div.module > div.copy > div.module-category > a |
As 'The Pitt' Spotlights Physician Mental Health, Advocates Push Breen Act Fund… div.module > div.copy > div.article-title > a |
A photo of Lorna Breen, MD. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Public Health & Policy div.module > div.copy > div.module-category > a |
Kennedy Tangles With Lawmakers Over Vitamin K Shots, Vaccines for Newborns div.module > div.copy > div.article-title > a |
A screenshot of Robert F. Kennedy Jr. speaking during this hearing. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Gastroenterology div.module > div.copy > div.module-category > a |
Are NSAIDs Genuinely Too Dangerous in Inflammatory Bowel Disease? div.module > div.copy > div.article-title > a |
A computer rendering of inflamed intestines. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
Next-Generation KRAS G12C Inhibitor Shows 'Robust' Efficacy in Advanced Lung Ca… div.module > div.copy > div.article-title > a |
AACR over a computer rendering of leukemia cells in a petri dish and a pipette. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Public Health & Policy div.module > div.copy > div.module-category > a |
Dr. Oz Announces 50-State Audit of Medicaid Program Oversight div.module > div.copy > div.article-title > a |
A photo of Mehmet Oz, MD. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Endocrinology div.module > div.copy > div.module-category > a |
GLP-1s and Muscle Loss; 'Ozempic Personality'; Acromegaly and Cancer Risk div.module > div.copy > div.article-title > a |
Endo Break over a computer rendering of a man with illustrated body organs. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Pulmonology div.module > div.copy > div.module-category > a |
Mycoplasma Pneumonia Recovery Faster With Corticosteroid div.module > div.copy > div.article-title > a |
A computer rendering of Mycoplasma pneumonia. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
CAR-T Trial Raises Prospect of Preventing Myeloma in High-Risk Group div.module > div.copy > div.article-title > a |
AACR over a computer rendering of leukemia cells in a petri dish and a pipette. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
Public Health & Policy div.module > div.copy > div.module-category > a |
Fact-Check: RFK Jr. Says U.S. Is Handling Measles Better Than the Rest of the W… div.module > div.copy > div.article-title > a |
A photo of Health and Human Services Secretary Robert F. Kennedy Jr. div.mpt-content-region > section.mpt-more-from-section > div.module > a |
div.mpt-content-region > section.mpt-bottom-right-rail-ad-section > div.module > div#adSlot5 div.mpt-content-region > section.mpt-bottom-right-rail-ad-section > div.module > div#adSlot5 |
image div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
'The Pitt' Finale: An ER Doctor Reacts div.module > div.copy > div.article-title > a |
A screenshot of The Pitt character Joy Kwon played by Irene Choi. div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
Joy Kwon on 'The Pitt' Got It Right: Students Should Leave Their Shifts on Time div.module > div.copy > div.article-title > a |
image div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
An Unusual Case of Pneumonia on 'The Pitt': An Emergency Doctor Weighs In div.module > div.copy > div.article-title > a |
image div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
How a Real Emergency Doctor Helps 'The Pitt' Feel Real div.module > div.copy > div.article-title > a |
image div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
When a Headache Is Something Worse on 'The Pitt': An ER Doctor Weighs In div.module > div.copy > div.article-title > a |
A computer rendering of bacteria in the blood. div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
Sepsis Rates Are Up. Here's What Might Explain Why. div.module > div.copy > div.article-title > a |
A photo of HHS Secretary Robert F. Kennedy Jr. div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
We Got a Legal Win for Vaccines. But Chaos Is the Point. div.module > div.copy > div.article-title > a |
image div.flex-tiles > div.module > div.image-aspect-container > a.lede-image-link |
From the Editor in Chief div.flex-tiles > div.module > div.copy > a |
NYC Health Commissioner Warns of 'Public Health Disaster' From Vaccine Policy div.module > div.copy > div.article-title > a |
Opens in a new tab or window div#mpt-social-share-3pac7flkj > div.mpt-social-share__container > div.mpt-social-share__container--primary > a.mpt-social-share__link |
Opens in a new tab or window div#mpt-social-share-3pac7flkj > div.mpt-social-share__container > div.mpt-social-share__container--primary > a.mpt-social-share__link |
Opens in a new tab or window div#mpt-social-share-3pac7flkj > div.mpt-social-share__container > div.mpt-social-share__container--primary > a.mpt-social-share__link |
Opens in a new tab or window div#mpt-social-share-3pac7flkj > div.mpt-social-share__container > div.mpt-social-share__container--secondary > a.mpt-social-share__link |
Opens in a new tab or window div#mpt-social-share-3pac7flkj > div.mpt-social-share__container > div.mpt-social-share__container--secondary > a.mpt-social-share__link |
Opens in a new tab or window div#mpt-social-share-3pac7flkj > div.mpt-social-share__container > div.mpt-social-share__container--secondary > a.mpt-social-share__link |
Opens in a new tab or window div#mpt-social-share-3pac7flkj > div.mpt-social-share__container > div.mpt-social-share__container--secondary > a.mpt-social-share__link |
Subscribe for Free div#mpt-social-share-3pac7flkj > div.mpt-social-share__container > button.subscribe-button |
About footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a |
Awards footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a |
Help Center footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a |
Terms of Use footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a |
Privacy Policy footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a |
Do Not Sell My Personal Information footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a |
AdChoices footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a.showConsentTool |
Accessibility Statement footer.module-footer > div.mpt-footer-navigation > div.mpt-footer-navigation-container > a.accssSttmnt |
visit everydayhealthgroup.com div > div.mpt-parner-logos > div.mpt-parner-logos-container > a.mpt-parner-logo--button |
visit healthecareers.com/ div > div.mpt-parner-logos > div.mpt-parner-logos-container > a.mpt-parner-logo--button |
visit medpagetoday.com div > div.mpt-parner-logos > div.mpt-parner-logos-container > a.mpt-parner-logo--button |
visit primeinc.org div > div.mpt-parner-logos > div.mpt-parner-logos-container > a.mpt-parner-logo--button |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Meeting Coverage div.flex-tiles > div.module > div.copy > a |
Meeting Coverage div.flex-tiles > div.module > div.copy > a |
Cardiology div.flex-tiles > div.module > div.copy > a |
Psychiatry div.module > div.border-container > div.copy > a |
Washington-Watch div.module > div.border-container > div.copy > a |
Psychiatry div.module > div.border-container > div.copy > a |
Climate Checkup div.module > div.border-container > div.copy > a |
Second Opinions div.module > div.border-container > div.copy > a |
Second Opinions div.module > div.border-container > div.copy > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
Washington-Watch div.module > div.copy > div.module-category > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
Primary Care div.module > div.copy > div.module-category > a |
Pop Medicine div.module > div.copy > div.module-category > a |
Washington-Watch div.module > div.copy > div.module-category > a |
Special Reports div.module > div.copy > div.module-category > a |
Infectious Disease div.module > div.copy > div.module-category > a |
Special Reports div.module > div.copy > div.module-category > a |
Public Health & Policy div.module > div.copy > div.module-category > a |
Gastroenterology div.module > div.copy > div.module-category > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
Public Health & Policy div.module > div.copy > div.module-category > a |
Endocrinology div.module > div.copy > div.module-category > a |
Pulmonology div.module > div.copy > div.module-category > a |
Meeting Coverage div.module > div.copy > div.module-category > a |
Public Health & Policy div.module > div.copy > div.module-category > a |
These items highlight common accessibility best practices.
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 |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | clf1.medpagetoday.net/assets/scripts/js/homepage.54d9905b.js line 1, col 3918 |
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 XMLHttpRequest at 'https://cdn.cookielaw.org/consent/2e02ec01-2b9f-46f8-b9fc-b6d84e3a0e60/2e02ec01-2b9f-46f8-b9fc-b6d84e3a0e60.json' from origin 'https://www.medpagetoday.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 | |
Failed to load resource: the server responded with a status of 404 () | |
zdstatic.medpagetoday.com/jst/zdconsent.js line 2, col 10265 | Uncaught TypeError: Cannot read properties of undefined (reading 'Domain') |
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.
Send Feedback