Run 2 summary

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

Tested 2024-10-19 00:11:35 using Chrome 129.0.6668.89 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score65
Total page size2.7 MB
Requests153
Timing metrics
TTFB102 ms
First Paint314 ms
Fully Loaded2.704 s
Google Web Vitals
TTFB102 ms
First Contentful Paint (FCP) 314 ms
Largest Contentful Paint (LCP) 790 ms
Cumulative Layout Shift (CLS) 0.02
Total Blocking Time844 ms
Max Potential FID380 ms
CPU metrics
CPU long tasks10
CPU last long task happens at2.600 s
Visual Metrics
First Visual Change300 ms
Speed Index2.222 s
Visual Complete 85%2.667 s
Visual Complete 99%2.867 s
Last Visual Change2.867 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.3 sFirst Visual Change 300 ms
0.4 sCPU Long Task duration 52 msFirst Contentful Paint 314 msDOM Content Loaded Time 375 msCPU Long Task duration 63 ms
0.5 sCPU Long Task duration 106 ms
0.6 s
0.7 sLayout Shift 0.00263 646 ms
0.8 sLayout Shift 0.00927 739 msLCP <H1> 790 ms
0.9 sLayout Shift 0.00257 802 msCPU Long Task duration 55 ms
1 sLayout Shift 0.00011 938 msLayout Shift 0.00366 952 msLayout Shift 0.00060 985 ms
1.1 sCPU Long Task duration 76 msZone 1.019 sZone:ZoneAwarePromise 1.025 sZone:toString 1.026 sZone:util 1.026 sZone:legacy 1.027 sZone:timers 1.027 sZone:requestAnimationFrame 1.027 sZone:blocking 1.028 sZone:EventTarget 1.028 sZone:MutationObserver 1.029 sLayout Shift 0.00037 1.089 s
1.2 sLayout Shift 0.00064 1.123 s
1.3 sPage Load Time 1.211 sCPU Long Task duration 56 ms
1.4 sCPU Long Task duration 77 ms
1.5 sCPU Long Task duration 342 ms
1.6 s
1.7 s
1.9 s
2 s
2.1 sCPU Long Task duration 380 ms
2.2 s
2.3 s
2.4 s
2.5 s
2.6 sCPU Long Task duration 139 ms
2.7 sVisual Complete 85% 2.667 s
2.8 sFully Loaded 2.704 sVisual Complete 95% 2.800 s
2.9 sLast Visual Change 2.867 sVisual Complete 99% 2.867 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://sokolov.ru/icons/store-premium.svg
  • https://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://static-catalog.sokolov.ru/_next/static/css/bd86d97493927ccb.css
  • https://static-catalog.sokolov.ru/_next/static/css/0b1b64cd5cd13817.css
  • https://static-catalog.sokolov.ru/_next/static/css/96498a5edb3ec413.css
  • https://static-catalog.sokolov.ru/_next/static/css/923538a4e5a3c925.css
  • https://static-catalog.sokolov.ru/_next/static/css/e66587858fbf2f69.css
  • https://static-catalog.sokolov.ru/_next/static/css/8308630f6efb3123.css
  • https://static-catalog.sokolov.ru/_next/static/css/5bd6dffa208389a0.css
  • https://static-catalog.sokolov.ru/_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 18 CPU long tasks with the total of 2.095 s. The total blocking time is 1.193 s and 1 long task before first contentful paint with total time of 52 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
  • 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://static-catalog.sokolov.ru/_next/static/css/bd86d97493927ccb.css
  • https://static-catalog.sokolov.ru/_next/static/css/0b1b64cd5cd13817.css
  • https://static-catalog.sokolov.ru/_next/static/css/96498a5edb3ec413.css
  • https://static-catalog.sokolov.ru/_next/static/css/923538a4e5a3c925.css
  • https://static-catalog.sokolov.ru/_next/static/css/e66587858fbf2f69.css
  • https://static-catalog.sokolov.ru/_next/static/css/8308630f6efb3123.css
  • https://static-catalog.sokolov.ru/_next/static/css/5bd6dffa208389a0.css
  • https://static-catalog.sokolov.ru/_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 extra requests by setting cache headers (cacheHeaders)The page has 27 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 69.8 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://sokolov.ru/spa-images/footer/app-store-badge.svg
  • https://sokolov.ru/spa-images/footer/google-play-badge.svg
  • https://sokolov.ru/spa-images/footer/app-gallery-badge.svg
  • https://sokolov.ru/spa-images/footer/rustore-badge.svg
  • https://sokolov.ru/api/v5/profile/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/handbooks/currency-rates/
  • https://sokolov.ru/api/v5/location/check/
  • https://sokolov.ru/api/v4/content/area/nav-buttons/
  • https://sokolov.ru/api/v4/content/area/main-page-topline/
  • https://sokolov.ru/api/v4/content/area/feedback-channels/
  • https://sokolov.ru/api/v4/content/area/shops-map-filter-list/
  • https://api-maps.yandex.ru/2.1/...ps.yandex.ru/2.1/
  • https://sokolov.ru/api/v4/profile/favorite-store/
  • https://sokolov.ru/api/v4/stores/count/?city_guid=0c5b2444-70a0-4932-980c-b4dc0d3f02b5
  • https://sokolov.ru/api/v4/stores/count/?city_guid=0c5b2444-70a0-4932-980c-b4dc0d3f02b5
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://static-catalog.sokolov.ru/meta/manifest.json
  • https://static-catalog.sokolov.ru/meta/favicon.ico
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://geo.sokolov.io/v1.0.0/fias/?code=0c5b2444-70a0-4932-980c-b4dc0d3f02b5
  • https://sokolov.ru/api/v4/shops-map/points/...shops-map/points/
  • https://sokolov.ru/api/v4/shops-map/points/...shops-map/points/
  • https://sokolov.ru/api/v4/stores/...ru/api/v4/stores/
  • https://sokolov.ru/icons/sim.svg
  • https://sokolov.ru/icons/retail.svg
  • https://sokolov.ru/icons/store-premium.svg
  • 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://static-catalog.sokolov.ru/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. static-catalog.sokolov.ru got 46 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:
  • static-catalog.sokolov.ru
  • 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.3 MB and the uncompressed size is 5.1 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://static-catalog.sokolov.ru/_next/static/chunks/webpack-26566e35ffdf94fa.js 8.4 KB15.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-aaff1786eadd4e8b.js 66.6 KB205.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js 32.3 KB109.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9394f2003fcf1b0c.js 154.6 KB521.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/shops-map/client/%5B...db3eab3755bf0b.js 1.1 KB1.0 KB
    https://static-catalog.sokolov.ru/_next/static/08d0EjTm4OBHDvJQEpKsw/_buildManifest.js 2.0 KB4.7 KB
    https://static-catalog.sokolov.ru/_next/static/08d0EjTm4OBHDvJQEpKsw/_ssgManifest.js 615 B77 B
    https://static-catalog.sokolov.ru/_next/static/chunks/5672.fad0d4e567179778.js 4.4 KB9.8 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1541.98a271df74534fdf.js 1.7 KB2.8 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1389-ca22e2ec17e8e634.js 17.6 KB60.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3333.f345964420f98f32.js 16.1 KB49.8 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/9436-0fff3a63ad23bc68.js 6.7 KB15.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7482-9a607b05a6263238.js 27.7 KB78.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7220-4b91df52d3ca4a3b.js 29.7 KB126.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/5910-32f971ff8b9dbc30.js 17.6 KB58.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3387.0e2cf2b12b34c62e.js 3.2 KB6.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7811.45276236ac95f6e1.js 2.0 KB3.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7152.93869d29b5b520a7.js 1.5 KB1.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/566.0c0417b504718185.js 1.0 KB784 B
    https://static-catalog.sokolov.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/4803.a81bac4a22023b4a.js 1012 B673 B
    https://static-catalog.sokolov.ru/_next/static/chunks/4349.b8d81f22b53a9055.js 779 B276 B
    https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js 7.9 KB21.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4399.f7c013af86c9fcee.js 1.7 KB3.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4100.32b68982a7d87933.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/6503.06cb04399386cb06.js 1.0 KB724 B
    https://static-catalog.sokolov.ru/_next/static/chunks/724.5d002ad7e17fb8f5.js 978 B609 B
    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://static-catalog.sokolov.ru/_next/static/chunks/4379.021e104d0f1004dc.js 1.4 KB1.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6611.a6ac3b8b55b95e77.js 1.4 KB1.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8730.aefb2b562af9f9bf.js 26.7 KB79.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/91f5892f.ceac726038f76803.js 747 B260 B
    https://static-catalog.sokolov.ru/_next/static/chunks/9259.e511837118906667.js 10.8 KB37.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6437.7fc493ebe912c7fe.js 29.8 KB99.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6259.30be02b3340f7992.js 2.3 KB4.9 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/ 512 B229 B
    https://sokolov.ru/api/v4/shops-map/points/...shops-map/points/ 4.5 KB62.9 KB
    https://sokolov.ru/api/v4/shops-map/points/...shops-map/points/ 4.0 KB53.6 KB
    https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/ 483 B229 B
    https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/ 483 B229 B
    https://static-catalog.sokolov.ru/_next/static/chunks/3378.14e3e5af98259ae9.js 1.2 KB1.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/9809.fb1d0e0438bca7ce.js 1.2 KB1.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://seo.sokolov.ru/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://static-catalog.sokolov.ru/_next/static/css/bd86d97493927ccb.css size is 42.8 kB (42808) 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://static-catalog.sokolov.ru/_next/static/css/bd86d97493927ccb.css 41.8 KB273.3 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.8 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://sokolov.ru/shops-map/Moskva/2978249016/ 7.5 KB35.7 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://static-catalog.sokolov.ru/_next/static/css/bd86d97493927ccb.css 41.8 KB273.3 KB
    https://static-catalog.sokolov.ru/_next/static/css/0b1b64cd5cd13817.css 660 B114 B
    https://static-catalog.sokolov.ru/_next/static/chunks/webpack-26566e35ffdf94fa.js 8.4 KB15.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-aaff1786eadd4e8b.js 66.6 KB205.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js 32.3 KB109.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9394f2003fcf1b0c.js 154.6 KB521.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/shops-map/client/%5B...db3eab3755bf0b.js 1.1 KB1.0 KB
    https://static-catalog.sokolov.ru/_next/static/08d0EjTm4OBHDvJQEpKsw/_buildManifest.js 2.0 KB4.7 KB
    https://static-catalog.sokolov.ru/_next/static/08d0EjTm4OBHDvJQEpKsw/_ssgManifest.js 615 B77 B
    https://sokolov.ru/spa-images/footer/app-store-badge.svg 8.6 KB22.0 KB
    https://sokolov.ru/spa-images/footer/google-play-badge.svg 5.5 KB14.2 KB
    https://sokolov.ru/spa-images/footer/app-gallery-badge.svg 7.5 KB19.2 KB
    https://sokolov.ru/spa-images/footer/rustore-badge.svg 4.7 KB11.7 KB
    https://static-catalog.sokolov.ru/_next/static/css/96498a5edb3ec413.css 2.0 KB5.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/5672.fad0d4e567179778.js 4.4 KB9.8 KB
    https://static-catalog.sokolov.ru/_next/static/css/923538a4e5a3c925.css 1.2 KB1.8 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1541.98a271df74534fdf.js 1.7 KB2.8 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1389-ca22e2ec17e8e634.js 17.6 KB60.9 KB
    https://static-catalog.sokolov.ru/_next/static/css/e66587858fbf2f69.css 4.1 KB16.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3333.f345964420f98f32.js 16.1 KB49.8 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/9436-0fff3a63ad23bc68.js 6.7 KB15.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7482-9a607b05a6263238.js 27.7 KB78.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7220-4b91df52d3ca4a3b.js 29.7 KB126.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/5910-32f971ff8b9dbc30.js 17.6 KB58.3 KB
    https://static-catalog.sokolov.ru/_next/static/css/8308630f6efb3123.css 6.1 KB25.8 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3387.0e2cf2b12b34c62e.js 3.2 KB6.9 KB
    https://static-catalog.sokolov.ru/_next/static/css/5bd6dffa208389a0.css 1.1 KB1.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7811.45276236ac95f6e1.js 2.0 KB3.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7152.93869d29b5b520a7.js 1.5 KB1.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/566.0c0417b504718185.js 1.0 KB784 B
    https://static-catalog.sokolov.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/4803.a81bac4a22023b4a.js 1012 B673 B
    https://sokolov.ru/api/v5/profile/ 766 B69 B
    https://sokolov.ru/api/v6/basket/easy-calculate/ 1.2 KB321 B
    https://sokolov.ru/api/v5/profile/products/ 1.1 KB40 B
    https://sokolov.ru/api/v5/handbooks/currency-rates/ 542 B155 B
    https://sokolov.ru/api/v5/location/check/ 1.2 KB128 B
    https://static-catalog.sokolov.ru/_next/static/chunks/4349.b8d81f22b53a9055.js 779 B276 B
    https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js 7.9 KB21.7 KB
    https://static-catalog.sokolov.ru/_next/static/css/d32410ee3fa1a458.css 1.5 KB3.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4399.f7c013af86c9fcee.js 1.7 KB3.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4100.32b68982a7d87933.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/6503.06cb04399386cb06.js 1.0 KB724 B
    https://sokolov.ru/api/v4/content/area/nav-buttons/ 1.5 KB2.6 KB
    https://sokolov.ru/api/v4/content/area/main-page-topline/ 888 B518 B
    https://static-catalog.sokolov.ru/_next/static/chunks/724.5d002ad7e17fb8f5.js 978 B609 B
    https://sokolov.ru/api/v4/content/area/feedback-channels/ 903 B2.4 KB
    https://sokolov.ru/api/v4/content/area/shops-map-filter-list/ 1.1 KB2.5 KB
    https://api-maps.yandex.ru/2.1/...ps.yandex.ru/2.1/ 12.6 KB34.0 KB
    https://sokolov.ru/api/v4/profile/favorite-store/ 517 B167 B
    https://sokolov.ru/api/v4/stores/count/?city_guid=0c5b2444-70a0-4932-980c-b4dc0d3f02b5 302 B46 B
    https://sokolov.ru/api/v4/stores/count/?city_guid=0c5b2444-70a0-4932-980c-b4dc0d3f02b5 302 B46 B
    https://seo.sokolov.ru/api/v1/meta/ip/ 0 b0 b
    https://seo.sokolov.ru/api/v1/meta/ip/ 207 B31 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://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg 30.4 KB30.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4379.021e104d0f1004dc.js 1.4 KB1.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6611.a6ac3b8b55b95e77.js 1.4 KB1.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8730.aefb2b562af9f9bf.js 26.7 KB79.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/91f5892f.ceac726038f76803.js 747 B260 B
    https://static-catalog.sokolov.ru/_next/static/chunks/9259.e511837118906667.js 10.8 KB37.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6437.7fc493ebe912c7fe.js 29.8 KB99.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6259.30be02b3340f7992.js 2.3 KB4.9 KB
    https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png 6.0 KB5.8 KB
    https://static-catalog.sokolov.ru/meta/manifest.json 901 B716 B
    https://static-catalog.sokolov.ru/meta/favicon.ico 3.7 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 699 B326 B
    https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/grabbing.cur 529 B326 B
    https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/help.cur 530 B326 B
    https://api-maps.yandex.ru/2.1.79/build/release/images/cursor/zoom_in.cur 533 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 22.1 KB21.8 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 17.1 KB16.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 14.3 KB13.9 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 18.7 KB18.5 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.2 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 18.5 KB18.3 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 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 19.1 KB18.9 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 14.8 KB14.6 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.5 KB16.3 KB
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://geo.sokolov.io/v1.0.0/fias/?code=0c5b2444-70a0-4932-980c-b4dc0d3f02b5 893 B488 B
    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.8 KB15.6 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 17.5 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.0 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 17.4 KB17.1 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 13.3 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.1 KB17.9 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 18.6 KB18.4 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.0 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.9 KB14.6 KB
    https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/ 512 B229 B
    https://sokolov.ru/api/v4/shops-map/points/...shops-map/points/ 4.5 KB62.9 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 22.7 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.7 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 19.1 KB19.0 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.7 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.1 KB16.9 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://sokolov.ru/api/v4/shops-map/points/...shops-map/points/ 4.0 KB53.6 KB
    https://sokolov.ru/api/v4/stores/...ru/api/v4/stores/ 3.9 KB19.7 KB
    https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/ 483 B229 B
    https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/ 483 B229 B
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 19.8 KB19.5 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.8 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.1 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.2 KB14.9 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.3 KB16.1 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.8 KB16.7 KB
    https://sokolov.ru/icons/sim.svg 945 B1.8 KB
    https://sokolov.ru/icons/retail.svg 944 B1.9 KB
    https://sokolov.ru/icons/store-premium.svg 452 B808 B
    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.8 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.0 KB15.9 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.8 KB16.6 KB
    https://core-renderer-tiles.maps.yandex.net/tiles....yandex.net/tiles 16.2 KB16.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3378.14e3e5af98259ae9.js 1.2 KB1.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/9809.fb1d0e0438bca7ce.js 1.2 KB1.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://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://sokolov.ru/api/v5/profile/
  • Best practice advice (84)

    TitleAdviceScore
    Do not send too long headers (longHeaders)https://sokolov.ru/api/v5/profile/ has a header set-cookie that is 623 characters long. https://sokolov.ru/a...t/easy-calculate/ has a header set-cookie that is 947 characters long. https://sokolov.ru/a...profile/products/ has a header set-cookie that is 947 characters long. https://sokolov.ru/a...5/location/check/ has a header set-cookie that is 977 characters long. 96
    Description: Do not send response headers that are too long.
    Offenders:
  • https://sokolov.ru/api/v5/profile/
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/location/check/
  • Avoid too many third party requests (thirdParty)The page do 49% requests to third party domains (75 requests and 2 MB). First party is 78 requests and 873.5 kB. The page transfer more bytes from third party domains (2 MB) then first party (873.5 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 17 responses that sets both a max-age and expires header. There are 8 responses that sets a pragma no-cache header (that is a request header). There are 81 responses that sets a server header. 0
    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://sokolov.ru/shops-map/Moskva/2978249016/
  • 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://static-catalog.sokolov.ru/_next/static/css/bd86d97493927ccb.css
  • https://static-catalog.sokolov.ru/_next/static/css/0b1b64cd5cd13817.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/webpack-26566e35ffdf94fa.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/framework-aaff1786eadd4e8b.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9394f2003fcf1b0c.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/pages/shops-map/client/%5B...db3eab3755bf0b.js
  • https://static-catalog.sokolov.ru/_next/static/08d0EjTm4OBHDvJQEpKsw/_buildManifest.js
  • https://static-catalog.sokolov.ru/_next/static/08d0EjTm4OBHDvJQEpKsw/_ssgManifest.js
  • https://sokolov.ru/spa-images/footer/app-store-badge.svg
  • https://sokolov.ru/spa-images/footer/google-play-badge.svg
  • https://sokolov.ru/spa-images/footer/app-gallery-badge.svg
  • https://sokolov.ru/spa-images/footer/rustore-badge.svg
  • https://static-catalog.sokolov.ru/_next/static/css/96498a5edb3ec413.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/5672.fad0d4e567179778.js
  • https://static-catalog.sokolov.ru/_next/static/css/923538a4e5a3c925.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/1541.98a271df74534fdf.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/1389-ca22e2ec17e8e634.js
  • https://static-catalog.sokolov.ru/_next/static/css/e66587858fbf2f69.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/3333.f345964420f98f32.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/9436-0fff3a63ad23bc68.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7482-9a607b05a6263238.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7220-4b91df52d3ca4a3b.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/5910-32f971ff8b9dbc30.js
  • https://static-catalog.sokolov.ru/_next/static/css/8308630f6efb3123.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/3387.0e2cf2b12b34c62e.js
  • https://static-catalog.sokolov.ru/_next/static/css/5bd6dffa208389a0.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/7811.45276236ac95f6e1.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7152.93869d29b5b520a7.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/566.0c0417b504718185.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4803.a81bac4a22023b4a.js
  • https://sokolov.ru/api/v5/profile/
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/handbooks/currency-rates/
  • https://sokolov.ru/api/v5/location/check/
  • https://static-catalog.sokolov.ru/_next/static/chunks/4349.b8d81f22b53a9055.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js
  • https://static-catalog.sokolov.ru/_next/static/css/d32410ee3fa1a458.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/4399.f7c013af86c9fcee.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4100.32b68982a7d87933.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6503.06cb04399386cb06.js
  • https://sokolov.ru/api/v4/content/area/nav-buttons/
  • https://sokolov.ru/api/v4/content/area/main-page-topline/
  • https://static-catalog.sokolov.ru/_next/static/chunks/724.5d002ad7e17fb8f5.js
  • https://sokolov.ru/api/v4/content/area/feedback-channels/
  • https://sokolov.ru/api/v4/content/area/shops-map-filter-list/
  • https://sokolov.ru/api/v4/profile/favorite-store/
  • https://sokolov.ru/api/v4/profile/favorite-store/
  • https://sokolov.ru/api/v4/profile/favorite-store/
  • https://sokolov.ru/api/v4/stores/count/?city_guid=0c5b2444-70a0-4932-980c-b4dc0d3f02b5
  • https://sokolov.ru/api/v4/stores/count/?city_guid=0c5b2444-70a0-4932-980c-b4dc0d3f02b5
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • 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.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://static-catalog.sokolov.ru/_next/static/chunks/4379.021e104d0f1004dc.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6611.a6ac3b8b55b95e77.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8730.aefb2b562af9f9bf.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/91f5892f.ceac726038f76803.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/9259.e511837118906667.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6437.7fc493ebe912c7fe.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6259.30be02b3340f7992.js
  • https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://static-catalog.sokolov.ru/meta/manifest.json
  • https://static-catalog.sokolov.ru/meta/favicon.ico
  • 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://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://geo.sokolov.io/v1.0.0/fias/?code=0c5b2444-70a0-4932-980c-b4dc0d3f02b5
  • https://geo.sokolov.io/v1.0.0/fias/?code=0c5b2444-70a0-4932-980c-b4dc0d3f02b5
  • https://geo.sokolov.io/v1.0.0/fias/?code=0c5b2444-70a0-4932-980c-b4dc0d3f02b5
  • https://sokolov.ru/api/v4/shops-map/points/...shops-map/points/
  • https://sokolov.ru/api/v4/shops-map/points/...shops-map/points/
  • https://sokolov.ru/api/v4/shops-map/points/...shops-map/points/
  • https://sokolov.ru/api/v4/shops-map/points/...shops-map/points/
  • https://sokolov.ru/api/v4/shops-map/points/...shops-map/points/
  • https://sokolov.ru/api/v4/shops-map/points/...shops-map/points/
  • https://sokolov.ru/api/v4/stores/...ru/api/v4/stores/
  • https://sokolov.ru/api/v4/stores/...ru/api/v4/stores/
  • https://sokolov.ru/api/v4/stores/...ru/api/v4/stores/
  • https://sokolov.ru/icons/sim.svg
  • https://sokolov.ru/icons/retail.svg
  • https://sokolov.ru/icons/store-premium.svg
  • https://static-catalog.sokolov.ru/_next/static/chunks/3378.14e3e5af98259ae9.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/9809.fb1d0e0438bca7ce.js
  • Privacy advice (80)

    TitleAdviceScore
    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://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://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 6% requests that are 3rd party (9 requests with a size of 709.6 kB). The page do 8 utility requests and uses 1 utility tool.94
    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/coverage/v2/...ices/coverage/v2/
  • https://api-maps.yandex.ru/services/coverage/v2/...ices/coverage/v2/
  • Page info

    Page info
    TitleАдреса магазинов SOKOLOV в Москве
    Width1904
    Height1780
    DOM elements1764
    Avg DOM depth17
    Max DOM depth27
    Iframes4
    Script tags44
    Local storage3.3 KB
    Session storage689 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
    PHP 7.3.25100  Programming languages
    Nginx 100  Web servers Reverse proxies
    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)102 ms
    First Contentful Paint (FCP)314 ms
    Largest Contentful Paint (LCP)790 ms
    Cumulative Layout Shift (CLS)0.02
    Total Blocking Time (TBT)844 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP141
    Time spent in recalculate style before FCP22.757 ms
    Extra timings
    TTFB102 ms
    First Paint314 ms
    Load Event End1.212 s
    Fully loaded2.704 s
    User Timing marks
    Zone1.019 s
    Zone:ZoneAwarePromise1.025 s
    Zone:toString1.026 s
    Zone:util1.026 s
    Zone:legacy1.027 s
    Zone:timers1.027 s
    Zone:requestAnimationFrame1.027 s
    Zone:blocking1.028 s
    Zone:EventTarget1.028 s
    Zone:MutationObserver1.029 s
    Zone:IntersectionObserver1.029 s
    Zone:FileReader1.029 s
    Zone:on_property1.030 s
    Zone:customElements1.056 s
    Zone:XHR1.057 s
    Zone:geolocation1.057 s
    Zone:PromiseRejectionEvent1.057 s
    Zone:queueMicrotask1.057 s
    User Timing measures
    NameStart timeDuration
    Next.js-before-hydration0 ms358 ms
    Next.js-hydration358 ms80 ms
    Zone1.019 s5 ms
    Zone:ZoneAwarePromise1.025 s1 ms
    Zone:toString1.026 s0 ms
    Zone:util1.026 s1 ms
    Zone:legacy1.027 s0 ms
    Zone:timers1.027 s1 ms
    Zone:requestAnimationFrame1.027 s0 ms
    Zone:blocking1.028 s0 ms
    Zone:EventTarget1.028 s1 ms
    Zone:MutationObserver1.029 s0 ms
    Zone:IntersectionObserver1.029 s0 ms
    Zone:FileReader1.029 s0 ms
    Zone:on_property1.030 s26 ms
    Zone:customElements1.056 s0 ms
    Zone:XHR1.057 s0 ms
    Zone:geolocation1.057 s0 ms
    Zone:PromiseRejectionEvent1.057 s0 ms
    Zone:queueMicrotask1.057 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 790 ms
    Elements that needed recalculate style before LCP606
    Time spent in recalculate style before LCP45.37 ms
    Load time0 ms
    Size (width*height)13533
    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.01987 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.00927<div class="HeaderTop_header-top__t0Pch" itemscope="" itemtype="http://schema.org/Organization"></div>,<div class="HeaderBottom_header-bottom__97sal"></div>,<div class="container"></div>
    body > div#__next > div#catalog > div > header > div > div:eq(0),body > div#__next > div#catalog > div > header > div > div:eq(1),body > div#__next > div#catalog > div > main > div > div
    0.00366<input data-qa="header_search_input" enterkeyhint="search" id="text_search_input" autocomplete="off" type="text" placeholder="Поиск по каталогу" class="_Input_input__7xcBD _Input_input_small__MS1Mh _Input_input_icon__SFwu_" name="text_search_input" value="">,<div class="HeaderBottom_header-bottom_right__7W_NU"></div>
    body > div#__next > div#catalog > div > header > div > div:eq(1) > div:eq(1) > div > div > div > input#text_search_input,body > div#__next > div#catalog > div > header > div > div:eq(1) > div:eq(2)
    0.00263<input data-qa="header_search_input" enterkeyhint="search" id="text_search_input" autocomplete="off" type="text" placeholder="Поиск по каталогу" class="_Input_input__7xcBD _Input_input_small__MS1Mh _Input_input_icon__SFwu_" name="text_search_input" value="">
    body > div#__next > div#catalog > div > header > div > div:eq(1) > div:eq(1) > div > div > div > input#text_search_input
    0.00257<div class="HeaderTop_header-top__t0Pch" itemscope="" itemtype="http://schema.org/Organization"></div>,<div class="HeaderBottom_header-bottom__97sal"></div>,<div class="container"></div>
    body > div#__next > div#catalog > div > header > div > div:eq(0),body > div#__next > div#catalog > div > header > div > div:eq(1),body > div#__next > div#catalog > div > main > div > div
    0.00064<div class="StoreList_store-list__pz7Wr StoreList_store-list_open__XnwBM"></div>,<div class="DeliveryHeaderBackground_background__Q26N5 DeliveryHeaderBackground_background_small__HNrhu"></div>
    body > div#__next > div#catalog > div > main > div > div > div > div > div > div > div:eq(1) > div:eq(1),body > div#__next > div#catalog > div > main > div > div > div > div > div > div > div:eq(1) > div:eq(1) > div:eq(0)
    0.00060<div class="StoreList_store-list__pz7Wr StoreList_store-list_open__XnwBM"></div>,<div class="DeliveryHeaderBackground_background__Q26N5 DeliveryHeaderBackground_background_small__HNrhu"></div>
    body > div#__next > div#catalog > div > main > div > div > div > div > div > div > div:eq(1) > div:eq(1),body > div#__next > div#catalog > div > main > div > div > div > div > div > div > div:eq(1) > div:eq(1) > div:eq(0)
    0.00037<div class="StoreList_store-list__pz7Wr StoreList_store-list_open__XnwBM"></div>,<div class="DeliveryHeaderBackground_background__Q26N5 DeliveryHeaderBackground_background_small__HNrhu"></div>
    body > div#__next > div#catalog > div > main > div > div > div > div > div > div > div:eq(1) > div:eq(1),body > div#__next > div#catalog > div > main > div > div > div > div > div > div > div:eq(1) > div:eq(1) > div:eq(0)
    0.00011<div class="StoreList_store-list__pz7Wr StoreList_store-list_open__XnwBM"></div>,<div class="DeliveryHeaderBackground_background__Q26N5 DeliveryHeaderBackground_background_small__HNrhu"></div>
    body > div#__next > div#catalog > div > main > div > div > div > div > div > div > div:eq(1) > div:eq(1),body > div#__next > div#catalog > div > main > div > div > div > div > div > div > div:eq(1) > div:eq(1) > div:eq(0)
    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
    353 ms433.9 ms22.1 ms2.7 ms19.4 ms
    https://sokolov.ru/api/v4/shops-map/points/?bbox=55.3589,36.2109,56.1519,39.0234&filter[point_type]=retail,franchise,premium&callback=id_172929669798774201615

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    325 ms436 ms5 ms2.2 ms2.8 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-aaff1786eadd4e8b.js

    Forced Style And Layout Duration: 11 ms

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

    https://cdn.diginetica.net/300/client-lite.js

    Forced Style And Layout Duration: 1 ms

    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
    144 ms194.6 ms3.4 ms0.1 ms3.3 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
    96 ms145 ms7 ms2.5 ms4.5 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    86 ms101.6 ms119.4 ms0.2 ms119.2 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/6437.7fc493ebe912c7fe.js

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

    https://static-catalog.sokolov.ru/_next/static/chunks/6437.7fc493ebe912c7fe.js

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

    https://static-catalog.sokolov.ru/_next/static/chunks/6437.7fc493ebe912c7fe.js

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

    https://static-catalog.sokolov.ru/_next/static/chunks/6437.7fc493ebe912c7fe.js

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

    https://static-catalog.sokolov.ru/_next/static/chunks/6437.7fc493ebe912c7fe.js

    Forced Style And Layout Duration: 10 ms

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

    https://static-catalog.sokolov.ru/_next/static/chunks/6437.7fc493ebe912c7fe.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    60 ms112.2 ms3.8 ms0 ms3.8 ms
    https://static-catalog.sokolov.ru/_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
    57 ms108.2 ms1.8 ms0.2 ms1.6 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/6437.7fc493ebe912c7fe.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    40 ms157.3 ms3.7 ms0.2 ms3.5 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://top-fwz1.mail.ru/js/code.js

    Invoker:  https://top-fwz1.mail.ru/js/code.js
    Invoker Type: classic-script
    Window attribution: self

    https://api.flocktory.com/v2/loader.js?site_id=2568

    Invoker:  https://api.flocktory.com/v2/loader.js?site_id=2568
    Invoker Type: classic-script
    Window attribution: self

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

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    35 ms94.6 ms1.4 ms0.1 ms1.3 ms
    https://www.googletagmanager.com/gtm.js?id=GTM-M5D8284

    Invoker:  https://www.googletagmanager.com/gtm.js?id=GTM-M5D8284
    Invoker Type: classic-script
    Window attribution: self

    https://static-catalog.sokolov.ru/_next/static/chunks/6437.7fc493ebe912c7fe.js

    Invoker:  SCRIPT[src=https://www.googletagmanager.com/gtm.js?id=GTM-M5D8284].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    29 ms86.6 ms2.4 ms0.6 ms1.8 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/8730.aefb2b562af9f9bf.js

    Invoker:  https://static-catalog.sokolov.ru/_next/static/chunks/8730.aefb2b562af9f9bf.js
    Invoker Type: classic-script
    Window attribution: self

    https://static-catalog.sokolov.ru/_next/static/chunks/9259.e511837118906667.js

    Invoker:  https://static-catalog.sokolov.ru/_next/static/chunks/9259.e511837118906667.js
    Invoker Type: classic-script
    Window attribution: self

    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
    JSEventListeners949
    LayoutObjects2035
    MediaKeySessions0
    MediaKeys0
    Nodes2266
    Resources103
    ContextLifecycleStateObservers35
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers9
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents68
    LayoutCount112
    RecalcStyleCount440
    LayoutDuration70
    RecalcStyleDuration183
    DevToolsCommandDuration24
    ScriptDuration1515
    V8CompileDuration2
    TaskDuration2672
    TaskOtherDuration878
    ThreadTime2
    ProcessTime4
    JSHeapUsedSize20915184
    JSHeapTotalSize42491904
    FirstMeaningfulPaint2588
    | 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 requests153
    Total domains10
    Total transfer size2.7 MB
    Total content size6.6 MB
    Responses missing compression40
    Number of cookies76
    Third party cookies1
    Requests per response code
    200152
    4041

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html527 B7.5 KB35.7 KB1
    css0 b58.3 KB327.6 KB8
    javascript1.5 KB1.2 MB4.8 MB44
    image343 B1.2 MB1.1 MB67
    font0 b208.2 KB206.8 KB4
    svg3.4 KB28.5 KB71.7 KB7
    json5.1 KB15.2 KB29.9 KB15
    other0 b2.2 KB1.3 KB5
    favicon0 b3.7 KB14.7 KB1
    Total10.8 KB2.7 MB6.6 MB152

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    sokolov.ru3.159 s58.6 KB252.6 KB23
    cdn.sokolov.ru588 ms244.6 KB242.7 KB6
    static-catalog.sokolov.ru1.512 s548.8 KB1.8 MB46
    api-maps.yandex.ru416 ms16.3 KB36.0 KB8
    seo.sokolov.ru131 ms207 B31 B2
    yastatic.net273 ms676.7 KB2.9 MB1
    cdn.diginetica.net105 ms66.8 KB248.1 KB1
    core-renderer-tiles.maps.yandex.net3.637 s1.1 MB1.1 MB64
    tracking.diginetica.net64 ms37 B37 B1
    geo.sokolov.io91 ms893 B488 B1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds13 weeks10 years
    Last modified17 hours5 days47 weeks

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript79.2 KB8
    image1.1 MB65
    font0 b0
    json5.7 KB3
    favicon3.7 KB1
    other2.2 KB4
    svg2.3 KB3
    Total1.2 MB84

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css15.8 KB6
    javascript986.2 KB37
    image1.2 MB67
    font0 b0
    json15.2 KB15
    other2.2 KB5
    favicon3.7 KB1
    svg2.3 KB3
    Total2.2 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://static-catal...94f2003fcf1b0c.jsnon_blocking
    https://cdn.digineti...00/client-lite.jsnon_blocking
    https://static-catal...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://static-catal...6d97493927ccb.cssnon_blocking
    https://static-catal...33f27b2dfdcc1f.jsnon_blocking
    https://static-catal...c493ebe912c7fe.jsnon_blocking
    https://static-catal...91df52d3ca4a3b.jsnon_blocking
    https://static-catal...607b05a6263238.jsnon_blocking
    https://static-catal...fb2b562af9f9bf.jsnon_blocking
    https://static-catal...f971ff8b9dbc30.jsnon_blocking
    https://static-catal...22e2ec17e8e634.jsnon_blocking
    https://static-catal...45964420f98f32.jsnon_blocking
    https://api-maps.yan...ps.yandex.ru/2.1/non_blocking
    https://static-catal...11837118906667.jsnon_blocking
    https://static-catal...566e35ffdf94fa.jsnon_blocking
    https://static-catal...cdcc44c06b3a97.jsnon_blocking
    https://static-catal...ff3a63ad23bc68.jsnon_blocking
    https://static-catal...8630f6efb3123.cssdynamically_injected_non_blocking
    https://sokolov.ru/a...shops-map/points/non_blocking
    https://static-catal...d0d4e567179778.jsnon_blocking
    https://static-catal...587858fbf2f69.cssdynamically_injected_non_blocking
    https://sokolov.ru/a...shops-map/points/non_blocking
    https://static-catal...2cf2b12b34c62e.jsnon_blocking
    https://static-catal...be02b3340f7992.jsnon_blocking
    https://static-catal..._buildManifest.jsnon_blocking
    https://static-catal...98a5edb3ec413.cssdynamically_injected_non_blocking
    https://static-catal...276236ac95f6e1.jsnon_blocking
    https://static-catal...a271df74534fdf.jsnon_blocking
    https://static-catal...c013af86c9fcee.jsnon_blocking
    https://static-catal...869d29b5b520a7.jsnon_blocking
    https://static-catal...410ee3fa1a458.cssdynamically_injected_non_blocking
    https://static-catal...ac3b8b55b95e77.jsnon_blocking
    https://static-catal...1e104d0f1004dc.jsnon_blocking
    https://static-catal...1d0e0438bca7ce.jsnon_blocking
    https://static-catal...e3e5af98259ae9.jsnon_blocking
    https://static-catal...538a4e5a3c925.cssdynamically_injected_non_blocking
    https://static-catal...db3eab3755bf0b.jsnon_blocking
    https://static-catal...6dffa208389a0.cssdynamically_injected_non_blocking
    https://static-catal...b68982a7d87933.jsnon_blocking
    https://static-catal...0baf6b0adfaf4f.jsnon_blocking
    https://static-catal...cb04399386cb06.jsnon_blocking
    https://static-catal...0417b504718185.jsnon_blocking
    https://static-catal...1bac4a22023b4a.jsnon_blocking
    https://static-catal...002ad7e17fb8f5.jsnon_blocking
    https://static-catal...d81f22b53a9055.jsnon_blocking
    https://static-catal...ac726038f76803.jsnon_blocking
    https://static-catal...b64cd5cd13817.cssnon_blocking
    https://static-catal...w/_ssgManifest.jsnon_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
    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 844
    Max Potential First Input Delay 380
    Long Tasks before First Paint152
    Long Tasks before First Contentful Paint152
    Long Tasks before Largest Contentful Paint3221
    Long Tasks after Load Event End5994
    Total Long Tasks101346

    CPU last long task happened at 2.600 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self30852window
    self37663window
    self454106window
    self80755window
    self101176window
    self126956window
    self138877window
    self1467342window
    self2070380window
    self2600139window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML39
    styleLayout247
    paintCompositeRender72
    scriptParseCompile2
    scriptEvaluation1855
    garbageCollection48
    other449
    Events (ms)
    FunctionCall1197
    RunMicrotasks341
    RunTask242
    v8.run203
    UpdateLayoutTree178
    URLLoader::Context::OnReceivedResponse70
    Layout67
    Paint41
    Decode Image36
    ParseHTML33
    v8.callFunction25
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL24
    Commit21
    V8.HandleInterrupts20
    PrePaint20
    V8.BytecodeBudgetInterrupt18
    Layerize15
    URLLoader::Context::OnCompletedRequest14
    PaintImage12

    Time spent per request

    URLCPU time (ms)
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-aaff1786eadd4e8b.js781
    https://api-maps.yandex.ru/2.1/?onload=__yandex-maps-api-onload__$$1iah1r214&onerror=__yandex-maps-api-onerror__$$1iah1r214&lang=ru_RU&load=util.bounds,LoadingObjectManager,geoQuery,geocode&ns=&mode=release&apikey=02e5ed4f-2721-4e6c-b17d-776631f4adcc545
    https://sokolov.ru/api/v4/shops-map/points/?bbox=55.3589,36.2109,56.1519,39.0234&filter[point_type]=retail,franchise,premium&callback=id_172929669798774201615381
    https://cdn.diginetica.net/300/client-lite.js342
    https://static-catalog.sokolov.ru/_next/static/chunks/6437.7fc493ebe912c7fe.js170
    https://yastatic.net/s3/front-maps-static/maps-front-jsapi-v2-1/2.1.79-15049288/build/release/full-e45524872324c0fb9cf3b243b7b8b15ef5266531.js121
    https://static-catalog.sokolov.ru/_next/static/chunks/9259.e511837118906667.js82
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9394f2003fcf1b0c.js49
    https://static-catalog.sokolov.ru/_next/static/chunks/7220-4b91df52d3ca4a3b.js31
    https://static-catalog.sokolov.ru/_next/static/chunks/1389-ca22e2ec17e8e634.js29
    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_RU21
    https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js15
    https://static-catalog.sokolov.ru/_next/static/chunks/8730.aefb2b562af9f9bf.js13
    https://static-catalog.sokolov.ru/_next/static/chunks/4399.f7c013af86c9fcee.js13
    https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js11

    CPU time spent

    Tool/domainTime (ms)
    static-catalog.sokolov.ru1193.3
    Yandex APIs566.4
    sokolov.ru381.0
    cdn.diginetica.net341.7
    Yandex CDN121.5
    | Categories | | Tools | | Cookies | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.24.0.

    CategoryRequests
    utility 8
    cdn 1
    CategoryNumber of tools
    utility 1
    cdn 1

    Third party requests and tools

    utility (8 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
    html527 B7.5 KB35.7 KB1
    css0 b58.3 KB327.6 KB8
    javascript1015 B494.4 KB1.6 MB38
    image0 b36.4 KB35.9 KB2
    font0 b208.2 KB206.8 KB4
    svg3.4 KB28.5 KB71.7 KB7
    json5.1 KB15.2 KB29.9 KB15
    other0 b0 b0 b1
    favicon0 b3.7 KB14.7 KB1
    Total10.3 KB853.1 KB2.3 MB78

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b0 b0 b0
    javascript555 B757.5 KB3.2 MB6
    image343 B1.1 MB1.1 MB65
    font0 b0 b0 b0
    other0 b2.2 KB1.3 KB4
    Total825 B1.9 MB4.3 MB75
    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: 3512px; max-width: 345px; max-height: 3512px; 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://cdn.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">198 Флагманских</span>
    • <span data-qa="partner_store_count">436 Партнерских</span>
    Frames must have an accessible name (cat.text-alternatives,wcag2a,wcag412,section508,section508.22.i,TTv5,TT12.d,EN-301-549,EN-9.4.1.2) - frame-titleEnsure <iframe> and <frame> elements have an accessible name
    Fix any of the following: Element has no title 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's default semantics were not overridden with role="none" or role="presentation"
    • <iframe id="iframe_flock_data_provider" name="iframe_flock_data_provider" src="https://api.flocktory.com/v2/provider/provider.html" width="0" height="0" style="position: absolute; top: -2000px; left: 0px;"></iframe>
    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/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/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/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/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/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/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">
    • <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://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">