Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
landing_header_mobile div.LandingHeader_headerContainer__v_3y0 > div.LandingHeader_headContainer__JPWSo > picture > img | /mmanual-ssq1ci05/media/manual/landing/redesign/landing_h... | 31.4 KiB | 18.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 86400.0 s | 129.0 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| msdmanuals.com/ | 863 ms |
| www.msdmanuals.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused 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 |
|---|---|---|
| www.msdmanuals.com/_next/static/css/af2e3eb08b8d5595.css | 21.7 KiB | 20.5 KiB |
| @media(min-width:1025px){.Logo_headerLogo__5TL4e{width:32%} … | 12.8 KiB | 12.6 KiB |
| .Loader_loader__AXHgS{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0; … } … | 10.8 KiB | 10.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 128.8 KiB | 79.7 KiB |
| www.googletagmanager.com/gtag/js?id=DC-11601058&cx=c>m=4e64h1 | 148.2 KiB | 63.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-CJ792HFYYC&cx=c>m=4e64h1 | 169.8 KiB | 62.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5MKXR9 | 176.0 KiB | 59.3 KiB |
| www.googletagmanager.com/gtag/js?id=AW-818681104&cx=c>m=4e64h1 | 138.0 KiB | 58.5 KiB |
| www.msdmanuals.com/_next/static/chunks/framework-67b80232d4e18f31.js | 65.5 KiB | 28.8 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 453 ms | 87 ms | 0.0 ms |
| www.msdmanuals.com/_next/static/chunks/framework-67b80232d4e18f31.js | 364 ms | 309 ms | 17 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5MKXR9 | 327 ms | 277 ms | 45 ms |
| www.msdmanuals.com/ | 307 ms | 33 ms | 1.2 ms |
| www.googletagmanager.com/gtag/js?id=G-CJ792HFYYC&cx=c>m=4e64h1 | 240 ms | 196 ms | 40 ms |
| www.msdmanuals.com/_next/static/chunks/pages/_app-d9beaa4502cfa824.js | 207 ms | 188 ms | 7.2 ms |
| www.googletagmanager.com/gtag/js?id=DC-11601058&cx=c>m=4e64h1 | 175 ms | 136 ms | 35 ms |
| www.msdmanuals.com/_next/static/chunks/pages/index-c161f89d9bc5dc16.js | 136 ms | 136 ms | 0.2 ms |
| www.googletagmanager.com/gtag/js?id=AW-818681104&cx=c>m=4e64h1 | 134 ms | 108 ms | 24 ms |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 111 ms | 54 ms | 40 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.6 s |
| Other | 455 ms |
| Script Parsing & Compilation | 297 ms |
| Style & Layout | 188 ms |
| Rendering | 59 ms |
| Parse HTML & CSS | 47 ms |
| Garbage Collection | 25 ms |
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
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#mob-sticky-footer > ul.StickyFooter_footer_sticky_bottomlist__Le30i > li.StickyFooter_imgIcon__JuZvS > button.StickyFooter_footer_sticky_moreButton__JAc2t |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Global Medical Knowledge. div.LandingAbout_designText__6IuGE > div.content__paragraph > p > a |
These are opportunities to improve the legibility of your content.
Best Practices
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.