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.
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.
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.
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.ds-slider > a.product-card > picture.product-card__image-wrapper > img.product-card__image | /product-catalog-production/files/В_каталог_17691... | 373.8 KiB | 347.4 KiB |
Интернет-магазин под ключ div.ds-slider > a.product-card > picture.product-card__image-wrapper > img.product-card__image | /product-catalog-production/files/В_каталог_17739... | 202.3 KiB | 175.9 KiB |
Почта под ключ div.ds-slider > a.product-card > picture.product-card__image-wrapper > img.product-card__image | /product-catalog-production/files/В_каталог_17689... | 199.0 KiB | 172.6 KiB |
Онлайн-карты. Регистрация бизнеса div.ds-slider > a.product-card > picture.product-card__image-wrapper > img.product-card__image | /product-catalog-production/files/В_каталог2_1771... | 178.6 KiB | 152.2 KiB |
Сайт под ключ div.ds-slider > a.product-card > picture.product-card__image-wrapper > img.product-card__image | /product-catalog-production/files/В_каталог_17695... | 162.7 KiB | 136.3 KiB |
Упаковка бренда div.ds-slider > a.product-card > picture.product-card__image-wrapper > img.product-card__image | /product-catalog-production/files/В_каталог2_1771... | 162.0 KiB | 135.6 KiB |
* a.products-column__link > article.ds-card > picture.products-column__card-image-container > img.products-column__card-image | /product-catalog-production/files/image_main_mail.png?X-A... | 109.5 KiB | 92.7 KiB |
* li > a.ds-card > picture.blog__image-container > img.blog__image | img.reg.ru/news/blog-main__blog-sing.webp | 92.8 KiB | 68.2 KiB |
* li > a.ds-card > picture.blog__image-container > img.blog__image | img.reg.ru/news/blog-main__blog-money.webp | 87.4 KiB | 62.9 KiB |
* a.products-column__link > article.ds-card > picture.products-column__card-image-container > img.products-column__card-image | /product-catalog-production/files/image_main_ssl.png?X-Am... | 67.2 KiB | 56.5 KiB |
* a.products-column__link > article.ds-card > picture.products-column__card-image-container > img.products-column__card-image | /product-catalog-production/files/image_main_domain.png?X... | 65.1 KiB | 54.4 KiB |
* a.products-column__link > article.ds-card > picture.products-column__card-image-container > img.products-column__card-image | /product-catalog-production/files/image_main_hosting.png?... | 58.0 KiB | 47.4 KiB |
* li > a.ds-card > picture.blog__image-container > img.blog__image | img.reg.ru/news/blog-main__blog-tap.webp | 33.3 KiB | 18.5 KiB |
* div.reg-solutions__content-container > article.amo-form-banner > picture.amo-form-banner__image-wrapper > img.amo-form-banner__image | img.reg.ru/news/amo-form-main-banner__img-mobile.webp | 28.2 KiB | 15.5 KiB |
* li.products-column__list-item > a.products-column__link > article.ds-card > img.products-column__card-icon | /product-catalog-production/files/Image_main_shop.png?X-A... | 10.5 KiB | 8.6 KiB |
* li.products-column__list-item > a.products-column__link > article.ds-card > img.products-column__card-icon | /product-catalog-production/files/Image_main_constructor.... | 9.9 KiB | 8.0 KiB |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| reg.ru/ | 1.0 s |
| www.reg.ru/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.reg.ru/ | 1.4 s |
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 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 |
|---|---|---|
| .ds-link{cursor:pointer;text-decoration:none;touch-action:manipulation} … | 22.0 KiB | 17.5 KiB |
| showcase-static.reg.ru/_nuxt/static/entry.Q2pIT-KC.css | 15.1 KiB | 12.2 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| yastatic.net/partner-code-bundles/1304600/24ec1381af6bc52b.js | 129.5 KiB | 104.5 KiB |
| yandex.ru/ads/system/context.js | 103.6 KiB | 76.6 KiB |
| showcase-static.reg.ru/_nuxt/static/D8GZKfwo.js | 178.3 KiB | 70.5 KiB |
| showcase-static.reg.ru/_nuxt/static/uUESCGhJ.js | 106.8 KiB | 58.1 KiB |
| yandex.ru/ads/system/context.js | 103.6 KiB | 53.7 KiB |
| mc.yandex.ru/metrika/tag.js | 84.5 KiB | 41.9 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.reg.ru/ | 1.2 s | 144 ms | 1.6 ms |
| showcase-static.reg.ru/_nuxt/static/uUESCGhJ.js | 912 ms | 794 ms | 1.8 ms |
| Unattributable | 884 ms | 309 ms | 0.0 ms |
| yandex.ru/ads/system/context.js | 451 ms | 350 ms | 86 ms |
| showcase-static.reg.ru/_nuxt/static/D8GZKfwo.js | 402 ms | 325 ms | 2.6 ms |
| mc.yandex.ru/metrika/tag.js | 133 ms | 108 ms | 20 ms |
| yastatic.net/partner-code-bundles/1304600/24ec1381af6bc52b.js | 126 ms | 72 ms | 53 ms |
| yastatic.net/partner-code-bundles/1304600/e32796170bd90254.js | 69 ms | 52 ms | 12 ms |
| showcase-static.reg.ru/_nuxt/static/Bde68Y2H.js | 59 ms | 52 ms | 0.1 ms |
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 | 2.2 s |
| Other | 933 ms |
| Style & Layout | 783 ms |
| Rendering | 213 ms |
| Script Parsing & Compilation | 188 ms |
| Parse HTML & CSS | 114 ms |
| Garbage Collection | 21 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 |
|---|---|
| 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 |
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.adfox-container > div#adfox_176361982325664133 > a.i482ac700 > img div.adfox-container > div#adfox_176361982325664133 > a.i482ac700 > img | /get-adfox-content/2788782/260101_adfox_3478173_15576981.... |
* div.ui-container > article.reg-solutions__wrapper > header.reg-solutions__header > img.reg-solutions__logo | img.reg.ru/news/reg-solutions__solutions-logo.webp |
* a.products-column__link > article.ds-card > picture.products-column__card-image-container > img.products-column__card-image | /product-catalog-production/files/image_main_mail.png?X-A... |
* div.reg-solutions__content-container > article.amo-form-banner > picture.amo-form-banner__image-wrapper > img.amo-form-banner__image | img.reg.ru/news/amo-form-main-banner__img-mobile.webp |
* a.products-column__link > article.ds-card > picture.products-column__card-image-container > img.products-column__card-image | /product-catalog-production/files/image_main_hosting.png?... |
* a.products-column__link > article.ds-card > picture.products-column__card-image-container > img.products-column__card-image | /product-catalog-production/files/image_main_domain.png?X... |
* a.products-column__link > article.ds-card > picture.products-column__card-image-container > img.products-column__card-image | /product-catalog-production/files/image_main_ssl.png?X-Am... |
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._topLine_s1m7j_50 > article._banner_kx246_43 > div.ui-container > button.ds-button div._topLine_s1m7j_50 > article._banner_kx246_43 > div.ui-container > button.ds-button |
div._headerTop_thegq_55 > div._headerTopLeft_thegq_66 > div._burgerButton_thegq_84 > button.h-burger div._headerTop_thegq_55 > div._headerTopLeft_thegq_66 > div._burgerButton_thegq_84 > button.h-burger |
form.domain-form__wrapper > ul.domain-form__buttons > li.domain-form__button-item > button.ds-button form.domain-form__wrapper > ul.domain-form__buttons > li.domain-form__button-item > button.ds-button |
form.domain-form__wrapper > ul.domain-form__buttons > li.domain-form__button-item > button.ds-button form.domain-form__wrapper > ul.domain-form__buttons > li.domain-form__button-item > button.ds-button |
a.products-column__link > article.ds-card > div.products-column__card-footer > button.ds-button a.products-column__link > article.ds-card > div.products-column__card-footer > button.ds-button |
a.products-column__link > article.ds-card > div.products-column__card-footer > button.ds-button a.products-column__link > article.ds-card > div.products-column__card-footer > button.ds-button |
a.products-column__link > article.ds-card > div.products-column__card-footer > button.ds-button a.products-column__link > article.ds-card > div.products-column__card-footer > button.ds-button |
a.products-column__link > article.ds-card > div.products-column__card-footer > button.ds-button a.products-column__link > article.ds-card > div.products-column__card-footer > button.ds-button |
a.products-column__link > article.ds-card > div.products-column__card-footer > button.ds-button a.products-column__link > article.ds-card > div.products-column__card-footer > button.ds-button |
a.products-column__link > article.ds-card > div.products-column__card-footer > button.ds-button a.products-column__link > article.ds-card > div.products-column__card-footer > button.ds-button |
div.ds-slider > a.ds-card > div.solution-card__footer > button.ds-button div.ds-slider > a.ds-card > div.solution-card__footer > button.ds-button |
div.ds-slider > a.ds-card > div.solution-card__footer > button.ds-button div.ds-slider > a.ds-card > div.solution-card__footer > button.ds-button |
div.ds-slider > a.ds-card > div.solution-card__footer > button.ds-button div.ds-slider > a.ds-card > div.solution-card__footer > button.ds-button |
div.ds-slider > a.ds-card > div.solution-card__footer > button.ds-button div.ds-slider > a.ds-card > div.solution-card__footer > button.ds-button |
div.ds-slider > a.ds-card > div.solution-card__footer > button.ds-button div.ds-slider > a.ds-card > div.solution-card__footer > button.ds-button |
div.ds-slider > a.ds-card > div.solution-card__footer > button.ds-button div.ds-slider > a.ds-card > div.solution-card__footer > button.ds-button |
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 > iframe body > 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 |
|---|
header._header_thegq_43 > div._headerTop_thegq_55 > div._headerTopLeft_thegq_66 > a._logo_lnp5e_43 header._header_thegq_43 > div._headerTop_thegq_55 > div._headerTopLeft_thegq_66 > a._logo_lnp5e_43 |
div.hero-section__cards > article.service-cards-group > div.service-cards-group__header > a.ds-button div.hero-section__cards > article.service-cards-group > div.service-cards-group__header > a.ds-button |
div._contacts_62cgg_114 > ul._root_17y5u_43 > li._item_17y5u_57 > a._itemLink_17y5u_63 div._contacts_62cgg_114 > ul._root_17y5u_43 > li._item_17y5u_57 > a._itemLink_17y5u_63 |
div._contacts_62cgg_114 > ul._root_17y5u_43 > li._item_17y5u_57 > a._itemLink_17y5u_63 div._contacts_62cgg_114 > ul._root_17y5u_43 > li._item_17y5u_57 > a._itemLink_17y5u_63 |
div._contacts_62cgg_114 > ul._root_17y5u_43 > li._item_17y5u_57 > a._itemLink_17y5u_63 div._contacts_62cgg_114 > ul._root_17y5u_43 > li._item_17y5u_57 > a._itemLink_17y5u_63 |
div._contacts_62cgg_114 > ul._root_17y5u_43 > li._item_17y5u_57 > a._itemLink_17y5u_63 div._contacts_62cgg_114 > ul._root_17y5u_43 > li._item_17y5u_57 > a._itemLink_17y5u_63 |
div._contacts_62cgg_114 > ul._root_17y5u_43 > li._item_17y5u_57 > a._itemLink_17y5u_63 div._contacts_62cgg_114 > ul._root_17y5u_43 > li._item_17y5u_57 > a._itemLink_17y5u_63 |
div._contacts_62cgg_114 > ul._root_17y5u_43 > li._item_17y5u_57 > a._itemLink_17y5u_63 div._contacts_62cgg_114 > ul._root_17y5u_43 > li._item_17y5u_57 > a._itemLink_17y5u_63 |
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 |
|---|
Выберите решение под задачу div.ds-slider > a.service-card > article.ds-card > p.service-card__text |
Надежно и безопасно, на вашем домене div.ds-slider > a.service-card > article.ds-card > p.service-card__text |
Проверка ниши на Ozon и WB div.ds-slider > a.service-card > article.ds-card > p.service-card__text |
740+ доменных зон div.ds-slider > a.service-card > article.ds-card > p.service-card__text |
Надежность от хостинг-провайдера № 1 div.ds-slider > a.service-card > article.ds-card > p.service-card__text |
Безопасность сайта в глазах клиента div.ds-slider > a.service-card > article.ds-card > p.service-card__text |
Возьмем на себя типовые задачи малого бизнеса article.reg-solutions__wrapper > div.reg-solutions__content-container > section.reg-solutions__content > p.reg-solutions__text |
Готовый сайт за 7 дней: дизайн, наполнение, запуск — мы делаем всё за вас. Доме… div.ds-slider > a.product-card > div.product-card__content > p.product-card__description |
Готовая почта для бизнеса на вашем домене — подключим, настроим и перенесём пис… div.ds-slider > a.product-card > div.product-card__content > p.product-card__description |
Пакеты продуктов и услуг, специально подобранные экспертами под конкретные зада… article.reg-solutions__wrapper > div.reg-solutions__content-container > section.reg-solutions__content > p.reg-solutions__text |
Соберем интернет-магазин за неделю: дизайн, наполнение каталога, настройка и за… div.ds-slider > a.product-card > div.product-card__content > p.product-card__description |
Подготовим важную аналитику для Ozon и Wildberries, дадим доступ к услугам для … div.ds-slider > a.product-card > div.product-card__content > p.product-card__description |
Надежные компоненты для вашего проекта в цифровой среде section.ui-container > header.ui-heading > div.ui-heading__text > div.standalone-products__subtitle |
Домен, который вы хотели купить, уже занят? Поищите его в нашем интернет-магази… a.products-column__link > article.ds-card > div.products-column__card-footer > div.products-column__card-text |
Защита от ботов и DDoS, антивирус, хранение 30 резервных копий, поддержка и авт… a.products-column__link > article.ds-card > div.products-column__card-footer > div.products-column__card-text |
Корпоративная почта без тарификации за пользователей и почтовые ящики a.products-column__link > article.ds-card > div.products-column__card-footer > div.products-column__card-text |
Короткие, запоминающиеся, а главное — свободные доменные имена в 760+ зонах мож… a.products-column__link > article.ds-card > div.products-column__card-footer > div.products-column__card-text |
Шаблоны для разных отраслей бизнеса и партнёрские интеграции — всё для создания… a.products-column__link > article.ds-card > div.products-column__card-footer > div.products-column__card-text |
Гарантия безопасного обмена данными между посетителями и сайтом. Улучшение поис… a.products-column__link > article.ds-card > div.products-column__card-footer > div.products-column__card-text |
Бесплатный звонок по России div._contacts_62cgg_114 > ul._root_ahn5z_43 > li > span._label_ahn5z_87 |
Телефон в Москве div._contacts_62cgg_114 > ul._root_ahn5z_43 > li > span._label_ahn5z_87 |
Продукты div._root_62cgg_43 > ul._groups_u4qiz_43 > li._group_u4qiz_43 > strong._groupTitle_u4qiz_75 |
Решения по сфере бизнеса div._root_62cgg_43 > ul._groups_u4qiz_43 > li._group_u4qiz_43 > strong._groupTitle_u4qiz_75 |
Сервисы div._root_62cgg_43 > ul._groups_u4qiz_43 > li._group_u4qiz_43 > strong._groupTitle_u4qiz_75 |
Компания div._root_62cgg_43 > ul._groups_u4qiz_43 > li._group_u4qiz_43 > strong._groupTitle_u4qiz_75 |
Полезное div._root_62cgg_43 > ul._groups_u4qiz_43 > li._group_u4qiz_43 > strong._groupTitle_u4qiz_75 |
Другое div._root_62cgg_43 > ul._groups_u4qiz_43 > li._group_u4qiz_43 > strong._groupTitle_u4qiz_75 |
Облачная платформа Рег.ру включена в реестр российского ПО Запись № 23682 от 29… footer._root_pd945_43 > div.ui-container > div._root_1y9a9_43 > p._text_1y9a9_62 |
куки li.floating-elements__item > article.policy-info > p.policy-info__text > a.ui-link |
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 |
|---|
Сделаем за вас article.service-cards-group > div.service-cards-group__header > div.service-cards-group__header-texts > h3.service-cards-group__title |
These are opportunities to improve keyboard navigation in your application.
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 html |
These are opportunities to improve the interpretation of your content by users in different locales.
Tables and lists
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 |
|---|
Продукты
Домены
Хостинг
Почта
SSL-сертификаты
Конструктор сайтов
VPS и VDS серв… div.ui-container > div._root_62cgg_43 > ul._groups_u4qiz_43 > li._group_u4qiz_43 |
Решения по сфере бизнеса
Подойдут всем
Маркетплейсы
Образование
Бьюти
Медицина
… div.ui-container > div._root_62cgg_43 > ul._groups_u4qiz_43 > li._group_u4qiz_43 |
Сервисы
Whois – проверить данные домена
Определить IP адрес
Проверить порт на д… div.ui-container > div._root_62cgg_43 > ul._groups_u4qiz_43 > li._group_u4qiz_43 |
Компания
О компании
Контакты
Офисы
Новости
Акции и скидки
Блог
Отзывы клиентов div.ui-container > div._root_62cgg_43 > ul._groups_u4qiz_43 > li._group_u4qiz_43 |
Полезное
Стоимость услуг
Способы оплаты
Бонусная программа
Документы
База знани… div.ui-container > div._root_62cgg_43 > ul._groups_u4qiz_43 > li._group_u4qiz_43 |
Другое
РБК: новости России и мира сегодня
Новости компаний РФ
РБК Инвестиции: к… div.ui-container > div._root_62cgg_43 > ul._groups_u4qiz_43 > li._group_u4qiz_43 |
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 |
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 html |
These items highlight common accessibility best practices.
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 |
|---|---|
showcase-static.reg.ru/_nuxt/static/uUESCGhJ.js line 7, col 240 | Hydration completed but contains mismatches. |
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.
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.auth-form__content > div > span.stored-external-login__text > a.ds-link |
To appear in search results, crawlers need access to your app.