Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.m-Card__m-MediaWrap > a.m-Card__m-ResponsiveImage--Link > div.m-Card__m-ResponsiveImage > img.m-ResponsiveImage__a-Image div.m-Card__m-MediaWrap > a.m-Card__m-ResponsiveImage--Link > div.m-Card__m-ResponsiveImage > img.m-ResponsiveImage__a-Image | /content/dam/images/discovery/editorial/shows/f/filthy-fo... | 132.8 MiB | 132.8 MiB |
Fridays at 8/7c div.m-Card__m-MediaWrap > a.m-Card__m-ResponsiveImage--Link > div.m-Card__m-ResponsiveImage > img.m-ResponsiveImage__a-Image | /content/dam/images/discovery/unsized/2025/Gold-Rush_S16_... | 438.1 KiB | 393.2 KiB |
By entering your email address, you agree to our Terms of Use and acknowledge t… section.o-FollowUs > div.container > div.o-FollowUs__m-Body > section#mod-newsletter-1 | hgtvhome.sndimg.com/content/dam/images/discovery/unsized/group-2.png | 45.4 KiB | 34.2 KiB |
Advertisement div.GoogleActiveViewElement > div#gcc_CNnnafKmGK6M6tkPiobssQk > a#img_anch_CPLKobvf_5MDFS6GOgUdCgM7lg > img | s0.2mdn.net/simgad/5972198250758903289 | 17.8 KiB | 13.4 KiB |
Sundays at 8/7c div.m-Card__m-MediaWrap > a.m-Card__m-ResponsiveImage--Link > div.m-Card__m-ResponsiveImage > img.m-ResponsiveImage__a-Image | /content/dam/images/discovery/editorial/shows/n/naked-and... | 36.2 KiB | 9.4 KiB |
div.o-Header__m-ButtonLink > a.m-ButtonLinkWrap > span.m-ButtonLink__a-Icon > img div.o-Header__m-ButtonLink > a.m-ButtonLinkWrap > span.m-ButtonLink__a-Icon > img | www.discovery.com/etc/clientlibs/assets/images/discovery/disco-plus.png | 6.2 KiB | 5.2 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /etc/clientlibs/user-consent-disco.md5-18966a93b3e99f8a9d... | 31.0 KiB | 154 ms |
| /etc/clientlibs/ad-specific.min.md5-fc4185e43c29ae078652b... | 732 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| discovery.com/ | 954 ms |
| www.discovery.com/?aid=223105&cid=5624648&crid=273048896&event=creativeView | 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.
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 |
|---|---|---|
| /etc/clientlibs/assets/v3/css/discovery-mobile-include-fo... | 47.1 KiB | 45.8 KiB |
| 18.6 KiB | 18.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.
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 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 | 11.7 s |
| Other | 4.4 s |
| Script Parsing & Compilation | 1.1 s |
| Style & Layout | 482 ms |
| Garbage Collection | 281 ms |
| Parse HTML & CSS | 177 ms |
| Rendering | 123 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.o-Header__m-ButtonLink > a.m-ButtonLinkWrap > span.m-ButtonLink__a-Icon > img div.o-Header__m-ButtonLink > a.m-ButtonLinkWrap > span.m-ButtonLink__a-Icon > img | www.discovery.com/etc/clientlibs/assets/images/discovery/disco-plus.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
What to Watch
6 SEASONS
Moonshiners: Master Distiller
Binge on discovery+
9 SEA… div.full-width > div.main > div.fullWidthPromo > section#mod-full-width-promo-2 |
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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Fridays at 8/7c div.o-FullWidthPromo__m-Body > div#mod-card-1 > div.m-Card__m-TextWrap > h3.m-Card__a-Headline |
Moonshiners div#mod-on-tv-full-width-1 > div.m-ScheduleCard__m-TextWrap > div.m-ScheduleCard__m-ScheduleItem--OnNow > h5.m-ScheduleCard__a-Headline |
These are opportunities to improve keyboard navigation in your application.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js-support html.js-support |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
div.o-Header__m-ButtonLink > a.m-ButtonLinkWrap > span.m-ButtonLink__a-Icon > img div.o-Header__m-ButtonLink > a.m-ButtonLinkWrap > span.m-ButtonLink__a-Icon > img | www.discovery.com/etc/clientlibs/assets/images/discovery/disco-plus.png | 179 x 33 | 179 x 33 | 269 x 50 |
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 |
|---|---|
| Topics | micro.rubiconproject.com/prebid/dynamic/11078.js line 20, col 84959 |
| AttributionReporting | |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.o-FullWidthPromo__m-Body > div#mod-card-3 > div.m-Card__m-MediaWrap > a.m-Card__m-ResponsiveImage--Link div.o-FullWidthPromo__m-Body > div#mod-card-3 > div.m-Card__m-MediaWrap > a.m-Card__m-ResponsiveImage--Link |
To appear in search results, crawlers need access to your app.