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.
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.dzen-mobile--media-image__imageWrapper-1X > div.dzen-mobile--zen-image-cover__zenImageCover-18 > div > img.dzen-mobile--zen-image-cover__image-2d div.dzen-mobile--media-image__imageWrapper-1X > div.dzen-mobile--zen-image-cover__zenImageCover-18 > div > img.dzen-mobile--zen-image-cover__image-2d | /get-zen_doc/271828/pub_69d3684da97d8f46a0607caf_69d3c753... | 1.5 MiB | 1.4 MiB |
div.dzen-mobile--card-header__flexContainer-1t > div.dzen-mobile--card-header__leftContent-1M > a.dzen-mobile--card-header__titleAuthor-1O > div.dzen-mobile--card-header__avatar-21 div.dzen-mobile--card-header__flexContainer-1t > div.dzen-mobile--card-header__leftContent-1M > a.dzen-mobile--card-header__titleAuthor-1O > div.dzen-mobile--card-header__avatar-21 | /get-zen-logos/271828/pub_5981b8db50c9e5f9f667d944_68d441... | 53.0 KiB | 37.1 KiB |
div.dzen-mobile--card-header__flexContainer-1t > div.dzen-mobile--card-header__leftContent-1M > a.dzen-mobile--card-header__titleAuthor-1O > div.dzen-mobile--card-header__avatar-21 div.dzen-mobile--card-header__flexContainer-1t > div.dzen-mobile--card-header__leftContent-1M > a.dzen-mobile--card-header__titleAuthor-1O > div.dzen-mobile--card-header__avatar-21 | /get-zen-logos/1597769/pub_5f51ea94e9a97a11390e0e7d_60ee9... | 37.3 KiB | 21.4 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.
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.
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.
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 |
|---|---|---|
| /s3/zen-apps/dzen-mobile/1.858.0/dzen-mobile-second.moder... | 588.6 KiB | 219.3 KiB |
| /s3/zen-apps/dzen-layout/1.128.1/dzen-layout-mobile.moder... | 266.0 KiB | 107.3 KiB |
| yastatic.net/partner-code-bundles/1304600/24ec1381af6bc52b.js | 129.5 KiB | 93.5 KiB |
| /s3/zen-apps/dzen-mobile/1.858.0/dzen-mobile-short-video-... | 164.6 KiB | 70.7 KiB |
| mc.yandex.ru/metrika/tag.js | 88.8 KiB | 49.8 KiB |
| /ads/system/context.js?pcode-test-ids=1387855%2C0%2C43%3B... | 104.6 KiB | 48.0 KiB |
| static.dzeninfra.ru/react/17.0.2/react-with-dom.min.js | 43.0 KiB | 36.0 KiB |
| /s3/zen-apps/dzen-mobile/1.858.0/dzen-mobile-first.modern... | 93.3 KiB | 33.4 KiB |
| mc.yandex.ru/metrika/watch_zen.js | 54.3 KiB | 28.1 KiB |
| /s3/zen-apps/dzen-mobile/1.858.0/dzen-mobile-article-adap... | 36.7 KiB | 23.7 KiB |
| yastatic.net/partner-code-bundles/1304600/e32796170bd90254.js | 31.8 KiB | 22.8 KiB |
| /portal/dzensearch/touch?yu=7164686161776358870&clid=&the... | 40.5 KiB | 21.9 KiB |
| yastatic.net/partner-code-bundles/1304600/bbdb1c88f62458f5.js | 57.8 KiB | 21.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.
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 | 5.0 s |
| Other | 1.9 s |
| Style & Layout | 787 ms |
| Script Parsing & Compilation | 669 ms |
| Rendering | 325 ms |
| Parse HTML & CSS | 287 ms |
| Garbage Collection | 230 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 |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
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 |
|---|---|---|
| .dzen-mobile--cancel-button__rootElement-2d{--dividerHeight:40px;font-family:-apple-system,system-u… | 127.1 KiB | 110.1 KiB |
| .dzen-mobile--short-video-carousel-item__shortVideoCarouselItem-sC{position:relative; … } … | 76.7 KiB | 73.5 KiB |
| body{margin:0;padding:0;color:rgba(6,6,15,.87);color:var(--zenColorTextPrimary);border:0; … } … | 51.1 KiB | 45.2 KiB |
| .mini-suggest,.mini-suggest__overlay,.mini-suggest__popup... | 20.2 KiB | 19.3 KiB |
| .dzen-mobile--dialog-renderer__mobile-TP{padding:16px} … | 15.0 KiB | 12.5 KiB |
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.
ARIA
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Главное div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
Москва div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
Ближний Восток div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div.dzen-mobile--tabs-menu-v2__specialTab-2t |
Новые лица Дзена div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
Свежее div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
СВО div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
Политика div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
Происшествия div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
Общество div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
Экономика div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
Спорт div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
Шоу-бизнес div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
Авто div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
В мире div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
Культура div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
Технологии div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
Наука div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s > span.dzen-mobile--base-button__childrenContent-DJ > div |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Главная
Видео
Статьи
Новости
Подписки div.dzen-layout--mobile-page-layout__root-1O > aside > div.dzen-layout--mobile-bottom-navigation__menuContainer-3l > div.dzen-layout--mobile-bottom-navigation__menu-1F |
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.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.dzen-mobile--media-image__imageWrapper-1X > div.dzen-mobile--zen-image-cover__zenImageCover-18 > div > img.dzen-mobile--zen-image-cover__image-2d div.dzen-mobile--media-image__imageWrapper-1X > div.dzen-mobile--zen-image-cover__zenImageCover-18 > div > img.dzen-mobile--zen-image-cover__image-2d |
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.Theme > iframe body.Theme > iframe |
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.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.zen-page html.zen-page |
These are opportunities to improve the interpretation of your content by users in different locales.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Опубликовано фото мужчины, застрелившего полицейского в Оренбургской области … div.dzen-mobile--carousel-canvas__itemPosition-3I > div.dzen-mobile--carousel-canvas__itemWrapper-18 > div.dzen-mobile--card-news__tabPane-3_ > ul.dzen-mobile--card-news__stories-Bu |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Шойгу: страны, открывшие небо для атак БПЛА по России, — соучастники агрессии div.dzen-mobile--card-news__tabPane-3_ > ul.dzen-mobile--card-news__stories-Bu > div.dzen-mobile--card-news-item-animated__wrapper-Tz > li.dzen-mobile--card-news-story__story-7L |
These are opportunities to improve the experience of reading tabular or list data using 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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
+12° div.dzen-mobile--geo-and-currency-widget__widgetWrapper-1L > div.dzen-mobile--geo-and-currency-widget__left-2E > div.dzen-mobile--geoblock__wrapper-Yc > a.dzen-mobile--geoblock__link-aX |
$ 76,09 div.dzen-mobile--geo-and-currency-widget__widgetWrapper-1L > div.dzen-mobile--geo-and-currency-widget__rates-2r > div.dzen-mobile--currency-rates__wrapper-10 > a.dzen-mobile--currency-rates__rate-fu |
€ 89,41 div.dzen-mobile--geo-and-currency-widget__widgetWrapper-1L > div.dzen-mobile--geo-and-currency-widget__rates-2r > div.dzen-mobile--currency-rates__wrapper-10 > a.dzen-mobile--currency-rates__rate-fu |
99,81 div.dzen-mobile--geo-and-currency-widget__widgetWrapper-1L > div.dzen-mobile--geo-and-currency-widget__rates-2r > div.dzen-mobile--currency-rates__wrapper-10 > a.dzen-mobile--currency-rates__rate-fu |
Главное div.dzen-mobile--base-scroll__tabContainer-2w > div#base-scroll-wrapper > div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s |
Москва div.dzen-mobile--base-scroll__tabContainer-2w > div#base-scroll-wrapper > div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s |
Ближний Восток div.dzen-mobile--base-scroll__tabContainer-2w > div#base-scroll-wrapper > div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s |
Новые лица Дзена div.dzen-mobile--base-scroll__tabContainer-2w > div#base-scroll-wrapper > div#base-scroll-container > a.dzen-mobile--base-tab__tab-3s |
Опубликовано фото мужчины, застрелившего полицейского в Оренбургской области … ul.dzen-mobile--card-news__stories-Bu > li.dzen-mobile--card-news-story__story-7L > div.dzen-mobile--card-news-story__cardWrapper-i9 > a.dzen-mobile--card-top-avatar__rootElement-Us |
Трагедия в Оренбуржье: при задержании преступника погиб полицейский ul.dzen-mobile--card-news__stories-Bu > li.dzen-mobile--card-news-story__story-7L > div.dzen-mobile--card-news-story__cardWrapper-i9 > a.dzen-mobile--card-top-avatar__rootElement-Us |
Глава ЛДПР Слуцкий предложил уведомлять об эвакуации авто через «Госуслуги» ul.dzen-mobile--card-news__stories-Bu > li.dzen-mobile--card-news-story__story-7L > div.dzen-mobile--card-news-story__cardWrapper-i9 > a.dzen-mobile--card-top-avatar__rootElement-Us |
СК: украинские дроны ударили по танкеру под флагом Либерии в Краснодарском крае ul.dzen-mobile--card-news__stories-Bu > li.dzen-mobile--card-news-story__story-7L > div.dzen-mobile--card-news-story__cardWrapper-i9 > a.dzen-mobile--card-top-avatar__rootElement-Us |
Шойгу: страны, открывшие небо для атак БПЛА по России, — соучастники агрессии div.dzen-mobile--card-news-item-animated__wrapper-Tz > li.dzen-mobile--card-news-story__story-7L > div.dzen-mobile--card-news-story__cardWrapper-i9 > a.dzen-mobile--card-top-avatar__rootElement-Us |
Телепрограмма
1 день
Анна Семенович в белом наряде и фате приехала на Байкал div.dzen-mobile--news-container-item__newsList-12 > div.dzen-mobile--news-container-item__newsItemContainer-3c > div.dzen-mobile--news-story-item__root-2a > a.dzen-mobile--news-story-item__link-Uc |
Главный региональный
59 мин
Иностранцы массово стали ехать в Сибирь и на Дальни… div.dzen-mobile--news-container-item__newsList-12 > div.dzen-mobile--news-container-item__newsItemContainer-3c > div.dzen-mobile--news-story-item__root-2a > a.dzen-mobile--news-story-item__link-Uc |
Первый Женский
23 часа
Песня «Седая ночь» «Ласкового мая» обошла всех и возглав… div.dzen-mobile--news-container-item__newsList-12 > div.dzen-mobile--news-container-item__newsItemContainer-3c > div.dzen-mobile--news-story-item__root-2a > a.dzen-mobile--news-story-item__link-Uc |
Царьград
4 часа
IPhone 17 подешевел в России: цена снизилась до 62 тысяч рублей div.dzen-mobile--news-container-item__newsList-12 > div.dzen-mobile--news-container-item__newsItemContainer-3c > div.dzen-mobile--news-story-item__root-2a > a.dzen-mobile--news-story-item__link-Uc |
Best Practices
General
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 |
|---|---|
dzen.ru/?yredirect=true line 428, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'self' 'unsafe-eval' 'unsafe-inline' blob: *.ad-score.com *.adlooxtracking.com *.adlooxtracking.ru *.adplay.ru *.adriver.ru *.ads.betweendigital.com *.adsafeprotected.com *.betweendigital.com *.buzzoola.com *.criteo.com *.criteo.net *.cu.dzen.ru *.doubleclick.net *.doubleverify.com *.dvtps.com *.gstatic.com *.hit.gemius.pl *.imgsmail.ru *.mail.ru *.moatads.com *.mradx.net *.ms.dzen.ru *.mycdn.me *.s3.mds.yandex.net *.sape.ru *.serving-sys.ru *.tun.si.dzen.ru *.tunneler-si.dzen.ru *.userapi.com *.vk.com *.vk.ru *.vkuser.net *.yandex.com *.yandex.net *.yandex.ru *.zen.yandex.com ad.mail.ru ads.adfox.ru ads6.adfox.ru an.yandex.ru banners.adfox.ru *.sape.ru chat.s3.yandex.net dzen.ru http-check-headers.yandex.ru imasdk.googleapis.com mc.webvisor.com mc.webvisor.org mc.yandex.az mc.yandex.by mc.yandex.co.il mc.yandex.com mc.yandex.com.am mc.yandex.com.ge mc.yandex.com.tr mc.yandex.ee mc.yandex.fr mc.yandex.kg mc.yandex.kz mc.yandex.lt mc.yandex.lv mc.yandex.md mc.yandex.ru mc.yandex.tj mc.yandex.tm mc.yandex.ua mc.yandex.uz sso.dzen.ru sso.passport.yandex.ru static.dzeninfra.ru storage.mds.yandex.net top-fwz1.mail.ru vk.com vk.ru www.gstatic.com/cast/sdk/libs/ www.gstatic.com/cv/js/sender/ www.gstatic.com/eureka/clank/ www.tns-counter.ru yandex.com yandex.net yandex.ru yandex.st yastat.net yastatic.net z.moatads.com zen-int.dzeninfra.ru 'nonce-0dc8SJX3RBRx78FT54mPYYKpooHldKAh' 'strict-dynamic''. Note that 'unsafe-inline' is ignored if either a hash or nonce value is present in the source list. The action has been blocked. |
dzen.ru/?yredirect=true line 432, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'self' 'unsafe-eval' 'unsafe-inline' blob: *.ad-score.com *.adlooxtracking.com *.adlooxtracking.ru *.adplay.ru *.adriver.ru *.ads.betweendigital.com *.adsafeprotected.com *.betweendigital.com *.buzzoola.com *.criteo.com *.criteo.net *.cu.dzen.ru *.doubleclick.net *.doubleverify.com *.dvtps.com *.gstatic.com *.hit.gemius.pl *.imgsmail.ru *.mail.ru *.moatads.com *.mradx.net *.ms.dzen.ru *.mycdn.me *.s3.mds.yandex.net *.sape.ru *.serving-sys.ru *.tun.si.dzen.ru *.tunneler-si.dzen.ru *.userapi.com *.vk.com *.vk.ru *.vkuser.net *.yandex.com *.yandex.net *.yandex.ru *.zen.yandex.com ad.mail.ru ads.adfox.ru ads6.adfox.ru an.yandex.ru banners.adfox.ru *.sape.ru chat.s3.yandex.net dzen.ru http-check-headers.yandex.ru imasdk.googleapis.com mc.webvisor.com mc.webvisor.org mc.yandex.az mc.yandex.by mc.yandex.co.il mc.yandex.com mc.yandex.com.am mc.yandex.com.ge mc.yandex.com.tr mc.yandex.ee mc.yandex.fr mc.yandex.kg mc.yandex.kz mc.yandex.lt mc.yandex.lv mc.yandex.md mc.yandex.ru mc.yandex.tj mc.yandex.tm mc.yandex.ua mc.yandex.uz sso.dzen.ru sso.passport.yandex.ru static.dzeninfra.ru storage.mds.yandex.net top-fwz1.mail.ru vk.com vk.ru www.gstatic.com/cast/sdk/libs/ www.gstatic.com/cv/js/sender/ www.gstatic.com/eureka/clank/ www.tns-counter.ru yandex.com yandex.net yandex.ru yandex.st yastat.net yastatic.net z.moatads.com zen-int.dzeninfra.ru 'nonce-0dc8SJX3RBRx78FT54mPYYKpooHldKAh' 'strict-dynamic''. Note that 'unsafe-inline' is ignored if either a hash or nonce value is present in the source list. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Cookie |
| Content security policy |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.dzen-mobile--media-image__imageWrapper-1X > div.dzen-mobile--zen-image-cover__zenImageCover-18 > div > img.dzen-mobile--zen-image-cover__image-2d div.dzen-mobile--media-image__imageWrapper-1X > div.dzen-mobile--zen-image-cover__zenImageCover-18 > div > img.dzen-mobile--zen-image-cover__image-2d |
Format your HTML in a way that enables crawlers to better understand your app’s content.