Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Est Savings |
|---|---|
| /s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DP... | 40 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Настоящие скидки div._15bf40e3204f5aea > div._4a35276397ea5c1e > div.bdf744cbfd6a0020 > img | /static/ims/57040859-4399-4a33-b1df-91dd4a4a33cc_carousel... | 147.6 KiB | 108.4 KiB |
div._85ef9a47c13b743e > div._01aa00209403473e > div._01aa00209403473e > img.ff0556eaff731405 div._85ef9a47c13b743e > div._01aa00209403473e > div._01aa00209403473e > img.ff0556eaff731405 | /image/1/1.kiaM07awzBA7cpzSmm-idJXPtM46cD7FOA.HnYuXzHQMKq... | 113.7 KiB | 103.4 KiB |
div._85ef9a47c13b743e > div._01aa00209403473e > div._01aa00209403473e > img.ff0556eaff731405 div._85ef9a47c13b743e > div._01aa00209403473e > div._01aa00209403473e > img.ff0556eaff731405 | /image/1/1.NuRwmbawaNLHODgQZiVO4HHVYw3GOpoHxA.1-SfDoshSx5... | 59.1 KiB | 41.8 KiB |
logo a.e799e283e7413e48 > div#apps-banner > div > img.d2a8be1ccfe4fba1 | www.avito.st/s/app/i/snippets/mav/stores_entrypoint.png | 19.2 KiB | 17.3 KiB |
Дом 71 м² на участке 6 сот. div.a556a2c13ca66b82 > div > div._29a5f37b094813c3 > img._8bf44d6a0f18aafb | /image/1/1.Kdfg9ba1hT6-U285vsEtud9Vhz5eXm85vlOHPA.4SrApTp... | 39.1 KiB | 16.6 KiB |
Запчасти div._2edf6bd20c239a5d > div._92eda748c9479413 > a.js-rubricator-item > img._993d124d8f22778b | /static/ims/91c6d440-5a80-46c8-842f-475a44eebef6_spare_pa... | 23.2 KiB | 13.5 KiB |
Скачать приложение div._6e7ba2ce98bd2f8d > div._792529f2a51523b9 > picture > img._27deba7e507b347f | /static/ims/60fa1116-c482-4b9b-9537-41594ebcc8f7_new_item... | 60.8 KiB | 12.2 KiB |
Одежда, обувь и аксессуары div._2edf6bd20c239a5d > div._92eda748c9479413 > a.js-rubricator-item > img._993d124d8f22778b | /static/ims/bfa37b41-9508-4b9a-9df7-36c48a674041_clothing... | 20.7 KiB | 11.0 KiB |
Картинка баннера div._113b1ea39e4a181d > div.e464bca36a5c97a5 > div._3b6d01058a80d1e6 > img | /static/ims/2985057b-fb35-4baa-a738-f66ce6354f72_img_ligh... | 14.1 KiB | 8.7 KiB |
Бизнес360 div._2edf6bd20c239a5d > div._92eda748c9479413 > a.js-rubricator-item > img._993d124d8f22778b | /static/ims/d8b5b508-f72c-459c-972c-112f8823671b_business... | 15.3 KiB | 5.6 KiB |
Джан-Туган div.a556a2c13ca66b82 > div > div._29a5f37b094813c3 > img._8bf44d6a0f18aafb | /image/1/1.PwODU7a1k-rd9Xnt8WcPZsfykeo9-Hnt3fWR6A.u7z-HWI... | 26.9 KiB | 4.4 KiB |
Все div._2edf6bd20c239a5d > div._92eda748c9479413 > a.js-rubricator-item > img._993d124d8f22778b | /static/ims/d514e95e-75eb-4322-a55f-1ab8244c9966_all_avit... | 13.8 KiB | 4.1 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| avito.ru/ | 877 ms |
| www.avito.ru/ | 1.3 s |
| m.avito.ru/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Узнавайте о новых объявлениях
Как установить приложение
Продолжить на сайте div._50c91acbf15c104e > div.b0eb617f09fe3209 > div._8d1c213637ecd63a > div._6e7ba2ce98bd2f8d | 0.132 |
Узнавайте о новых объявлениях
Как установить приложение
Продолжить на сайте div._50c91acbf15c104e > div.b0eb617f09fe3209 > div._8d1c213637ecd63a > div._6e7ba2ce98bd2f8d | 0.109 |
Пылесос Dyson G5 detect fluffy
27 000 ₽
Грозный div._6693d77c5f3d99aa > div#items-list-items > div.bee20c4efbb61f96 > div.cef8d48addf45558 | 0.065 |
Узнавайте о новых объявлениях
Как установить приложение
Продолжить на сайте div._50c91acbf15c104e > div.b0eb617f09fe3209 > div._8d1c213637ecd63a > div._6e7ba2ce98bd2f8d | 0.060 |
Узнавайте о новых объявлениях
Как установить приложение
Продолжить на сайте div._50c91acbf15c104e > div.b0eb617f09fe3209 > div._8d1c213637ecd63a > div._6e7ba2ce98bd2f8d | 0.048 |
Узнавайте о новых объявлениях
Как установить приложение
Продолжить на сайте div._50c91acbf15c104e > div.b0eb617f09fe3209 > div._8d1c213637ecd63a > div._6e7ba2ce98bd2f8d | 0.044 |
Узнавайте о новых объявлениях
Как установить приложение
Продолжить на сайте div._50c91acbf15c104e > div.b0eb617f09fe3209 > div._8d1c213637ecd63a > div._6e7ba2ce98bd2f8d | 0.042 |
Узнавайте о новых объявлениях
Как установить приложение
Продолжить на сайте div._50c91acbf15c104e > div.b0eb617f09fe3209 > div._8d1c213637ecd63a > div._6e7ba2ce98bd2f8d | 0.037 |
Узнавайте о новых объявлениях
Как установить приложение
Продолжить на сайте div._50c91acbf15c104e > div.b0eb617f09fe3209 > div._8d1c213637ecd63a > div._6e7ba2ce98bd2f8d | 0.029 |
Узнавайте о новых объявлениях
Как установить приложение
Продолжить на сайте div._50c91acbf15c104e > div.b0eb617f09fe3209 > div._8d1c213637ecd63a > div._6e7ba2ce98bd2f8d | 0.024 |
Узнавайте о новых объявлениях
Как установить приложение
Продолжить на сайте div._50c91acbf15c104e > div.b0eb617f09fe3209 > div._8d1c213637ecd63a > div._6e7ba2ce98bd2f8d | 0.019 |
Узнавайте о новых объявлениях
Как установить приложение
Продолжить на сайте div._50c91acbf15c104e > div.b0eb617f09fe3209 > div._8d1c213637ecd63a > div._6e7ba2ce98bd2f8d | 0.013 |
Узнавайте о новых объявлениях
Как установить приложение
Продолжить на сайте div._50c91acbf15c104e > div.b0eb617f09fe3209 > div._8d1c213637ecd63a > div._6e7ba2ce98bd2f8d | 0.010 |
Все
Недвижимость
Путешествия
Запчасти
Одежда, обувь и аксессуары
Авто
Электрони… div._82a6d19855726886 > div._50c91acbf15c104e > div.b0eb617f09fe3209 > div._5ca5d6c276259680 | 0.007 |
Узнавайте о новых объявлениях
Как установить приложение
Продолжить на сайте div._50c91acbf15c104e > div.b0eb617f09fe3209 > div._8d1c213637ecd63a > div._6e7ba2ce98bd2f8d | 0.006 |
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.avito.st/mstatic/build/modern/css/pages-Main.02326796f007e2a0.css | 49.6 KiB | 47.2 KiB |
| www.avito.st/mstatic/build/modern/css/bootstrap.f9309304ec1812fc.css | 43.7 KiB | 31.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
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.
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 | 9.6 s |
| Other | 2.6 s |
| Script Parsing & Compilation | 1.1 s |
| Style & Layout | 1.0 s |
| Garbage Collection | 548 ms |
| Rendering | 246 ms |
| Parse HTML & CSS | 133 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.avito.st/mstatic/build/modern/ru-RU/f.59008fa5052ad82c.js | 54.2 KiB | 40.0 KiB |
| www.avito.st/mstatic/build/modern/ru-RU/9.564eef0590bb3306.js | 23.0 KiB | 9.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Скачать приложение div._6e7ba2ce98bd2f8d > div._792529f2a51523b9 > picture > img._27deba7e507b347f | /static/ims/60fa1116-c482-4b9b-9537-41594ebcc8f7_new_item... |
logo a.e799e283e7413e48 > div#apps-banner > div > img.d2a8be1ccfe4fba1 | www.avito.st/s/app/i/snippets/mav/stores_entrypoint.png |
Картинка баннера div._113b1ea39e4a181d > div.e464bca36a5c97a5 > div._3b6d01058a80d1e6 > img | /static/ims/2985057b-fb35-4baa-a738-f66ce6354f72_img_ligh... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.js-searchbar > div._00b735559a6b7c93 > div.d641510b13a4ad3e > button.d5a18b95abdc453a div.js-searchbar > div._00b735559a6b7c93 > div.d641510b13a4ad3e > button.d5a18b95abdc453a |
div._00b735559a6b7c93 > div._62bc5f1bc43c1447 > div.ead5f004e5e7b260 > button._8761af61d40d8964 div._00b735559a6b7c93 > div._62bc5f1bc43c1447 > div.ead5f004e5e7b260 > button._8761af61d40d8964 |
div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e |
div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c |
div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e |
div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c |
div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e |
div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c |
div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e |
div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c |
div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e |
div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c |
div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e |
div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c |
div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e |
div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c |
div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e |
div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c |
div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e |
div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c |
div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e div._226e4ed154c680fd > div.f403415d70f83fcd > div._226e4ed154c680fd > button._81c027ca7de7366e |
div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c div.f403415d70f83fcd > div._226e4ed154c680fd > div > button._929a90297035e75c |
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.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div._23e6a3572ab34593 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f div.bee20c4efbb61f96 > div.cef8d48addf45558 > div._0426ce9ef7e2846b > a.cad3ad99f9dd333f |
div._205f77ba383d992c > div._5a429400f303e272 > div._205f77ba383d992c > a._8761af61d40d8964 div._205f77ba383d992c > div._5a429400f303e272 > div._205f77ba383d992c > a._8761af61d40d8964 |
div._205f77ba383d992c > div._5a429400f303e272 > div._205f77ba383d992c > a._8761af61d40d8964 div._205f77ba383d992c > div._5a429400f303e272 > div._205f77ba383d992c > a._8761af61d40d8964 |
div._205f77ba383d992c > div._5a429400f303e272 > div._205f77ba383d992c > a._8761af61d40d8964 div._205f77ba383d992c > div._5a429400f303e272 > div._205f77ba383d992c > a._8761af61d40d8964 |
div._205f77ba383d992c > div._5a429400f303e272 > div._205f77ba383d992c > a._8761af61d40d8964 div._205f77ba383d992c > div._5a429400f303e272 > div._205f77ba383d992c > a._8761af61d40d8964 |
div._205f77ba383d992c > div._5a429400f303e272 > div._205f77ba383d992c > a._8761af61d40d8964 div._205f77ba383d992c > div._5a429400f303e272 > div._205f77ba383d992c > a._8761af61d40d8964 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
label.mav-9r98tu > div.mav-stb1f1 > div.mav-r4fuzo > input label.mav-9r98tu > div.mav-stb1f1 > div.mav-r4fuzo > input |
Тверь, р-н Московский div.f403415d70f83fcd > div._226e4ed154c680fd > div.bbf035b03155f444 > span._71fa931013cec915 |
Хабаровск, р-н Центральный div.f403415d70f83fcd > div._226e4ed154c680fd > div.bbf035b03155f444 > span._71fa931013cec915 |
Грозный div.f403415d70f83fcd > div._226e4ed154c680fd > div.bbf035b03155f444 > span._71fa931013cec915 |
пгт. Кратово, Егорьевское шоссе, 21 км div.f403415d70f83fcd > div._226e4ed154c680fd > div.bbf035b03155f444 > span._71fa931013cec915 |
Закажи бесплатную карту и получи 5000 баллов! Реклама div._01aa00209403473e > div._849dd474bdedd8f4 > div._01aa00209403473e > span.c88d64812f78ce16 |
с. Терскол div.f403415d70f83fcd > div._226e4ed154c680fd > div.bbf035b03155f444 > span._71fa931013cec915 |
Санкт-Петербург, Беговая div.f403415d70f83fcd > div._226e4ed154c680fd > div.bbf035b03155f444 > span._71fa931013cec915 |
Хватамба div._5de4abbd0b50a2b7 > div.b57bf4cb1bcd1c2c > div._0e1978ae9d40c27e > div._76901d9779086364 |
10 752 ₽ div > div._5a429400f303e272 > div._205f77ba383d992c > del.c88d64812f78ce16 |
–20% div > div._5a429400f303e272 > div._205f77ba383d992c > span.c88d64812f78ce16 |
5 500 ₽ div > div._5a429400f303e272 > div._205f77ba383d992c > del.c88d64812f78ce16 |
Самый популярный канал об истории России. Реклама div._01aa00209403473e > div._849dd474bdedd8f4 > div._01aa00209403473e > span.c88d64812f78ce16 |
Никольск div.f403415d70f83fcd > div._226e4ed154c680fd > div.bbf035b03155f444 > span._71fa931013cec915 |
территория Лебяжье, Выборгское шоссе, 33 км div.f403415d70f83fcd > div._226e4ed154c680fd > div.bbf035b03155f444 > span._71fa931013cec915 |
Донецк div.f403415d70f83fcd > div._226e4ed154c680fd > div.bbf035b03155f444 > span._71fa931013cec915 |
Авито — сайт объявлений России. © ООО «КЕХ еКоммерц» 2007–2026. Правила Авито. … div._8729f25fbf14e3ff > div._5a429400f303e272 > div._205f77ba383d992c > p._6a7423df6c704813 |
сайт объявлений России div._5a429400f303e272 > div._205f77ba383d992c > p._6a7423df6c704813 > a._52bb865cd8154cdf |
Правила Авито div._5a429400f303e272 > div._205f77ba383d992c > p._6a7423df6c704813 > a._52bb865cd8154cdf |
Политика конфиденциальности div._5a429400f303e272 > div._205f77ba383d992c > p._6a7423df6c704813 > a._52bb865cd8154cdf |
оферту div._5a429400f303e272 > div._205f77ba383d992c > p._6a7423df6c704813 > a._52bb865cd8154cdf |
рекомендательные технологии div._5a429400f303e272 > div._205f77ba383d992c > p._6a7423df6c704813 > a._52bb865cd8154cdf |
Избранное button.f3b3a44fd31409e6 > div.d956bb19a9b14703 > div._74c5ab3ce4fe09fb > span._768f5c27ed7fff92 |
Объявления button.f3b3a44fd31409e6 > div.d956bb19a9b14703 > div._74c5ab3ce4fe09fb > span._768f5c27ed7fff92 |
Сообщения button.f3b3a44fd31409e6 > div.d956bb19a9b14703 > div._74c5ab3ce4fe09fb > span._768f5c27ed7fff92 |
Профиль button.f3b3a44fd31409e6 > div.d956bb19a9b14703 > div._74c5ab3ce4fe09fb > span._768f5c27ed7fff92 |
These are opportunities to improve the legibility of your content.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
head > meta head > meta |
These items highlight common accessibility best practices.
Best Practices
Trust and Safety
Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. Learn more about the geolocation permission.
Performance issues directly impact user engagement and conversion rates.
| Source |
|---|
www.avito.st/mstatic/build/modern/ru-RU/bootstrap.5fafbc6cabc3cd1f.js line 30, col 1441157 |
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Настоящие скидки div._15bf40e3204f5aea > div._4a35276397ea5c1e > div.bdf744cbfd6a0020 > img | /static/ims/57040859-4399-4a33-b1df-91dd4a4a33cc_carousel... | 396 x 220 (1.80) | 1560 x 644 (2.42) |
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_CERT_DATE_INVALID | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_TIMED_OUT | |
Failed to load resource: net::ERR_TIMED_OUT | |
Failed to load resource: net::ERR_TIMED_OUT | |
Failed to load resource: net::ERR_TIMED_OUT | |
Failed to load resource: net::ERR_TIMED_OUT | |
Failed to load resource: net::ERR_TIMED_OUT | |
Failed to load resource: the server responded with a status of 401 () |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.