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.
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.
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 |
|---|---|---|
| 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.
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.
Names and labels
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.
Navigation
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.
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 |
|---|
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.
Best Practices
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 |
|---|---|
| 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') |
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.