Lighthouse Desktop
· 0 checks — Desktop 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 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.
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.rounded-lg > div.w-full > a.aspect-3/2 > img.w-full div.rounded-lg > div.w-full > a.aspect-3/2 > img.w-full | moe.video/storage/content/fhpfe95afiwhpb.jpg | 132.6 KiB | 119.8 KiB |
div.rounded-lg > div.w-full > a.aspect-3/2 > img.w-full div.rounded-lg > div.w-full > a.aspect-3/2 > img.w-full | moe.video/storage/content/ava2xln2bhfvll.jpg | 128.1 KiB | 115.2 KiB |
div.rounded-lg > div.w-full > a.aspect-3/2 > img.w-full div.rounded-lg > div.w-full > a.aspect-3/2 > img.w-full | moe.video/storage/content/zdyryezwpzsltd.jpg | 92.4 KiB | 79.5 KiB |
body.bg-white > header#pageHeader > div.flex > img.w-[280px] body.bg-white > header#pageHeader > div.flex > img.w-[280px] | moe.video/storage/content/main.webp | 74.2 KiB | 57.9 KiB |
section.content > div.w-full > div.flex > img.w-[220px] section.content > div.w-full > div.flex > img.w-[220px] | moe.video/storage/content/publishers.webp | 51.8 KiB | 38.9 KiB |
section.content > div.w-full > div.flex > img.w-[220px] section.content > div.w-full > div.flex > img.w-[220px] | moe.video/storage/content/advertiser.webp | 39.1 KiB | 30.5 KiB |
div.rounded-lg > div.w-full > div.w-[60px] > img.w-full div.rounded-lg > div.w-full > div.w-[60px] > img.w-full | moe.video/storage/content/24ddxfv6lkminr.jpg | 27.3 KiB | 26.7 KiB |
div.rounded-lg > div.w-full > div.w-[60px] > img.w-full div.rounded-lg > div.w-full > div.w-[60px] > img.w-full | moe.video/storage/content/9cmhlpc3ka3ps7.jpg | 24.6 KiB | 24.0 KiB |
div.rounded-lg > div.w-full > div.w-[60px] > img.w-full div.rounded-lg > div.w-full > div.w-[60px] > img.w-full | moe.video/storage/content/wf8vxewoaqcujp.jpg | 12.1 KiB | 11.6 KiB |
div.rounded-lg > div.w-full > div.w-full > img.w-full div.rounded-lg > div.w-full > div.w-full > img.w-full | moe.video/storage/content/peqpucrz1dooqk.png | 6.5 KiB | 5.8 KiB |
div.rounded-lg > div.w-full > div.w-full > img.w-full div.rounded-lg > div.w-full > div.w-full > img.w-full | moe.video/storage/content/bchzejoeqwrqjp.png | 5.5 KiB | 4.9 KiB |
div.rounded-lg > div.w-full > div.w-full > img.w-full div.rounded-lg > div.w-full > div.w-full > img.w-full | moe.video/storage/content/ffjol0tcz7ttbr.png | 5.4 KiB | 4.8 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| mc.yandex.ru/metrika/tag.js | 3600.0 s | 85.1 KiB |
| moe.video/build/assets/app-DP80toBK.js | 0.0 ms | 63.9 KiB |
| privacy-cs.mail.ru/static/sync-loader.js | 600.0 s | 21.9 KiB |
| counter.reddigital.ru/DSPCounter.js | 0.0 ms | 17.2 KiB |
| moe.video/build/assets/app-DCHd-HBj.css | 0.0 ms | 14.6 KiB |
| mc.yandex.com/metrika-tags/_/tag_ec.js | 7193.0 s | 15.7 KiB |
| mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4) | 3600.0 s | 363 B |
| /sync_cookie_image_decide_secondary?cid=94135832&scid=75f... | 0.0 ms | 255 B |
| /sync_cookie_image_decide?cid=94135832&scid=d8dfe71a-b279... | 0.0 ms | 67 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| moe.video/build/assets/app-DP80toBK.js | 63.5 KiB | 47.2 KiB |
| mc.yandex.ru/metrika/tag.js | 84.5 KiB | 44.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 | |
|---|---|
body.bg-white > header#pageHeader > div.flex > img.w-[280px] body.bg-white > header#pageHeader > div.flex > img.w-[280px] | moe.video/storage/content/main.webp |
section.content > div.w-full > div.flex > img.w-[220px] section.content > div.w-full > div.flex > img.w-[220px] | moe.video/storage/content/advertiser.webp |
section.content > div.w-full > div.flex > img.w-[220px] section.content > div.w-full > div.flex > img.w-[220px] | moe.video/storage/content/publishers.webp |
div.rounded-lg > div.w-full > div.w-full > img.w-full div.rounded-lg > div.w-full > div.w-full > img.w-full | moe.video/storage/content/peqpucrz1dooqk.png |
div.rounded-lg > div.w-full > div.w-full > img.w-full div.rounded-lg > div.w-full > div.w-full > img.w-full | moe.video/storage/content/bchzejoeqwrqjp.png |
div.rounded-lg > div.w-full > div.w-full > img.w-full div.rounded-lg > div.w-full > div.w-full > img.w-full | moe.video/storage/content/ffjol0tcz7ttbr.png |
section.content > div.w-full > div.bg-black/[3%] > img.w-[54px] section.content > div.w-full > div.bg-black/[3%] > img.w-[54px] | moe.video/storage/content/homepage-icon-like.webp |
section.content > div.w-full > div.bg-black/[3%] > img.w-[54px] section.content > div.w-full > div.bg-black/[3%] > img.w-[54px] | moe.video/storage/content/homepage-icon-player.webp |
section.content > div.w-full > div.bg-black/[3%] > img.w-[54px] section.content > div.w-full > div.bg-black/[3%] > img.w-[54px] | moe.video/storage/content/homepage-icon-monetization.webp |
section.content > div.w-full > div.bg-black/[3%] > img.w-[54px] section.content > div.w-full > div.bg-black/[3%] > img.w-[54px] | moe.video/storage/content/homepage-icon-heart.webp |
section.content > div.w-full > div.bg-black/[3%] > img.w-[54px] section.content > div.w-full > div.bg-black/[3%] > img.w-[54px] | moe.video/storage/content/homepage-icon-quality.webp |
section.content > div.w-full > div.bg-black/[3%] > img.w-[54px] section.content > div.w-full > div.bg-black/[3%] > img.w-[54px] | moe.video/storage/content/homepage-icon-manager.webp |
Логотип АРИР footer.w-full > div.content > div.w-full > img.w-[80px] | moe.video/storage/content/logo-arir.webp |
Логотип АКАР footer.w-full > div.content > div.w-full > img.w-[80px] | moe.video/storage/content/logo-akar.webp |
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 |
|---|
12+ лет section.content > ul.w-full > li.text-brand-copy > span.block |
90+ тыс section.content > ul.w-full > li.text-brand-copy > span.block |
100+ млрд section.content > ul.w-full > li.text-brand-copy > span.block |
150 млн section.content > ul.w-full > li.text-brand-copy > span.block |
> 90% section.content > ul.w-full > li.text-brand-copy > span.block |
CTR 1,5% section.content > ul.w-full > li.text-brand-copy > span.block |
Для паблишеров section.content > div.w-full > div.w-full > h3.font-semibold |
Для рекламодателей section.content > div.w-full > div.w-full > h3.font-semibold |
Работаем в соответствии с требованиями федерального законодательства body.bg-white > main.w-full > section.content > h2.section-heading-blue |
Своевременно исполняем требования ст.18.1 ФЗ № 38 “О рекламе” от 13.03.2006 и о… body.bg-white > main.w-full > section.content > p.text-lg |
31.03.2026 div.w-full > div.rounded-lg > div.w-full > div.text-brand-copy/50 |
Подробнее div.w-full > div.rounded-lg > div.w-full > a.font-semibold |
12.02.2026 div.w-full > div.rounded-lg > div.w-full > div.text-brand-copy/50 |
Подробнее div.w-full > div.rounded-lg > div.w-full > a.font-semibold |
05.12.2025 div.w-full > div.rounded-lg > div.w-full > div.text-brand-copy/50 |
Подробнее div.w-full > div.rounded-lg > div.w-full > a.font-semibold |
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 |
|---|
body.bg-white > iframe body.bg-white > iframe |
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-full > div.rounded-lg > div.w-full > a.aspect-3/2 div.w-full > div.rounded-lg > div.w-full > a.aspect-3/2 |
div.w-full > div.rounded-lg > div.w-full > a.aspect-3/2 div.w-full > div.rounded-lg > div.w-full > a.aspect-3/2 |
div.w-full > div.rounded-lg > div.w-full > a.aspect-3/2 div.w-full > div.rounded-lg > div.w-full > a.aspect-3/2 |
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
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 |
These items highlight common accessibility best practices.
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.