Skip to content
https://apprestore.ru

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

75

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:114.732 source:map[column:16 line:107 type:source-location url:https://apprestore.ru/assets/app.js urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:114.732 source:map[column:22 line:107 type:source-location url:https://apprestore.ru/assets/app.js urlProvider:network]]]

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTransfer SizeDuration
apprestore.ru/assets/styles.css106.4 KiB989 ms

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/apWBns.png39.1 KiB36.9 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/P40fZm.png23.2 KiB21.0 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/XYY8m0.png19.9 KiB17.8 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/we5rJE.png17.5 KiB15.4 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/8gCLMQ.png16.3 KiB14.1 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/N6Mbqd.png13.5 KiB11.3 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/TpFrC5.png12.0 KiB9.8 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/OfERX2.png11.8 KiB9.6 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/Md84SY.png11.6 KiB9.4 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/UUszuX.png11.2 KiB9.0 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/olAS4E.png10.7 KiB8.5 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/rbZbzr.png10.0 KiB7.8 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/sFWRNJ.png9.3 KiB7.2 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/8fCEZF.png8.9 KiB6.8 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/5p8xSl.png8.2 KiB6.1 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/Jbf3ms.png7.9 KiB5.7 KiB
section#apps > button.app > span.icon > img section#apps > button.app > span.icon > img
apprestore.ru/assets/apps/HgWm7D.png7.0 KiB4.8 KiB

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 330 ms 65.8 KiB
URLTransfer SizeEst Savings
apprestore.ru/assets/styles.css106.2 KiB65.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 reduce Javascript execution time.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTotal CPU TimeScript EvaluationScript Parse
apprestore.ru/assets/app.js5.5 s529 ms0.3 ms
apprestore.ru/1.3 s16 ms3.5 ms
mc.yandex.ru/metrika/tag.js?id=112174020895 ms812 ms44 ms
Unattributable699 ms41 ms0.0 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Other4.0 s
Style & Layout1.7 s
Script Evaluation1.4 s
Rendering1.2 s
Script Parsing & Compilation48 ms
Parse HTML & CSS44 ms

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 2.7 KiB
URLTransfer SizeEst Savings
apprestore.ru/assets/app.js18.6 KiB2.7 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 42.2 KiB
URLTransfer SizeEst Savings
mc.yandex.ru/metrika/tag.js?id=11217402086.2 KiB42.2 KiB

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Document request latency
Optimize DOM size
Font display
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Avoids enormous network payloads Total size was 523 KiB
Avoid long main-thread tasks 13 long tasks found
Avoid non-composited animations 63 animated elements found
Image elements have explicit `width` and `height`
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 190 ms
Server Backend Latencies 190 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 190 ms
Avoid large layout shifts 15 layout shifts found
INP breakdown
LCP request discovery
User Timing marks and measures
92

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.

ARIA

Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Выбранные приложения div.cart-inner > div.cart-main-row > div.cart-title > div#cartApps

These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.

Best practices

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Каталог приложений footer.site-footer > div.site-footer-main > nav > a
Удалённые приложения footer.site-footer > div.site-footer-main > nav > a
Блог footer.site-footer > div.site-footer-main > nav > a
Инструкция footer.site-footer > div.site-footer-main > nav > a
Частые вопросы footer.site-footer > div.site-footer-main > nav > a
Реферальная программа footer.site-footer > div.site-footer-main > nav > a
Поддержка footer.site-footer > div.site-footer-main > nav > a
Как вернуть приложение footer.site-footer > div.site-footer-main > nav > a
Выход из App Store footer.site-footer > div.site-footer-main > nav > a
Код подтверждения footer.site-footer > div.site-footer-main > nav > a
Несколько приложений footer.site-footer > div.site-footer-main > nav > a
Если приложение не скачивается footer.site-footer > div.site-footer-main > nav > a
Версия iOS footer.site-footer > div.site-footer-main > nav > a
Конфиденциальность footer.site-footer > div.site-footer-main > nav > a
Правила сервиса footer.site-footer > div.site-footer-main > nav > a
Оплата и возврат footer.site-footer > div.site-footer-main > nav > a
Ограничения ответственности footer.site-footer > div.site-footer-main > nav > a

These items highlight common accessibility best practices.

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
IPHONE C ChatGPT Версия 1.2026.202 Добавить body > main.shell > section#apps > button.app
IPHONE C Claude Версия 1.260721.0 Добавить body > main.shell > section#apps > button.app
IPHONE D DeepSeek Версия 2.3.1 Добавить body > main.shell > section#apps > button.app
IPHONE G Grok Версия 1.4.18 Добавить body > main.shell > section#apps > button.app
IPHONE H Happ Plus Версия 5.2.0 Добавить body > main.shell > section#apps > button.app
IPHONE P Perplexity Версия 26.29.0 Добавить body > main.shell > section#apps > button.app
IPHONE S S7 Airlines Версия 5.3.4 Добавить body > main.shell > section#apps > button.app
IPHONE V v2RayTun Версия 2.4.7 Добавить body > main.shell > section#apps > button.app
IPHONE Y Yandex.Music Версия 797 Добавить body > main.shell > section#apps > button.app
IPHONE А Авито Версия 200.5 Добавить body > main.shell > section#apps > button.app
IPHONE А Авито(Au) Версия 224.0 Добавить body > main.shell > section#apps > button.app
IPHONE А АЗС Газпром Версия 1.1.1 Добавить body > main.shell > section#apps > button.app
IPHONE А Альфа Банк Версия 1.2 Добавить body > main.shell > section#apps > button.app
IPHONE А Альфа Бизнес Версия 1.2.0 Добавить body > main.shell > section#apps > button.app
IPHONE А Альфа Инвестиции Версия 1.3.0 Добавить body > main.shell > section#apps > button.app
IPHONE В ВК Мессенджер Версия 1.307 Добавить body > main.shell > section#apps > button.app
IPHONE В ВК Музыка Версия 8.30 Добавить body > main.shell > section#apps > button.app
IPHONE В Вконтакте Версия 8.180 Добавить body > main.shell > section#apps > button.app
IPHONE В ВТБ Банк (Сириус) Версия 2.0.1 Добавить body > main.shell > section#apps > button.app
IPHONE В ВТБ Бизнес Версия 1.2601.1 Добавить body > main.shell > section#apps > button.app
IPHONE В ВТБ Инвестиции Версия 3.0.0 Добавить body > main.shell > section#apps > button.app
IPHONE Г Газпром - Инвестиции Версия 1.153.16 Добавить body > main.shell > section#apps > button.app
IPHONE Г ГазпромБанк Версия 6.1.3 Добавить body > main.shell > section#apps > button.app
IPHONE Д Дзен Версия 26.6.3 Добавить body > main.shell > section#apps > button.app
IPHONE Д Дом Клик Версия 1.0 Добавить body > main.shell > section#apps > button.app
IPHONE Д Дом.РУ Банк Версия 1.1 Добавить body > main.shell > section#apps > button.app
IPHONE Д ДОМ.РФ Версия 1.2.1 Добавить body > main.shell > section#apps > button.app
IPHONE Е Еаптека Версия 24.7.20 Добавить body > main.shell > section#apps > button.app
IPHONE К Купер Версия 17.0.518 Добавить body > main.shell > section#apps > button.app
IPHONE Л Лента Версия 6.81.0 Добавить body > main.shell > section#apps > button.app
IPHONE М Майл Облако Версия 9.92.0 Добавить body > main.shell > section#apps > button.app
IPHONE М Майл Почта Версия 15.92.0 Добавить body > main.shell > section#apps > button.app
IPHONE М Макс Версия 26.17.3 Добавить body > main.shell > section#apps > button.app
IPHONE М МегаМаркет Версия 3.75 Добавить body > main.shell > section#apps > button.app
IPHONE М Мой Дом.ру Версия 1.2.2 Добавить body > main.shell > section#apps > button.app
IPHONE М МТС Банк(Деньги) Версия 11.0.0 Добавить body > main.shell > section#apps > button.app
IPHONE О Одноклассники Версия 11.63.1 Добавить body > main.shell > section#apps > button.app
IPHONE О Окко Версия 14.4.0 Добавить body > main.shell > section#apps > button.app
IPHONE П ПСБ Банк Версия 1.6.3 Добавить body > main.shell > section#apps > button.app
IPHONE П ПСБ Бизнес Версия 2.2 Добавить body > main.shell > section#apps > button.app
IPHONE Р РЖД Пассажирам Версия 1.47.2 Добавить body > main.shell > section#apps > button.app
IPHONE Р РоссельхозБанк Версия 1.4 Добавить body > main.shell > section#apps > button.app
IPHONE Р Русский Стандарт Версия 1.1.1 Добавить body > main.shell > section#apps > button.app
IPHONE Р Рутуб Версия 46.6 Добавить body > main.shell > section#apps > button.app
IPHONE С Сбер Бизнес Версия 4.00.0 Добавить body > main.shell > section#apps > button.app
IPHONE С Сбер Инвестиции Версия 3.34.0 Добавить body > main.shell > section#apps > button.app
IPHONE С Сбер Кидс Версия 5.10.1 Добавить body > main.shell > section#apps > button.app
IPHONE С Сбер Мобайл Версия 1.0.1 Добавить body > main.shell > section#apps > button.app
IPHONE С Сбербанк Версия 17.6.1 Добавить body > main.shell > section#apps > button.app
IPHONE С Синара Банк Версия 1.1.1 Добавить body > main.shell > section#apps > button.app
IPHONE С Совкомбанк Версия 1.0.0 Добавить body > main.shell > section#apps > button.app
IPHONE С Совкомбанк Инвестиции Версия 1.5.0 Добавить body > main.shell > section#apps > button.app
IPHONE Т Т-Банк Версия 2.0.1 Добавить body > main.shell > section#apps > button.app
IPHONE Т Т-Инвестиции Версия 1.8 Добавить body > main.shell > section#apps > button.app
IPHONE У УБРиР Версия 5.18.0 Добавить body > main.shell > section#apps > button.app
IPHONE Ц Цифра банк Версия 9.2.0 Добавить body > main.shell > section#apps > button.app
IPHONE Ю Юла Версия 6.0 Добавить body > main.shell > section#apps > button.app
IPHONE Ю ЮMoney Версия 1.5.9 Добавить body > main.shell > section#apps > button.app
IPHONE Я Яндекс Пэй Версия 0.234.4 Добавить body > main.shell > section#apps > button.app
Instagram Новости и подборки ↗ main.shell > section.social-section > div.social-grid > a.social-card
TikTok Короткие видео ↗ main.shell > section.social-section > div.social-grid > a.social-card
YouTube Видеоинструкции ↗ main.shell > section.social-section > div.social-grid > a.social-card
ВКонтакте Публикации и ответы ↗ main.shell > section.social-section > div.social-grid > a.social-card
Telegram Новости и обновления ↗ main.shell > section.social-section > div.social-grid > a.social-card
Threads Заметки AppRestore ↗ main.shell > section.social-section > div.social-grid > a.social-card
Авито Каталог и заказы ↗ main.shell > section.social-section > div.social-grid > a.social-card
Playerok Наши товары ↗ main.shell > section.social-section > div.social-grid > a.social-card
Поддержка body > div#supportWidget > button.support-widget-button
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
100

Best Practices

Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No browser errors logged to the console
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Page has valid source maps
Redirects HTTP traffic to HTTPS
Detected JavaScript libraries
100

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.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback