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.
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 |
|---|---|---|
| cdn.adsninja.ca/an_sn.js | 3.1 KiB | 756 ms |
| static0.srcdn.com/assets/quick-rating-widget.f63e9100.css | 8.7 KiB | 757 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 | |
|---|---|---|---|
Who is the better player-3 div.display-card > div.dc-img-link > div.dc-img > img | /wordpress/wp-content/uploads/2026/04/who-is-the-better-p... | 54.7 KiB | 44.8 KiB |
Who is the better player-4 div.display-card > div.dc-img-link > div.dc-img > img | /wordpress/wp-content/uploads/2026/04/who-is-the-better-p... | 43.2 KiB | 35.4 KiB |
Who is the better player-1 div.display-card > div.dc-img-link > div.dc-img > img | /wordpress/wp-content/uploads/2026/04/who-is-the-better-p... | 42.5 KiB | 34.8 KiB |
Gillian Anderson and David Duchovny entering an office in The X-Files a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/03/gillian-anderson-an... | 30.7 KiB | 25.2 KiB |
Who is the better player-2-2 div.display-card > div.dc-img-link > div.dc-img > img | /wordpress/wp-content/uploads/2026/04/who-is-the-better-p... | 29.2 KiB | 24.0 KiB |
Michael Jackson in Michael a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/michael-jackson-in-... | 27.0 KiB | 22.1 KiB |
Karl Urban Teases An Explosive Series Finale For The Boys div.display-card > div.dc-img-link > div.dc-img > img | /wordpress/wp-content/uploads/2026/04/karl-urban-teases-a... | 25.2 KiB | 20.6 KiB |
Skye P. Marshall as Olympia Lawrence in Matlock a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2025/04/matlock-skye-p-mars... | 19.8 KiB | 19.0 KiB |
Halle Bailey as Anna and Regé-Jean Page as Michael in You, Me & Tuscany div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/04/you-me-tuscany.jpg?... | 22.4 KiB | 18.4 KiB |
Jaafar Jackson smiling as Michael Jackson in Michael poster a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/02/jaafar-jackson-smil... | 16.4 KiB | 13.4 KiB |
Bob Odenkirk's Ulysses smiling politely in Normal a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/bob-odenkirk-s-ulys... | 12.9 KiB | 12.3 KiB |
David Alpay as Jade, Harold Perrineau as Boyd Stevens, and Catalina Sandino Mor… div.display-card > a.dc-img-link > div.dc-img > img | /wordpress/wp-content/uploads/2026/04/david-alpay-as-jade... | 9.5 KiB | 7.7 KiB |
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.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.adsninja.ca/adsninja_client.js?v=3648 | 316.3 KiB | 273.4 KiB |
| cdn.adsninja.ca/biddertypelibrary/live/ScreenRant/Prebid_Default.js?v=3648 | 193.1 KiB | 158.7 KiB |
| cdn.jsdelivr.net/npm/hls.js@latest | 159.5 KiB | 145.2 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 134.7 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 146.8 KiB | 109.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-TTMLW7634R | 158.4 KiB | 65.2 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.4 KiB | 57.0 KiB |
| static0.srcdn.com/assets/valnet-footer.66f46bad.js | 65.8 KiB | 51.1 KiB |
| d15kdpgjg3unno.cloudfront.net/oPS.js?cid=76 | 59.8 KiB | 24.8 KiB |
| cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js | 42.0 KiB | 21.5 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 | 3.0 s |
| Other | 1.3 s |
| Style & Layout | 709 ms |
| Script Parsing & Compilation | 584 ms |
| Rendering | 177 ms |
| Parse HTML & CSS | 137 ms |
| Garbage Collection | 35 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 KiB |
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 |
|---|---|---|
| .design-system--grid{width:100%} … | 42.6 KiB | 39.3 KiB |
| cdn.adsninja.ca/adsninja_client_style.css?v=3648 | 21.9 KiB | 20.6 KiB |
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 | |
|---|---|
4 div.w-display-card-meta > div.dc-author-img > a > img | /wordpress/wp-content/authors/670eae2402684-michael keene... |
4 div.w-display-card-meta > div.dc-author-img > a > img | /wordpress/wp-content/authors/699776ec1816b-IMG_6701.jpg?... |
4 div.w-display-card-meta > div.dc-author-img > a > img | /wordpress/wp-content/authors/660adb6fd4e25-C95733E1-6A82... |
4 div.w-display-card-meta > div.dc-author-img > a > img | /wordpress/wp-content/authors/670eae2402684-michael keene... |
4 div.w-display-card-meta > div.dc-author-img > a > img | /wordpress/wp-content/authors/68a35dcb2ed3a-IMG_1819.jpg?... |
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.w-hub-video > div#left-block-articles > div.w-control-arrows > button#previous-btn div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#previous-btn |
div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#next-btn div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#next-btn |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
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. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SEE MORE div.left-column > div.w-hub-video > div.hub-header > a.section-view-all-link |
SEE MORE div.right-column > div#left-block > div.hub-header > a.section-view-all-link |
Mar 25, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
Mar 23, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
Apr 18, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
SEE MORE section#exclusives > div.w-hub-widgets > div.hub-header > a.section-view-all-link |
SEE MORE section#shorts > div.w-hub-widgets > div.hub-header > a.section-view-all-link |
ALL div.section-header > div.listing-tabs > div > a#listing-tabs-latest |
2 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
6 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
17 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
32 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
3 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
3 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
3 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
3 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
3 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
3 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
3 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
3 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
These are opportunities to improve the legibility of your content.
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 |
|---|
You, Me & Tuscany Review: A Predictable Romcom Saved By The Charm Of Its Stars div#left-block-articles > div.display-card > div.w-display-card-content > h5.display-card-title |
Daredevil: Born Again Season 2 Review - This Is The Show Marvel Fans Have Been … div.hub-vertical-list > div.display-card > div.w-display-card-content > h5.display-card-title |
Netflix's 5-Part 'Squid Game Meets Ocean's 11' Series Has Some Of Its Best Plot… div.sentinel-home-list > div.display-card > div.w-display-card-content > h5.display-card-title |
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 |
|---|
Liam Crowley div.w-display-card-meta > div.w-author > div.w-author-name > a.meta_txt |
div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number |
Tatiana Hullender div.w-display-card-meta > div.w-author > div.w-author-name > a.meta_txt |
div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number |
Join Our Team div.footer-content-el > ul > li > a.text |
Our Audience div.footer-content-el > ul > li > a.text |
About Us div.footer-content-el > ul > li > a.text |
Press & Events div.footer-content-el > ul > li > a.text |
Review Policy div.footer-content-el > ul > li > a.text |
Media Coverage div.footer-content-el > ul > li > a.text |
Contact Us div.footer-content-el > ul > li > a.text |
Advertising div.footer-content-el > ul.align-right > li > a.text |
Careers div.footer-content-el > ul.align-right > li > a.text |
Terms div.footer-content-el > ul.align-right > li > a.text |
Privacy div.footer-content-el > ul.align-right > li > a.text |
Policies div.footer-content-el > ul.align-right > li > a.text |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Daredevil and Jessica Jones stand together in Daredevil: Born Again season 2. div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/03/daredevil-and-jessi... | 120 x 107 (1.12) | 240 x 230 (1.04) |
Sean Kaufman as Alex Baldwin in For All Mankind season 5 div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/03/sean-kaufman-as-ale... | 120 x 107 (1.12) | 240 x 230 (1.04) |
Sullivan’s Crossing cast featuring Chad Michael Murray, Morgan Kohan, and Scott… div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/03/img_0144.jpeg?q=49&... | 120 x 107 (1.12) | 240 x 230 (1.04) |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | d15kdpgjg3unno.cloudfront.net/oPS.js?cid=76 line 231, col 303 |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| screenrant.com/movie-reviews/ | SEE MORE |
| screenrant.com/tv-reviews/ | SEE MORE |
| screenrant.com/exclusives/ | SEE MORE |
| screenrant.com/shorts/ | SEE MORE |
| screenrant.com/archive/2/ | SEE MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.