Run 1 summary

https://stage.sokolov.ru/shops-map/Moskva/2978249016/

Tested 2024-10-19 11:16:03 using Chrome 129.0.6668.89 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score65
Total page size2.6 MB
Requests149
Timing metrics
TTFB137 ms
First Paint509 ms
Fully Loaded4.077 s
Google Web Vitals
TTFB137 ms
First Contentful Paint (FCP) 509 ms
Largest Contentful Paint (LCP) 1.394 s
Cumulative Layout Shift (CLS) 0.04
Total Blocking Time821 ms
Max Potential FID431 ms
CPU metrics
CPU long tasks9
CPU last long task happens at4.005 s
Visual Metrics
First Visual Change500 ms
Speed Index2.921 s
Visual Complete 85%3.667 s
Visual Complete 99%4.134 s
Last Visual Change4.134 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 sGTM-KR3RXB9:page_load 0 msGTM-G-SEBDDYBJWJ:page_load 0 ms
0.4 sCPU Long Task duration 61 msDOM Content Loaded Time 385 msCPU Long Task duration 62 ms
0.5 sCPU Long Task duration 135 msFirst Visual Change 500 ms
0.6 sFirst Contentful Paint 509 ms
0.7 s
0.8 s
0.9 s
1 s
1.1 s
1.2 s
1.3 s
1.4 sLCP <H1> 1.394 s
1.5 s
1.6 s
1.7 s
1.8 s
1.9 s
2 s
2.1 s
2.2 sPage Load Time 2.114 sCPU Long Task duration 76 ms
2.3 sCPU Long Task duration 72 ms
2.4 sCPU Long Task duration 279 ms
2.5 s
2.6 s
2.7 s
2.8 sCPU Long Task duration 431 ms
3.3 s
3.4 sCPU Long Task duration 166 ms
3.5 s
3.6 sLayout Shift 0.03549 3.537 s
3.7 sVisual Complete 85% 3.667 s
3.8 s
3.9 s
4 s
4.1 sCPU Long Task duration 97 msFully Loaded 4.077 s
4.2 sLast Visual Change 4.134 sVisual Complete 95% 4.134 sVisual Complete 99% 4.134 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 8.0.2.

I am the coach

Coach score

Performance advice (65)

TitleAdviceScore
Don't scale images in the browser (avoidScalingImages)The page has 2 images that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.80
Description: It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.
Offenders:
  • https://stage.sokolov.ru/icons/store-premium.svg
  • https://stage.sokolov.ru/icons/store-premium.svg
  • Avoid using Google Tag Manager. (googleTagManager)The page is using Google Tag Manager, this is a performance risk since non-tech users can add JavaScript to your page.0
    Description: Google Tag Manager makes it possible for non tech users to add scripts to your page that will downgrade performance.
    Inline CSS for faster first render (inlineCss)The page has both inline styles as well as it is requesting 11 CSS files inside of the head. Let's only inline CSS for really fast render.90
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Offenders:
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/96fb30b8aa581b44.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/0b1b64cd5cd13817.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/5f5cf2985083d60d.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/923538a4e5a3c925.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/19d573113731dbc2.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/e898a18b7108d9ce.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/5bd6dffa208389a0.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/d32410ee3fa1a458.css
  • https://code.jivo.ru/css/a2cd018/widget.css
  • https://code.jivo.ru/css/a2cd018/omnichannelMenu.widget.css
  • https://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.48.24
  • Avoid CPU Long Tasks (longTasks)The page has 20 CPU long tasks with the total of 2.336 s. The total blocking time is 1.228 s and 3 long tasks before first contentful paint with total time of 258 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • multiple-contexts
  • self
  • self
  • self
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 11 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.70
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/96fb30b8aa581b44.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/0b1b64cd5cd13817.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/5f5cf2985083d60d.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/923538a4e5a3c925.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/19d573113731dbc2.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/e898a18b7108d9ce.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/5bd6dffa208389a0.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/d32410ee3fa1a458.css
  • https://code.jivo.ru/css/a2cd018/widget.css
  • https://code.jivo.ru/css/a2cd018/omnichannelMenu.widget.css
  • https://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.48.24
  • Avoid doing redirects (assetsRedirects)The page has 2 redirects. 2 of the redirects are from the base domain, please fix them! 80
    Description: A redirect is one extra step for the user to download the asset. Avoid that if you want to be fast. Redirects are even more of a showstopper on mobile.
    Offenders:
  • https://stage.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 31 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 105.7 kB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://stage.sokolov.ru/spa-images/footer/app-store-badge.svg
  • https://stage.sokolov.ru/spa-images/footer/google-play-badge.svg
  • https://stage.sokolov.ru/spa-images/footer/app-gallery-badge.svg
  • https://stage.sokolov.ru/spa-images/footer/rustore-badge.svg
  • https://stage.sokolov.ru/api/v5/profile/
  • https://stage.sokolov.ru/api/v5/profile/products/
  • https://stage.sokolov.ru/api/v5/handbooks/currency-rates/
  • https://stage.sokolov.ru/api/v5/location/check/
  • https://stage.sokolov.ru/api/v4/content/area/nav-buttons/
  • https://stage.sokolov.ru/api/v4/content/area/main-page-topline/
  • https://stage.sokolov.ru/api/v4/content/area/feedback-channels/
  • https://stage.sokolov.ru/api/v4/content/area/shops-map-filter-list/
  • https://api-maps.yandex.ru/2.1/...ps.yandex.ru/2.1/
  • https://stage.sokolov.ru/api/v4/profile/favorite-store/
  • https://stage.sokolov.ru/api/v4/stores/count/?city_guid=0c5b2444-70a0-4932-980c-b4dc0d3f02b5
  • https://stage.sokolov.ru/api/v4/stores/count/?city_guid=0c5b2444-70a0-4932-980c-b4dc0d3f02b5
  • https://sokolov-b2c-seo.k8s.dev.sokolov.io/api/v1/meta/ip/
  • https://sokolov-b2c-seo.k8s.dev.sokolov.io/api/v1/meta/ip/
  • https://stage.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://frontend-stage-static.k8s.dev.sokolov.io/meta/manifest.json
  • https://frontend-stage-static.k8s.dev.sokolov.io/meta/favicon.ico
  • https://stage.sokolov.ru/api/v4/shops-map/points/...shops-map/points/
  • https://api-maps.yandex.ru/services/search//v2/...vices/search//v2/
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://stage.sokolov.ru/icons/sim.svg
  • https://stage.sokolov.ru/icons/retail.svg
  • https://stage.sokolov.ru/icons/store-premium.svg
  • https://stage.sokolov.ru/api/v4/stores/...ru/api/v4/stores/
  • Long cache headers is good (cacheHeadersLong)The page has 4 requests that have a shorter cache time than 30 days (but still a cache time).96
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://cdn.diginetica.net/300/client-lite.js
  • https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/
  • https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/
  • https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/
  • The favicon should be small and cacheable (favicon)The favicon has no cache time. 50
    Description: It is easy to make the favicon big but please avoid doing that, because every browser will then perform an unnecessarily large download. And make sure the cache headers are set for a long time for the favicon. It is easy to miss since it's another content type.
    Offenders:
  • https://frontend-stage-static.k8s.dev.sokolov.io/meta/favicon.ico
  • Avoid too many fonts (fewFonts)The page has 4 font requests. Do you really need them? What value does the fonts give the user?60
    Description: How many fonts do you need on a page for the user to get the message? Fonts can slow down the rendering of content, try to avoid loading too many of them because worst case it can make the text invisible until they are loaded (FOIT—flash of invisible text), best case they will flicker the text content when they arrive.
    Offenders:
  • https://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • Avoid too many requests per domain [HTTP/1] (fewRequestsPerDomain)The page has 2 domains that serves more than 30 requests. frontend-stage-static.k8s.dev.sokolov.io got 40 requests. core-renderer-tiles.maps.yandex.net got 64 requests. Improve performance by sharding those or move to HTTP/2.80
    Description: Browsers have a limit on how many concurrent requests they can do per domain when using HTTP/1. When you hit the limit, the browser will wait before it can download more assets on that domain. So avoid having too many requests per domain.
    Offenders:
  • frontend-stage-static.k8s.dev.sokolov.io
  • core-renderer-tiles.maps.yandex.net
  • Total image size shouldn't be too big (imageSize)The page total image size is 1.3 MB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.50
    Description: Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 1.2 MB and the uncompressed size is 4.7 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/webpack-9624b4f44c6f4995.js 7.8 KB15.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js 65.5 KB205.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/main-8933f27b2dfdcc1f.js 31.5 KB109.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-daf3c63fbbdaa3d9.js 153.8 KB522.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/shops...e14ae5f447e2a8.js 612 B1.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/N5FImJc-WA-6J8kecq..._buildManifest.js 1.4 KB4.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/N5FImJc-WA-6J8kecqpVE/_ssgManifest.js 77 B77 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5691.e9396392c321c350.js 2.0 KB4.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1541.98a271df74534fdf.js 1.2 KB2.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1389-ca22e2ec17e8e634.js 16.9 KB60.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3333.5eba57844a27645d.js 15.6 KB49.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7220-0da0ae7196fe26e7.js 30.0 KB129.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4471-3cab5f97855d8b07.js 15.1 KB52.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3387.7d49234fa964dc21.js 2.5 KB6.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7811.45276236ac95f6e1.js 1.4 KB3.2 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7152.4e2cab3558b69188.js 1.0 KB2.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/566.0c0417b504718185.js 784 B784 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8316.2f0baf6b0adfaf4f.js 824 B824 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4803.a81bac4a22023b4a.js 673 B673 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4349.b8d81f22b53a9055.js 276 B276 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9436.986629187286c143.js 6.0 KB15.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7413.07cdcc44c06b3a97.js 7.4 KB21.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4399.43fd96f08ce3432e.js 1.1 KB3.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4100.32b68982a7d87933.js 824 B824 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6503.06cb04399386cb06.js 724 B724 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/724.5d002ad7e17fb8f5.js 609 B609 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9809.fb1d0e0438bca7ce.js 723 B1.2 KB
    https://api-maps.yandex.ru/2.1/...ps.yandex.ru/2.1/ 12.6 KB34.0 KB
    https://yastatic.net/s3/front-maps-static/maps-front-jsapi-v2-1/2.1.79-15049288/...b8b15ef5266531.js 676.7 KB2.9 MB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4379.021e104d0f1004dc.js 870 B1.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6611.a6ac3b8b55b95e77.js 915 B1.5 KB
    https://cdn.diginetica.net/300/client-lite.js 66.8 KB248.1 KB
    https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/ 511 B229 B
    https://stage.sokolov.ru/api/v4/shops-map/points/...shops-map/points/ 4.5 KB62.3 KB
    https://api-maps.yandex.ru/services/search//v2/...vices/search//v2/ 1.1 KB1.7 KB
    https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/ 509 B229 B
    https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/ 508 B229 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3378.14e3e5af98259ae9.js 679 B1.2 KB
    Avoid using incorrect mime types (mimeTypes)The page has 5 misconfigured mime types. 95
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://sokolov-b2c-seo.k8s.dev.sokolov.io/api/v1/meta/ip/
  • https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/grab.cur
  • https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/grabbing.cur
  • https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/help.cur
  • https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/zoom_in.cur
  • Make each CSS response small (optimalCssSize)https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/96fb30b8aa581b44.css size is 38.9 kB (38884) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.90
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/96fb30b8aa581b44.css 38.0 KB246.0 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.7 MB, which is more than the coach limit of 2 MB. That is really big and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://stage.sokolov.ru/shops-map/Moskva/2978249016/ 7.5 KB35.9 KB
    https://cdn.sokolov.ru/fonts/montserrat/bold.woff2 52.1 KB51.7 KB
    https://cdn.sokolov.ru/fonts/montserrat/regular.woff2 52.2 KB51.8 KB
    https://cdn.sokolov.ru/fonts/montserrat/medium.woff2 51.9 KB51.6 KB
    https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2 52.0 KB51.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/96fb30b8aa581b44.css 38.0 KB246.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/0b1b64cd5cd13817.css 114 B114 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/webpack-9624b4f44c6f4995.js 7.8 KB15.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js 65.5 KB205.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/main-8933f27b2dfdcc1f.js 31.5 KB109.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-daf3c63fbbdaa3d9.js 153.8 KB522.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/shops...e14ae5f447e2a8.js 612 B1.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/N5FImJc-WA-6J8kecq..._buildManifest.js 1.4 KB4.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/N5FImJc-WA-6J8kecqpVE/_ssgManifest.js 77 B77 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/5f5cf2985083d60d.css 991 B991 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5691.e9396392c321c350.js 2.0 KB4.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/923538a4e5a3c925.css 659 B1.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1541.98a271df74534fdf.js 1.2 KB2.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1389-ca22e2ec17e8e634.js 16.9 KB60.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/19d573113731dbc2.css 3.6 KB16.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3333.5eba57844a27645d.js 15.6 KB49.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/e898a18b7108d9ce.css 5.0 KB23.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7220-0da0ae7196fe26e7.js 30.0 KB129.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/5bd6dffa208389a0.css 583 B1.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4471-3cab5f97855d8b07.js 15.1 KB52.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3387.7d49234fa964dc21.js 2.5 KB6.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7811.45276236ac95f6e1.js 1.4 KB3.2 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7152.4e2cab3558b69188.js 1.0 KB2.0 KB
    https://stage.sokolov.ru/spa-images/footer/app-store-badge.svg 8.6 KB22.0 KB
    https://stage.sokolov.ru/spa-images/footer/google-play-badge.svg 5.5 KB14.2 KB
    https://stage.sokolov.ru/spa-images/footer/app-gallery-badge.svg 7.5 KB19.2 KB
    https://stage.sokolov.ru/spa-images/footer/rustore-badge.svg 4.7 KB11.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/566.0c0417b504718185.js 784 B784 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8316.2f0baf6b0adfaf4f.js 824 B824 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4803.a81bac4a22023b4a.js 673 B673 B
    https://stage.sokolov.ru/api/v5/profile/ 824 B110 B
    https://stage.sokolov.ru/api/v6/basket/easy-calculate/ 1.3 KB321 B
    https://stage.sokolov.ru/api/v5/profile/products/ 1.1 KB40 B
    https://stage.sokolov.ru/api/v5/handbooks/currency-rates/ 560 B155 B
    https://stage.sokolov.ru/api/v5/location/check/ 1.2 KB134 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4349.b8d81f22b53a9055.js 276 B276 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9436.986629187286c143.js 6.0 KB15.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7413.07cdcc44c06b3a97.js 7.4 KB21.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/d32410ee3fa1a458.css 990 B3.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4399.43fd96f08ce3432e.js 1.1 KB3.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4100.32b68982a7d87933.js 824 B824 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6503.06cb04399386cb06.js 724 B724 B
    https://stage.sokolov.ru/api/v4/content/area/nav-buttons/ 1.6 KB2.7 KB
    https://stage.sokolov.ru/api/v4/content/area/main-page-topline/ 1.0 KB518 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/724.5d002ad7e17fb8f5.js 609 B609 B
    https://stage.sokolov.ru/api/v4/content/area/feedback-channels/ 1.3 KB2.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9809.fb1d0e0438bca7ce.js 723 B1.2 KB
    https://stage.sokolov.ru/api/v4/content/area/shops-map-filter-list/ 1.5 KB2.5 KB
    https://api-maps.yandex.ru/2.1/...ps.yandex.ru/2.1/ 12.6 KB34.0 KB
    https://stage.sokolov.ru/api/v4/profile/favorite-store/ 999 B173 B
    https://stage.sokolov.ru/api/v4/stores/count/?city_guid=0c5b2444-70a0-4932-980c-b4dc0d3f02b5 774 B46 B
    https://stage.sokolov.ru/api/v4/stores/count/?city_guid=0c5b2444-70a0-4932-980c-b4dc0d3f02b5 774 B46 B
    https://sokolov-b2c-seo.k8s.dev.sokolov.io/api/v1/meta/ip/ N/A0 b
    https://sokolov-b2c-seo.k8s.dev.sokolov.io/api/v1/meta/ip/ 29 B29 B
    https://yastatic.net/s3/front-maps-static/maps-front-jsapi-v2-1/2.1.79-15049288/...b8b15ef5266531.js 676.7 KB2.9 MB
    https://sokolov-b2c-seo.k8s.dev.sokolov.io/api/v1/meta/ip/ 29 B29 B
    https://stage.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png 0 b0 b
    https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg 0 b0 b
    https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png 6.0 KB5.8 KB
    https://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg 30.4 KB30.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4379.021e104d0f1004dc.js 870 B1.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6611.a6ac3b8b55b95e77.js 915 B1.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/meta/manifest.json 716 B716 B
    https://frontend-stage-static.k8s.dev.sokolov.io/meta/favicon.ico 3.1 KB14.7 KB
    https://cdn.diginetica.net/300/client-lite.js 66.8 KB248.1 KB
    https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/grab.cur 529 B326 B
    https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/grabbing.cur 533 B326 B
    https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/help.cur 532 B326 B
    https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/zoom_in.cur 701 B326 B
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 22.2 KB22.0 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 23.6 KB23.4 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 17.0 KB16.9 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 20.9 KB20.6 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 14.4 KB14.2 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 18.7 KB18.5 KB
    https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/ 511 B229 B
    https://stage.sokolov.ru/api/v4/shops-map/points/...shops-map/points/ 4.5 KB62.3 KB
    https://api-maps.yandex.ru/services/search//v2/...vices/search//v2/ 1.1 KB1.7 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 15.0 KB14.8 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 21.7 KB21.6 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 20.5 KB20.3 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 18.5 KB18.4 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 18.0 KB17.7 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 19.4 KB19.1 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 14.2 KB14.1 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 18.9 KB18.7 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 14.7 KB14.5 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.6 KB16.3 KB
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 19.8 KB19.6 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 15.6 KB15.4 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 17.6 KB17.5 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 17.6 KB17.4 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 15.0 KB14.8 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 14.3 KB14.1 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 17.3 KB17.1 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 14.3 KB14.2 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 13.4 KB13.2 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 13.9 KB13.7 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 19.5 KB19.2 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 18.2 KB18.0 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 17.3 KB17.2 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.1 KB15.9 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 15.9 KB15.7 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 14.8 KB14.6 KB
    https://stage.sokolov.ru/icons/sim.svg 945 B1.8 KB
    https://stage.sokolov.ru/icons/retail.svg 944 B1.9 KB
    https://stage.sokolov.ru/icons/store-premium.svg 452 B808 B
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 22.8 KB22.5 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 23.6 KB23.4 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 19.7 KB19.5 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 22.6 KB22.5 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 22.5 KB22.3 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 18.2 KB17.9 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 21.4 KB21.2 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 17.8 KB17.5 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.6 KB16.5 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 21.4 KB21.2 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 21.1 KB20.9 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 20.5 KB20.3 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 15.8 KB15.7 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 17.0 KB16.8 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 17.9 KB17.7 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 18.7 KB18.5 KB
    https://stage.sokolov.ru/api/v4/stores/...ru/api/v4/stores/ 4.6 KB23.3 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 19.6 KB19.4 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 18.1 KB17.9 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 18.3 KB18.1 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 13.0 KB12.9 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 15.3 KB15.1 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.5 KB16.3 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 19.3 KB19.0 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 19.6 KB19.4 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 15.0 KB14.9 KB
    https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/ 509 B229 B
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.2 KB16.0 KB
    https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/ 508 B229 B
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 17.0 KB16.7 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 17.7 KB17.5 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.0 KB15.7 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.0 KB15.8 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 15.9 KB15.7 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.2 KB16.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3378.14e3e5af98259ae9.js 679 B1.2 KB
    Don't use private headers on static content (privateAssets)The page has 2 requests with private headers. The main page has a private header. It could be right in some cases where the user can be logged in and served specific content. But if your asset is static it should never be private. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.90
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://stage.sokolov.ru/shops-map/Moskva/2978249016/
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • Avoid missing and error requests (responseOk)The page has 1 error response. The page has 1 response with code 404. 90
    Description: Your page should never request assets that return a 400 or 500 error. These requests are never cached. If that happens something is broken. Please fix it.
    Offenders:
  • https://stage.sokolov.ru/api/v5/profile/
  • Best practice advice (85)

    TitleAdviceScore
    Do not send too long headers (longHeaders)https://stage.sokolov.ru/api/v5/profile/ has a header set-cookie that is 647 characters long. https://stage.sokolo...t/easy-calculate/ has a header set-cookie that is 977 characters long. https://stage.sokolo...profile/products/ has a header set-cookie that is 977 characters long. https://stage.sokolo...5/location/check/ has a header set-cookie that is 1025 characters long. https://stage.sokolo...area/nav-buttons/ has a header set-cookie that is 647 characters long. https://stage.sokolo...ain-page-topline/ has a header set-cookie that is 647 characters long. https://stage.sokolo...eedback-channels/ has a header set-cookie that is 647 characters long. https://stage.sokolo...-map-filter-list/ has a header set-cookie that is 647 characters long. https://stage.sokolo...e/favorite-store/ has a header set-cookie that is 772 characters long. https://stage.sokolo.../v4/stores/count/ has a header set-cookie that is 647 characters long. https://stage.sokolo.../v4/stores/count/ has a header set-cookie that is 647 characters long. 89
    Description: Do not send response headers that are too long.
    Offenders:
  • https://stage.sokolov.ru/api/v5/profile/
  • https://stage.sokolov.ru/api/v6/basket/easy-calculate/
  • https://stage.sokolov.ru/api/v5/profile/products/
  • https://stage.sokolov.ru/api/v5/location/check/
  • https://stage.sokolov.ru/api/v4/content/area/nav-buttons/
  • https://stage.sokolov.ru/api/v4/content/area/main-page-topline/
  • https://stage.sokolov.ru/api/v4/content/area/feedback-channels/
  • https://stage.sokolov.ru/api/v4/content/area/shops-map-filter-list/
  • https://stage.sokolov.ru/api/v4/profile/favorite-store/
  • https://stage.sokolov.ru/api/v4/stores/count/?city_guid=0c5b2444-70a0-4932-980c-b4dc0d3f02b5
  • https://stage.sokolov.ru/api/v4/stores/count/?city_guid=0c5b2444-70a0-4932-980c-b4dc0d3f02b5
  • Avoid too many third party requests (thirdParty)The page do more requests to third party domains (76 requests and 1.9 MB) then first party (73 requests and 742 kB). The page transfer more bytes from third party domains (1.9 MB) then first party (742 kB). The regex .*sokolov.* was used to calculate first/third party requests.0
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 15 responses that sets both a max-age and expires header. There are 6 responses that sets a pragma no-cache header (that is a request header). There are 7 responses that sets a server header. 72
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • https://stage.sokolov.ru/api/v6/basket/easy-calculate/
  • https://stage.sokolov.ru/api/v6/basket/easy-calculate/
  • https://stage.sokolov.ru/api/v5/profile/products/
  • https://stage.sokolov.ru/api/v5/profile/products/
  • https://stage.sokolov.ru/api/v4/profile/favorite-store/
  • https://stage.sokolov.ru/api/v4/profile/favorite-store/
  • https://yastatic.net/s3/front-maps-static/maps-front-jsapi-v2-1/2.1.79-15049288/...b8b15ef5266531.js
  • https://yastatic.net/s3/front-maps-static/maps-front-jsapi-v2-1/2.1.79-15049288/...b8b15ef5266531.js
  • https://cdn.diginetica.net/300/client-lite.js
  • https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/grab.cur
  • https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/grabbing.cur
  • https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/help.cur
  • https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/zoom_in.cur
  • https://stage.sokolov.ru/api/v4/shops-map/points/...shops-map/points/
  • https://stage.sokolov.ru/api/v4/shops-map/points/...shops-map/points/
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://stage.sokolov.ru/api/v4/stores/...ru/api/v4/stores/
  • https://stage.sokolov.ru/api/v4/stores/...ru/api/v4/stores/
  • Privacy advice (71)

    TitleAdviceScore
    Avoid using Google Analytics (ga)The page is using Google Analytics meaning you share your users private information with Google. You should use analytics that care about user privacy, something like https://matomo.org.0
    Description: Google Analytics share private user information with Google that your user hasn't agreed on sharing.
    Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader)Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download.0
    Description: Content Security Policy is delivered via a HTTP response header, and defines approved sources of content that the browser may load. It can be an effective countermeasure to Cross Site Scripting (XSS) attacks and is also widely supported and usually easily deployed. https://scotthelme.co.uk/content-security-policy-an-introduction/.
    Offenders:
  • https://stage.sokolov.ru/shops-map/Moskva/2978249016/
  • Set a referrer-policy header to make sure you do not leak user information. (referrerPolicyHeader)Set a referrer-policy header to make sure you do not leak user information.0
    Description: Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. https://scotthelme.co.uk/a-new-security-header-referrer-policy/.
    Offenders:
  • https://stage.sokolov.ru/shops-map/Moskva/2978249016/
  • Set a strict transport header to make sure the user always use HTTPS. (strictTransportSecurityHeader)A strict transport header is set but miss out on setting includeSubDomainsThe max age is lower than six months. Increase it to get a better score.70
    Description: The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) lets a web site tell browsers that it should only be accessed using HTTPS, instead of using HTTP. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security.
    Avoid third party cookies that is used to track the user. (thirdPartyCookies)The page sets 1 third party cookie.0
    Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox.
    Offenders:
  • .yandex.ru
  • Do not share user data with third parties. (thirdPartyPrivacy)The page has 7% requests that are 3rd party (10 requests with a size of 710.7 kB). The page do 9 utility requests and uses 1 utility tool.93
    Description: Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests.
    Offenders:
  • https://api-maps.yandex.ru/2.1/...ps.yandex.ru/2.1/
  • https://yastatic.net/s3/front-maps-static/maps-front-jsapi-v2-1/2.1.79-15049288/...b8b15ef5266531.js
  • https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/grab.cur
  • https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/grabbing.cur
  • https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/help.cur
  • https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/zoom_in.cur
  • https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/
  • https://api-maps.yandex.ru/services/search//v2/...vices/search//v2/
  • https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/
  • https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/
  • Page info

    Page info
    TitleАдреса магазинов SOKOLOV в Москве
    Width1904
    Height1809
    DOM elements1826
    Avg DOM depth16
    Max DOM depth26
    Iframes3
    Script tags49
    Local storage3.8 KB
    Session storage456 B
    Network Information API4g
    Resource Hints
    dns-prefetch
    http://cdn.diginetica.net/
    preconnect
    http://autocomplete.diginetica.net/
    https://static.criteo.net/
    https://cm.g.doubleclick.net/
    https://ad.mail.ru/
    https://googleads.g.doubleclick.net/
    https://www.googletagmanager.com/
    https://www.google-analytics.com/
    https://api.mindbox.ru/
    https://api.flocktory.com/
    https://demo4.paasweb.co.il/

    Technologies used to build the page.

    Data collected using Wappalyzerversion 6.10.66.  Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyser find more information about technologies used.

    TechnologyConfidenceCategory
    Amazon Web Services 100  PaaS
    HSTS 100  Security

    Data collected using Third Party Web 0.24.0

    Utility
    Yandex APIs
    Cdn
    Yandex CDN
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Long Aninimation Frames | Metrics from CDP | 

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)137 ms
    First Contentful Paint (FCP)509 ms
    Largest Contentful Paint (LCP)1.394 s
    Cumulative Layout Shift (CLS)0.04
    Total Blocking Time (TBT)821 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP145
    Time spent in recalculate style before FCP9.401 ms
    Extra timings
    TTFB137 ms
    First Paint509 ms
    Load Event End2.114 s
    Fully loaded4.077 s
    User Timing marks
    GTM-KR3RXB9:page_load0 ms
    GTM-G-SEBDDYBJWJ:page_load0 ms
    GTM-KR3RXB9:container_setup_start12.327 s
    GTM-KR3RXB9:container_yield_start12.332 s
    GTM-KR3RXB9:snippet_load12.332 s
    GTM-G-SEBDDYBJWJ:snippet_load12.332 s
    GTM-KR3RXB9:container_setup_end12.332 s
    GTM-KR3RXB9:-1:event_setup_start12.333 s
    GTM-KR3RXB9:-1:event_evaluation_start12.334 s
    GTM-KR3RXB9:-1:event_evaluation_end12.338 s
    GTM-KR3RXB9:-1:event_setup_end12.338 s
    GTM-KR3RXB9:0:event_setup_start12.339 s
    GTM-KR3RXB9:0:event_evaluation_start12.339 s
    GTM-KR3RXB9:0:event_evaluation_end12.340 s
    GTM-KR3RXB9:0:event_setup_end12.340 s
    GTM-KR3RXB9:0:615:tag_execute_start12.340 s
    GTM-KR3RXB9:0:615:tag_execute_end12.346 s
    GTM-KR3RXB9:0:672:tag_execute_start12.346 s
    GTM-KR3RXB9:0:672:tag_execute_end12.347 s
    GTM-KR3RXB9:1:event_setup_start12.348 s
    GTM-KR3RXB9:1:event_evaluation_start12.348 s
    GTM-KR3RXB9:1:event_evaluation_end12.349 s
    GTM-KR3RXB9:1:event_setup_end12.349 s
    GTM-KR3RXB9:2:event_setup_start12.349 s
    GTM-KR3RXB9:2:event_evaluation_start12.349 s
    GTM-KR3RXB9:2:event_evaluation_end12.351 s
    GTM-KR3RXB9:2:event_setup_end12.351 s
    GTM-KR3RXB9:2:632:tag_execute_start12.354 s
    GTM-KR3RXB9:2:632:tag_execute_end12.354 s
    GTM-KR3RXB9:40:event_setup_start12.355 s
    GTM-KR3RXB9:40:event_evaluation_start12.355 s
    GTM-KR3RXB9:40:event_evaluation_end12.356 s
    GTM-KR3RXB9:40:event_setup_end12.356 s
    GTM-KR3RXB9:40:632:tag_execute_start12.360 s
    GTM-KR3RXB9:40:632:tag_execute_end12.360 s
    GTM-KR3RXB9:78:event_setup_start12.360 s
    GTM-KR3RXB9:78:event_evaluation_start12.360 s
    GTM-KR3RXB9:78:event_evaluation_end12.361 s
    GTM-KR3RXB9:78:event_setup_end12.361 s
    GTM-KR3RXB9:78:632:tag_execute_start12.364 s
    GTM-KR3RXB9:78:632:tag_execute_end12.364 s
    GTM-KR3RXB9:116:event_setup_start12.365 s
    GTM-KR3RXB9:116:event_evaluation_start12.365 s
    GTM-KR3RXB9:116:event_evaluation_end12.366 s
    GTM-KR3RXB9:116:event_setup_end12.366 s
    GTM-KR3RXB9:116:367:tag_execute_start12.366 s
    GTM-KR3RXB9:116:367:tag_execute_end12.367 s
    GTM-KR3RXB9:116:413:tag_execute_start12.367 s
    GTM-KR3RXB9:116:413:tag_execute_end12.368 s
    GTM-KR3RXB9:116:383:tag_execute_start12.368 s
    GTM-KR3RXB9:116:383:tag_execute_end12.369 s
    GTM-KR3RXB9:116:40:tag_execute_start12.369 s
    GTM-KR3RXB9:116:40:tag_execute_end12.369 s
    GTM-KR3RXB9:116:374:tag_execute_start12.369 s
    GTM-KR3RXB9:116:374:tag_execute_end12.370 s
    GTM-KR3RXB9:116:417:tag_execute_start12.370 s
    GTM-KR3RXB9:116:417:tag_execute_end12.370 s
    GTM-KR3RXB9:116:448:tag_execute_start12.370 s
    GTM-KR3RXB9:116:448:tag_execute_end12.370 s
    GTM-KR3RXB9:116:504:tag_execute_start12.370 s
    GTM-KR3RXB9:116:504:tag_execute_end12.371 s
    GTM-KR3RXB9:116:547:tag_execute_start12.371 s
    GTM-KR3RXB9:116:547:tag_execute_end12.371 s
    GTM-KR3RXB9:116:552:tag_execute_start12.371 s
    GTM-KR3RXB9:116:552:tag_execute_end12.371 s
    GTM-KR3RXB9:116:572:tag_execute_start12.371 s
    GTM-KR3RXB9:116:572:tag_execute_end12.371 s
    GTM-KR3RXB9:116:604:tag_execute_start12.371 s
    GTM-KR3RXB9:116:604:tag_execute_end12.371 s
    GTM-KR3RXB9:116:632:tag_execute_start12.375 s
    GTM-KR3RXB9:116:632:tag_execute_end12.375 s
    GTM-KR3RXB9:116:680:tag_execute_start12.375 s
    GTM-KR3RXB9:116:680:tag_execute_end12.375 s
    GTM-KR3RXB9:116:681:tag_execute_start12.375 s
    GTM-KR3RXB9:116:681:tag_execute_end12.376 s
    GTM-KR3RXB9:116:682:tag_execute_start12.376 s
    GTM-KR3RXB9:116:682:tag_execute_end12.376 s
    GTM-KR3RXB9:116:683:tag_execute_start12.376 s
    GTM-KR3RXB9:116:683:tag_execute_end12.377 s
    GTM-KR3RXB9:116:684:tag_execute_start12.377 s
    GTM-KR3RXB9:116:684:tag_execute_end12.377 s
    GTM-KR3RXB9:116:685:tag_execute_start12.377 s
    GTM-KR3RXB9:116:685:tag_execute_end12.377 s
    GTM-KR3RXB9:116:686:tag_execute_start12.377 s
    GTM-KR3RXB9:116:686:tag_execute_end12.377 s
    GTM-KR3RXB9:116:687:tag_execute_start12.377 s
    GTM-KR3RXB9:116:687:tag_execute_end12.378 s
    GTM-KR3RXB9:116:365:tag_execute_start12.378 s
    GTM-KR3RXB9:116:365:tag_execute_end12.378 s
    GTM-KR3RXB9:116:382:tag_execute_start12.378 s
    GTM-KR3RXB9:116:382:tag_execute_end12.379 s
    GTM-KR3RXB9:116:399:tag_execute_start12.379 s
    GTM-KR3RXB9:116:399:tag_execute_end12.380 s
    GTM-KR3RXB9:116:459:tag_execute_start12.380 s
    GTM-KR3RXB9:116:459:tag_execute_end12.381 s
    GTM-KR3RXB9:116:600:tag_execute_start12.381 s
    GTM-KR3RXB9:116:600:tag_execute_end12.382 s
    GTM-KR3RXB9:116:519:tag_execute_start12.382 s
    GTM-KR3RXB9:116:519:tag_execute_end12.382 s
    GTM-KR3RXB9:container_execute_start12.387 s
    GTM-KR3RXB9:container_yield_end12.388 s
    GTM-KR3RXB9:container_blocking_end12.388 s
    GTM-KR3RXB9:159:event_setup_start12.388 s
    GTM-KR3RXB9:159:event_evaluation_start12.388 s
    GTM-KR3RXB9:159:event_evaluation_end12.391 s
    GTM-KR3RXB9:159:event_setup_end12.391 s
    GTM-KR3RXB9:159:632:tag_execute_start12.394 s
    GTM-KR3RXB9:159:632:tag_execute_end12.394 s
    GTM-KR3RXB9:159:577:tag_execute_start12.395 s
    GTM-KR3RXB9:159:577:tag_execute_end12.395 s
    GTM-KR3RXB9:199:event_setup_start12.395 s
    GTM-KR3RXB9:199:event_evaluation_start12.395 s
    GTM-KR3RXB9:199:event_evaluation_end12.396 s
    GTM-KR3RXB9:199:event_setup_end12.396 s
    GTM-KR3RXB9:199:632:tag_execute_start12.399 s
    GTM-KR3RXB9:199:632:tag_execute_end12.400 s
    GTM-KR3RXB9:-1:event_execute_end12.400 s
    GTM-KR3RXB9:0:615:tag_callback_success12.401 s
    GTM-KR3RXB9:1:event_execute_end12.401 s
    GTM-KR3RXB9:2:632:tag_callback_success12.401 s
    GTM-KR3RXB9:40:632:tag_callback_success12.401 s
    GTM-KR3RXB9:78:632:tag_callback_success12.401 s
    GTM-KR3RXB9:116:367:tag_callback_success12.401 s
    GTM-KR3RXB9:116:371:tag_execute_start12.402 s
    GTM-KR3RXB9:116:371:tag_execute_end12.407 s
    GTM-KR3RXB9:116:413:tag_callback_success12.407 s
    GTM-KR3RXB9:116:383:tag_callback_success12.407 s
    GTM-KR3RXB9:116:40:tag_callback_failure12.407 s
    GTM-KR3RXB9:116:374:tag_callback_failure12.407 s
    GTM-KR3RXB9:116:417:tag_callback_failure12.407 s
    GTM-KR3RXB9:116:448:tag_callback_failure12.407 s
    GTM-KR3RXB9:116:547:tag_callback_failure12.407 s
    GTM-KR3RXB9:116:552:tag_callback_failure12.408 s
    GTM-KR3RXB9:116:572:tag_callback_failure12.408 s
    GTM-KR3RXB9:116:604:tag_callback_failure12.408 s
    GTM-KR3RXB9:116:632:tag_callback_success12.408 s
    GTM-KR3RXB9:116:680:tag_callback_success12.408 s
    GTM-KR3RXB9:116:681:tag_callback_success12.408 s
    GTM-KR3RXB9:116:682:tag_callback_success12.408 s
    GTM-KR3RXB9:116:683:tag_callback_success12.408 s
    GTM-KR3RXB9:116:684:tag_callback_success12.408 s
    GTM-KR3RXB9:116:685:tag_callback_success12.409 s
    GTM-KR3RXB9:116:686:tag_callback_success12.409 s
    GTM-KR3RXB9:116:687:tag_callback_success12.409 s
    GTM-KR3RXB9:116:365:tag_callback_success12.409 s
    GTM-KR3RXB9:116:399:tag_callback_success12.409 s
    GTM-KR3RXB9:116:459:tag_callback_success12.410 s
    GTM-KR3RXB9:116:600:tag_callback_success12.410 s
    GTM-KR3RXB9:116:516:tag_execute_start12.410 s
    GTM-KR3RXB9:116:516:tag_execute_end12.410 s
    GTM-KR3RXB9:116:519:tag_callback_success12.411 s
    GTM-KR3RXB9:159:632:tag_callback_success12.415 s
    GTM-KR3RXB9:159:577:tag_callback_success12.415 s
    GTM-KR3RXB9:199:632:tag_callback_success12.415 s
    GTM-KR3RXB9:2:event_execute_end12.415 s
    GTM-KR3RXB9:40:event_execute_end12.416 s
    GTM-KR3RXB9:78:event_execute_end12.416 s
    GTM-KR3RXB9:116:516:tag_callback_success12.416 s
    GTM-KR3RXB9:159:event_execute_end12.418 s
    GTM-KR3RXB9:199:event_execute_end12.418 s
    GTM-KR3RXB9:container_execute_end12.418 s
    GTM-KR3RXB9:0:672:tag_callback_success12.451 s
    GTM-G-SEBDDYBJWJ:container_setup_start12.455 s
    GTM-G-SEBDDYBJWJ:container_execute_start12.462 s
    GTM-G-SEBDDYBJWJ:-1:event_setup_start12.463 s
    GTM-G-SEBDDYBJWJ:-1:event_evaluation_start12.464 s
    GTM-G-SEBDDYBJWJ:-1:event_evaluation_end12.465 s
    GTM-G-SEBDDYBJWJ:-1:event_setup_end12.465 s
    GTM-G-SEBDDYBJWJ:0:event_setup_start12.466 s
    GTM-G-SEBDDYBJWJ:0:event_evaluation_start12.466 s
    GTM-G-SEBDDYBJWJ:0:event_evaluation_end12.467 s
    GTM-G-SEBDDYBJWJ:0:event_setup_end12.467 s
    GTM-G-SEBDDYBJWJ:0:15:tag_execute_start12.468 s
    GTM-G-SEBDDYBJWJ:0:15:tag_execute_end12.469 s
    GTM-G-SEBDDYBJWJ:0:11:tag_execute_start12.469 s
    GTM-G-SEBDDYBJWJ:0:11:tag_execute_end12.469 s
    GTM-G-SEBDDYBJWJ:0:13:tag_execute_start12.470 s
    GTM-G-SEBDDYBJWJ:0:13:tag_execute_end12.472 s
    GTM-G-SEBDDYBJWJ:0:14:tag_execute_start12.472 s
    GTM-G-SEBDDYBJWJ:0:14:tag_execute_end12.473 s
    GTM-G-SEBDDYBJWJ:0:16:tag_execute_start12.473 s
    GTM-G-SEBDDYBJWJ:0:16:tag_execute_end12.475 s
    GTM-G-SEBDDYBJWJ:0:25:tag_execute_start12.475 s
    GTM-G-SEBDDYBJWJ:0:25:tag_execute_end12.475 s
    GTM-G-SEBDDYBJWJ:0:24:tag_execute_start12.475 s
    GTM-G-SEBDDYBJWJ:0:24:tag_execute_end12.476 s
    GTM-G-SEBDDYBJWJ:0:23:tag_execute_start12.476 s
    GTM-G-SEBDDYBJWJ:0:23:tag_execute_end12.476 s
    GTM-G-SEBDDYBJWJ:0:22:tag_execute_start12.476 s
    GTM-G-SEBDDYBJWJ:0:22:tag_execute_end12.478 s
    GTM-G-SEBDDYBJWJ:0:21:tag_execute_start12.478 s
    GTM-G-SEBDDYBJWJ:0:21:tag_execute_end12.479 s
    GTM-G-SEBDDYBJWJ:0:20:tag_execute_start12.479 s
    GTM-G-SEBDDYBJWJ:0:20:tag_execute_end12.480 s
    GTM-G-SEBDDYBJWJ:0:19:tag_execute_start12.480 s
    GTM-G-SEBDDYBJWJ:0:19:tag_execute_end12.480 s
    GTM-G-SEBDDYBJWJ:0:18:tag_execute_start12.480 s
    GTM-G-SEBDDYBJWJ:0:18:tag_execute_end12.481 s
    GTM-G-SEBDDYBJWJ:0:17:tag_execute_start12.481 s
    GTM-G-SEBDDYBJWJ:0:17:tag_execute_end12.481 s
    GTM-G-SEBDDYBJWJ:1:event_setup_start12.482 s
    GTM-G-SEBDDYBJWJ:1:event_evaluation_start12.482 s
    GTM-G-SEBDDYBJWJ:1:event_evaluation_end12.483 s
    GTM-G-SEBDDYBJWJ:1:event_setup_end12.483 s
    GTM-G-SEBDDYBJWJ:2:event_setup_start12.483 s
    GTM-G-SEBDDYBJWJ:2:event_evaluation_start12.483 s
    GTM-G-SEBDDYBJWJ:2:event_evaluation_end12.483 s
    GTM-G-SEBDDYBJWJ:2:event_setup_end12.483 s
    GTM-G-SEBDDYBJWJ:40:event_setup_start12.484 s
    GTM-G-SEBDDYBJWJ:40:event_evaluation_start12.484 s
    GTM-G-SEBDDYBJWJ:40:event_evaluation_end12.485 s
    GTM-G-SEBDDYBJWJ:40:event_setup_end12.485 s
    GTM-G-SEBDDYBJWJ:78:event_setup_start12.485 s
    GTM-G-SEBDDYBJWJ:78:event_evaluation_start12.485 s
    GTM-G-SEBDDYBJWJ:78:event_evaluation_end12.485 s
    GTM-G-SEBDDYBJWJ:78:event_setup_end12.486 s
    GTM-G-SEBDDYBJWJ:116:event_setup_start12.486 s
    GTM-G-SEBDDYBJWJ:116:event_evaluation_start12.486 s
    GTM-G-SEBDDYBJWJ:116:event_evaluation_end12.486 s
    GTM-G-SEBDDYBJWJ:116:event_setup_end12.486 s
    GTM-G-SEBDDYBJWJ:116:8:tag_execute_start12.486 s
    GTM-G-SEBDDYBJWJ:0:ga4_conversion_hit12.529 s
    GTM-G-SEBDDYBJWJ:2:ga4_conversion_hit12.533 s
    GTM-G-SEBDDYBJWJ:40:ga4_conversion_hit12.536 s
    GTM-G-SEBDDYBJWJ:78:ga4_conversion_hit12.538 s
    GTM-G-SEBDDYBJWJ:116:8:tag_execute_end12.539 s
    GTM-G-SEBDDYBJWJ:116:ga4_conversion_hit12.542 s
    GTM-G-SEBDDYBJWJ:159:event_setup_start12.542 s
    GTM-G-SEBDDYBJWJ:159:event_evaluation_start12.542 s
    GTM-G-SEBDDYBJWJ:159:event_evaluation_end12.543 s
    GTM-G-SEBDDYBJWJ:159:event_setup_end12.543 s
    GTM-G-SEBDDYBJWJ:159:ga4_conversion_hit12.546 s
    GTM-G-SEBDDYBJWJ:199:event_setup_start12.546 s
    GTM-G-SEBDDYBJWJ:199:event_evaluation_start12.546 s
    GTM-G-SEBDDYBJWJ:199:event_evaluation_end12.546 s
    GTM-G-SEBDDYBJWJ:199:event_setup_end12.546 s
    GTM-G-SEBDDYBJWJ:199:ga4_conversion_hit12.549 s
    GTM-G-SEBDDYBJWJ:container_blocking_end12.549 s
    GTM-G-SEBDDYBJWJ:container_setup_end12.549 s
    GTM-KR3RXB9:0:event_execute_end12.552 s
    GTM-G-SEBDDYBJWJ:-1:event_execute_end12.553 s
    GTM-G-SEBDDYBJWJ:0:15:tag_callback_success12.553 s
    GTM-G-SEBDDYBJWJ:0:11:tag_callback_success12.554 s
    GTM-G-SEBDDYBJWJ:0:13:tag_callback_success12.554 s
    GTM-G-SEBDDYBJWJ:0:14:tag_callback_success12.554 s
    GTM-G-SEBDDYBJWJ:0:16:tag_callback_success12.555 s
    GTM-G-SEBDDYBJWJ:0:25:tag_callback_success12.555 s
    GTM-G-SEBDDYBJWJ:0:24:tag_callback_success12.555 s
    GTM-G-SEBDDYBJWJ:0:23:tag_callback_success12.555 s
    GTM-G-SEBDDYBJWJ:0:22:tag_callback_success12.555 s
    GTM-G-SEBDDYBJWJ:0:21:tag_callback_success12.555 s
    GTM-G-SEBDDYBJWJ:0:20:tag_callback_success12.555 s
    GTM-G-SEBDDYBJWJ:0:19:tag_callback_success12.555 s
    GTM-G-SEBDDYBJWJ:0:18:tag_callback_success12.558 s
    GTM-G-SEBDDYBJWJ:0:17:tag_callback_success12.558 s
    GTM-G-SEBDDYBJWJ:1:event_execute_end12.559 s
    GTM-G-SEBDDYBJWJ:2:event_execute_end12.559 s
    GTM-G-SEBDDYBJWJ:40:event_execute_end12.559 s
    GTM-G-SEBDDYBJWJ:78:event_execute_end12.559 s
    GTM-G-SEBDDYBJWJ:116:8:tag_callback_success12.562 s
    GTM-G-SEBDDYBJWJ:159:event_execute_end12.562 s
    GTM-G-SEBDDYBJWJ:199:event_execute_end12.562 s
    GTM-G-SEBDDYBJWJ:container_execute_end12.562 s
    GTM-G-SEBDDYBJWJ:0:event_execute_end12.568 s
    GTM-G-SEBDDYBJWJ:116:event_execute_end12.569 s
    GTM-KR3RXB9:241:event_setup_start12.680 s
    GTM-G-SEBDDYBJWJ:241:event_setup_start12.680 s
    GTM-KR3RXB9:116:371:tag_callback_success12.682 s
    GTM-KR3RXB9:116:382:tag_callback_success12.790 s
    fbevents:start:unwantedDataProcessing_53974043619496813.235 s
    fbevents:end:unwantedDataProcessing_53974043619496813.235 s
    fbevents:start:unwantedParamsProcessing_53974043619496813.235 s
    fbevents:start:validateUrlProcessing_53974043619496813.235 s
    fbevents:end:validateUrlProcessing_53974043619496813.235 s
    fbevents:start:standardParamChecksProcessing_53974043619496813.236 s
    User Timing measures
    NameStart timeDuration
    Next.js-before-hydration0 ms382 ms
    GTM-KR3RXB9:page_load:to:snippet_load0 ms12.332 s
    GTM-G-SEBDDYBJWJ:page_load:to:snippet_load0 ms12.332 s
    Next.js-hydration382 ms71 ms
    GTM-KR3RXB9:container_setup_start:to:container_setup_end12.327 s6 ms
    GTM-KR3RXB9:container_yield_start:to:container_yield_end12.332 s56 ms
    GTM-G-SEBDDYBJWJ:0:snippet_load:to:ga4_conversion_hit12.332 s197 ms
    GTM-G-SEBDDYBJWJ:2:snippet_load:to:ga4_conversion_hit12.332 s201 ms
    GTM-G-SEBDDYBJWJ:40:snippet_load:to:ga4_conversion_hit12.332 s204 ms
    GTM-G-SEBDDYBJWJ:78:snippet_load:to:ga4_conversion_hit12.332 s206 ms
    GTM-G-SEBDDYBJWJ:116:snippet_load:to:ga4_conversion_hit12.332 s210 ms
    GTM-G-SEBDDYBJWJ:159:snippet_load:to:ga4_conversion_hit12.332 s214 ms
    GTM-G-SEBDDYBJWJ:199:snippet_load:to:ga4_conversion_hit12.332 s217 ms
    GTM-KR3RXB9:-1:event_setup_start:to:event_setup_end12.333 s5 ms
    GTM-KR3RXB9:-1:event_setup_start:to:event_execute_end12.333 s67 ms
    GTM-KR3RXB9:-1:event_evaluation_start:to:event_evaluation_end12.334 s4 ms
    GTM-KR3RXB9:0:event_setup_start:to:event_setup_end12.339 s1 ms
    GTM-KR3RXB9:0:event_setup_start:to:event_execute_end12.339 s213 ms
    GTM-KR3RXB9:0:event_evaluation_start:to:event_evaluation_end12.339 s1 ms
    GTM-KR3RXB9:0:615:tag_execute_start:to:tag_execute_end12.340 s5 ms
    GTM-KR3RXB9:0:615:tag_execute_start:to:tag_callback_success12.340 s60 ms
    GTM-KR3RXB9:0:672:tag_execute_start:to:tag_execute_end12.346 s2 ms
    GTM-KR3RXB9:0:672:tag_execute_start:to:tag_callback_success12.346 s105 ms
    GTM-KR3RXB9:1:event_setup_start:to:event_setup_end12.348 s1 ms
    GTM-KR3RXB9:1:event_setup_start:to:event_execute_end12.348 s53 ms
    GTM-KR3RXB9:1:event_evaluation_start:to:event_evaluation_end12.348 s1 ms
    GTM-KR3RXB9:2:event_setup_start:to:event_setup_end12.349 s2 ms
    GTM-KR3RXB9:2:event_setup_start:to:event_execute_end12.349 s66 ms
    GTM-KR3RXB9:2:event_evaluation_start:to:event_evaluation_end12.349 s1 ms
    GTM-KR3RXB9:2:632:tag_execute_start:to:tag_execute_end12.354 s0 ms
    GTM-KR3RXB9:2:632:tag_execute_start:to:tag_callback_success12.354 s47 ms
    GTM-KR3RXB9:40:event_setup_start:to:event_setup_end12.355 s1 ms
    GTM-KR3RXB9:40:event_setup_start:to:event_execute_end12.355 s60 ms
    GTM-KR3RXB9:40:event_evaluation_start:to:event_evaluation_end12.355 s1 ms
    GTM-KR3RXB9:40:632:tag_execute_start:to:tag_execute_end12.360 s0 ms
    GTM-KR3RXB9:40:632:tag_execute_start:to:tag_callback_success12.360 s41 ms
    GTM-KR3RXB9:78:event_setup_start:to:event_setup_end12.360 s1 ms
    GTM-KR3RXB9:78:event_setup_start:to:event_execute_end12.360 s55 ms
    GTM-KR3RXB9:78:event_evaluation_start:to:event_evaluation_end12.360 s1 ms
    GTM-KR3RXB9:78:632:tag_execute_start:to:tag_execute_end12.364 s0 ms
    GTM-KR3RXB9:78:632:tag_execute_start:to:tag_callback_success12.364 s37 ms
    GTM-KR3RXB9:116:event_setup_start:to:event_setup_end12.365 s1 ms
    GTM-KR3RXB9:116:event_evaluation_start:to:event_evaluation_end12.365 s1 ms
    GTM-KR3RXB9:116:367:tag_execute_start:to:tag_execute_end12.366 s0 ms
    GTM-KR3RXB9:116:367:tag_execute_start:to:tag_callback_success12.366 s35 ms
    GTM-KR3RXB9:116:413:tag_execute_start:to:tag_execute_end12.367 s1 ms
    GTM-KR3RXB9:116:413:tag_execute_start:to:tag_callback_success12.367 s40 ms
    GTM-KR3RXB9:116:383:tag_execute_start:to:tag_execute_end12.368 s1 ms
    GTM-KR3RXB9:116:383:tag_execute_start:to:tag_callback_success12.368 s39 ms
    GTM-KR3RXB9:116:40:tag_execute_start:to:tag_execute_end12.369 s0 ms
    GTM-KR3RXB9:116:40:tag_execute_start:to:tag_callback_failure12.369 s38 ms
    GTM-KR3RXB9:116:374:tag_execute_start:to:tag_execute_end12.369 s0 ms
    GTM-KR3RXB9:116:374:tag_execute_start:to:tag_callback_failure12.369 s38 ms
    GTM-KR3RXB9:116:417:tag_execute_start:to:tag_execute_end12.370 s0 ms
    GTM-KR3RXB9:116:417:tag_execute_start:to:tag_callback_failure12.370 s38 ms
    GTM-KR3RXB9:116:448:tag_execute_start:to:tag_execute_end12.370 s0 ms
    GTM-KR3RXB9:116:448:tag_execute_start:to:tag_callback_failure12.370 s38 ms
    GTM-KR3RXB9:116:504:tag_execute_start:to:tag_execute_end12.370 s1 ms
    GTM-KR3RXB9:116:547:tag_execute_start:to:tag_execute_end12.371 s0 ms
    GTM-KR3RXB9:116:547:tag_execute_start:to:tag_callback_failure12.371 s37 ms
    GTM-KR3RXB9:116:552:tag_execute_start:to:tag_execute_end12.371 s0 ms
    GTM-KR3RXB9:116:552:tag_execute_start:to:tag_callback_failure12.371 s37 ms
    GTM-KR3RXB9:116:572:tag_execute_start:to:tag_execute_end12.371 s0 ms
    GTM-KR3RXB9:116:572:tag_execute_start:to:tag_callback_failure12.371 s36 ms
    GTM-KR3RXB9:116:604:tag_execute_start:to:tag_execute_end12.371 s0 ms
    GTM-KR3RXB9:116:604:tag_execute_start:to:tag_callback_failure12.371 s36 ms
    GTM-KR3RXB9:116:632:tag_execute_start:to:tag_execute_end12.375 s0 ms
    GTM-KR3RXB9:116:632:tag_execute_start:to:tag_callback_success12.375 s33 ms
    GTM-KR3RXB9:116:680:tag_execute_start:to:tag_execute_end12.375 s1 ms
    GTM-KR3RXB9:116:680:tag_execute_start:to:tag_callback_success12.375 s33 ms
    GTM-KR3RXB9:116:681:tag_execute_start:to:tag_execute_end12.375 s0 ms
    GTM-KR3RXB9:116:681:tag_execute_start:to:tag_callback_success12.375 s33 ms
    GTM-KR3RXB9:116:682:tag_execute_start:to:tag_execute_end12.376 s0 ms
    GTM-KR3RXB9:116:682:tag_execute_start:to:tag_callback_success12.376 s32 ms
    GTM-KR3RXB9:116:683:tag_execute_start:to:tag_execute_end12.376 s0 ms
    GTM-KR3RXB9:116:683:tag_execute_start:to:tag_callback_success12.376 s32 ms
    GTM-KR3RXB9:116:684:tag_execute_start:to:tag_execute_end12.377 s0 ms
    GTM-KR3RXB9:116:684:tag_execute_start:to:tag_callback_success12.377 s32 ms
    GTM-KR3RXB9:116:685:tag_execute_start:to:tag_execute_end12.377 s0 ms
    GTM-KR3RXB9:116:685:tag_execute_start:to:tag_callback_success12.377 s32 ms
    GTM-KR3RXB9:116:686:tag_execute_start:to:tag_execute_end12.377 s0 ms
    GTM-KR3RXB9:116:686:tag_execute_start:to:tag_callback_success12.377 s32 ms
    GTM-KR3RXB9:116:687:tag_execute_start:to:tag_execute_end12.377 s0 ms
    GTM-KR3RXB9:116:687:tag_execute_start:to:tag_callback_success12.377 s31 ms
    GTM-KR3RXB9:116:365:tag_execute_start:to:tag_execute_end12.378 s0 ms
    GTM-KR3RXB9:116:365:tag_execute_start:to:tag_callback_success12.378 s31 ms
    GTM-KR3RXB9:116:382:tag_execute_start:to:tag_execute_end12.378 s1 ms
    GTM-KR3RXB9:116:382:tag_execute_start:to:tag_callback_success12.378 s412 ms
    GTM-KR3RXB9:116:399:tag_execute_start:to:tag_execute_end12.379 s1 ms
    GTM-KR3RXB9:116:399:tag_execute_start:to:tag_callback_success12.379 s30 ms
    GTM-KR3RXB9:116:459:tag_execute_start:to:tag_execute_end12.380 s0 ms
    GTM-KR3RXB9:116:459:tag_execute_start:to:tag_callback_success12.380 s29 ms
    GTM-KR3RXB9:116:600:tag_execute_start:to:tag_execute_end12.381 s1 ms
    GTM-KR3RXB9:116:600:tag_execute_start:to:tag_callback_success12.381 s29 ms
    GTM-KR3RXB9:116:519:tag_execute_start:to:tag_execute_end12.382 s1 ms
    GTM-KR3RXB9:116:519:tag_execute_start:to:tag_callback_success12.382 s29 ms
    GTM-KR3RXB9:container_execute_start:to:container_blocking_end12.387 s0 ms
    GTM-KR3RXB9:container_execute_start:to:container_execute_end12.387 s30 ms
    GTM-KR3RXB9:159:event_setup_start:to:event_setup_end12.388 s3 ms
    GTM-KR3RXB9:159:event_setup_start:to:event_execute_end12.388 s30 ms
    GTM-KR3RXB9:159:event_evaluation_start:to:event_evaluation_end12.388 s3 ms
    GTM-KR3RXB9:159:632:tag_execute_start:to:tag_execute_end12.394 s0 ms
    GTM-KR3RXB9:159:632:tag_execute_start:to:tag_callback_success12.394 s20 ms
    GTM-KR3RXB9:159:577:tag_execute_start:to:tag_execute_end12.395 s0 ms
    GTM-KR3RXB9:159:577:tag_execute_start:to:tag_callback_success12.395 s20 ms
    GTM-KR3RXB9:199:event_evaluation_start:to:event_evaluation_end12.395 s1 ms
    GTM-KR3RXB9:199:event_setup_start:to:event_setup_end12.395 s1 ms
    GTM-KR3RXB9:199:event_setup_start:to:event_execute_end12.395 s22 ms
    GTM-KR3RXB9:199:632:tag_execute_start:to:tag_execute_end12.399 s0 ms
    GTM-KR3RXB9:199:632:tag_execute_start:to:tag_callback_success12.399 s16 ms
    GTM-KR3RXB9:116:371:tag_execute_start:to:tag_execute_end12.402 s4 ms
    GTM-KR3RXB9:116:371:tag_execute_start:to:tag_callback_success12.402 s279 ms
    GTM-KR3RXB9:116:516:tag_execute_start:to:tag_execute_end12.410 s1 ms
    GTM-KR3RXB9:116:516:tag_execute_start:to:tag_callback_success12.410 s6 ms
    GTM-G-SEBDDYBJWJ:container_setup_start:to:container_setup_end12.455 s94 ms
    GTM-G-SEBDDYBJWJ:container_execute_start:to:container_blocking_end12.462 s87 ms
    GTM-G-SEBDDYBJWJ:container_execute_start:to:container_execute_end12.462 s100 ms
    GTM-G-SEBDDYBJWJ:-1:event_setup_start:to:event_setup_end12.463 s3 ms
    GTM-G-SEBDDYBJWJ:-1:event_setup_start:to:event_execute_end12.463 s90 ms
    GTM-G-SEBDDYBJWJ:-1:event_evaluation_start:to:event_evaluation_end12.464 s2 ms
    GTM-G-SEBDDYBJWJ:0:event_setup_start:to:event_setup_end12.466 s1 ms
    GTM-G-SEBDDYBJWJ:0:event_setup_start:to:event_execute_end12.466 s103 ms
    GTM-G-SEBDDYBJWJ:0:event_evaluation_start:to:event_evaluation_end12.466 s1 ms
    GTM-G-SEBDDYBJWJ:0:15:tag_execute_start:to:tag_execute_end12.468 s1 ms
    GTM-G-SEBDDYBJWJ:0:15:tag_execute_start:to:tag_callback_success12.468 s86 ms
    GTM-G-SEBDDYBJWJ:0:11:tag_execute_start:to:tag_execute_end12.469 s0 ms
    GTM-G-SEBDDYBJWJ:0:11:tag_execute_start:to:tag_callback_success12.469 s85 ms
    GTM-G-SEBDDYBJWJ:0:13:tag_execute_start:to:tag_execute_end12.470 s2 ms
    GTM-G-SEBDDYBJWJ:0:13:tag_execute_start:to:tag_callback_success12.470 s84 ms
    GTM-G-SEBDDYBJWJ:0:14:tag_execute_start:to:tag_execute_end12.472 s1 ms
    GTM-G-SEBDDYBJWJ:0:14:tag_execute_start:to:tag_callback_success12.472 s82 ms
    GTM-G-SEBDDYBJWJ:0:16:tag_execute_start:to:tag_execute_end12.473 s1 ms
    GTM-G-SEBDDYBJWJ:0:16:tag_execute_start:to:tag_callback_success12.473 s81 ms
    GTM-G-SEBDDYBJWJ:0:25:tag_execute_start:to:tag_execute_end12.475 s0 ms
    GTM-G-SEBDDYBJWJ:0:25:tag_execute_start:to:tag_callback_success12.475 s80 ms
    GTM-G-SEBDDYBJWJ:0:24:tag_execute_start:to:tag_execute_end12.475 s0 ms
    GTM-G-SEBDDYBJWJ:0:24:tag_execute_start:to:tag_callback_success12.475 s79 ms
    GTM-G-SEBDDYBJWJ:0:23:tag_execute_start:to:tag_execute_end12.476 s0 ms
    GTM-G-SEBDDYBJWJ:0:23:tag_execute_start:to:tag_callback_success12.476 s79 ms
    GTM-G-SEBDDYBJWJ:0:22:tag_execute_start:to:tag_execute_end12.476 s2 ms
    GTM-G-SEBDDYBJWJ:0:22:tag_execute_start:to:tag_callback_success12.476 s79 ms
    GTM-G-SEBDDYBJWJ:0:21:tag_execute_start:to:tag_execute_end12.478 s1 ms
    GTM-G-SEBDDYBJWJ:0:21:tag_execute_start:to:tag_callback_success12.478 s77 ms
    GTM-G-SEBDDYBJWJ:0:20:tag_execute_start:to:tag_execute_end12.479 s0 ms
    GTM-G-SEBDDYBJWJ:0:20:tag_execute_start:to:tag_callback_success12.479 s76 ms
    GTM-G-SEBDDYBJWJ:0:19:tag_execute_start:to:tag_execute_end12.480 s1 ms
    GTM-G-SEBDDYBJWJ:0:19:tag_execute_start:to:tag_callback_success12.480 s75 ms
    GTM-G-SEBDDYBJWJ:0:18:tag_execute_start:to:tag_execute_end12.480 s0 ms
    GTM-G-SEBDDYBJWJ:0:18:tag_execute_start:to:tag_callback_success12.480 s78 ms
    GTM-G-SEBDDYBJWJ:0:17:tag_execute_start:to:tag_execute_end12.481 s0 ms
    GTM-G-SEBDDYBJWJ:0:17:tag_execute_start:to:tag_callback_success12.481 s78 ms
    GTM-G-SEBDDYBJWJ:1:event_setup_start:to:event_setup_end12.482 s1 ms
    GTM-G-SEBDDYBJWJ:1:event_setup_start:to:event_execute_end12.482 s76 ms
    GTM-G-SEBDDYBJWJ:1:event_evaluation_start:to:event_evaluation_end12.482 s0 ms
    GTM-G-SEBDDYBJWJ:2:event_setup_start:to:event_setup_end12.483 s0 ms
    GTM-G-SEBDDYBJWJ:2:event_setup_start:to:event_execute_end12.483 s76 ms
    GTM-G-SEBDDYBJWJ:2:event_evaluation_start:to:event_evaluation_end12.483 s0 ms
    GTM-G-SEBDDYBJWJ:40:event_evaluation_start:to:event_evaluation_end12.484 s0 ms
    GTM-G-SEBDDYBJWJ:40:event_setup_start:to:event_setup_end12.484 s0 ms
    GTM-G-SEBDDYBJWJ:40:event_setup_start:to:event_execute_end12.484 s74 ms
    GTM-G-SEBDDYBJWJ:78:event_setup_start:to:event_setup_end12.485 s1 ms
    GTM-G-SEBDDYBJWJ:78:event_setup_start:to:event_execute_end12.485 s74 ms
    GTM-G-SEBDDYBJWJ:78:event_evaluation_start:to:event_evaluation_end12.485 s0 ms
    GTM-G-SEBDDYBJWJ:116:event_setup_start:to:event_setup_end12.486 s0 ms
    GTM-G-SEBDDYBJWJ:116:event_setup_start:to:event_execute_end12.486 s83 ms
    GTM-G-SEBDDYBJWJ:116:event_evaluation_start:to:event_evaluation_end12.486 s0 ms
    GTM-G-SEBDDYBJWJ:116:8:tag_execute_start:to:tag_execute_end12.486 s52 ms
    GTM-G-SEBDDYBJWJ:116:8:tag_execute_start:to:tag_callback_success12.486 s76 ms
    GTM-G-SEBDDYBJWJ:159:event_setup_start:to:event_setup_end12.542 s0 ms
    GTM-G-SEBDDYBJWJ:159:event_setup_start:to:event_execute_end12.542 s20 ms
    GTM-G-SEBDDYBJWJ:159:event_evaluation_start:to:event_evaluation_end12.542 s0 ms
    GTM-G-SEBDDYBJWJ:199:event_setup_start:to:event_setup_end12.546 s0 ms
    GTM-G-SEBDDYBJWJ:199:event_setup_start:to:event_execute_end12.546 s17 ms
    GTM-G-SEBDDYBJWJ:199:event_evaluation_start:to:event_evaluation_end12.546 s0 ms

    Largest Contentful Paint

    When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.

    Element typeH1
    Element/tag<h1 class="ShopsMap_title__mxrFC"></h1>
    Render time 1.394 s
    Elements that needed recalculate style before LCP1512
    Time spent in recalculate style before LCP52.688 ms
    Load time0 ms
    Size (width*height)13494
    DOM path
    div#__next > div#catalog > div > main > div > div > div > h1> div#__next > div#catalog > div > main > div > div > div > h1>
    LCP

    The largest contentful paint is highlighted in the image. If no element is highlighted the element was removed before the screenshot or the LCP API couldn't find the element.

    Detected Cumulative Layout Shift

    0.03549 cumulative layout shift collected from the Cumulative Layout Shift API.

    These HTML elements contribute most to the Cumulative Layout Shifts of the page. The higher score, the more layout shift.

    ScoreHTML Element
    0.03549<div class="Pin_pin__HQvmk"></div>,<div class="Pin_pin__HQvmk"></div>,<div class="Pin_pin__HQvmk"></div>,<div class="Pin_pin__HQvmk"></div>,<div class="Pin_pin__HQvmk"></div>
    body > div#__next > div#catalog > div > main > div > div > div > div > div > div:eq(2) > div:eq(0) > div > ymaps > ymaps > ymaps > ymaps:eq(4) > ymaps:eq(5) > ymaps > div,body > div#__next > div#catalog > div > main > div > div > div > div > div > div:eq(2) > div:eq(0) > div > ymaps > ymaps > ymaps > ymaps:eq(4) > ymaps:eq(1) > ymaps > div,body > div#__next > div#catalog > div > main > div > div > div > div > div > div:eq(2) > div:eq(0) > div > ymaps > ymaps > ymaps > ymaps:eq(4) > ymaps:eq(2) > ymaps > div,body > div#__next > div#catalog > div > main > div > div > div > div > div > div:eq(2) > div:eq(0) > div > ymaps > ymaps > ymaps > ymaps:eq(4) > ymaps:eq(3) > ymaps > div,body > div#__next > div#catalog > div > main > div > div > div > div > div > div:eq(2) > div:eq(0) > div > ymaps > ymaps > ymaps > ymaps:eq(4) > ymaps:eq(4) > ymaps > div
    Layout shift

    The elements that have shifted place is highlighted in the image (that have a higher value than 0.01). If the element shifted outside of the viewport, you will not see it there. It can be hard to understand what content that has shifted, if that's the case, checkout the video or the filmstrip of the run.

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    419 ms485.1 ms36.9 ms3.2 ms33.7 ms
    https://api-maps.yandex.ru/services/coverage/v2/?l=map&ll=37.62000000,55.75000000&z=10&lang=ru_RU&callback=jsonp_yandex_coverage__l_map_ll_37_62000000_55_75000000_z_10_lang_ru_RU

    Forced Style And Layout Duration: 10 ms

    Invoker:  https://api-maps.yandex.ru/services/coverage/v2/?l=map&ll=37.62000000,55.75000000&z=10&lang=ru_RU&callback=jsonp_yandex_coverage__l_map_ll_37_62000000_55_75000000_z_10_lang_ru_RU
    Invoker Type: classic-script
    Window attribution: self

    https://stage.sokolov.ru/api/v4/shops-map/points/?bbox=55.3589,36.2109,56.1519,39.0234&filter[point_type]=retail,franchise,premium&callback=id_172933656617438464387

    Invoker:  https://stage.sokolov.ru/api/v4/shops-map/points/?bbox=55.3589,36.2109,56.1519,39.0234&filter[point_type]=retail,franchise,premium&callback=id_172933656617438464387
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    233 ms294.9 ms3.1 ms2.1 ms1 ms
    https://cdn.diginetica.net/300/client-lite.js

    Invoker:  https://cdn.diginetica.net/300/client-lite.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    202 ms255.1 ms5.9 ms0.1 ms5.8 ms
    https://code.jivo.ru/js/bundle_ru_RU.js?rand=1729164520

    Invoker:  https://code.jivo.ru/js/bundle_ru_RU.js?rand=1729164520
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    152 ms182.5 ms35.5 ms18.3 ms17.2 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js

    Invoker:  MessagePort.onmessage
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    https://yastatic.net/s3/front-maps-static/maps-front-jsapi-v2-1/2.1.79-15049288/build/release/full-e45524872324c0fb9cf3b243b7b8b15ef5266531.js

    Invoker:  FrameRequestCallback
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    92 ms152 ms6 ms0 ms6 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js

    Forced Style And Layout Duration: 1 ms

    Invoker:  MessagePort.onmessage
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    73 ms182 ms3 ms1.1 ms1.9 ms
    https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.48.24

    Invoker:  https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.48.24
    Invoker Type: classic-script
    Window attribution: self

    Forced Style And Layout Duration: 16 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    57 ms100.8 ms9.2 ms4.2 ms5 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    49 ms134.1 ms0.9 ms0 ms0.9 ms
    https://api.mindbox.ru/scripts/v1/tracker.js

    Invoker:  https://api.mindbox.ru/scripts/v1/tracker.js
    Invoker Type: classic-script
    Window attribution: self

    https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&l=dataLayer&cx=c

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&l=dataLayer&cx=c
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    45 ms324.6 ms20.4 ms0 ms20.4 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/main-8933f27b2dfdcc1f.js

    Invoker:  https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/main-8933f27b2dfdcc1f.js
    Invoker Type: classic-script
    Window attribution: self

    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-daf3c63fbbdaa3d9.js

    Invoker:  https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-daf3c63fbbdaa3d9.js
    Invoker Type: classic-script
    Window attribution: self

    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js

    Invoker:  MessagePort.onmessage
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    29 ms86.2 ms2.8 ms0.3 ms2.5 ms
    https://api-maps.yandex.ru/2.1/?onload=__yandex-maps-api-onload__$$1iai7rn0m&onerror=__yandex-maps-api-onerror__$$1iai7rn0m&lang=ru_RU&load=util.bounds,LoadingObjectManager,geoQuery,geocode&ns=&mode=release&apikey=02e5ed4f-2721-4e6c-b17d-776631f4adcc

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents9
    Frames9
    JSEventListeners957
    LayoutObjects1964
    MediaKeySessions0
    MediaKeys0
    Nodes2225
    Resources95
    ContextLifecycleStateObservers26
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers9
    AdSubframes0
    DetachedScriptStates0
    ArrayBufferContents68
    LayoutCount137
    RecalcStyleCount529
    LayoutDuration102
    RecalcStyleDuration195
    DevToolsCommandDuration17
    ScriptDuration1617
    V8CompileDuration2
    TaskDuration2936
    TaskOtherDuration1003
    ThreadTime3
    ProcessTime5
    JSHeapUsedSize19299172
    JSHeapTotalSize38297600
    FirstMeaningfulPaint1394
    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Requests loaded after onLoad event  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/1.1
    Total requests149
    Total domains9
    Total transfer size2.6 MB
    Total content size6.3 MB
    Responses missing compression34
    Number of cookies76
    Third party cookies1
    Requests per response code
    200146
    3022
    4041

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html655 B7.5 KB35.9 KB1
    css5.9 KB49.8 KB293.2 KB8
    javascript23.8 KB1.1 MB4.5 MB38
    image343 B1.2 MB1.1 MB67
    font0 b208.2 KB206.8 KB4
    svg4.1 KB28.5 KB71.7 KB7
    json10.2 KB17.5 KB33.0 KB15
    other509 B2.2 KB1.3 KB5
    favicon733 B3.1 KB14.7 KB1
    Total46.2 KB2.6 MB6.3 MB146

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    stage.sokolov.ru7.232 s58.2 KB202.2 KB24
    cdn.sokolov.ru4.656 s244.6 KB242.7 KB6
    frontend-stage-static.k8s.dev.sokolov.io1.095 s422.3 KB1.5 MB40
    api-maps.yandex.ru434 ms17.4 KB37.6 KB9
    sokolov-b2c-seo.k8s.dev.sokolov.io30 msN/A58 B3
    yastatic.net1.167 s676.7 KB2.9 MB1
    cdn.diginetica.net158 ms66.8 KB248.1 KB1
    core-renderer-tiles.maps.yandex.net3.865 s1.1 MB1.1 MB64
    tracking.diginetica.net115 ms37 B37 B1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds13 weeks10 years
    Last modified1 day3 weeks47 weeks

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript74.6 KB7
    image1.1 MB65
    font0 b0
    json5.3 KB2
    favicon3.1 KB1
    other2.2 KB4
    svg2.3 KB3
    Total1.2 MB82

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css11.7 KB6
    javascript871.2 KB31
    image1.2 MB67
    font0 b0
    svg28.5 KB7
    json17.5 KB15
    other2.2 KB5
    favicon3.1 KB1
    Total2.1 MB135

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    000

    Render information

    URLType
    https://yastatic.net...b8b15ef5266531.jsnon_blocking
    https://frontend-sta...f3c63fbbdaa3d9.jsnon_blocking
    https://cdn.digineti...00/client-lite.jsnon_blocking
    https://frontend-sta...ff1786eadd4e8b.jsnon_blocking
    https://cdn.sokolov....rat/regular.woff2non_blocking
    https://cdn.sokolov....serrat/bold.woff2non_blocking
    https://cdn.sokolov....at/semibold.woff2non_blocking
    https://cdn.sokolov....rrat/medium.woff2non_blocking
    https://frontend-sta...b30b8aa581b44.cssnon_blocking
    https://frontend-sta...33f27b2dfdcc1f.jsnon_blocking
    https://frontend-sta...a0ae7196fe26e7.jsnon_blocking
    https://frontend-sta...22e2ec17e8e634.jsnon_blocking
    https://frontend-sta...ba57844a27645d.jsnon_blocking
    https://frontend-sta...ab5f97855d8b07.jsnon_blocking
    https://api-maps.yan...ps.yandex.ru/2.1/non_blocking
    https://frontend-sta...24b4f44c6f4995.jsnon_blocking
    https://frontend-sta...cdcc44c06b3a97.jsnon_blocking
    https://frontend-sta...6629187286c143.jsnon_blocking
    https://frontend-sta...8a18b7108d9ce.cssdynamically_injected_non_blocking
    https://stage.sokolo...shops-map/points/non_blocking
    https://frontend-sta...573113731dbc2.cssdynamically_injected_non_blocking
    https://frontend-sta...49234fa964dc21.jsnon_blocking
    https://frontend-sta...396392c321c350.jsnon_blocking
    https://frontend-sta...276236ac95f6e1.jsnon_blocking
    https://frontend-sta..._buildManifest.jsnon_blocking
    https://frontend-sta...a271df74534fdf.jsnon_blocking
    https://frontend-sta...fd96f08ce3432e.jsnon_blocking
    https://api-maps.yan...vices/search//v2/non_blocking
    https://frontend-sta...2cab3558b69188.jsnon_blocking
    https://frontend-sta...cf2985083d60d.cssdynamically_injected_non_blocking
    https://frontend-sta...410ee3fa1a458.cssdynamically_injected_non_blocking
    https://frontend-sta...ac3b8b55b95e77.jsnon_blocking
    https://frontend-sta...1e104d0f1004dc.jsnon_blocking
    https://frontend-sta...0baf6b0adfaf4f.jsnon_blocking
    https://frontend-sta...b68982a7d87933.jsnon_blocking
    https://frontend-sta...0417b504718185.jsnon_blocking
    https://frontend-sta...cb04399386cb06.jsnon_blocking
    https://frontend-sta...1d0e0438bca7ce.jsnon_blocking
    https://frontend-sta...e3e5af98259ae9.jsnon_blocking
    https://frontend-sta...1bac4a22023b4a.jsnon_blocking
    https://frontend-sta...538a4e5a3c925.cssdynamically_injected_non_blocking
    https://frontend-sta...e14ae5f447e2a8.jsnon_blocking
    https://frontend-sta...002ad7e17fb8f5.jsnon_blocking
    https://frontend-sta...6dffa208389a0.cssdynamically_injected_non_blocking
    https://api-maps.yan...ices/coverage/v2/non_blocking
    https://api-maps.yan...ices/coverage/v2/non_blocking
    https://api-maps.yan...ices/coverage/v2/non_blocking
    https://frontend-sta...d81f22b53a9055.jsnon_blocking
    https://frontend-sta...b64cd5cd13817.cssnon_blocking
    https://frontend-sta...E/_ssgManifest.jsnon_blocking
    CPU Long Tasks | CPU Time Spent | CPU Time Spent Per Request | CPU Time Per Tool/Domain | 

    CPU

    Download the Chrome trace log and drag and drop it into Developer Tools / Performance in Chrome.

    Long Tasks

    Collected using the Long Task API. A long task is a task that take 50 milliseconds or more.

    TypeQuantityTotal duration (ms)
    Total Blocking Time 821
    Max Potential First Input Delay 431
    Long Tasks before First Paint3258
    Long Tasks before First Contentful Paint3258
    Long Tasks before Largest Contentful Paint3258
    Long Tasks after Load Event End61121
    Total Long Tasks91379

    CPU last long task happened at 4.005 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self33061window
    self39262window
    self491135window
    self214976window
    self227572window
    self2368279window
    self2755431window
    self3333166window
    self400597window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML41
    styleLayout283
    paintCompositeRender156
    scriptParseCompile2
    scriptEvaluation1851
    garbageCollection64
    other569
    Events (ms)
    FunctionCall1337
    RunTask303
    RunMicrotasks265
    UpdateLayoutTree183
    v8.run134
    Layout99
    Paint92
    URLLoader::Context::OnReceivedResponse63
    Decode Image45
    PrePaint38
    ParseHTML32
    Commit31
    Layerize30
    PaintImage30
    URLLoader::Context::OnCompletedRequest25
    v8.callFunction24
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL24
    V8.HandleInterrupts22
    V8.BytecodeBudgetInterrupt21
    IntersectionObserverController::computeIntersections14

    Time spent per request

    URLCPU time (ms)
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-aaff1786eadd4e8b.js897
    https://api-maps.yandex.ru/2.1/?onload=__yandex-maps-api-onload__$$1iai7rn0m&onerror=__yandex-maps-api-onerror__$$1iai7rn0m&lang=ru_RU&load=util.bounds,LoadingObjectManager,geoQuery,geocode&ns=&mode=release&apikey=02e5ed4f-2721-4e6c-b17d-776631f4adcc610
    https://stage.sokolov.ru/api/v4/shops-map/points/?bbox=55.3589,36.2109,56.1519,39.0234&filter[point_type]=retail,franchise,premium&callback=id_172933656617438464387432
    https://cdn.diginetica.net/300/client-lite.js279
    https://yastatic.net/s3/front-maps-static/maps-front-jsapi-v2-1/2.1.79-15049288/build/release/full-e45524872324c0fb9cf3b243b7b8b15ef5266531.js263
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-daf3c63fbbdaa3d9.js52
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7220-0da0ae7196fe26e7.js30
    https://api-maps.yandex.ru/services/coverage/v2/?l=map&ll=37.62000000,55.75000000&z=10&lang=ru_RU&callback=jsonp_yandex_coverage__l_map_ll_37_62000000_55_75000000_z_10_lang_ru_RU24
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3333.5eba57844a27645d.js21
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7413.07cdcc44c06b3a97.js20
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/main-8933f27b2dfdcc1f.js16

    CPU time spent

    Tool/domainTime (ms)
    frontend-stage-static.k8s.dev.sokolov.io1036.9
    Yandex APIs634.2
    stage.sokolov.ru431.9
    cdn.diginetica.net279.4
    Yandex CDN263.3
    | Categories | | Tools | | Cookies | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.24.0.

    CategoryRequests
    utility 9
    cdn 1
    CategoryNumber of tools
    utility 1
    cdn 1

    Third party requests and tools

    utility (9 requests)
    Yandex APIs
    cdn (1 requests)
    Yandex CDN

    Unmatched third party domains

    Here's a list of domains that didn't match any tool in Third party web. If you are sure they are third party domains, please do a PR to that project. You can also fine tune the list using --firstParty.

    cdn.diginetica.net
    core-renderer-tiles.maps.yandex.net
    tracking.diginetica.net

    Third party cookies

    Cookie nameDomain
    _yasc .yandex.ru

    First party requests and sizes per content type

    Calculated using .*sokolov.* (use --firstParty to configure).

    ContentHeader SizeTransfer SizeContent SizeRequests
    html655 B7.5 KB35.9 KB1
    css5.9 KB49.8 KB293.2 KB8
    javascript23.3 KB373.3 KB1.3 MB31
    image0 b36.4 KB35.9 KB2
    font0 b208.2 KB206.8 KB4
    svg4.1 KB28.5 KB71.7 KB7
    json10.2 KB17.5 KB33.0 KB15
    other509 B0 b0 b1
    favicon733 B3.1 KB14.7 KB1
    Total46.8 KB724.6 KB1.9 MB73

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b0 b0 b0
    javascript555 B758.6 KB3.2 MB7
    image343 B1.1 MB1.1 MB65
    font0 b0 b0 b0
    other0 b2.2 KB1.3 KB4
    Total824 B1.9 MB4.3 MB76
    afterPageCompleteCheck.png | layoutShift.png | largestContentfulPaint.png | 

    Screenshots

    afterPageCompleteCheck.png

    afterPageCompleteCheck.png

    layoutShift.png

    layoutShift.png

    largestContentfulPaint.png

    largestContentfulPaint.png

    Axe

    Axe is an accessibility testing engine for websites and other HTML-based user interfaces. Tested using axe-core version 4.10.0. Read more about axe-core .

    Violations

    critical
    Certain ARIA roles must contain particular children (cat.aria,wcag2a,wcag131,EN-301-549,EN-9.1.3.1) - aria-required-childrenEnsure elements with an ARIA role that require child roles contain them
    Fix any of the following: Element has children which are not allowed: button[tabindex]
    • <div aria-label="grid" aria-readonly="true" class="ReactVirtualized__Grid ReactVirtualized__List" role="grid" tabindex="0" style="box-sizing: border-box; direction: ltr; height: 665px; position: relative; width: 345px; will-change: transform; overflow: auto;">
    • <div class="ReactVirtualized__Grid__innerScrollContainer" role="rowgroup" style="width: auto; height: 3820px; max-width: 345px; max-height: 3820px; overflow: hidden; position: relative;">
    Buttons must have discernible text (cat.name-role-value,wcag2a,wcag412,section508,section508.22.a,TTv5,TT6.a,EN-301-549,EN-9.4.1.2,ACT) - button-nameEnsure buttons have discernible text
    Fix any of the following: Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute Element's default semantics were not overridden with role="none" or role="presentation"
    • <button type="button" class="ButtonDeprecated_sklv-button__Wy8xr ButtonTemplate_button__mMa6w HeaderTop_header-top_right-icon__tvD5b" data-qa="header_favorites_btn">
    • <button type="button" class="ButtonDeprecated_sklv-button__Wy8xr ButtonTemplate_button__mMa6w HeaderTop_header-top_right-icon__tvD5b" data-qa="header_to_basket_btn">
    • <button type="button" class="ButtonDeprecated_sklv-button__Wy8xr ButtonTemplate_button__mMa6w HeaderTop_header-top_right-icon__tvD5b" data-qa="header_user_login_btn">
    • <button type="button" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_icon___v8v7 IconButton_icon-button__kK7yS UserMenu_user_menu-header-close_button__1SB79" types="icon" icon="close" loading="">
    • <button type="button" class="ButtonDeprecated_sklv-button__Wy8xr HeaderBottom_header-bottom-custom_btn__s81fq HeaderBottom_header-bottom-custom-premium__WCy3w HeaderBottom_header-bottom-custom_btn-img__lEDkt" style="background-image: url(&quot;https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg&quot;);">
    • <button type="button" class="DeliveryHeader_delivery-header-panel_switcher__dzKT8 DeliveryHeader_delivery-header-panel_switcher-open__bR8HX">
    • <button type="button" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_white__B1_u0 Map_map-geo__nl6SR">
    • <button type="button" class="VirtualListItem_item-block_favorite__ME7YB" data-qa="favorite_btn" data-qa-active="false">
    • <button type="button" class="VirtualListItem_item-block_favorite__ME7YB" data-qa="favorite_btn" data-qa-active="false">
    • <button type="button" class="VirtualListItem_item-block_favorite__ME7YB" data-qa="favorite_btn" data-qa-active="false">
    • <button type="button" class="VirtualListItem_item-block_favorite__ME7YB" data-qa="favorite_btn" data-qa-active="false">
    • <button type="button" class="VirtualListItem_item-block_favorite__ME7YB" data-qa="favorite_btn" data-qa-active="false">
    • <button type="button" class="VirtualListItem_item-block_favorite__ME7YB" data-qa="favorite_btn" data-qa-active="false">
    • <button type="button" class="VirtualListItem_item-block_favorite__ME7YB" data-qa="favorite_btn" data-qa-active="false">
    • <button type="button" class="VirtualListItem_item-block_favorite__ME7YB" data-qa="favorite_btn" data-qa-active="false">
    • <button type="button" class="VirtualListItem_item-block_favorite__ME7YB" data-qa="favorite_btn" data-qa-active="false">
    • <button type="button" class="VirtualListItem_item-block_favorite__ME7YB" data-qa="favorite_btn" data-qa-active="false">
    • <button type="button" class="VirtualListItem_item-block_favorite__ME7YB" data-qa="favorite_btn" data-qa-active="false">
    • <button type="button" class="VirtualListItem_item-block_favorite__ME7YB" data-qa="favorite_btn" data-qa-active="false">
    • <button type="button" class="VirtualListItem_item-block_favorite__ME7YB" data-qa="favorite_btn" data-qa-active="false">
    • <button type="button" class="VirtualListItem_item-block_favorite__ME7YB" data-qa="favorite_btn" data-qa-active="false">
    serious
    Elements must meet minimum color contrast ratio thresholds (cat.color,wcag2aa,wcag143,TTv5,TT13.c,EN-301-549,EN-9.1.4.3,ACT) - color-contrastEnsure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds
    Fix any of the following: Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #257ae8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
    • <button type="button" class="Button_button__ZFztY Button_primary__GMkKG Button_main__3GiUm Button_s__Trqab CatalogButton_catalog-btn_big__RZdeX" loading="" data-qa="header_catalog_nav_open_btn">
    • <span data-qa="flagman_store_count">195 Флагманских</span>
    • <span data-qa="partner_store_count">455 Партнерских</span>
    critical
    Images must have alternate text (cat.text-alternatives,wcag2a,wcag111,section508,section508.22.a,TTv5,TT7.a,TT7.b,EN-301-549,EN-9.1.1.1,ACT) - image-altEnsure <img> elements have alternate text or a role of none or presentation
    Fix any of the following: Element does not have an alt attribute aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute Element's default semantics were not overridden with role="none" or role="presentation"
    • <img src="/icons/sim.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/sim.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/store-premium.svg">
    • <img src="/icons/sim.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/sim.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/store-premium.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    • <img src="/icons/retail.svg">
    serious
    Links must have discernible text (cat.name-role-value,wcag2a,wcag244,wcag412,section508,section508.22.a,TTv5,TT6.a,EN-301-549,EN-9.2.4.4,EN-9.4.1.2,ACT) - link-nameEnsure links have discernible text
    Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
    • <a itemprop="url" content="https://stage.sokolov.ru" href="/">
    • <a href="/jewelry-catalog/premium/">
    <ul> and <ol> must only directly contain <li>, <script> or <template> elements (cat.structure,wcag2a,wcag131,EN-301-549,EN-9.1.3.1) - listEnsure that lists are structured correctly
    Fix all of the following: List element has direct children that are not allowed: a
    • <ul class="UserMenu_user_menu-links_list__XdG8h">
    critical
    Zooming and scaling must not be disabled (cat.sensory-and-visual-cues,wcag2aa,wcag144,EN-301-549,EN-9.1.4.4,ACT) - meta-viewportEnsure <meta name="viewport"> does not disable text scaling and zooming
    Fix any of the following: user-scalable=no on <meta> tag disables zooming on mobile devices
    • <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui, user-scalable=no">
    • <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui, user-scalable=no">
    moderate
    All page content should be contained by landmarks (cat.keyboard,best-practice) - regionEnsure all page content is contained by landmarks
    Fix any of the following: Some page content is not contained by landmarks
    • <div id="Tst_Btm" style="position:fixed;left:0px;bottom:0px;color:transparent;z-index:-33;width:100%;">AAAAAAA</div>