Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Cookie 'PHPSESSID' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'TS01229cee' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'TS01b02bb7' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 9.1 MB (8.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/edc4544b-e685-4d12-98d3-4d931032ce8e)<a href="https://beavercheck.com/results/edc4544b-e685-4d12-98d3-4d931032ce8e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmid.ru" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmid.ruThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 21.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~31%.
Page takes 21.5s to load
+12% bounceUsers abandon at ~3s — you're 19.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.5s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₽14,000 investment → ₽184/month returns
₽14,000
4h · 5 findings
₽184 /mo
~₽2,212 / year
No applicable regulations in this jurisdiction
₽7,000 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.0 developer hours at ₽3500/hr
Based on Russia rates (₽3500/hr)
Start here for the best return on investment
₽184 / month at risk
~₽2,212 / year if left unfixed
₽184 /mo
25349.3 MB/mo × 7.273 RUB/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
14.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.49 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.37 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
35.04 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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 | |
|---|---|---|---|
Ситуация на Ближнем Востоке li.actual-themes__item > a.actual-themes__link > span.actual-themes__photo > img.actual-themes__img | /upload/resize_cache/main/44f/073sgnzx0y70x9tscqadr6vyxh0... | 619.7 KiB | 615.1 KiB |
Ситуация на Украине li.actual-themes__item > a.actual-themes__link > span.actual-themes__photo > img.actual-themes__img | /upload/resize_cache/main/ceb/q2y79gfxswq0ib9bq8156taql9r... | 159.6 KiB | 155.1 KiB |
div.video-slider-container > div.video-player > div.video-wrapper > video#video div.video-slider-container > div.video-player > div.video-wrapper > video#video | /upload/resize_cache/medialibrary/796/2ucjgm0n746ef2o6x83... | 131.1 KiB | 116.0 KiB |
Выступление и ответы на вопросы СМИ Министра иностранных дел Российской Федерац… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/a24/zw0an3j4h0yde1iil18... | 147.5 KiB | 95.4 KiB |
О встрече Министра иностранных дел Российской Федерации С.В.Лаврова с Министром… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/6ea/8we219zfwodw2sirbbb... | 145.9 KiB | 93.8 KiB |
О встрече Министра иностранных дел Российской Федерации С.В.Лаврова с Председат… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/717/76lzox7y5uh1vj0v5x5... | 133.0 KiB | 80.9 KiB |
О встрече Министра иностранных дел Российской Федерации С.В.Лаврова с Государст… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/d58/aug7bz2exubjsegzdg7... | 127.4 KiB | 75.3 KiB |
О нарушениях прав российских граждан и соотечественников в зарубежных странах div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/main/dd1/zft3r8re2dxp4g9a53od2ml6b7s4l1f0/БАН... | 60.3 KiB | 56.6 KiB |
Концепция внешней политики Российской Федерации div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/c50/aivqlp2wf4tp7c25fgss20w7x59... | 58.0 KiB | 52.1 KiB |
О торжественном приёме в МИД России по случаю Православной Пасхи, Москва, 22 ап… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/0d7/0q0pne3ascfh4oqlj7c... | 104.0 KiB | 51.9 KiB |
О телефонном разговоре Министра иностранных дел Российской Федерации С.В.Лавров… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/3d4/yaf3t9osl8ja53u3sfq... | 100.8 KiB | 50.0 KiB |
Выступление Министра иностранных дел Российской Федерации С.В.Лаврова на заседа… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/2bd/rpdpjbzbvmka3vqcgt9... | 102.0 KiB | 49.9 KiB |
Видеообращение Министра иностранных дел Российской Федерации С.В.Лаврова по слу… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/a7e/d1beii15oofkwfkfv21... | 95.0 KiB | 42.9 KiB |
Вступительное слово Министра иностранных дел Российской Федерации С.В.Лаврова в… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/8d3/4q2hly1rc5ryuqgxfj0... | 92.0 KiB | 33.3 KiB |
Выступление Министра иностранных дел Российской Федерации С.В.Лаврова в ходе пр… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/6e7/duuf9vjjwnvd9plxxz7... | 82.6 KiB | 30.4 KiB |
Next li.index-content__col > div.news-slider > ul.news-slider__list > button.slick-next | mid.ru/static/i/sprite.png | 36.6 KiB | 26.9 KiB |
Геноцид советского народа div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/6bb/szka4scampmw722v3q8uxh3opho... | 31.5 KiB | 24.1 KiB |
Недостоверные публикации div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | mid.ru/upload/iblock/6a0/6a0b8772345c8cbeb0b05840afead0a8.jpg | 28.3 KiB | 23.4 KiB |
Новый портал ДСКЦ div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/248/iiw32exrxoklyv7n68fnwhnezbg... | 23.1 KiB | 18.4 KiB |
9 мая 2026 div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/7a4/m2v283tvu3mliiyreim5yw832dx... | 23.6 KiB | 16.4 KiB |
Репрессии в отношении российских СМИ div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/78d/bvksvmhqm8c0cqnpxkxz3johbeo... | 20.1 KiB | 15.4 KiB |
О ситуации с правами человека в отдельных странах div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/751/ajyddcb4x3vto0vhbme6kc5ur9x... | 20.0 KiB | 15.2 KiB |
Консульский информационный портал div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | mid.ru/upload/iblock/cee/cee2eecbb15b01b9c71c2ff7a597acd2.png | 18.7 KiB | 14.9 KiB |
«БЕЛЫЕ КНИГИ» преступлений западных государств и их союзников div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/809/bawaclcv0hcan8i2ngol8n1rwtt... | 18.1 KiB | 13.4 KiB |
Международный форум по безопасности div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/9c5/j9y9okvtwu5x774gt56wcumgfq7... | 20.2 KiB | 12.8 KiB |
Правда о событиях на Украине в Донбассе div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/013/rgg31g06f7cegqz3l2qan93ef7q... | 16.6 KiB | 11.9 KiB |
О ситуации с правами человека на Украине div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/323/8axehnmb0f3u7ri0wcpba7h0hzu... | 15.0 KiB | 10.3 KiB |
Борьба с героизацией нацизма div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/629/wi8mhr47e5dgnzt3fbxclkjox6n... | 13.0 KiB | 8.2 KiB |
ДГП баннер div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/4d3/353enn85guibdzlxzyv2rodotr2... | 12.4 KiB | 7.7 KiB |
Журнал «Международная жизнь» 100 лет div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/cdd/2coamfcf3ni30r1ma5co0ljnr07... | 11.9 KiB | 7.1 KiB |
Мобильное приложение МИД России div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/ba3/285_9999999999_1/WhatsApp I... | 10.3 KiB | 6.1 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.
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 |
|---|---|---|
| /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... | 34.4 KiB | 2.4 s |
| mid.ru/static/css/main.css?1773656867359327 | 51.0 KiB | 3.1 s |
| mid.ru/local/templates/template2017/template_styles.css?17655385791109 | 896 B | 664 ms |
| mid.ru/static/css/dark-theme.css?177373474633399 | 6.1 KiB | 884 ms |
| mid.ru/static/videoplayer/style.css?177364666822497 | 4.2 KiB | 664 ms |
| mid.ru/static/css/bitrix.css?177373791226854 | 6.2 KiB | 884 ms |
| mid.ru/bitrix/js/main/popup/dist/main.popup.bundle.min.css?176908742528056 | 27.8 KiB | 2.0 s |
| mid.ru/static/css/popups.css?16298239888173 | 2.0 KiB | 664 ms |
| mid.ru/static/css/accreditation.css?175691071319668 | 3.8 KiB | 664 ms |
| mid.ru/bitrix/js/ui/design-tokens/dist/ui.design-tokens.min.css?172554667823463 | 23.3 KiB | 1.3 s |
| mid.ru/static/css/header.css?176641288545249 | 6.7 KiB | 884 ms |
| mid.ru/bitrix/js/ui/fonts/opensans/ui.font.opensans.min.css?16695020142320 | 2.6 KiB | 664 ms |
| mid.ru/TSPD/?type=18 | 3.0 KiB | 664 ms |
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.4 KiB |
| /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... | 86400.0 s | 88.4 KiB |
| /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... | 86400.0 s | 37.2 KiB |
| /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... | 86400.0 s | 34.4 KiB |
| mid.ru/TSPD/?type=18 | 86400.0 s | 3.0 KiB |
| mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4) | 3600.0 s | 187 B |
| /sync_cookie_image_decide_secondary?cid=85766954&scid=85e... | 0.0 ms | 79 B |
| /sync_cookie_image_decide?cid=85766954&scid=b7a5059d-e15a... | 0.0 ms | 67 B |
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.
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.
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.
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.
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 |
|---|---|---|
| mid.ru/static/css/main.css?1773656867359327 | 51.0 KiB | 7.0 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 |
|---|---|---|
| mid.ru/static/js/main2.js?177002094674369 | 72.6 KiB | 31.1 KiB |
| mid.ru/static/js/main.js?177435387155422 | 54.1 KiB | 25.9 KiB |
| mid.ru/static/videoplayer/index_legacy.js | 41.8 KiB | 15.9 KiB |
| mid.ru/static/js/range.js?162982620635688 | 34.9 KiB | 14.1 KiB |
| mid.ru/static/js/accreditation.js?176589415122315 | 21.8 KiB | 6.0 KiB |
| /local/components/content/fast.news.list.fix/templates/le... | 10.4 KiB | 4.2 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 |
|---|---|---|
| mid.ru/static/css/main.css?1773656867359327 | 50.6 KiB | 47.4 KiB |
| mid.ru/bitrix/js/main/popup/dist/main.popup.bundle.min.css?176908742528056 | 27.4 KiB | 27.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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| mid.ru/static/js/vendor2.min.js?1698950253506268 | 494.3 KiB | 398.9 KiB |
| mid.ru/bitrix/js/main/core/core.min.js?1769088113242882 | 237.2 KiB | 173.1 KiB |
| mid.ru/static/js/vendor.min.js?1622457169287441 | 279.4 KiB | 149.9 KiB |
| mid.ru/bitrix/js/main/popup/dist/main.popup.bundle.min.js?176908811367515 | 65.9 KiB | 56.5 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 43.9 KiB |
| mid.ru/static/js/main2.js?177002094674369 | 71.9 KiB | 43.5 KiB |
| mid.ru/static/js/main.js?177435387155422 | 53.8 KiB | 35.8 KiB |
| mid.ru/static/js/range.js?162982620635688 | 34.9 KiB | 26.6 KiB |
| /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... | 84.7 KiB | 24.1 KiB |
| mid.ru/static/videoplayer/index_legacy.js | 40.1 KiB | 23.5 KiB |
| /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... | 34.2 KiB | 22.6 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 |
|---|---|---|---|
| /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... | 2.2 s | 2.1 s | 20 ms |
| Unattributable | 990 ms | 21 ms | 0.0 ms |
| mid.ru/static/js/vendor.min.js?1622457169287441 | 835 ms | 499 ms | 23 ms |
| mid.ru/ | 663 ms | 31 ms | 16 ms |
| /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... | 492 ms | 339 ms | 23 ms |
| mid.ru/static/gosuslugi_js/script.min.js | 488 ms | 467 ms | 0.5 ms |
| mc.yandex.ru/metrika/tag.js | 338 ms | 220 ms | 21 ms |
| mid.ru/static/js/vendor2.min.js?1698950253506268 | 99 ms | 46 ms | 52 ms |
| mid.ru/bitrix/js/main/core/core.min.js?1769088113242882 | 61 ms | 43 ms | 17 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 | 3.8 s |
| Other | 1.3 s |
| Style & Layout | 544 ms |
| Script Parsing & Compilation | 222 ms |
| Parse HTML & CSS | 201 ms |
| Rendering | 130 ms |
| Garbage Collection | 55 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 |
| The page has an unload handler in a sub frame. | 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 > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/8d3/4q2hly1rc5ryuqgxfj0... |
О торжественном приёме в МИД России по случаю Православной Пасхи, Москва, 22 ап… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/0d7/0q0pne3ascfh4oqlj7c... |
Выступление Министра иностранных дел Российской Федерации С.В.Лаврова в ходе пр… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/6e7/duuf9vjjwnvd9plxxz7... |
Выступление и ответы на вопросы СМИ Министра иностранных дел Российской Федерац… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/a24/zw0an3j4h0yde1iil18... |
Выступление Министра иностранных дел Российской Федерации С.В.Лаврова на заседа… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/2bd/rpdpjbzbvmka3vqcgt9... |
Видеообращение Министра иностранных дел Российской Федерации С.В.Лаврова по слу… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/a7e/d1beii15oofkwfkfv21... |
О встрече Министра иностранных дел Российской Федерации С.В.Лаврова с Государст… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/d58/aug7bz2exubjsegzdg7... |
О встрече Министра иностранных дел Российской Федерации С.В.Лаврова с Председат… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/717/76lzox7y5uh1vj0v5x5... |
О встрече Министра иностранных дел Российской Федерации С.В.Лаврова с Министром… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/6ea/8we219zfwodw2sirbbb... |
Ситуация на Ближнем Востоке li.actual-themes__item > a.actual-themes__link > span.actual-themes__photo > img.actual-themes__img | /upload/resize_cache/main/44f/073sgnzx0y70x9tscqadr6vyxh0... |
Ситуация на Украине li.actual-themes__item > a.actual-themes__link > span.actual-themes__photo > img.actual-themes__img | /upload/resize_cache/main/ceb/q2y79gfxswq0ib9bq8156taql9r... |
О телефонном разговоре Министра иностранных дел Российской Федерации С.В.Лавров… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/3d4/yaf3t9osl8ja53u3sfq... |
«Братья, не рвите вековой связи!» ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/8f8/n5dkb8fvsfec5u0gkpakarlborn... |
Фонд ветеранов дипломатической службы ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/6ea/pmspg60kv73ur95cxxwyo6gpixr... |
Экологический диктант ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/0db/3o6skvad39xgzfr155u92ogtpag... |
Форум Технопром 2026 ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/c9e/8mlct0epmfnjqiquc6b0r2jefz6... |
ОБСЕ ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/main/006/dtees1tebohc3ujds6ku7da3s0oovg1z/OSCE_logo-ru.svg |
Геноцид советского народа div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/6bb/szka4scampmw722v3q8uxh3opho... |
Международный форум по безопасности div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/9c5/j9y9okvtwu5x774gt56wcumgfq7... |
Курсы Дипломатической академии МИД России ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/main/3c8/КУРСЫ ДИПАКАДЕМИИ (1).jpg |
9 мая 2026 div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/7a4/m2v283tvu3mliiyreim5yw832dx... |
Енисейская Сибирь ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/iblock/d55/d55db1dbfcf0fa5ef96bfe070a0e294f.jpg |
Комиссия РФ по ЮНЕСКО ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/main/4c1/w4l5pr692ax08tg7sb8av0m30t87mc31/UNE_mid_375-1001.gif |
Концепция внешней политики Российской Федерации div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/c50/aivqlp2wf4tp7c25fgss20w7x59... |
Центр Примакова ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/f1a/s444jxq378bxk8g08nsy7an363m... |
Зарубежный помощник ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/main/abe/ubrc636nugydt1751y24m2ifd8y6c120/dskc_mp.jpg |
Дипвестник ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/76e/9999999999_100_1/76efcc4d18... |
Недостоверные публикации div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | mid.ru/upload/iblock/6a0/6a0b8772345c8cbeb0b05840afead0a8.jpg |
ДГП баннер div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/4d3/353enn85guibdzlxzyv2rodotr2... |
Новый портал ДСКЦ div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/248/iiw32exrxoklyv7n68fnwhnezbg... |
Журнал «Международная жизнь» 100 лет div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/cdd/2coamfcf3ni30r1ma5co0ljnr07... |
Репрессии в отношении российских СМИ div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/78d/bvksvmhqm8c0cqnpxkxz3johbeo... |
«БЕЛЫЕ КНИГИ» преступлений западных государств и их союзников div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/809/bawaclcv0hcan8i2ngol8n1rwtt... |
Правда о событиях на Украине в Донбассе div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/013/rgg31g06f7cegqz3l2qan93ef7q... |
О ситуации с правами человека на Украине div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/323/8axehnmb0f3u7ri0wcpba7h0hzu... |
О ситуации с правами человека в отдельных странах div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/751/ajyddcb4x3vto0vhbme6kc5ur9x... |
Борьба с героизацией нацизма div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/629/wi8mhr47e5dgnzt3fbxclkjox6n... |
РАЗВЕНЧИВАЕМ МИФЫ ЕВРОСОЮЗА div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/c74/9kvrqr9vgcpyz1794vglehhfogk... |
Выставки в МИД России div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/241/tyyu17yo1xgcvaoz84ft1edyzy5... |
Новый дипломатический словарь ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/b52/wg02fk6jh04oyvbv1opy8pbd0dh... |
Деловой совет по сотрудничеству с Малайзией ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/80f/9bjgcnbkih6c6nag3qyzao7884k... |
Россотрудничество ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/904/88b7r7pgvtdkz0v9hswflg81obz... |
Командные соревнования «ArtMasters OPEN» ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/3c6/wnzkgkh2msiq8eyy3q2fahpvx5i... |
Основы гос политики РФ в области ядерного сдерживания ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/354/3hsjp699p9j96dvzogy2p0hc6yk... |
Свидетельства преступлений украинских неонацистов и их пособников ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/dae/1vgv57gp4jfke9g82yjz7mtnu0h... |
Доклад МИД О защите семейных ценностей в СНГ ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/837/psvp550w4ee7jbwionl6bwl4i9f... |
Госпрограмма Внешнеполитическая деятельность ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/6e8/xxyw3w6x01z1ifwuvgvileyjij0... |
Вместе против коррупции ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/e6c/dubt8c6vc20qsdns1o2fxa9j375... |
Визуальный тур по особняку З.Г.Морозовой ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/511/85xtk4vq5n2nvn8cq5g2e9s21fn... |
Уставы северных народов ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/cd9/amtcnu8sv5ylkw7cvle6cmx5vgl... |
обучение в России ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/701/9999999999_100_1/701443efe1... |
История народа ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/main/23f/images%20(1).jpg |
Международный гранд бал стран BRICS ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/400/bz95iipuw0dwcw8u84w8bwmowb3... |
Дипакадемия ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/83a/t3rz6paybkd1e8bn9slsqz4tcs3... |
Мобильное приложение МИД России div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/ba3/285_9999999999_1/WhatsApp I... |
Государство для людей ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/59a/irw9tdilzg2yaja21zz8fojtan1... |
Консульский информационный портал div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | mid.ru/upload/iblock/cee/cee2eecbb15b01b9c71c2ff7a597acd2.png |
О нарушениях прав российских граждан и соотечественников в зарубежных странах div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/main/dd1/zft3r8re2dxp4g9a53od2ml6b7s4l1f0/БАН... |
О действиях (бездействии) властей Италии, ФРГ и Японии div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/main/4dc/5kndc3ehivdnh8cwbbi878csdn2u204f/БАН... |
Архив 1917 ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/iblock/60e/60edac73a239a34f221723670a1c71a7.png |
Глав УПдК ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/iblock/d13/d1362b02a933f595731e18a2278a28fd.jpg |
Место памяти ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/049/js40wnf88i9179siov2d314o8ty... |
Председательство России в ОДКБ в 2026 году ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/044/igv9lljfmpbif200mj2qvvwrmar... |
ЕЭК ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/resize_cache/main/3fb/9999999999_100_1/%D0%95%D0%AD%D0%9A.png |
Списки адвокатов и юридических фирм за рубежом ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/579/xar12iuq81owqhs6iedcyjowlyi... |
Конкурс объектов социальной инфраструктуры «МАРТ» ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/d88/giztj5mn63onlng9iu6iem359z3... |
Министерство иностранных дел Российской Федерации div.header__in > a.site-logo > span.site-logo__logo > img | mid.ru/static/i/svg/logo.svg |
Министерство иностранных дел Российской Федерации div.footer-contacts > div.footer-logo > div.footer-logo__icon > img.footer-logo__img | mid.ru/static/i/svg/logo.svg |
ИМЭМО РАН ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/98d/m4a9qvsx040ruseu7epstnaoepa... |
АЭФ 2026 ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/e46/ckhgwghoxt4swtv6tobele6zzg9... |
VIII Международная Конференция Роспатента ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/be1/8wr2429ttk9cosjq6fnguk69qfb... |
V Петербургский молодёжный исторический форум «Герои Отечества» ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/3ba/ltszd3m1d1w1j88vhieq6un98y0... |
Открытый лекторий ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/e6f/vs6vthxbw8nj1fur8smhdtz6yvu... |
Баннер 80-летие Победы ВОВ ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/a5e/1m23h7g6ior1aq6yng04v1aetmj... |
Окно в Россию ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/bd7/y5vupzuuq1r247f0tzri1c5nlw0... |
Фонд ветеранов дипломатической службы ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/da3/kbyk0o5y1i34jymb3tzur7d2of1... |
ЕАГ ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/resize_cache/main/bde/9999999999_100_1/EAG1.jpg |
Фонд Горчакова ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/57c/aod88ejcwqz6srebzcgb28ktne5... |
Международный фотоконкурс Женщина-фермер 2026 ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/db3/312r0l026fzqzdwn42ur1unulin... |
Всероссийский проект Знать.Любить.Гордиться! ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/694/kzx6dsupvovudjd0ohg3k1evo42... |
ООН ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/18c/67lqo2djho0p02cctxnkq9radvo... |
Журнал «Русский мир» ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/6dd/9plardwol0sjnr2db1353p6yktt... |
МГИМО русс яз ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/73d/325psqztevi6sh0ng80eyrb6338... |
... div.news-line__calendar > div.calendar > button.ui-datepicker-trigger > img | mid.ru/static/i/calendar.png |
Госуслуги div.pos-banner-fluid > div.bf-142__container > div.bf-142__logo-wrap > img.bf-142__img | mid.ru/static/i/svg/gosuslugi_svg/gosuslugi-logo-with-slogan-blue.svg |
div.right-controls > div.volume-controls > button#volume-button > img.volume-high div.right-controls > div.volume-controls > button#volume-button > img.volume-high | mid.ru/static/videoplayer/assets/volume_high.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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#video-controls > div.bottom-controls > div.left-controls > button#play div#video-controls > div.bottom-controls > div.left-controls > button#play |
div.bottom-controls > div.right-controls > div.volume-controls > button#volume-button div.bottom-controls > div.right-controls > div.volume-controls > button#volume-button |
div#video-controls > div.bottom-controls > div.right-controls > button#fullscreen-button div#video-controls > div.bottom-controls > div.right-controls > button#fullscreen-button |
div#video-controls > div.bottom-controls > div.right-controls > button#player_more_btn div#video-controls > div.bottom-controls > div.right-controls > button#player_more_btn |
div.main__in > div.banners > div.banners__in > button.banners__btn div.main__in > div.banners > div.banners__in > button.banners__btn |
div.main__in > div.banners > div.banners__in > button.banners__btn div.main__in > div.banners > div.banners__in > button.banners__btn |
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.
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 |
|---|
Ситуация на Ближнем Востоке ul.actual-themes__list > li.actual-themes__item > a.actual-themes__link > h3.actual-themes__item-title |
530 li.actual-themes__item > a.actual-themes__link > span.actual-themes__text > span.quantity |
новостей по теме li.actual-themes__item > a.actual-themes__link > span.actual-themes__text > span.desc |
Ситуация на Украине ul.actual-themes__list > li.actual-themes__item > a.actual-themes__link > h3.actual-themes__item-title |
2002 li.actual-themes__item > a.actual-themes__link > span.actual-themes__text > span.quantity |
новости по теме li.actual-themes__item > a.actual-themes__link > span.actual-themes__text > span.desc |
Новостная лента section#main_news69e8faf86ce14 > div.news-line__head > h2.news-line__title > a |
Фото ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
Приветственное слово заместителя Министра иностранных дел России Д.Е.Любинского… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Видео ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
Ответ Министра иностранных дел Российской Федерации С.В.Лаврова на вопрос прогр… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
О рабочей поездке заместителя Министра иностранных дел России А.В.Грушко в Босн… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Фото ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
О торжественном приёме в МИД России по случаю Православной Пасхи div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Фото, Видео ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
Выступление Министра иностранных дел Российской Федерации С.В.Лаврова в ходе пр… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Об участии директора Департамента партнёрства с Африкой МИД России Т.Е.Довгален… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Выступление директора Департамента партнёрства с Африкой МИД России Т.Е.Довгале… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
О заседании Российского комитета по образовательным программам ЮНЕСКО div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
О встрече заместителя Министра иностранных дел России Г.Е.Борисенко с назначенн… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
О встрече Министра иностранных дел Российской Федерации С.В.Лаврова с делегацие… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Фото, Видео ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
Выступление и ответы на вопросы СМИ Министра иностранных дел Российской Федерац… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Фото ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
О двусторонних встречах заместителя Министра иностранных дел России А.Ю.Руденко… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Фото ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
О Совещании старших должностных лиц Россия-АСЕАН на уровне заместителей министр… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Фото, Видео ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
Вступительное слово Министра иностранных дел Российской Федерации С.В.Лаврова в… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Все материалы section#main_news69e8faf86ce14 > div.news-line__body > div.all-materials > a.all-materials__link |
Ответ Министра иностранных дел Российской Федерации С.В.Лаврова на вопрос прогр… section.rubric > ul.announce > li.announce__item > a.announce__link |
Выступление Министра иностранных дел Российской Федерации С.В.Лаврова в ходе пр… section.rubric > ul.announce > li.announce__item > a.announce__link |
Все материалы li.index-content__col > section.rubric > div.all-materials > a.all-materials__link |
Заявление МИД России о ситуации на Ближнем Востоке section.rubric > ul.announce > li.announce__item > a.announce__link |
Заявление МИД России по итогам рассмотрения в Совете Безопасности ООН ситуации … section.rubric > ul.announce > li.announce__item > a.announce__link |
Заявление МИД России о ситуации на Ближнем Востоке section.rubric > ul.announce > li.announce__item > a.announce__link |
Все материалы li.index-content__col > section.rubric > div.all-materials > a.all-materials__link |
Ответ Министра иностранных дел Российской Федерации С.В.Лаврова на вопрос прогр… section.rubric > ul.announce > li.announce__item > a.announce__link |
Все материалы li.index-content__col > section.rubric > div.all-materials > a.all-materials__link |
О брифинге официального представителя МИД России 24 апреля 2026 года section.rubric > ul.announce > li.announce__item > a.announce__link |
Все материалы li.index-content__col > section.rubric > div.all-materials > a.all-materials__link |
Аккредитация a.rubric__img-link > div.accreditationButton > div.accreditationButton__core > p.accreditationButton__text |
Брифинг официального представителя МИД России М.В.Захаровой, Москва, 16 апреля … section.rubric > ul.announce > li.announce__item > a.announce__link |
Брифинг официального представителя МИД России М.В.Захаровой, Москва, 8 апреля 2… section.rubric > ul.announce > li.announce__item > a.announce__link |
Все материалы li.index-content__col > section.rubric > div.all-materials > a.all-materials__link |
УШАКОВ Алексей Анатольевич назначен Чрезвычайным и Полномочным Послом Российско… section.rubric > ul.announce > li.announce__item > a.announce__link |
Все материалы li.index-content__col > section.rubric > div.all-materials > a.all-materials__link |
© Министерство иностранных дел Российской Федерации div.footer > div.copyright > div.copyright__in > p.copyright__text |
These are opportunities to improve the legibility of your content.
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.bx-core html.bx-core |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
Previous
О торжественном приёме в МИД России по случаю Православной Пасхи, Моск… ul.index-content > li.index-content__col > div.news-slider > ul.news-slider__list |
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 |
|---|
О торжественном приёме в МИД России по случаю Православной Пасхи, Москва, 22 ап… div.slick-track > div.slick-slide > div > li.news-slider__item |
Актуальные темы ul.index-content > li.index-content__col > section.actual-themes > li.headers__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
EN div.nav-bar > div.nav-bar__in > div.nav-bar__block > a |
DE div.nav-bar > div.nav-bar__in > div.nav-bar__block > a |
FR div.nav-bar > div.nav-bar__in > div.nav-bar__block > a |
ES div.nav-bar > div.nav-bar__in > div.nav-bar__block > a |
PT div.nav-bar > div.nav-bar__in > div.nav-bar__block > a |
中文 div.nav-bar > div.nav-bar__in > div.nav-bar__block > 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.bx-core html.bx-core |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| burp/favicon.ico | Automatically upgraded to HTTPS |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... line 139, col 48 |
| Unload event listeners are deprecated and will be removed. | /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... line 152, col 178 |
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_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
/TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... line 575, col 125 | Not allowed to load local resource: chrome://rumola/content/rumola48.png |
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 |
|---|
| Mixed content |
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.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
209 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.030
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.11 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
7.46 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| mc.yandex.ru/metrika/tag.js | 3600.0 s | 85.4 KiB |
| /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... | 86400.0 s | 88.5 KiB |
| /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... | 86400.0 s | 37.3 KiB |
| /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... | 86400.0 s | 34.5 KiB |
| mid.ru/TSPD/?type=18 | 86400.0 s | 3.0 KiB |
| mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4) | 3600.0 s | 139 B |
| /sync_cookie_image_decide_secondary?cid=85766954&scid=4d1... | 0.0 ms | 79 B |
| /sync_cookie_image_decide?cid=85766954&scid=3081fe7d-ada7... | 0.0 ms | 67 B |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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 | |
|---|---|---|---|
Ситуация на Ближнем Востоке li.actual-themes__item > a.actual-themes__link > span.actual-themes__photo > img.actual-themes__img | /upload/resize_cache/main/44f/073sgnzx0y70x9tscqadr6vyxh0... | 619.7 KiB | 615.5 KiB |
div.header > div.header__bottom > div.header__banner > img.header__banner-img div.header > div.header__bottom > div.header__banner > img.header__banner-img | mid.ru/static/i/bg/header-bg-big.jpg | 708.4 KiB | 612.9 KiB |
Ситуация на Украине li.actual-themes__item > a.actual-themes__link > span.actual-themes__photo > img.actual-themes__img | /upload/resize_cache/main/ceb/q2y79gfxswq0ib9bq8156taql9r... | 159.6 KiB | 155.4 KiB |
div.video-slider-container > div.video-player > div.video-wrapper > video#video div.video-slider-container > div.video-player > div.video-wrapper > video#video | /upload/resize_cache/medialibrary/796/2ucjgm0n746ef2o6x83... | 131.1 KiB | 123.1 KiB |
Выступление и ответы на вопросы СМИ Министра иностранных дел Российской Федерац… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/a24/zw0an3j4h0yde1iil18... | 147.5 KiB | 105.8 KiB |
О встрече Министра иностранных дел Российской Федерации С.В.Лаврова с Министром… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/6ea/8we219zfwodw2sirbbb... | 145.9 KiB | 104.2 KiB |
О встрече Министра иностранных дел Российской Федерации С.В.Лаврова с Председат… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/717/76lzox7y5uh1vj0v5x5... | 133.0 KiB | 91.3 KiB |
О встрече Министра иностранных дел Российской Федерации С.В.Лаврова с Государст… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/d58/aug7bz2exubjsegzdg7... | 127.4 KiB | 85.7 KiB |
О торжественном приёме в МИД России по случаю Православной Пасхи, Москва, 22 ап… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/0d7/0q0pne3ascfh4oqlj7c... | 104.0 KiB | 62.3 KiB |
Выступление Министра иностранных дел Российской Федерации С.В.Лаврова на заседа… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/2bd/rpdpjbzbvmka3vqcgt9... | 102.0 KiB | 60.3 KiB |
О телефонном разговоре Министра иностранных дел Российской Федерации С.В.Лавров… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/3d4/yaf3t9osl8ja53u3sfq... | 100.8 KiB | 60.1 KiB |
О нарушениях прав российских граждан и соотечественников в зарубежных странах div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/main/dd1/zft3r8re2dxp4g9a53od2ml6b7s4l1f0/БАН... | 60.3 KiB | 56.6 KiB |
Видеообращение Министра иностранных дел Российской Федерации С.В.Лаврова по слу… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/a7e/d1beii15oofkwfkfv21... | 95.0 KiB | 53.3 KiB |
Концепция внешней политики Российской Федерации div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/c50/aivqlp2wf4tp7c25fgss20w7x59... | 58.0 KiB | 52.1 KiB |
Вступительное слово Министра иностранных дел Российской Федерации С.В.Лаврова в… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/8d3/4q2hly1rc5ryuqgxfj0... | 92.0 KiB | 45.0 KiB |
Выступление Министра иностранных дел Российской Федерации С.В.Лаврова в ходе пр… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/6e7/duuf9vjjwnvd9plxxz7... | 82.6 KiB | 40.8 KiB |
О действиях (бездействии) властей Италии, ФРГ и Японии div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/main/4dc/5kndc3ehivdnh8cwbbi878csdn2u204f/БАН... | 33.3 KiB | 29.6 KiB |
Next li.index-content__col > div.news-slider > ul.news-slider__list > button.slick-next | mid.ru/static/i/sprite.png | 36.6 KiB | 26.9 KiB |
Геноцид советского народа div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/6bb/szka4scampmw722v3q8uxh3opho... | 31.5 KiB | 24.1 KiB |
Недостоверные публикации div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | mid.ru/upload/iblock/6a0/6a0b8772345c8cbeb0b05840afead0a8.jpg | 28.3 KiB | 23.4 KiB |
Новый портал ДСКЦ div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/248/iiw32exrxoklyv7n68fnwhnezbg... | 23.1 KiB | 18.4 KiB |
9 мая 2026 div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/7a4/m2v283tvu3mliiyreim5yw832dx... | 23.6 KiB | 16.4 KiB |
Окно в Россию ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/bd7/y5vupzuuq1r247f0tzri1c5nlw0... | 18.9 KiB | 16.1 KiB |
Репрессии в отношении российских СМИ div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/78d/bvksvmhqm8c0cqnpxkxz3johbeo... | 20.1 KiB | 15.4 KiB |
О ситуации с правами человека в отдельных странах div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/751/ajyddcb4x3vto0vhbme6kc5ur9x... | 20.0 KiB | 15.2 KiB |
Консульский информационный портал div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | mid.ru/upload/iblock/cee/cee2eecbb15b01b9c71c2ff7a597acd2.png | 18.7 KiB | 14.9 KiB |
Командные соревнования «ArtMasters OPEN» ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/3c6/wnzkgkh2msiq8eyy3q2fahpvx5i... | 19.1 KiB | 14.8 KiB |
«БЕЛЫЕ КНИГИ» преступлений западных государств и их союзников div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/809/bawaclcv0hcan8i2ngol8n1rwtt... | 18.1 KiB | 13.4 KiB |
Выставки в МИД России div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/241/tyyu17yo1xgcvaoz84ft1edyzy5... | 18.1 KiB | 13.3 KiB |
РАЗВЕНЧИВАЕМ МИФЫ ЕВРОСОЮЗА div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/c74/9kvrqr9vgcpyz1794vglehhfogk... | 17.6 KiB | 12.8 KiB |
Международный форум по безопасности div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/9c5/j9y9okvtwu5x774gt56wcumgfq7... | 20.2 KiB | 12.8 KiB |
Правда о событиях на Украине в Донбассе div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/013/rgg31g06f7cegqz3l2qan93ef7q... | 16.6 KiB | 11.9 KiB |
О ситуации с правами человека на Украине div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/323/8axehnmb0f3u7ri0wcpba7h0hzu... | 15.0 KiB | 10.3 KiB |
Международный гранд бал стран BRICS ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/400/bz95iipuw0dwcw8u84w8bwmowb3... | 13.7 KiB | 9.6 KiB |
Борьба с героизацией нацизма div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/629/wi8mhr47e5dgnzt3fbxclkjox6n... | 13.0 KiB | 8.2 KiB |
ДГП баннер div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/4d3/353enn85guibdzlxzyv2rodotr2... | 12.4 KiB | 7.7 KiB |
Баннер 80-летие Победы ВОВ ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/a5e/1m23h7g6ior1aq6yng04v1aetmj... | 10.2 KiB | 7.5 KiB |
Журнал «Международная жизнь» 100 лет div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/cdd/2coamfcf3ni30r1ma5co0ljnr07... | 11.9 KiB | 7.1 KiB |
Мобильное приложение МИД России div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/ba3/285_9999999999_1/WhatsApp I... | 10.3 KiB | 6.1 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.
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 |
|---|---|---|
| /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... | 34.5 KiB | 550 ms |
| mid.ru/local/templates/template2017/template_styles.css?17655385791109 | 896 B | 332 ms |
| mid.ru/static/css/dark-theme.css?177373474633399 | 6.1 KiB | 332 ms |
| mid.ru/static/css/bitrix.css?177373791226854 | 6.2 KiB | 332 ms |
| mid.ru/static/videoplayer/style.css?177364666822497 | 4.2 KiB | 332 ms |
| mid.ru/static/css/popups.css?16298239888173 | 2.0 KiB | 332 ms |
| mid.ru/static/css/accreditation.css?175691071319668 | 3.8 KiB | 332 ms |
| mid.ru/static/css/header.css?176641288545249 | 6.7 KiB | 332 ms |
| mid.ru/static/css/main.css?1773656867359327 | 51.0 KiB | 659 ms |
| mid.ru/bitrix/js/main/popup/dist/main.popup.bundle.min.css?176908742528056 | 27.8 KiB | 550 ms |
| mid.ru/bitrix/js/ui/fonts/opensans/ui.font.opensans.min.css?16695020142320 | 2.6 KiB | 332 ms |
| mid.ru/bitrix/js/ui/design-tokens/dist/ui.design-tokens.min.css?172554667823463 | 23.3 KiB | 223 ms |
| mid.ru/TSPD/?type=18 | 3.0 KiB | 332 ms |
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.
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.
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.
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 |
|---|---|---|
| mid.ru/static/js/main2.js?177002094674369 | 72.6 KiB | 31.1 KiB |
| mid.ru/static/js/main.js?177435387155422 | 54.1 KiB | 25.9 KiB |
| mid.ru/static/videoplayer/index_legacy.js | 41.8 KiB | 15.9 KiB |
| mid.ru/static/js/range.js?162982620635688 | 34.9 KiB | 14.1 KiB |
| mid.ru/static/js/accreditation.js?176589415122315 | 21.8 KiB | 6.0 KiB |
| /local/components/content/fast.news.list.fix/templates/le... | 10.4 KiB | 4.2 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 |
|---|---|---|
| mid.ru/static/css/main.css?1773656867359327 | 50.6 KiB | 47.9 KiB |
| mid.ru/bitrix/js/main/popup/dist/main.popup.bundle.min.css?176908742528056 | 27.4 KiB | 27.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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| mid.ru/static/js/vendor2.min.js?1698950253506268 | 494.3 KiB | 398.9 KiB |
| mid.ru/bitrix/js/main/core/core.min.js?1769088113242882 | 237.2 KiB | 173.1 KiB |
| mid.ru/static/js/vendor.min.js?1622457169287441 | 279.4 KiB | 149.4 KiB |
| mid.ru/bitrix/js/main/popup/dist/main.popup.bundle.min.js?176908811367515 | 65.9 KiB | 56.5 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 44.0 KiB |
| mid.ru/static/js/main2.js?177002094674369 | 71.9 KiB | 43.5 KiB |
| mid.ru/static/js/main.js?177435387155422 | 53.8 KiB | 35.8 KiB |
| mid.ru/static/js/range.js?162982620635688 | 34.9 KiB | 26.6 KiB |
| /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... | 84.7 KiB | 24.1 KiB |
| mid.ru/static/videoplayer/index_legacy.js | 40.1 KiB | 23.5 KiB |
| /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... | 34.2 KiB | 22.6 KiB |
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 |
| The page has an unload handler in a sub frame. | 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 |
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 |
|---|---|---|
| mid.ru/static/css/main.css?1773656867359327 | 51.0 KiB | 7.0 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.
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.header > div.header__bottom > div.header__banner > img.header__banner-img div.header > div.header__bottom > div.header__banner > img.header__banner-img | mid.ru/static/i/bg/header-bg-big.jpg |
Вступительное слово Министра иностранных дел Российской Федерации С.В.Лаврова в… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/8d3/4q2hly1rc5ryuqgxfj0... |
О торжественном приёме в МИД России по случаю Православной Пасхи, Москва, 22 ап… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/0d7/0q0pne3ascfh4oqlj7c... |
Выступление Министра иностранных дел Российской Федерации С.В.Лаврова в ходе пр… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/6e7/duuf9vjjwnvd9plxxz7... |
Выступление и ответы на вопросы СМИ Министра иностранных дел Российской Федерац… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/a24/zw0an3j4h0yde1iil18... |
Выступление Министра иностранных дел Российской Федерации С.В.Лаврова на заседа… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/2bd/rpdpjbzbvmka3vqcgt9... |
Видеообращение Министра иностранных дел Российской Федерации С.В.Лаврова по слу… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/a7e/d1beii15oofkwfkfv21... |
О встрече Министра иностранных дел Российской Федерации С.В.Лаврова с Государст… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/d58/aug7bz2exubjsegzdg7... |
О встрече Министра иностранных дел Российской Федерации С.В.Лаврова с Председат… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/717/76lzox7y5uh1vj0v5x5... |
О встрече Министра иностранных дел Российской Федерации С.В.Лаврова с Министром… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/6ea/8we219zfwodw2sirbbb... |
Ситуация на Ближнем Востоке li.actual-themes__item > a.actual-themes__link > span.actual-themes__photo > img.actual-themes__img | /upload/resize_cache/main/44f/073sgnzx0y70x9tscqadr6vyxh0... |
Ситуация на Украине li.actual-themes__item > a.actual-themes__link > span.actual-themes__photo > img.actual-themes__img | /upload/resize_cache/main/ceb/q2y79gfxswq0ib9bq8156taql9r... |
О телефонном разговоре Министра иностранных дел Российской Федерации С.В.Лавров… div > li.news-slider__item > a.news-slider__link > img.news-slider__img | /upload/resize_cache/medialibrary/3d4/yaf3t9osl8ja53u3sfq... |
«Братья, не рвите вековой связи!» ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/8f8/n5dkb8fvsfec5u0gkpakarlborn... |
Фонд ветеранов дипломатической службы ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/6ea/pmspg60kv73ur95cxxwyo6gpixr... |
Экологический диктант ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/0db/3o6skvad39xgzfr155u92ogtpag... |
Форум Технопром 2026 ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/c9e/8mlct0epmfnjqiquc6b0r2jefz6... |
ОБСЕ ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/main/006/dtees1tebohc3ujds6ku7da3s0oovg1z/OSCE_logo-ru.svg |
Геноцид советского народа div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/6bb/szka4scampmw722v3q8uxh3opho... |
Международный форум по безопасности div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/9c5/j9y9okvtwu5x774gt56wcumgfq7... |
Курсы Дипломатической академии МИД России ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/main/3c8/КУРСЫ ДИПАКАДЕМИИ (1).jpg |
9 мая 2026 div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/7a4/m2v283tvu3mliiyreim5yw832dx... |
Енисейская Сибирь ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/iblock/d55/d55db1dbfcf0fa5ef96bfe070a0e294f.jpg |
Комиссия РФ по ЮНЕСКО ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/main/4c1/w4l5pr692ax08tg7sb8av0m30t87mc31/UNE_mid_375-1001.gif |
Концепция внешней политики Российской Федерации div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/c50/aivqlp2wf4tp7c25fgss20w7x59... |
Центр Примакова ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/f1a/s444jxq378bxk8g08nsy7an363m... |
Зарубежный помощник ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/main/abe/ubrc636nugydt1751y24m2ifd8y6c120/dskc_mp.jpg |
Дипвестник ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/76e/9999999999_100_1/76efcc4d18... |
Недостоверные публикации div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | mid.ru/upload/iblock/6a0/6a0b8772345c8cbeb0b05840afead0a8.jpg |
ДГП баннер div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/4d3/353enn85guibdzlxzyv2rodotr2... |
Новый портал ДСКЦ div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/248/iiw32exrxoklyv7n68fnwhnezbg... |
Журнал «Международная жизнь» 100 лет div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/cdd/2coamfcf3ni30r1ma5co0ljnr07... |
Репрессии в отношении российских СМИ div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/78d/bvksvmhqm8c0cqnpxkxz3johbeo... |
«БЕЛЫЕ КНИГИ» преступлений западных государств и их союзников div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/809/bawaclcv0hcan8i2ngol8n1rwtt... |
Правда о событиях на Украине в Донбассе div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/013/rgg31g06f7cegqz3l2qan93ef7q... |
О ситуации с правами человека на Украине div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/323/8axehnmb0f3u7ri0wcpba7h0hzu... |
О ситуации с правами человека в отдельных странах div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/751/ajyddcb4x3vto0vhbme6kc5ur9x... |
Борьба с героизацией нацизма div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/629/wi8mhr47e5dgnzt3fbxclkjox6n... |
РАЗВЕНЧИВАЕМ МИФЫ ЕВРОСОЮЗА div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/c74/9kvrqr9vgcpyz1794vglehhfogk... |
Выставки в МИД России div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/241/tyyu17yo1xgcvaoz84ft1edyzy5... |
Новый дипломатический словарь ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/b52/wg02fk6jh04oyvbv1opy8pbd0dh... |
Деловой совет по сотрудничеству с Малайзией ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/80f/9bjgcnbkih6c6nag3qyzao7884k... |
Россотрудничество ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/904/88b7r7pgvtdkz0v9hswflg81obz... |
Командные соревнования «ArtMasters OPEN» ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/3c6/wnzkgkh2msiq8eyy3q2fahpvx5i... |
Основы гос политики РФ в области ядерного сдерживания ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/354/3hsjp699p9j96dvzogy2p0hc6yk... |
Свидетельства преступлений украинских неонацистов и их пособников ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/dae/1vgv57gp4jfke9g82yjz7mtnu0h... |
Доклад МИД О защите семейных ценностей в СНГ ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/837/psvp550w4ee7jbwionl6bwl4i9f... |
Госпрограмма Внешнеполитическая деятельность ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/6e8/xxyw3w6x01z1ifwuvgvileyjij0... |
Вместе против коррупции ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/e6c/dubt8c6vc20qsdns1o2fxa9j375... |
Визуальный тур по особняку З.Г.Морозовой ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/511/85xtk4vq5n2nvn8cq5g2e9s21fn... |
Уставы северных народов ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/cd9/amtcnu8sv5ylkw7cvle6cmx5vgl... |
обучение в России ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/701/9999999999_100_1/701443efe1... |
История народа ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/main/23f/images%20(1).jpg |
Международный гранд бал стран BRICS ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/400/bz95iipuw0dwcw8u84w8bwmowb3... |
Дипакадемия ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/83a/t3rz6paybkd1e8bn9slsqz4tcs3... |
Мобильное приложение МИД России div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/resize_cache/main/ba3/285_9999999999_1/WhatsApp I... |
Государство для людей ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/59a/irw9tdilzg2yaja21zz8fojtan1... |
Консульский информационный портал div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | mid.ru/upload/iblock/cee/cee2eecbb15b01b9c71c2ff7a597acd2.png |
О нарушениях прав российских граждан и соотечественников в зарубежных странах div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/main/dd1/zft3r8re2dxp4g9a53od2ml6b7s4l1f0/БАН... |
О действиях (бездействии) властей Италии, ФРГ и Японии div#rubric-container > section.rubric > a.rubric__img-link > img.rubric__img | /upload/main/4dc/5kndc3ehivdnh8cwbbi878csdn2u204f/БАН... |
Архив 1917 ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/iblock/60e/60edac73a239a34f221723670a1c71a7.png |
Глав УПдК ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/iblock/d13/d1362b02a933f595731e18a2278a28fd.jpg |
Место памяти ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/049/js40wnf88i9179siov2d314o8ty... |
Председательство России в ОДКБ в 2026 году ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/044/igv9lljfmpbif200mj2qvvwrmar... |
ЕЭК ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/resize_cache/main/3fb/9999999999_100_1/%D0%95%D0%AD%D0%9A.png |
Списки адвокатов и юридических фирм за рубежом ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/579/xar12iuq81owqhs6iedcyjowlyi... |
Конкурс объектов социальной инфраструктуры «МАРТ» ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/d88/giztj5mn63onlng9iu6iem359z3... |
Министерство иностранных дел Российской Федерации div.header__in > a.site-logo > span.site-logo__logo > img | mid.ru/static/i/svg/logo.svg |
Министерство иностранных дел Российской Федерации div.footer-contacts > div.footer-logo > div.footer-logo__icon > img.footer-logo__img | mid.ru/static/i/svg/logo.svg |
ИМЭМО РАН ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/98d/m4a9qvsx040ruseu7epstnaoepa... |
АЭФ 2026 ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/e46/ckhgwghoxt4swtv6tobele6zzg9... |
VIII Международная Конференция Роспатента ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/be1/8wr2429ttk9cosjq6fnguk69qfb... |
V Петербургский молодёжный исторический форум «Герои Отечества» ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/3ba/ltszd3m1d1w1j88vhieq6un98y0... |
Открытый лекторий ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/e6f/vs6vthxbw8nj1fur8smhdtz6yvu... |
Баннер 80-летие Победы ВОВ ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/a5e/1m23h7g6ior1aq6yng04v1aetmj... |
Окно в Россию ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/bd7/y5vupzuuq1r247f0tzri1c5nlw0... |
Фонд ветеранов дипломатической службы ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/da3/kbyk0o5y1i34jymb3tzur7d2of1... |
ЕАГ ul.banners__list > li.banners__item > a.banners__link > img.banners__img | mid.ru/upload/resize_cache/main/bde/9999999999_100_1/EAG1.jpg |
Фонд Горчакова ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/57c/aod88ejcwqz6srebzcgb28ktne5... |
Международный фотоконкурс Женщина-фермер 2026 ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/db3/312r0l026fzqzdwn42ur1unulin... |
Всероссийский проект Знать.Любить.Гордиться! ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/694/kzx6dsupvovudjd0ohg3k1evo42... |
ООН ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/18c/67lqo2djho0p02cctxnkq9radvo... |
Журнал «Русский мир» ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/6dd/9plardwol0sjnr2db1353p6yktt... |
МГИМО русс яз ul.banners__list > li.banners__item > a.banners__link > img.banners__img | /upload/resize_cache/main/73d/325psqztevi6sh0ng80eyrb6338... |
... div.news-line__calendar > div.calendar > button.ui-datepicker-trigger > img | mid.ru/static/i/calendar.png |
Госуслуги div.pos-banner-fluid > div.bf-142__container > div.bf-142__logo-wrap > img.bf-142__img | mid.ru/static/i/svg/gosuslugi_svg/gosuslugi-logo-with-slogan-blue.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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#video-controls > div.bottom-controls > div.left-controls > button#play div#video-controls > div.bottom-controls > div.left-controls > button#play |
div#video-controls > div.bottom-controls > div.right-controls > button#fullscreen-button div#video-controls > div.bottom-controls > div.right-controls > button#fullscreen-button |
div#video-controls > div.bottom-controls > div.right-controls > button#player_more_btn div#video-controls > div.bottom-controls > div.right-controls > button#player_more_btn |
div.main__in > div.banners > div.banners__in > button.banners__btn div.main__in > div.banners > div.banners__in > button.banners__btn |
div.main__in > div.banners > div.banners__in > button.banners__btn div.main__in > div.banners > div.banners__in > button.banners__btn |
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.map__body > div.map__container > div.map__zoom > a#zoom-in div.map__body > div.map__container > div.map__zoom > a#zoom-in |
div.map__body > div.map__container > div.map__zoom > a#zoom-out div.map__body > div.map__container > div.map__zoom > a#zoom-out |
div.footer__left > ul.footer-nav > li.footer-nav__item > a.footer-nav__link div.footer__left > ul.footer-nav > li.footer-nav__item > a.footer-nav__link |
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.
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 |
|---|
Ситуация на Ближнем Востоке ul.actual-themes__list > li.actual-themes__item > a.actual-themes__link > h3.actual-themes__item-title |
530 li.actual-themes__item > a.actual-themes__link > span.actual-themes__text > span.quantity |
новостей по теме li.actual-themes__item > a.actual-themes__link > span.actual-themes__text > span.desc |
Ситуация на Украине ul.actual-themes__list > li.actual-themes__item > a.actual-themes__link > h3.actual-themes__item-title |
2002 li.actual-themes__item > a.actual-themes__link > span.actual-themes__text > span.quantity |
новости по теме li.actual-themes__item > a.actual-themes__link > span.actual-themes__text > span.desc |
Новостная лента section#main_news69e8faf86ce14 > div.news-line__head > h2.news-line__title > a |
Фото ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
Приветственное слово заместителя Министра иностранных дел России Д.Е.Любинского… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Видео ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
Ответ Министра иностранных дел Российской Федерации С.В.Лаврова на вопрос прогр… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
О рабочей поездке заместителя Министра иностранных дел России А.В.Грушко в Босн… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Фото ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
О торжественном приёме в МИД России по случаю Православной Пасхи div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Фото, Видео ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
Выступление Министра иностранных дел Российской Федерации С.В.Лаврова в ходе пр… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Об участии директора Департамента партнёрства с Африкой МИД России Т.Е.Довгален… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Выступление директора Департамента партнёрства с Африкой МИД России Т.Е.Довгале… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
О заседании Российского комитета по образовательным программам ЮНЕСКО div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
О встрече заместителя Министра иностранных дел России Г.Е.Борисенко с назначенн… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
О встрече Министра иностранных дел Российской Федерации С.В.Лаврова с делегацие… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Фото, Видео ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
Выступление и ответы на вопросы СМИ Министра иностранных дел Российской Федерац… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Фото ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
О двусторонних встречах заместителя Министра иностранных дел России А.Ю.Руденко… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Фото ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
О Совещании старших должностных лиц Россия-АСЕАН на уровне заместителей министр… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Фото, Видео ul.announce > li.announce__item > div.announce__item-info > span.announce__meta-tags |
Вступительное слово Министра иностранных дел Российской Федерации С.В.Лаврова в… div.news-line__list-wrapper > ul.announce > li.announce__item > a.announce__link |
Все материалы section#main_news69e8faf86ce14 > div.news-line__body > div.all-materials > a.all-materials__link |
Все материалы li.index-content__col > section.rubric > div.all-materials > a.all-materials__link |
Заявление МИД России о ситуации на Ближнем Востоке section.rubric > ul.announce > li.announce__item > a.announce__link |
Заявление МИД России по итогам рассмотрения в Совете Безопасности ООН ситуации … section.rubric > ul.announce > li.announce__item > a.announce__link |
Заявление МИД России о ситуации на Ближнем Востоке section.rubric > ul.announce > li.announce__item > a.announce__link |
Все материалы li.index-content__col > section.rubric > div.all-materials > a.all-materials__link |
Ответ Министра иностранных дел Российской Федерации С.В.Лаврова на вопрос прогр… section.rubric > ul.announce > li.announce__item > a.announce__link |
Все материалы li.index-content__col > section.rubric > div.all-materials > a.all-materials__link |
О брифинге официального представителя МИД России 24 апреля 2026 года section.rubric > ul.announce > li.announce__item > a.announce__link |
Все материалы li.index-content__col > section.rubric > div.all-materials > a.all-materials__link |
Аккредитация a.rubric__img-link > div.accreditationButton > div.accreditationButton__core > p.accreditationButton__text |
Брифинг официального представителя МИД России М.В.Захаровой, Москва, 16 апреля … section.rubric > ul.announce > li.announce__item > a.announce__link |
Брифинг официального представителя МИД России М.В.Захаровой, Москва, 8 апреля 2… section.rubric > ul.announce > li.announce__item > a.announce__link |
Все материалы li.index-content__col > section.rubric > div.all-materials > a.all-materials__link |
УШАКОВ Алексей Анатольевич назначен Чрезвычайным и Полномочным Послом Российско… section.rubric > ul.announce > li.announce__item > a.announce__link |
Все материалы li.index-content__col > section.rubric > div.all-materials > a.all-materials__link |
© Министерство иностранных дел Российской Федерации div.footer > div.copyright > div.copyright__in > p.copyright__text |
These are opportunities to improve the legibility of your content.
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.bx-core html.bx-core |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
Previous
О торжественном приёме в МИД России по случаю Православной Пасхи, Моск… ul.index-content > li.index-content__col > div.news-slider > ul.news-slider__list |
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 |
|---|
О торжественном приёме в МИД России по случаю Православной Пасхи, Москва, 22 ап… div.slick-track > div.slick-slide > div > li.news-slider__item |
Актуальные темы ul.index-content > li.index-content__col > section.actual-themes > li.headers__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Президент России div.header__in > ul.header-ext-links > li.header-ext-links__item > a.header-ext-links__link |
Правительство России div.header__in > ul.header-ext-links > li.header-ext-links__item > a.header-ext-links__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link div.nav-bar__in > div.nav-bar__block > div.nav-bar__item > a.nav-bar__link |
EN div.nav-bar > div.nav-bar__in > div.nav-bar__block > a |
DE div.nav-bar > div.nav-bar__in > div.nav-bar__block > a |
FR div.nav-bar > div.nav-bar__in > div.nav-bar__block > a |
ES div.nav-bar > div.nav-bar__in > div.nav-bar__block > a |
PT div.nav-bar > div.nav-bar__in > div.nav-bar__block > a |
中文 div.nav-bar > div.nav-bar__in > div.nav-bar__block > 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.bx-core html.bx-core |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| burp/favicon.ico | Automatically upgraded to HTTPS |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... line 139, col 48 |
| Unload event listeners are deprecated and will be removed. | /TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... line 152, col 178 |
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_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
/TSPD/08765fb817ab20002041d8c372bcc75bcbedbf79eadb334ea5c... line 575, col 125 | Not allowed to load local resource: chrome://rumola/content/rumola48.png |
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 |
|---|
| Mixed content |
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.
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.
Send Feedback