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.
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.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e | avatars.mds.yandex.net/get-direct/5129327/FuDvYF6dPd98Uy8GjcmIvQ/wx1080 | 135.2 KiB | 119.7 KiB |
Лучшие фото недели div.rPhoto > div.rPhotoGroup > a > img | www.interfax.ru/ftproot/photos/photostory/2026/04/17/wk/week316.jpg | 125.0 KiB | 109.9 KiB |
Фотохроника 17 апреля div.rPhoto > div.rPhotoGroup > a > img | www.interfax.ru/ftproot/photos/photostory/2026/04/17/hr/foto315.jpg | 122.9 KiB | 107.8 KiB |
В "Эксмо" отрицают иностранное финансирование div.timeline > div.timeline__photo > a.timeline_photo > img | www.interfax.ru/ftproot/textphotos/2026/04/21/eks700_1.jpg | 99.3 KiB | 84.7 KiB |
Фотохроника 20 апреля div.rPhoto > div.rPhotoGroup > a > img | www.interfax.ru/ftproot/photos/photostory/2026/04/20/hr/foto316.jpg | 88.1 KiB | 73.0 KiB |
Трамп заявил о паузе в ударах по Ирану при сохранении морской блокады div.timeline > div.timeline__photo > a.timeline_photo > img | www.interfax.ru/ftproot/textphotos/2026/04/21/tr700_1.jpg | 68.9 KiB | 54.8 KiB |
div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e | avatars.mds.yandex.net/get-direct/5205338/-qCyPCTL6n8OnRJkS3SGCg/x450 | 51.7 KiB | 46.2 KiB |
Александр Бастрыкин: преступность перетекает в онлайн, но следствие к этому гот… div.block__interview > div > a > img | www.interfax.ru/ftproot/textphotos/2026/02/16/ba70.jpg | 49.5 KiB | 34.4 KiB |
Бомбардировщики ВВС США провели тренировочные вылеты из Англии в направлении Бл… div.timeline > div.timeline__photo > a.timeline_photo > img | www.interfax.ru/ftproot/textphotos/2026/04/21/b700.jpg | 44.5 KiB | 32.3 KiB |
Посол Ирана: в результате необъявленной войны идет уничтожение энергетической … div.block__interview > div > a > img | www.interfax.ru/ftproot/textphotos/2020/10/16/int70.jpg | 30.8 KiB | 24.5 KiB |
Глава РЖД: Нам нужно было найти сбалансированность, и она достигнута без конвер… div.block__interview > div > a > img | www.interfax.ru/ftproot/textphotos/2026/03/18/int160.jpg | 37.8 KiB | 22.7 KiB |
div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e div.t2ebeb1ce > div.kc223781a > div.d3bed6466 > img.o24ecf12e | avatars.mds.yandex.net/get-direct/4120766/kdXdWWH3DoDI0fMcE6oNOg/y300 | 13.5 KiB | 10.1 KiB |
10 фото div.timeline > div.timeline__photos > a.timeline_photos > span | www.interfax.ru/img/photos_back_v3.png | 4.7 KiB | 4.7 KiB |
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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.interfax.ru/css/mobile.css?v=N7gRowwfxVb_zU8n2V-xVPF_W6lljJN9XLTZx717PWo | 21.2 KiB | 450 ms |
| www.interfax.ru/css/default.css?v=ty3LviE0J-Rl5E9gq0Jj18xtPPJCCIPkqHaRh3fFcT8 | 3.5 KiB |
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 |
|---|---|
| interfax.ru/ | 873 ms |
| www.interfax.ru/ | 0.0 ms |
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 |
|---|---|---|
| www.interfax.ru/css/desktop.css?v=nOfDtoPh12rxXWvfWk92Kz41I4E9phfR-sxRqb9NWTA | 29.6 KiB | 29.6 KiB |
| www.interfax.ru/css/mobile.css?v=N7gRowwfxVb_zU8n2V-xVPF_W6lljJN9XLTZx717PWo | 21.1 KiB | 18.5 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 |
|---|---|---|
| /partner-code-bundles/1304651/vas-bundles/bundles-es2017/... | 206.0 KiB | 90.3 KiB |
| yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 129.7 KiB | 76.9 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 43.0 KiB |
| yandex.ru/ads/system/context.js | 103.8 KiB | 37.9 KiB |
| yastatic.net/partner-code-bundles/1304651/9c75e4fc5aa6da83.js | 52.1 KiB | 33.4 KiB |
| yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 31.8 KiB | 20.4 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 |
|---|---|---|---|
| /partner-code-bundles/1304651/vas-bundles/bundles-es2017/... | 2.6 s | 1.2 s | 67 ms |
| www.interfax.ru/ | 1.5 s | 61 ms | 9.8 ms |
| yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 1.3 s | 1.2 s | 59 ms |
| yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 1.1 s | 793 ms | 15 ms |
| Unattributable | 1.1 s | 25 ms | 0.0 ms |
| yandex.ru/ads/system/context.js | 1.1 s | 839 ms | 35 ms |
| top-fwz1.mail.ru/js/code.js | 781 ms | 694 ms | 4.4 ms |
| yastatic.net/partner-code-bundles/1304651/9c75e4fc5aa6da83.js | 319 ms | 228 ms | 21 ms |
| privacy-cs.mail.ru/static/sync-loader.js | 289 ms | 246 ms | 7.3 ms |
| mc.yandex.ru/metrika/tag.js | 223 ms | 191 ms | 20 ms |
| yastatic.net/partner-code-bundles/1304651/ed0cbf4af4bc025d.js | 57 ms | 49 ms | 2.7 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 | 5.6 s |
| Other | 2.7 s |
| Style & Layout | 1.0 s |
| Rendering | 803 ms |
| Script Parsing & Compilation | 264 ms |
| Garbage Collection | 120 ms |
| Parse HTML & CSS | 76 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.
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.timeline > div.timeline__photo > a.timeline_photo > img | www.interfax.ru/ftproot/textphotos/2026/04/21/eks700_1.jpg |
Трамп заявил о паузе в ударах по Ирану при сохранении морской блокады div.timeline > div.timeline__photo > a.timeline_photo > img | www.interfax.ru/ftproot/textphotos/2026/04/21/tr700_1.jpg |
Бомбардировщики ВВС США провели тренировочные вылеты из Англии в направлении Бл… div.timeline > div.timeline__photo > a.timeline_photo > img | www.interfax.ru/ftproot/textphotos/2026/04/21/b700.jpg |
Фотохроника 20 апреля div.rPhoto > div.rPhotoGroup > a > img | www.interfax.ru/ftproot/photos/photostory/2026/04/20/hr/foto316.jpg |
Фотохроника 17 апреля div.rPhoto > div.rPhotoGroup > a > img | www.interfax.ru/ftproot/photos/photostory/2026/04/17/hr/foto315.jpg |
Лучшие фото недели div.rPhoto > div.rPhotoGroup > a > img | www.interfax.ru/ftproot/photos/photostory/2026/04/17/wk/week316.jpg |
Глава РЖД: Нам нужно было найти сбалансированность, и она достигнута без конвер… div.block__interview > div > a > img | www.interfax.ru/ftproot/textphotos/2026/03/18/int160.jpg |
Александр Бастрыкин: преступность перетекает в онлайн, но следствие к этому гот… div.block__interview > div > a > img | www.interfax.ru/ftproot/textphotos/2026/02/16/ba70.jpg |
Посол Ирана: в результате необъявленной войны идет уничтожение энергетической … div.block__interview > div > a > img | www.interfax.ru/ftproot/textphotos/2020/10/16/int70.jpg |
Глава АФК "Система": политика сокращения долга при текущей стоимости заимствова… div.block__interview > div > a > img | www.interfax.ru/ftproot/textphotos/2026/03/26/or70.jpg |
Премьера спектакля "Шанель № Стравинский" состоится в Москве в Доме музыки 7-8 … div.press > div.pressCen > a > img | www.interfax.ru/ftproot/press/2026/Tata.png |
Почти половина кроссовок на маркетплейсах являются контрафактом - результаты ис… div.press > div.pressCen > a > img | www.interfax.ru/ftproot/press/2026/240x160.png |
На I стадии рак головы и шеи вылечивается в 90-95% случаев, на III-IV - только … div.press > div.pressCen > a > img | www.interfax.ru/ftproot/press/2025/240x160-rac.jpg |
Бастрыкин поручил проверить детские книги Остера на предмет сомнительных устано… div.timeline > div.timeline__photo > a.timeline_photo > img | |
Минэнерго РФ подготовило проекты соглашений с нефтяниками о поставках топлива н… div.timeline > div.timeline__photo > a.timeline_photo > img |
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 |
|---|
ГЛАВНЫЕ НОВОСТИ main > div.mainblock > div.leftside > h2.title__v1 |
ПОСЛЕДНИЕ НОВОСТИ div.mainblock > div.leftside > div.timelineSwitch > h2.title__v1 |
ФОТОГАЛЕРЕИ div.stickyBlock > div.rPhoto > a > h2.title__v2 |
ИНТЕРВЬЮ main > div.block__interview > a > h2.title__v1 |
Посол Ирана: div > a > h3 > span.iName |
Глава РЖД: div > a > h3 > span.iName |
Александр Бастрыкин: div > a > h3 > span.iName |
Глава АФК "Система": div > a > h3 > span.iName |
ПРЕСС-ЦЕНТР div.press > div.pressCen > a > h2.title__v1 |
30 ЯНВАРЯ 2026 ГОДА div.pressCen > a > div > span.pressDate |
Пьеса драматурга Марии Шпильберг образно соединила два характера: французского … div.press > div.pressCen > a > span.pressText |
20 ЯНВАРЯ 2026 ГОДА div.pressCen > a > div > span.pressDate |
Единственный маркетплейс, на котором в ходе исследования не было выявлено ни од… div.press > div.pressCen > a > span.pressText |
29 ИЮЛЯ 2025 ГОДА div.pressCen > a > div > span.pressDate |
Главным фактором риска для развития рака головы и шеи эксперты называют курение… div.press > div.pressCen > a > span.pressText |
ПРЕСС-РЕЛИЗЫ div.press > div.pressRel > a > h2.title__v1 |
Copyright © 1991—2026 Interfax. Все права защищены. Сетевое издание "Интерфакс.… footer > div > div.fCright > span |
обработку файлов cookie div > div.fCright > span > a |
+7 (499) 250-98-40 div > div.fCright > span > a.no-wrap |
+7 (499) 250-97-27 div > div.fCright > span > a.no-wrap |
Продукты информационной группы "Интерфакс" div > div.f1 > h2.fHeader > a |
Информация о компаниях, товарах и людях div > div.f1 > div.f1_1 > div |
Новости и рынки div > div.f1 > div.f1_2 > div |
Условия использования информации div.f2 > span > span > a |
Выходные данные div.f2 > span > span > a |
Дизайн – Motka.ru div > div.f2 > span > a |
These are opportunities to improve the legibility of your content.
Names and labels
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 > div.toplogo > div.toplogo__left-column > a.hbut__search header > div.toplogo > div.toplogo__left-column > a.hbut__search |
header > div.toplogo > div > a.but__enter header > div.toplogo > div > a.but__enter |
footer > div > div.fCright > a footer > div > div.fCright > a |
div > div.f2 > div.f2_2 > a div > div.f2 > div.f2_2 > 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
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
Контакты footer > div > div.footerMenu > a |
Об "Интерфаксе" footer > div > div.footerMenu > a |
Реклама на сайте footer > div > div.footerMenu > a |
Мероприятия footer > div > div.footerMenu > a |
СПАРК div.f1 > div.f1_1 > h3 > a |
X-Compliance div.f1 > div.f1_1 > h3 > a |
СКАУТ div.f1 > div.f1_1 > h3 > a |
Маркер div.f1 > div.f1_1 > h3 > a |
АСТРА div.f1 > div.f1_1 > h3 > a |
СКАН div.f1 > div.f1_2 > h3 > a |
RUDATA div.f1 > div.f1_2 > h3 > a |
Условия использования информации div.f2 > span > span > a |
Выходные данные div.f2 > span > span > a |
Дизайн – Motka.ru div > div.f2 > span > a |
These items highlight common accessibility best practices.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Иран отказался от переговоров с США из-за чрезмерных требований Вашингтона div.mainblock > div.leftside > div.newsmain > a |
Трамп заявил о паузе в ударах по Ирану при сохранении морской блокады div.mainblock > div.leftside > div.newsmain > a |
КСИР угрожает уничтожить нефтяную промышленность стран Персидского залива div.mainblock > div.leftside > div.newsmain > a |
В "Хезболле" заявили, что обстреляли Израиль в ответ на нарушения им перемирия div.mainblock > div.leftside > div.newsmain > a |
Более 70 граждан РФ эвакуированы из Бейрута в Москву div.mainblock > div.leftside > div.newsmain > a |
Сборка ракеты "Союз-2.1а" с "Прогрессом МС-34" пройдёт на Байконуре div.mainblock > div.leftside > div.newsmain > a |
США продолжат оказывать экономическое давление на Иран div.leftside > div.timeline > div.timeline__smalltext > a |
Аэропорты Самары и Ульяновска приостановили работу div.timeline > div.timeline__group > div > a |
В Тегеране заявили, что не просили Вашингтон о продлении режима прекращения огня div.leftside > div.timeline > div.timeline__smalltext > a |
США ждут ответа от лидера Ирана по условиям урегулирования конфликта 22 апреля div.leftside > div.timeline > div.timeline__text > a |
Аэропорт Пензы временно не принимает и не отправляет рейсы div.timeline > div.timeline__group > div > a |
Временные ограничения введены в аэропорту Тамбова div.timeline > div.timeline__group > div > a |
Белый дом подтвердил отмену поездки делегации США на переговоры с Ираном div.leftside > div.timeline > div.timeline__smalltext > a |
В Иране сочли продление перемирия США попыткой выиграть время div.leftside > div.timeline > div.timeline__smalltext > a |
Аэропорты Волгограда и Саратова приостановили работу div.timeline > div.timeline__group > div > a |
Сборка ракеты "Союз-2.1а" с "Прогрессом МС-34" пройдёт на Байконуре div.timeline > div.timeline__group > div > a |
Путин в среду проведет переговоры с президентом Республики Сейшельские Острова div.timeline > div.timeline__group > div > a |
Над Севастополем сбито пять беспилотников div.leftside > div.timeline > div.timeline__smalltext > a |
Трамп заявил о паузе в ударах по Ирану при сохранении морской блокады div.leftside > div.timeline > div.timeline__photo > a |
КСИР угрожает уничтожить нефтяную промышленность стран Персидского залива div.leftside > div.timeline > div.timeline__smalltext > a |
Иран отказался от переговоров с США из-за чрезмерных требований Вашингтона div.leftside > div.timeline > div.timeline__text > a |
CENTCOM сообщил о перехвате 28 связанных с Ираном судов с начала блокады div.leftside > div.timeline > div.timeline__smalltext > a |
Более 70 граждан РФ эвакуированы из Бейрута в Москву div.leftside > div.timeline > div.timeline__text > a |
В "Хезболле" заявили, что обстреляли Израиль в ответ на нарушения им перемирия div.leftside > div.timeline > div.timeline__smalltext > a |
США отложили поездку в Пакистан из-за затягивания решения Ирана по переговорам div.leftside > div.timeline > div.timeline__smalltext > a |
Бомбардировщики ВВС США провели тренировочные вылеты из Англии в направлении Бл… div.leftside > div.timeline > div.timeline__photo > a |
Уиткофф и Кушнер прибыли на встречу в Белый дом div.leftside > div.timeline > div.timeline__smalltext > a |
США расширили санкции против Ирана из-за программы вооружений div.leftside > div.timeline > div.timeline__text > a |
ЦСКА сыграл вничью с "Ростовом" в матче РПЛ div.leftside > div.timeline > div.timeline__text > a |
Житель Грайворонского округа ранен в результате удара БПЛА div.leftside > div.timeline > div.timeline__smalltext > a |
Аракчи назвал блокаду Штатами иранских портов нарушением перемирия div.leftside > div.timeline > div.timeline__smalltext > a |
В патриархии Грузии готовятся объявить кандидатов на патриарший престол div.timeline > div.timeline__group > div > a |
NYT сообщила, что вылет Вэнса в Пакистан на переговоры с Ираном отложен div.leftside > div.timeline > div.timeline__text > a |
CNN назвал блокаду Штатами Ормуза фактором неопределенности для переговоров div.leftside > div.timeline > div.timeline__smalltext > a |
В "Эксмо" отрицают иностранное финансирование div.leftside > div.timeline > div.timeline__photo > a |
Доминикана выдала Москве россиянина обвиняемого в неуплате налогов на 1,1 млрд … div.timeline > div.timeline__group > div > a |
Вэнс, Рубио и Хегсет прибыли на встречу в Белый дом div.leftside > div.timeline > div.timeline__text > a |
Пентагон представил детали проекта бюджета на следующий год в размере $1,5 трлн div.leftside > div.timeline > div.timeline__text > a |
Глава Минсельхоза пообещала предпочтения дружественным странам при экспорте тов… div.timeline > div.timeline__group > div > a |
Что произошло за день: вторник, 21 апреля div.leftside > div.timeline > div.timeline__text > a |
Фотохроника 21 апреля div.leftside > div.timeline > div.timeline__photos > a |
Каллас анонсировала новые санкции ЕС против Ирана из-за блокировки Ормузского п… div.timeline > div.timeline__group > div > a |
Саудовская Аравия в феврале увеличила экспорт нефти на 4% div.timeline > div.timeline__group > div > a |
Журналист Axios сообщил, что Уиткофф и Кушнер еще не вылетели в Пакистан div.leftside > div.timeline > div.timeline__smalltext > a |
Тегеран еще не определился с участием в переговорах с США в Пакистане div.leftside > div.timeline > div.timeline__smalltext > a |
Пресс-служба мессенджера Мах рекомендовала выключать VPN для его корректной раб… div.leftside > div.timeline > div.timeline__text > a |
СД "Газпрома" впервые выдаст директиву голосования в органах управления сербско… div.timeline > div.timeline__group > div > a |
Бастрыкин поручил проверить детские книги Остера на предмет сомнительных устано… div.leftside > div.timeline > div.timeline__photo > a |
Уорш на посту главы ФРС намерен сохранить независимость от Трампа div.leftside > div.timeline > div.timeline__text > a |
Аутсайдер РПЛ "Сочи" выиграл третий матч подряд div.timeline > div.timeline__group > div > a |
Рубль укрепился на "Мосбирже" вслед за дорожающей нефтью div.timeline > div.timeline__group > div > a |
Чебесков подтвердил обсуждение введения дублирования банковских смс-ок через Мах div.leftside > div.timeline > div.timeline__text > a |
Минэнерго РФ подготовило проекты соглашений с нефтяниками о поставках топлива н… div.leftside > div.timeline > div.timeline__photo > a |
Генпрокуратура выявила нарушения в опросниках для проверок бизнеса надзорными о… div.timeline > div.timeline__group > div > a |
ВМС США перехватили в Индийском океане связанный с Ираном нефтяной танкер div.leftside > div.timeline > div.timeline__smalltext > a |
Каллас не ждет новых препятствий для одобрения кредита ЕС Киеву после починки "… div.timeline > div.timeline__group > div > a |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|---|
Failed to load resource: net::ERR_TIMED_OUT | |
Failed to load resource: net::ERR_TIMED_OUT |
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.