Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 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.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Rich content metadata — your pages look great everywhere.
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.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
13 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
34 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/21b80d50-4fad-41ee-b3ad-7d135b713454)<a href="https://beavercheck.com/results/21b80d50-4fad-41ee-b3ad-7d135b713454"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fvc.ru" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fvc.ruThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~28%.
Page loads in 2.7s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 173ms over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
Page feels frozen for 1.1s
+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
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
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
34 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
6 broken link(s) on the page
+5% 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.
₽15,750 investment → ₽7,310/month returns
₽15,750
4h · 5 findings
₽7,310 /mo
~₽87,725 / year
No applicable regulations in this jurisdiction
₽5,250 — 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.5 developer hours at ₽3500/hr
Based on Russia rates (₽3500/hr)
Start here for the best return on investment
₽36 / month at risk
~₽429 / year if left unfixed
₽36 /mo
4913.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.
2.24 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.07 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.135
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.65 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.
13.53 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.
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.
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.
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 |
|---|---|---|
| vc.ru/assets/index-CEkRj9t0.css | 39.0 KiB | 537 ms |
| vc.ru/registerSW.js | 321 B | |
| /css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,5... | 2.5 KiB | 820 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.5 KiB |
| mc.yandex.ru/metrika/tag.js | 3600.0 s | 85.4 KiB |
| yastatic.net/s3/passport-sdk/autofill/v1/sdk-suggest-with-polyfills-latest.js | 216013.0 s | 5.7 KiB |
| vc.ru/registerSW.js | 1800.0 s | 321 B |
| mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4) | 3600.0 s | 187 B |
| /sync_cookie_image_decide?cid=95984797&scid=390b18a1-23e5... | 0.0 ms | 79 B |
| /sync_cookie_image_decide?cid=95984797&scid=48df9c40-677d... | 0.0 ms | 67 B |
| /sync_cookie_image_decide_secondary?cid=95984797&scid=334... | 0.0 ms | 67 B |
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 | |
|---|---|---|---|
a.author__avatar > div.andropov-media > picture > img a.author__avatar > div.andropov-media > picture > img | /d95c723c-905c-5695-ade9-4115c7866bd6/-/scale_crop/144x14... | 20.5 KiB | 19.7 KiB |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image | leonardo.osnova.io/217242d1-d7d6-56e7-a72b-674412d00695/ | 5.1 KiB | 4.9 KiB |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image | leonardo.osnova.io/15ad35e5-1708-58a5-a25a-d419cdd2d46a/ | 4.9 KiB | 4.7 KiB |
a.author__avatar > div.andropov-media > picture > img a.author__avatar > div.andropov-media > picture > img | /d14a2ab1-8c6c-552c-9c0f-7442f9d11846/-/scale_crop/144x14... | 7.4 KiB | 4.0 KiB |
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 |
|---|---|
Ценный актив на вторичном рынке: мужчина подменял кубики Lego макаронами и укра… div.feed-page__content-list > div.feed-page__news > div.news-widget > div.news-widget__item | 0.135 |
body.app-loaded > iframe#iframe body.app-loaded > iframe#iframe | 0.124 |
head > link head > link | 0.008 |
РЕКЛАМА
РАЗМЕСТИТЬ
В каких районах Москвы инвестировать в коммерческую недвижим… div.view > div.feed-page > div.rotator > div.syV7-RMm | 0.003 |
head > link head > link | 0.000 |
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.
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.
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 |
|---|---|---|
| vc.ru/assets/index-CEkRj9t0.css | 38.8 KiB | 33.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 |
|---|---|---|---|
| vc.ru/assets/index-DpML5NRV.js | 1.6 s | 1.3 s | 4.5 ms |
| vc.ru/ | 1.5 s | 40 ms | 64 ms |
| mc.yandex.ru/metrika/tag.js | 887 ms | 768 ms | 94 ms |
| Unattributable | 764 ms | 104 ms | 0.0 ms |
| yandex.ru/ads/system/context.js | 518 ms | 316 ms | 30 ms |
| yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 194 ms | 128 ms | 58 ms |
| yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 73 ms | 45 ms | 16 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.8 s |
| Other | 1.2 s |
| Style & Layout | 759 ms |
| Rendering | 426 ms |
| Script Parsing & Compilation | 281 ms |
| Parse HTML & CSS | 80 ms |
| Garbage Collection | 25 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
|---|---|---|
| vc.ru/assets/index-DpML5NRV.js | 355.1 KiB | 179.1 KiB |
| yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 129.7 KiB | 101.3 KiB |
| yandex.ru/ads/system/context.js | 103.9 KiB | 53.6 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 48.3 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 47.5 KiB |
| yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 31.8 KiB | 25.2 KiB |
| yastatic.net/s3/passport-static/autofill/1.82.1/client/suggest.js | 26.8 KiB | 21.8 KiB |
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.lZiytKLX > div#IgY2T8Y2zo7RakL5 > a > button.button div.lZiytKLX > div#IgY2T8Y2zo7RakL5 > a > button.button |
div.syV7-RMm > div.K5r6zEF0 > div.etc > button.icon-button div.syV7-RMm > div.K5r6zEF0 > div.etc > button.icon-button |
div.rotator > div.syV7-RMm > div.K5r6zEF0 > button.TbgYl6zc div.rotator > div.syV7-RMm > div.K5r6zEF0 > button.TbgYl6zc |
div.navbar > div.navbar__right > div.dropdown > button.icon-button div.navbar > div.navbar__right > div.dropdown > button.icon-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.rotator > div._0QKZVESf > div.qjSHmNhj > button.TbgYl6zc div.rotator > div._0QKZVESf > div.qjSHmNhj > button.TbgYl6zc |
div.content > div.content-footer > a.comments-counter > button.content-footer-button div.content > div.content-footer > a.comments-counter > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div._0QKZVESf > div.content > div.content-footer > button.content-footer-button div._0QKZVESf > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-header > div.content-header__actions > button.button div.content > div.content-header > div.content-header__actions > button.button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-header > div.content-header__actions > button.button div.content > div.content-header > div.content-header__actions > button.button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.syV7-RMm > div.K5r6zEF0 > div.etc > button.icon-button div.syV7-RMm > div.K5r6zEF0 > div.etc > button.icon-button |
div.rotator > div.syV7-RMm > div.K5r6zEF0 > button.TbgYl6zc div.rotator > div.syV7-RMm > div.K5r6zEF0 > button.TbgYl6zc |
div.olS48SkV > div.content-footer > div.content-share > button.content-footer-button div.olS48SkV > div.content-footer > div.content-share > button.content-footer-button |
div > div.olS48SkV > div.content-footer > button.content-footer-button div > div.olS48SkV > div.content-footer > button.content-footer-button |
div.content > div.content-header > div.content-header__actions > button.button div.content > div.content-header > div.content-header__actions > button.button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-header > div.content-header__actions > button.button div.content > div.content-header > div.content-header__actions > button.button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-header > div.content-header__actions > button.button div.content > div.content-header > div.content-header__actions > button.button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-header > div.content-header__actions > button.button div.content > div.content-header > div.content-header__actions > button.button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-header > div.content-header__actions > button.button div.content > div.content-header > div.content-header__actions > button.button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.rotator > div._0QKZVESf > div.qjSHmNhj > button.TbgYl6zc div.rotator > div._0QKZVESf > div.qjSHmNhj > button.TbgYl6zc |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div._0QKZVESf > div.content > div.content-footer > button.content-footer-button div._0QKZVESf > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-header > div.content-header__actions > button.button div.content > div.content-header > div.content-header__actions > button.button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-header > div.content-header__actions > button.button div.content > div.content-header > div.content-header__actions > button.button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.layout > div.view > a.write-button > button.button div.layout > div.view > a.write-button > button.button |
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.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.app-loaded > iframe#iframe body.app-loaded > iframe#iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.header > div.header__layout > div.header__left > a.header__logo div.header > div.header__layout > div.header__left > a.header__logo |
div.header__right > div.lZiytKLX > div#IgY2T8Y2zo7RakL5 > a div.header__right > div.lZiytKLX > div#IgY2T8Y2zo7RakL5 > a |
div.feed-page > div.rotator > div.syV7-RMm > a.gAgALGr2 div.feed-page > div.rotator > div.syV7-RMm > a.gAgALGr2 |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div._0QKZVESf > div.content > div.content-footer > a.comments-counter div._0QKZVESf > div.content > div.content-footer > a.comments-counter |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content-list > div.rotator > div.syV7-RMm > a.gAgALGr2 div.content-list > div.rotator > div.syV7-RMm > a.gAgALGr2 |
div.BN7HBFLS > div.content-header > div.author > a.author__avatar div.BN7HBFLS > div.content-header > div.author > a.author__avatar |
div.BN7HBFLS > div.content-header > div.author > a.author__avatar-sticker div.BN7HBFLS > div.content-header > div.author > a.author__avatar-sticker |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.layout-wrapper > div.layout > div.view > a.write-button div.layout-wrapper > div.layout > div.view > a.write-button |
div#app > div.bar > div.tabbar > a.tabbar__item div#app > div.bar > div.tabbar > a.tabbar__item |
div#app > div.bar > div.tabbar > a.tabbar__item div#app > div.bar > div.tabbar > a.tabbar__item |
div#app > div.bar > div.tabbar > a.tabbar__item div#app > div.bar > div.tabbar > a.tabbar__item |
div#app > div.bar > div.tabbar > a.tabbar__item div#app > div.bar > div.tabbar > a.tabbar__item |
div#app > div.bar > div.tabbar > a.tabbar__item div#app > div.bar > div.tabbar > a.tabbar__item |
div#app > div.bar > div.tabbar > a.tabbar__item div#app > div.bar > div.tabbar > a.tabbar__item |
div#app > div.bar > div.tabbar > a.tabbar__item div#app > div.bar > div.tabbar > a.tabbar__item |
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 |
|---|
БЛОГИ PRO div.rotator > div._0QKZVESf > div.qjSHmNhj > div.IaNUPQyT |
БЛОГИ PRO div.rotator > div._0QKZVESf > div.qjSHmNhj > div.IaNUPQyT |
These are opportunities to improve the legibility of your content.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
РАЗМЕСТИТЬ div.rotator > div.syV7-RMm > div.K5r6zEF0 > a.T7JQ3X1b |
3ч div.author__details > div.string-switch > div.content-header__date > a.noshrink |
8 апр div.author__details > div.string-switch > div.content-header__date > a.noshrink |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
Георгий Третьяк div.content-header > div.author > div.author__main > a.author__name |
Мнения div.content-header > div.author > div.author__details > a.content-header__topic |
4ч div.author__details > div.string-switch > div.content-header__date > a.noshrink |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
AI div.content-header > div.author > div.author__details > a.content-header__topic |
08:08 div.author__details > div.string-switch > div.content-header__date > a.noshrink |
NN Media div.content-header > div.author > div.author__main > a.author__name |
07:40 div.author__details > div.string-switch > div.content-header__date > a.noshrink |
17 апр div.author__details > div.string-switch > div.content-header__date > a.noshrink |
РАЗМЕСТИТЬ div.rotator > div.syV7-RMm > div.K5r6zEF0 > a.T7JQ3X1b |
div.BN7HBFLS > div.content-header > div.author > a.author__avatar-sticker div.BN7HBFLS > div.content-header > div.author > a.author__avatar-sticker |
МедТех Лаборатория div.content-header > div.author > div.author__main > a.author__name |
Будущее div.content-header > div.author > div.author__details > a.content-header__topic |
17 апр div.content-header > div.author > div.author__details > a |
19 апр div.author__details > div.string-switch > div.content-header__date > a.noshrink |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
Хак Так div.content-header > div.author > div.author__main > a.author__name |
Находки div.content-header > div.author > div.author__details > a.content-header__topic |
вчера div.author__details > div.string-switch > div.content-header__date > a.noshrink |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
Шумное Крипто div.content-header > div.author > div.author__main > a.author__name |
Деньги div.content-header > div.author > div.author__details > a.content-header__topic |
15 апр div.author__details > div.string-switch > div.content-header__date > a.noshrink |
вчера div.author__details > div.string-switch > div.content-header__date > a.noshrink |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
Константин Балабушко div.content-header > div.author > div.author__main > a.author__name |
Инвестиции div.content-header > div.author > div.author__details > a.content-header__topic |
19 апр div.author__details > div.string-switch > div.content-header__date > a.noshrink |
05:54 div.author__details > div.string-switch > div.content-header__date > a.noshrink |
17 апр div.author__details > div.string-switch > div.content-header__date > a.noshrink |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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 |
|---|---|
vc.ru/assets/index-DpML5NRV.js line 16, col 10873 | Hydration completed but contains mismatches. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
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.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
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.
998 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.83 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
72 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.69 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.83 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.
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 |
|---|---|---|
| vc.ru/assets/index-CEkRj9t0.css | 38.9 KiB | 134 ms |
| vc.ru/registerSW.js | 321 B | |
| /css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,5... | 2.5 KiB | 269 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 |
| mc.yandex.ru/metrika/tag.js | 3600.0 s | 85.4 KiB |
| yastatic.net/s3/passport-sdk/autofill/v1/sdk-suggest-with-polyfills-latest.js | 216013.0 s | 5.7 KiB |
| vc.ru/registerSW.js | 1800.0 s | 321 B |
| /sync_cookie_image_decide?cid=95984797&scid=1d851623-f596... | 0.0 ms | 255 B |
| mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4) | 3600.0 s | 139 B |
| /sync_cookie_image_decide?cid=95984797&scid=16b44dcc-30e5... | 0.0 ms | 67 B |
| /sync_cookie_image_decide_secondary?cid=95984797&scid=35f... | 0.0 ms | 67 B |
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 | |
|---|---|---|---|
a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image | leonardo.osnova.io/7f766c9a-3720-5eaf-9a1a-3d0038876af7/ | 12.1 KiB | 12.0 KiB |
a.author__avatar > div.andropov-media > picture > img a.author__avatar > div.andropov-media > picture > img | /d95c723c-905c-5695-ade9-4115c7866bd6/-/scale_crop/72x72/... | 6.0 KiB | 5.2 KiB |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image | leonardo.osnova.io/217242d1-d7d6-56e7-a72b-674412d00695/ | 5.1 KiB | 5.0 KiB |
div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image | leonardo.osnova.io/15ad35e5-1708-58a5-a25a-d419cdd2d46a/ | 4.9 KiB | 4.9 KiB |
div.header__main > div.distribution > a.distribution__link > img.distribution__image div.header__main > div.distribution > a.distribution__link > img.distribution__image | leonardo.osnova.io/5ec4e91c-6faa-56b2-964a-9b9a7967f91c/-/scale_crop/72x72/ | 4.8 KiB | 4.7 KiB |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image | leonardo.osnova.io/9ee0238d-48fb-5ea4-b605-73f33651e843/ | 4.5 KiB | 4.4 KiB |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image | leonardo.osnova.io/5f5fdfa5-f4c7-5c7e-a23f-7d17bbf187bd/ | 4.4 KiB | 4.4 KiB |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image | leonardo.osnova.io/36cfdc28-ced9-5e6f-8195-e75975bc9f31/ | 4.4 KiB | 4.3 KiB |
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.
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 |
|---|---|---|
| vc.ru/assets/index-CEkRj9t0.css | 38.8 KiB | 31.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 |
|---|---|---|
| vc.ru/assets/index-DpML5NRV.js | 355.0 KiB | 167.5 KiB |
| yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 129.7 KiB | 104.7 KiB |
| yandex.ru/ads/system/context.js | 103.8 KiB | 53.8 KiB |
| vc.ru/assets/lottie-Dw9U9L_u.js | 77.0 KiB | 50.8 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 48.4 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 47.5 KiB |
| yastatic.net/s3/passport-static/autofill/1.82.1/client/suggest.js | 26.8 KiB | 21.8 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 877 ms |
| Other | 599 ms |
| Style & Layout | 329 ms |
| Rendering | 282 ms |
| Script Parsing & Compilation | 67 ms |
| Garbage Collection | 41 ms |
| Parse HTML & CSS | 19 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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.supbar > div.lZiytKLX > div._1wLUQ2Hw > button.TbgYl6zc div.supbar > div.lZiytKLX > div._1wLUQ2Hw > button.TbgYl6zc |
div.header > div.header__layout > div.header__right > button.quick-search-button div.header > div.header__layout > div.header__right > button.quick-search-button |
div.syV7-RMm > div.K5r6zEF0 > div.etc > button.icon-button div.syV7-RMm > div.K5r6zEF0 > div.etc > button.icon-button |
div.rotator > div.syV7-RMm > div.K5r6zEF0 > button.TbgYl6zc div.rotator > div.syV7-RMm > div.K5r6zEF0 > button.TbgYl6zc |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.rotator > div._0QKZVESf > div.qjSHmNhj > button.TbgYl6zc div.rotator > div._0QKZVESf > div.qjSHmNhj > button.TbgYl6zc |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div._0QKZVESf > div.content > div.content-footer > button.content-footer-button div._0QKZVESf > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.syV7-RMm > div.K5r6zEF0 > div.etc > button.icon-button div.syV7-RMm > div.K5r6zEF0 > div.etc > button.icon-button |
div.rotator > div.syV7-RMm > div.K5r6zEF0 > button.TbgYl6zc div.rotator > div.syV7-RMm > div.K5r6zEF0 > button.TbgYl6zc |
div.olS48SkV > div.content-footer > div.content-share > button.content-footer-button div.olS48SkV > div.content-footer > div.content-share > button.content-footer-button |
div > div.olS48SkV > div.content-footer > button.content-footer-button div > div.olS48SkV > div.content-footer > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.rotator > div._0QKZVESf > div.qjSHmNhj > button.TbgYl6zc div.rotator > div._0QKZVESf > div.qjSHmNhj > button.TbgYl6zc |
div.content > div.content-footer > a.comments-counter > button.content-footer-button div.content > div.content-footer > a.comments-counter > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div._0QKZVESf > div.content > div.content-footer > button.content-footer-button div._0QKZVESf > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div.content > div.content-footer > div.content-share > button.content-footer-button div.content > div.content-footer > div.content-share > button.content-footer-button |
div.content-list > div.content > div.content-footer > button.content-footer-button div.content-list > div.content > div.content-footer > button.content-footer-button |
div > div.oZtbmgrg > div.zvOfPAq- > button.TbgYl6zc div > div.oZtbmgrg > div.zvOfPAq- > button.TbgYl6zc |
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.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image |
div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image |
div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image |
div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image |
a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image |
a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image |
a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.app-loaded > iframe#iframe body.app-loaded > iframe#iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.supbar > div.lZiytKLX > div#6gbaMeEw1QB_w7YY > a.g73a5bf50 div.supbar > div.lZiytKLX > div#6gbaMeEw1QB_w7YY > a.g73a5bf50 |
div.header > div.header__layout > div.header__left > a.header__logo div.header > div.header__layout > div.header__left > a.header__logo |
div.feed-page > div.rotator > div.syV7-RMm > a.gAgALGr2 div.feed-page > div.rotator > div.syV7-RMm > a.gAgALGr2 |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content-list > div.rotator > div.syV7-RMm > a.gAgALGr2 div.content-list > div.rotator > div.syV7-RMm > a.gAgALGr2 |
div.BN7HBFLS > div.content-header > div.author > a.author__avatar div.BN7HBFLS > div.content-header > div.author > a.author__avatar |
div.BN7HBFLS > div.content-header > div.author > a.author__avatar-sticker div.BN7HBFLS > div.content-header > div.author > a.author__avatar-sticker |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
div._0QKZVESf > div.content > div.content-footer > a.comments-counter div._0QKZVESf > div.content > div.content-footer > a.comments-counter |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.content > div.content-header > div.author > a.author__avatar div.content > div.content-header > div.author > a.author__avatar |
div.widget-item > div.comment-item > div.author > a.author__avatar div.widget-item > div.comment-item > div.author > a.author__avatar |
div.widget-item > div.comment-item > div.author > a.author__avatar div.widget-item > div.comment-item > div.author > a.author__avatar |
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 |
|---|
БЛОГИ PRO div.rotator > div._0QKZVESf > div.qjSHmNhj > div.IaNUPQyT |
БЛОГИ PRO div.rotator > div._0QKZVESf > div.qjSHmNhj > div.IaNUPQyT |
These are opportunities to improve the legibility of your content.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
РАЗМЕСТИТЬ div.rotator > div.syV7-RMm > div.K5r6zEF0 > a.T7JQ3X1b |
14 div.news-widget > div.news-widget__item > a.comments-counter > button.content-footer-button |
26 div.news-widget > div.news-widget__item > a.comments-counter > button.content-footer-button |
3ч div.author__details > div.string-switch > div.content-header__date > a.noshrink |
ЮMoney div.content-header > div.author > div.author__main > a.author__name |
27 мар div.author__details > div.string-switch > div.content-header__date > a.noshrink |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
Георгий Третьяк div.content-header > div.author > div.author__main > a.author__name |
Мнения div.content-header > div.author > div.author__details > a.content-header__topic |
4ч div.author__details > div.string-switch > div.content-header__date > a.noshrink |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
AI div.content-header > div.author > div.author__details > a.content-header__topic |
08:08 div.author__details > div.string-switch > div.content-header__date > a.noshrink |
NN Media div.content-header > div.author > div.author__main > a.author__name |
07:40 div.author__details > div.string-switch > div.content-header__date > a.noshrink |
17 апр div.author__details > div.string-switch > div.content-header__date > a.noshrink |
РАЗМЕСТИТЬ div.rotator > div.syV7-RMm > div.K5r6zEF0 > a.T7JQ3X1b |
div.BN7HBFLS > div.content-header > div.author > a.author__avatar-sticker div.BN7HBFLS > div.content-header > div.author > a.author__avatar-sticker |
VK Tech div.content-header > div.author > div.author__main > a.author__name |
Сервисы div.content-header > div.author > div.author__details > a.content-header__topic |
19 апр div.author__details > div.string-switch > div.content-header__date > a.noshrink |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
Хак Так div.content-header > div.author > div.author__main > a.author__name |
Находки div.content-header > div.author > div.author__details > a.content-header__topic |
вчера div.author__details > div.string-switch > div.content-header__date > a.noshrink |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
Шумное Крипто div.content-header > div.author > div.author__main > a.author__name |
Деньги div.content-header > div.author > div.author__details > a.content-header__topic |
15 апр div.author__details > div.string-switch > div.content-header__date > a.noshrink |
вчера div.author__details > div.string-switch > div.content-header__date > a.noshrink |
div.content > div.content-header > div.author > a.author__avatar-sticker div.content > div.content-header > div.author > a.author__avatar-sticker |
SYNTX.AI div.content-header > div.author > div.author__main > a.author__name |
AI div.content-header > div.author > div.author__details > a.content-header__topic |
15 апр div.author__details > div.string-switch > div.content-header__date > a.noshrink |
05:54 div.author__details > div.string-switch > div.content-header__date > a.noshrink |
17 апр div.author__details > div.string-switch > div.content-header__date > a.noshrink |
Вадим Д. div.comment-item > div.author > div.author__main > a.author__name |
Илья Разбашин div.comment-item > div.author > div.author__main > a.author__name |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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 |
|---|---|
vc.ru/assets/index-DpML5NRV.js line 16, col 10873 | Hydration completed but contains mismatches. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
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.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image |
div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image |
div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image |
div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image div.e5eeaZb1 > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.content__reactions > div.reactions > div.reaction-button > img.animated-image div.content__reactions > div.reactions > div.reaction-button > img.animated-image |
div.author__main > div.badge > div.badge__icon > img.animated-image div.author__main > div.badge > div.badge__icon > img.animated-image |
a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image |
a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image |
a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image |
a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image a > div.reactions-preview > div.reactions-preview__reaction > img.animated-image |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback