Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
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.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie '__ddg10_' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie '__ddg1_' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie '__ddg8_' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie '__ddg9_' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Nothing in this quadrant — good news.
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/525a12e9-2881-4476-8ed7-36133e4af563)<a href="https://beavercheck.com/results/525a12e9-2881-4476-8ed7-36133e4af563"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcbr.ru" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcbr.ruThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~29%.
Page takes 9.7s to load
+12% bounceUsers abandon at ~3s — you're 7.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 392ms after first paint
Fix: Defer third-party scripts and split large bundles
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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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, …)
12 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₽8,750 investment → ₽131,347/month returns
₽8,750
2h · 5 findings
₽131,347 /mo
~₽1,576,160 / year
No applicable regulations in this jurisdiction
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.
2.5 developer hours at ₽3500/hr
Based on Russia rates (₽3500/hr)
Start here for the best return on investment
₽42 / month at risk
~₽506 / year if left unfixed
₽42 /mo
5799.0 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.
4.19 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
392 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.231
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.09 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.
9.79 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.swiper-container > div.swiper-wrapper > div.swiper-slide > div.home-header_gall_slide div.swiper-container > div.swiper-wrapper > div.swiper-slide > div.home-header_gall_slide | cbr.ru/Content/Gallery/Image/113489?itemId=7032 | 279.0 KiB | 141.7 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| cbr.ru/js/moment-with-locales.min.js?v=v3854777408 | 80.1 KiB | 310 ms |
| cbr.ru/js/AICPrototypeControlsLib.js?v=v2415230193 | 8.8 KiB | |
| cbr.ru/js/site.js?v=v2848633841 | 2.1 KiB | |
| cbr.ru/js/jquery.ui.autocomplete-ru.js?v=v1043438991 | 603 B | |
| cbr.ru/js/jquery.cookie.min.js?v=v4260771145 | 1003 B | |
| cbr.ru/common/scripts/main.min.js?v=v4235701173 | 38.8 KiB | 155 ms |
| cbr.ru/common/libs/localization-ru.js?v=v712023859 | 2.5 KiB | 155 ms |
| cbr.ru/common/scripts/vendor.js?v=v4270970564 | 51.8 KiB | 155 ms |
| cbr.ru/common/libs/tippy.js?v=v478607061 | 9.6 KiB | |
| cbr.ru/common/style/main.min.css?v=v4139323626 | 241.8 KiB | 1.2 s |
| cbr.ru/common/libs/popper.js?v=v478607061 | 8.3 KiB | |
| cbr.ru/common/libs/jquery.floatThead.min.js?v=v478607061 | 6.4 KiB | 155 ms |
| cbr.ru/common/libs/jquery-ui/jquery-ui.min.js?v=v478607061 | 72.1 KiB | 464 ms |
| cbr.ru/common/libs/jquery.inputmask.min.js?v=v478607061 | 31.1 KiB | 155 ms |
| cbr.ru/common/libs/jquery-3.7.1.min.js?v=v735956814 | 32.7 KiB | 155 ms |
| cbr.ru/common/libs/jquery-ui/jquery-ui.min.css?v=v478607061 | 9.7 KiB |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Как защититься от мошенников
Мы объясняем, как действуют злоумышленники, раскры… div.offsetMenu > div.container-fluid > div.col-md-23 > div.main-banner | 0.231 |
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.
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 |
|---|---|---|
| cbr.ru/common/style/main.min.css?v=v4139323626 | 241.5 KiB | 230.3 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 |
|---|---|---|
| cbr.ru/common/libs/jquery-ui/jquery-ui.min.js?v=v478607061 | 71.9 KiB | 64.0 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 45.1 KiB |
| cbr.ru/common/scripts/vendor.js?v=v4270970564 | 51.5 KiB | 32.7 KiB |
| cbr.ru/common/scripts/main.min.js?v=v4235701173 | 38.5 KiB | 28.6 KiB |
| cbr.ru/common/libs/jquery.inputmask.min.js?v=v478607061 | 30.9 KiB | 27.0 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 |
|---|---|---|---|
| cbr.ru/ | 1.4 s | 14 ms | 9.7 ms |
| cbr.ru/common/libs/jquery-3.7.1.min.js?v=v735956814 | 1.0 s | 641 ms | 22 ms |
| Unattributable | 904 ms | 26 ms | 0.0 ms |
| mc.yandex.ru/metrika/tag.js | 454 ms | 398 ms | 31 ms |
| cbr.ru/common/style/main.min.css?v=v4139323626 | 157 ms | 0.1 ms | 0.0 ms |
| cbr.ru/js/moment-with-locales.min.js?v=v3854777408 | 127 ms | 88 ms | 39 ms |
| cbr.ru/common/libs/jquery-ui/jquery-ui.min.js?v=v478607061 | 66 ms | 40 ms | 24 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 |
|---|---|
| Other | 1.7 s |
| Script Evaluation | 1.3 s |
| Style & Layout | 644 ms |
| Rendering | 273 ms |
| Script Parsing & Compilation | 185 ms |
| Parse HTML & CSS | 182 ms |
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.home-main_resources > div.russian-bank-projects > a.russian-bank-project > img.russian-bank-project_img | cbr.ru/StaticHtml/File/188034/econs.svg |
Библиотека Банка России div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > img.russian-bank-project_img | cbr.ru/StaticHtml/File/188034/library.svg |
Финансовая культура div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > img.russian-bank-project_img | cbr.ru/StaticHtml/File/188034/finance-culture.svg |
Мобильное приложение ЦБ онлайн div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > img.russian-bank-project_img | cbr.ru/StaticHtml/File/188034/mob-cbr-online.svg |
Мониторинг предприятий банка России div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > img.russian-bank-project_img | cbr.ru/StaticHtml/File/188034/monitoring.svg |
Научный журнал Деньги и кредит div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > img.russian-bank-project_img | cbr.ru/StaticHtml/File/188034/money-and-credit.svg |
Музей Банка России div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > img.russian-bank-project_img | cbr.ru/StaticHtml/File/188034/bank-rus-museum.svg |
div.col-md-22 > div.footer_bottom_aic > a > img div.col-md-22 > div.footer_bottom_aic > a > img | cbr.ru/common/images/icons/aic-logo.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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Цель по инфляции div.main-indicator > div.main-indicator_content > div.main-indicator_text > span.main-indicator_info |
Инфляция div.main-indicator > div.main-indicator_content > div.main-indicator_sub > span.main-indicator_info |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Новости Новое на сайте
Все новости div.col-md-14 > div.home-main_tabs > div.home-sticky > div.tabs |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.main-indicator_rate > div#V_R01375 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn div.main-indicator_rate > div#V_R01375 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn |
div.main-indicator_rate > div#V_R01375 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn div.main-indicator_rate > div#V_R01375 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn |
div.main-indicator_rate > div#V_R01235 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn div.main-indicator_rate > div#V_R01235 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn |
div.main-indicator_rate > div#V_R01235 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn div.main-indicator_rate > div#V_R01235 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn |
div.main-indicator_rate > div#V_R01239 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn div.main-indicator_rate > div#V_R01239 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn |
div.main-indicator_rate > div#V_R01239 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn div.main-indicator_rate > div#V_R01239 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.search > div.search_field > div.search_clear > img div.search > div.search_field > div.search_clear > img |
div.col-md-22 > div.footer_bottom_aic > a > img div.col-md-22 > div.footer_bottom_aic > a > img |
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.row > div.col-xl-4 > div.header_left > a.header_logo div.row > div.col-xl-4 > div.header_left > a.header_logo |
div.row > div.col-xl-4 > div.header_left > a.d-flex div.row > div.col-xl-4 > div.header_left > a.d-flex |
div.row > div.col-xl-5 > div.header_left > a.header_logo div.row > div.col-xl-5 > div.header_left > a.header_logo |
div.row > div.col-xl-5 > div.header_left > a.d-flex div.row > div.col-xl-5 > div.header_left > a.d-flex |
div.footer_main > div.col-md-23 > div.footer_top > a.footer_logo div.footer_main > div.col-md-23 > div.footer_top > a.footer_logo |
div.col-md-23 > div.footer_main_block > div.networks-circle > a.networks-circle_item div.col-md-23 > div.footer_main_block > div.networks-circle > a.networks-circle_item |
div.col-md-23 > div.footer_main_block > div.networks-circle > a.networks-circle_item div.col-md-23 > div.footer_main_block > div.networks-circle > a.networks-circle_item |
div.footer_bottom > div.col-md-22 > div.footer_bottom_aic > a div.footer_bottom > div.col-md-22 > div.footer_bottom_aic > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Инфляция div.main-indicator > div.main-indicator_content > div.main-indicator_sub > span.main-indicator_info |
Ключевая ставка div.main-indicator > div.main-indicator_content > div.main-indicator_sub > a |
Следующее заседание Совета директоров по ключевой ставке div.home-main > div.main-indicator > div.main-indicator_comment > a.main-indicator_comment-text |
24.04.2026 div.home-main > div.main-indicator > div.main-indicator_comment > div.main-indicator_comment-date |
Ставка RUONIA div.main-indicator > div.main-indicator_content > div.main-indicator_sub > a |
Курсы валют div.main-indicator_rates-table > div.main-indicator_rates-head > div.col-md-2 > a |
22.04.2026 div.main-indicator_rates-table > div.main-indicator_rates-head > div.col-md-2 > a |
23.04.2026 div.main-indicator_rates-table > div.main-indicator_rates-head > div.col-md-2 > a |
Новое на сайте div.home-sticky > div.tabs > div.tabs-left > a#tab-4-2 |
Выберите тип div.filters > span#filtersForEventsAndPress > div#ui-id-1 > div.datepicker-filter_placeholder |
Просветительский проект ЦБ о бережном отношении к финансам div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > div.russian-bank-project_text |
Популярно о научных исследованиях по экономике и финансам div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > div.russian-bank-project_text |
О монетарной политике, финансах и банковской деятельности div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > div.russian-bank-project_text |
Цифровой помощник для тех, кто пользуется финуслугами div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > div.russian-bank-project_text |
Запись на экскурсии и уникальные материалы по истории денег div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > div.russian-bank-project_text |
Электронный каталог экономических и финансовых изданий div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > div.russian-bank-project_text |
Данные опросов об экономической активности предприятий div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > div.russian-bank-project_text |
www.cbr.ru body.page-v3 > div.popup-cookies > div.popup-cookies_subtitle > a |
пользовательское соглашение body.page-v3 > div.popup-cookies > div.popup-cookies_subtitle > a |
Подтвердить body.page-v3 > div.popup-cookies > button.btn |
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 html |
These are opportunities to improve the interpretation of your content by users in different locales.
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.row > div.col-xl-5 > div.header_left > a.d-flex div.row > div.col-xl-5 > div.header_left > a.d-flex |
Ключевая ставка div.main-indicator > div.main-indicator_content > div.main-indicator_sub > a |
с 23.03.2026 div.main-indicator > div.main-indicator_content > div.main-indicator_text > a |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
21.04 11,0418 ₽ -0,1039 ₽
22.04 10,9451 ₽ -0,0967 ₽
23.04 10,9931 ₽ +0,0480 ₽ div.main-indicator_rates-table > div.main-indicator_rate > div#V_R01375 > table.main-indicator_tooltip-table |
21.04 75,2370 ₽ -0,8165 ₽
22.04 74,5897 ₽ -0,6473 ₽
23.04 74,9995 ₽ +0,4098 ₽ div.main-indicator_rates-table > div.main-indicator_rate > div#V_R01235 > table.main-indicator_tooltip-table |
21.04 88,3769 ₽ -1,2487 ₽
22.04 87,7659 ₽ -0,6110 ₽
23.04 87,9733 ₽ +0,2074 ₽ div.main-indicator_rates-table > div.main-indicator_rate > div#V_R01239 > table.main-indicator_tooltip-table |
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: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.search > div.search_field > div.search_clear > img div.search > div.search_field > div.search_clear > img |
div.col-md-22 > div.footer_bottom_aic > a > img div.col-md-22 > div.footer_bottom_aic > a > img |
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.
1.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
32 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.07 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.
2.34 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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.swiper-container > div.swiper-wrapper > div.swiper-slide > div.home-header_gall_slide div.swiper-container > div.swiper-wrapper > div.swiper-slide > div.home-header_gall_slide | cbr.ru/Content/Gallery/Image/113489?itemId=7032 | 279.0 KiB | 141.7 KiB |
Баннер про защиту от мошейничества div.col-md-23 > div.main-banner > div.main-banner_right > img.main-banner_img | cbr.ru/StaticHtml/File/188036/2.jpg | 29.2 KiB | 17.7 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.
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| cbr.ru/common/style/main.min.css?v=v4139323626 | 241.5 KiB | 229.0 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 |
|---|---|---|
| cbr.ru/common/libs/jquery-ui/jquery-ui.min.js?v=v478607061 | 71.9 KiB | 64.0 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 45.1 KiB |
| cbr.ru/common/scripts/vendor.js?v=v4270970564 | 51.5 KiB | 32.7 KiB |
| cbr.ru/common/scripts/main.min.js?v=v4235701173 | 38.5 KiB | 28.6 KiB |
| cbr.ru/common/libs/jquery.inputmask.min.js?v=v478607061 | 30.9 KiB | 27.0 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Экономический разговор div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > img.russian-bank-project_img | cbr.ru/StaticHtml/File/188034/econs.svg |
Библиотека Банка России div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > img.russian-bank-project_img | cbr.ru/StaticHtml/File/188034/library.svg |
Финансовая культура div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > img.russian-bank-project_img | cbr.ru/StaticHtml/File/188034/finance-culture.svg |
Мобильное приложение ЦБ онлайн div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > img.russian-bank-project_img | cbr.ru/StaticHtml/File/188034/mob-cbr-online.svg |
Мониторинг предприятий банка России div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > img.russian-bank-project_img | cbr.ru/StaticHtml/File/188034/monitoring.svg |
Научный журнал Деньги и кредит div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > img.russian-bank-project_img | cbr.ru/StaticHtml/File/188034/money-and-credit.svg |
Музей Банка России div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > img.russian-bank-project_img | cbr.ru/StaticHtml/File/188034/bank-rus-museum.svg |
div.col-md-22 > div.footer_bottom_aic > a > img div.col-md-22 > div.footer_bottom_aic > a > img | cbr.ru/common/images/icons/aic-logo.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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Цель по инфляции div.main-indicator > div.main-indicator_content > div.main-indicator_text > span.main-indicator_info |
Инфляция div.main-indicator > div.main-indicator_content > div.main-indicator_sub > span.main-indicator_info |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Новости Новое на сайте
Все новости div.col-md-14 > div.home-main_tabs > div.home-sticky > div.tabs |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.main-indicator_rate > div#V_R01375 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn div.main-indicator_rate > div#V_R01375 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn |
div.main-indicator_rate > div#V_R01375 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn div.main-indicator_rate > div#V_R01375 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn |
div.main-indicator_rate > div#V_R01235 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn div.main-indicator_rate > div#V_R01235 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn |
div.main-indicator_rate > div#V_R01235 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn div.main-indicator_rate > div#V_R01235 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn |
div.main-indicator_rate > div#V_R01239 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn div.main-indicator_rate > div#V_R01239 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn |
div.main-indicator_rate > div#V_R01239 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn div.main-indicator_rate > div#V_R01239 > div.main-indicator_tooltip-head > button.main-indicator_tooltip-head-btn |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.search > div.search_field > div.search_clear > img div.search > div.search_field > div.search_clear > img |
div.col-md-22 > div.footer_bottom_aic > a > img div.col-md-22 > div.footer_bottom_aic > a > img |
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.row > div.col-xl-4 > div.header_left > a.header_logo div.row > div.col-xl-4 > div.header_left > a.header_logo |
div.d-none > div.header_right > div.networks > a.header_appeal-link div.d-none > div.header_right > div.networks > a.header_appeal-link |
div.row > div.col-xl-5 > div.header_left > a.header_logo div.row > div.col-xl-5 > div.header_left > a.header_logo |
div.d-none > div.header_right > div.networks > a.header_appeal-link div.d-none > div.header_right > div.networks > a.header_appeal-link |
div.footer_main > div.col-md-23 > div.footer_top > a.footer_logo div.footer_main > div.col-md-23 > div.footer_top > a.footer_logo |
div.col-md-23 > div.footer_main_block > div.networks-circle > a.networks-circle_item div.col-md-23 > div.footer_main_block > div.networks-circle > a.networks-circle_item |
div.col-md-23 > div.footer_main_block > div.networks-circle > a.networks-circle_item div.col-md-23 > div.footer_main_block > div.networks-circle > a.networks-circle_item |
div.footer_bottom > div.col-md-22 > div.footer_bottom_aic > a div.footer_bottom > div.col-md-22 > div.footer_bottom_aic > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Новое на сайте div.home-sticky > div.tabs > div.tabs-left > a#tab-4-2 |
Выберите тип div.filters > span#filtersForEventsAndPress > div#ui-id-1 > div.datepicker-filter_placeholder |
Инфляция div.main-indicator > div.main-indicator_content > div.main-indicator_sub > span.main-indicator_info |
Ключевая ставка div.main-indicator > div.main-indicator_content > div.main-indicator_sub > a |
Следующее заседание Совета директоров по ключевой ставке div.home-main_container > div.main-indicator > div.main-indicator_comment > a.main-indicator_comment-text |
24.04.2026 div.home-main_container > div.main-indicator > div.main-indicator_comment > div.main-indicator_comment-date |
Ставка RUONIA div.main-indicator > div.main-indicator_content > div.main-indicator_sub > a |
Курсы валют div.main-indicator_rates-table > div.main-indicator_rates-head > div.col-md-2 > a |
22.04.2026 div.main-indicator_rates-table > div.main-indicator_rates-head > div.col-md-2 > a |
23.04.2026 div.main-indicator_rates-table > div.main-indicator_rates-head > div.col-md-2 > a |
Просветительский проект ЦБ о бережном отношении к финансам div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > div.russian-bank-project_text |
Популярно о научных исследованиях по экономике и финансам div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > div.russian-bank-project_text |
О монетарной политике, финансах и банковской деятельности div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > div.russian-bank-project_text |
Цифровой помощник для тех, кто пользуется финуслугами div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > div.russian-bank-project_text |
Запись на экскурсии и уникальные материалы по истории денег div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > div.russian-bank-project_text |
Электронный каталог экономических и финансовых изданий div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > div.russian-bank-project_text |
Данные опросов об экономической активности предприятий div.home-main_resources > div.russian-bank-projects > a.russian-bank-project > div.russian-bank-project_text |
www.cbr.ru body.page-v3 > div.popup-cookies > div.popup-cookies_subtitle > a |
пользовательское соглашение body.page-v3 > div.popup-cookies > div.popup-cookies_subtitle > a |
Подтвердить body.page-v3 > div.popup-cookies > button.btn |
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 html |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
300 div.footer_contacts > div.footer_phones > div.footer_phone > a.footer_phone_val |
8 800 300-30-00 div.footer_contacts > div.footer_phones > div.footer_phone > a.footer_phone_val |
+7 499 300-30-00 div.footer_contacts > div.footer_phones > div.footer_phone > a.footer_phone_val |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
21.04 11,0418 ₽ -0,1039 ₽
22.04 10,9451 ₽ -0,0967 ₽
23.04 10,9931 ₽ +0,0480 ₽ div.main-indicator_rates-table > div.main-indicator_rate > div#V_R01375 > table.main-indicator_tooltip-table |
21.04 75,2370 ₽ -0,8165 ₽
22.04 74,5897 ₽ -0,6473 ₽
23.04 74,9995 ₽ +0,4098 ₽ div.main-indicator_rates-table > div.main-indicator_rate > div#V_R01235 > table.main-indicator_tooltip-table |
21.04 88,3769 ₽ -1,2487 ₽
22.04 87,7659 ₽ -0,6110 ₽
23.04 87,9733 ₽ +0,2074 ₽ div.main-indicator_rates-table > div.main-indicator_rate > div#V_R01239 > table.main-indicator_tooltip-table |
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: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.search > div.search_field > div.search_clear > img div.search > div.search_field > div.search_clear > img |
div.col-md-22 > div.footer_bottom_aic > a > img div.col-md-22 > div.footer_bottom_aic > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback