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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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 | |
|---|---|---|---|
NEWS div.herald > div.thumbnail > div.overlay > div.category | cdn.video.playwire.com/1020202/videos/5571571/poster_0000.webp | 259.3 KiB | 221.8 KiB |
NEWS div.herald > div.thumbnail > div.overlay > div.category | cdn.video.playwire.com/1020202/videos/5571571/poster_0000.webp | 259.3 KiB | 221.8 KiB |
div > div#marquee > a.herald > img div > div#marquee > a.herald > img | /thumbnails/crop900x350gGI/cms/news.9/236613/majonotanino... | 88.8 KiB | 59.0 KiB |
div > div#marquee > a.herald > img div > div#marquee > a.herald > img | /thumbnails/crop900x350gG5/cms/feature/234784/shugo-chara... | 83.8 KiB | 54.1 KiB |
div > div#marquee > a.herald > img div > div#marquee > a.herald > img | /thumbnails/crop900x350g67/cms/feature/235431/venus-wars.jpg | 45.2 KiB | 18.9 KiB |
div.left > div.actionable > a > img div.left > div.actionable > a > img | cdn.animenewsnetwork.com/stylesheets/img/logo.name.no-dot.png | 14.1 KiB | 8.3 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.
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 |
|---|---|
| animenewsnetwork.com/ | 826 ms |
| www.animenewsnetwork.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 |
|---|---|
Studio Ghibli Animates 'Majo no Tani no Yoru' Short for Ghibli Park
Spring 2026… div#page > div#canvas > div.middle-area > div#content | 0.769 |
USA &
Canada
Login
forgot it?
remember me
or
Login with Facebook
Login with T… body > div#page > div#canvas | 0.282 |
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
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.animenewsnetwork.com/assets/ab85518f5293b2bf7befa908114c95ce30508a80.css | 20.9 KiB | 2.5 KiB |
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 |
|---|---|---|
| cdn.animenewsnetwork.com/assets/089c574d6a71f05968e97e81330340206ead51f8.js | 66.3 KiB | 21.8 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 |
|---|---|---|
| www.animenewsnetwork.com/assets/ab85518f5293b2bf7befa908114c95ce30508a80.css | 20.6 KiB | 16.4 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 | 8.5 s |
| Other | 3.2 s |
| Script Parsing & Compilation | 926 ms |
| Style & Layout | 536 ms |
| Garbage Collection | 426 ms |
| Rendering | 144 ms |
| Parse HTML & CSS | 96 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.
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.
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 |
|---|
Apr 21, 23:14 div.wrap > div > div.byline > time |
Apr 21, 21:00 div.wrap > div > div.byline > time |
Apr 22, 18:00 div.wrap > div > div.byline > time |
Apr 22, 17:30 div.wrap > div > div.byline > time |
Apr 22, 17:00 div.wrap > div > div.byline > time |
Apr 22, 16:30 div.wrap > div > div.byline > time |
Apr 22, 16:00 div.wrap > div > div.byline > time |
Apr 22, 15:30 div.wrap > div > div.byline > time |
Apr 22, 15:00 div.wrap > div > div.byline > time |
Apr 22, 14:31 div.wrap > div > div.byline > time |
Apr 22, 13:00 div.wrap > div > div.byline > time |
STREAMING NOW div.herald > div.thumbnail > div.overlay > div.category |
Apr 22, 13:00 div.wrap > div > div.byline > time |
REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 22, 12:00 div.wrap > div > div.byline > time |
Apr 22, 12:00 div.wrap > div > div.byline > time |
Apr 22, 11:00 div.wrap > div > div.byline > time |
Apr 22, 09:14 div.wrap > div > div.byline > time |
Apr 22, 09:00 div.wrap > div > div.byline > time |
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 22, 07:30 div.wrap > div > div.byline > time |
Apr 22, 06:32 div.wrap > div > div.byline > time |
Apr 22, 04:01 div.wrap > div > div.byline > time |
Apr 21, 23:59 div.wrap > div > div.byline > time |
Apr 21, 23:14 div.wrap > div > div.byline > time |
Apr 21, 21:00 div.wrap > div > div.byline > time |
Apr 21, 20:00 div.wrap > div > div.byline > time |
Apr 21, 19:00 div.wrap > div > div.byline > time |
Apr 21, 18:00 div.wrap > div > div.byline > time |
Apr 21, 17:00 div.wrap > div > div.byline > time |
Apr 21, 16:30 div.wrap > div > div.byline > time |
Apr 21, 16:00 div.wrap > div > div.byline > time |
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 21, 15:30 div.wrap > div > div.byline > time |
Apr 21, 15:30 div.wrap > div > div.byline > time |
Apr 21, 13:30 div.wrap > div > div.byline > time |
STREAMING NOW div.herald > div.thumbnail > div.overlay > div.category |
Apr 21, 13:05 div.wrap > div > div.byline > time |
Apr 21, 12:31 div.wrap > div > div.byline > time |
REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 21, 12:00 div.wrap > div > div.byline > time |
Apr 21, 11:00 div.wrap > div > div.byline > time |
Apr 21, 11:00 div.wrap > div > div.byline > time |
Apr 21, 10:51 div.wrap > div > div.byline > time |
COLUMN div.herald > div.thumbnail > div.overlay > div.category |
Apr 21, 10:00 div.wrap > div > div.byline > time |
Apr 21, 10:00 div.wrap > div > div.byline > time |
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 21, 09:30 div.wrap > div > div.byline > time |
COLUMN div.herald > div.thumbnail > div.overlay > div.category |
Apr 21, 09:00 div.wrap > div > div.byline > time |
Apr 21, 08:48 div.wrap > div > div.byline > time |
Apr 21, 08:34 div.wrap > div > div.byline > time |
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 21, 08:30 div.wrap > div > div.byline > time |
Apr 21, 05:55 div.wrap > div > div.byline > time |
Apr 21, 05:32 div.wrap > div > div.byline > time |
Apr 21, 04:30 div.wrap > div > div.byline > time |
Apr 20, 23:59 div.wrap > div > div.byline > time |
Apr 20, 21:14 div.wrap > div > div.byline > time |
Apr 20, 20:37 div.wrap > div > div.byline > time |
Apr 20, 17:00 div.wrap > div > div.byline > time |
Apr 20, 16:30 div.wrap > div > div.byline > time |
Apr 20, 15:00 div.wrap > div > div.byline > time |
Apr 20, 14:00 div.wrap > div > div.byline > time |
Apr 20, 13:00 div.wrap > div > div.byline > time |
REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 20, 12:00 div.wrap > div > div.byline > time |
Apr 20, 12:00 div.wrap > div > div.byline > time |
COLUMN div.herald > div.thumbnail > div.overlay > div.category |
Apr 20, 11:44 div.wrap > div > div.byline > time |
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 20, 11:30 div.wrap > div > div.byline > time |
STREAMING NOW div.herald > div.thumbnail > div.overlay > div.category |
Apr 20, 11:00 div.wrap > div > div.byline > time |
Apr 20, 10:40 div.wrap > div > div.byline > time |
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 20, 10:30 div.wrap > div > div.byline > time |
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 20, 09:30 div.wrap > div > div.byline > time |
Apr 20, 09:15 div.wrap > div > div.byline > time |
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 20, 08:30 div.wrap > div > div.byline > time |
Apr 20, 08:00 div.wrap > div > div.byline > time |
Apr 20, 07:36 div.wrap > div > div.byline > time |
Apr 20, 07:20 div.wrap > div > div.byline > time |
Apr 20, 05:05 div.wrap > div > div.byline > time |
Apr 20, 04:35 div.wrap > div > div.byline > time |
Apr 20, 04:05 div.wrap > div > div.byline > time |
Apr 20, 03:39 div.wrap > div > div.byline > time |
Apr 20, 02:47 div.wrap > div > div.byline > time |
Apr 20, 02:14 div.wrap > div > div.byline > time |
Apr 19, 23:59 div.wrap > div > div.byline > time |
Apr 19, 23:01 div.wrap > div > div.byline > time |
Apr 19, 20:36 div.wrap > div > div.byline > time |
Apr 19, 20:30 div.wrap > div > div.byline > time |
Apr 19, 19:22 div.wrap > div > div.byline > time |
Apr 19, 19:15 div.wrap > div > div.byline > time |
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 19, 12:30 div.wrap > div > div.byline > time |
STREAMING NOW div.herald > div.thumbnail > div.overlay > div.category |
Apr 19, 12:10 div.wrap > div > div.byline > time |
GAME REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 19, 12:00 div.wrap > div > div.byline > time |
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 19, 11:30 div.wrap > div > div.byline > time |
Apr 19, 11:15 div.wrap > div > div.byline > time |
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 19, 10:30 div.wrap > div > div.byline > time |
Apr 19, 10:15 div.wrap > div > div.byline > time |
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 19, 09:30 div.wrap > div > div.byline > time |
Apr 19, 09:25 div.wrap > div > div.byline > time |
Apr 19, 09:15 div.wrap > div > div.byline > time |
Apr 19, 09:00 div.wrap > div > div.byline > time |
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category |
Apr 19, 08:30 div.wrap > div > div.byline > time |
Apr 19, 08:15 div.wrap > div > div.byline > time |
Apr 19, 06:15 div.wrap > div > div.byline > time |
Apr 19, 05:15 div.wrap > div > div.byline > time |
Apr 19, 04:15 div.wrap > div > div.byline > time |
Apr 19, 03:15 div.wrap > div > div.byline > time |
Apr 19, 02:15 div.wrap > div > div.byline > time |
Apr 19, 01:15 div.wrap > div > div.byline > time |
Apr 19, 00:15 div.wrap > div > div.byline > time |
All material Copyright © Anime News Network LLC. All rights reserved.
served by… div#page > div#canvas > div.middle-area > div#footer |
Copyright div#canvas > div.middle-area > div#footer > a |
served by moeka-chan div#canvas > div.middle-area > div#footer > small |
These are opportunities to improve the legibility of your content.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div#tyche_trendi_video_container > div#tyche_trendi_video > iframe#zIframe_tyche_trendi_video div > div#tyche_trendi_video_container > div#tyche_trendi_video > iframe#zIframe_tyche_trendi_video |
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.right > div.actionable > div.header-button > a div.right > div.actionable > div.header-button > a |
div.right > div.actionable > div.header-button > a div.right > div.actionable > div.header-button > a |
div.right > div.actionable > div.header-button > a div.right > div.actionable > div.header-button > a |
div.right > div.actionable > div.header-button > a div.right > div.actionable > div.header-button > a |
div.right > div.actionable > div.header-button > a div.right > div.actionable > div.header-button > a |
div.right > div.actionable > div.header-button > a div.right > div.actionable > div.header-button > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a |
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.
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 |
|---|
3 comments div.thumbnail > div.overlay > div.comments > a |
1 comment div.thumbnail > div.overlay > div.comments > a |
1 comment div.thumbnail > div.overlay > div.comments > a |
1 comment div.thumbnail > div.overlay > div.comments > a |
15 comments div.thumbnail > div.overlay > div.comments > a |
3 comments div.thumbnail > div.overlay > div.comments > a |
3 comments div.thumbnail > div.overlay > div.comments > a |
1 comment div.thumbnail > div.overlay > div.comments > a |
1 comment div.thumbnail > div.overlay > div.comments > a |
1 comment div.thumbnail > div.overlay > div.comments > a |
1 comment div.thumbnail > div.overlay > div.comments > a |
7 comments div.thumbnail > div.overlay > div.comments > a |
13 comments div.thumbnail > div.overlay > div.comments > a |
1 comment div.thumbnail > div.overlay > div.comments > a |
25 comments div.thumbnail > div.overlay > div.comments > a |
12 comments div.thumbnail > div.overlay > div.comments > a |
4 comments div.thumbnail > div.overlay > div.comments > a |
1 comment div.thumbnail > div.overlay > div.comments > a |
52 comments div.thumbnail > div.overlay > div.comments > a |
3 comments div.thumbnail > div.overlay > div.comments > a |
3 comments div.thumbnail > div.overlay > div.comments > a |
7 comments div.thumbnail > div.overlay > div.comments > a |
11 comments div.thumbnail > div.overlay > div.comments > a |
3 comments div.thumbnail > div.overlay > div.comments > a |
5 comments div.thumbnail > div.overlay > div.comments > a |
8 comments div.thumbnail > div.overlay > div.comments > a |
35 comments div.thumbnail > div.overlay > div.comments > a |
2 comments div.thumbnail > div.overlay > div.comments > a |
10 comments div.thumbnail > div.overlay > div.comments > a |
4 comments div.thumbnail > div.overlay > div.comments > a |
2 comments div.thumbnail > div.overlay > div.comments > a |
2 comments div.thumbnail > div.overlay > div.comments > a |
4 comments div.thumbnail > div.overlay > div.comments > a |
17 comments div.thumbnail > div.overlay > div.comments > a |
8 comments div.thumbnail > div.overlay > div.comments > a |
6 comments div.thumbnail > div.overlay > div.comments > a |
4 comments div.thumbnail > div.overlay > div.comments > a |
22 comments div.thumbnail > div.overlay > div.comments > a |
15 comments div.thumbnail > div.overlay > div.comments > a |
2 comments div.thumbnail > div.overlay > div.comments > a |
1 comment div.thumbnail > div.overlay > div.comments > a |
4 comments div.thumbnail > div.overlay > div.comments > a |
13 comments div.thumbnail > div.overlay > div.comments > a |
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.skin-mode-0 html.skin-mode-0 |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
Attestation check for Protected Audience on https://btlr.sharethrough.com failed. | |
Attestation check for Protected Audience on https://btlr.sharethrough.com failed. | |
Attestation check for Protected Audience on https://hb.yellowblue.io failed. | |
Attestation check for Protected Audience on https://hb.yellowblue.io failed. | |
Attestation check for Protected Audience on https://hbopenbid.pubmatic.com failed. | |
Attestation check for Protected Audience on https://hbopenbid.pubmatic.com failed. | |
Attestation check for Protected Audience on https://htlb.casalemedia.com failed. | |
Attestation check for Protected Audience on https://htlb.casalemedia.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://prebid-server.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://prebid-server.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://rtb.openx.net failed. | |
Attestation check for Protected Audience on https://rtb.openx.net failed. | |
Attestation check for Protected Audience on https://tlx.3lift.com failed. | |
Attestation check for Protected Audience on https://tlx.3lift.com failed. | |
Failed to load resource: the server responded with a status of 400 () |
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
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.