Run 1 summary

https://stage.sokolov.ru

Tested 2025-04-02 08:21:31 using Chrome 134.0.6998.35 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score57
Total page size2.1 MB
Requests115
Timing metrics
TTFB660 ms
First Paint1.488 s
Fully Loaded4.341 s
Google Web Vitals
TTFB660 ms
First Contentful Paint (FCP) 2.204 s
Largest Contentful Paint (LCP) 3.584 s
Cumulative Layout Shift (CLS) 0.02
600 ms
Total Blocking Time329 ms
Max Potential FID305 ms
CPU metrics
CPU long tasks9
CPU last long task happens at3.876 s
Visual Metrics
First Visual Change1.500 s
Speed Index3.393 s
Visual Complete 85%3.400 s
Visual Complete 99%4.100 s
Last Visual Change4.434 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
1.4 sCPU Long Task duration 110 ms
1.5 sFirst Visual Change 1.500 s
1.6 sCPU Long Task duration 87 ms
1.7 sCPU Long Task duration 67 ms
1.8 sDOM Content Loaded Time 1.742 sPage Load Time 1.753 sCPU Long Task duration 343 ms
1.9 s
2 s
2.2 sCPU Long Task duration 292 ms
2.3 sFirst Contentful Paint 2.204 s
2.6 s
2.7 sLayout Shift 0.00009 2.696 s
2.8 sCPU Long Task duration 73 ms
2.9 sZone 2.893 sZone:ZoneAwarePromise 2.893 sZone:toString 2.894 sZone:util 2.895 sZone:legacy 2.896 sZone:timers 2.896 sZone:requestAnimationFrame 2.896 sZone:blocking 2.897 sZone:EventTarget 2.897 sZone:MutationObserver 2.898 s
3 s
3.1 s
3.2 sLayout Shift 0.00083 3.171 sLayout Shift 0.00366 3.192 s
3.3 s
3.4 sLayout Shift 0.01103 3.302 sCPU Long Task duration 85 msVisual Complete 85% 3.400 sVisual Complete 95% 3.400 s
3.5 sLayout Shift 0.00038 3.430 sLayout Shift 0.00086 3.477 s
3.6 sCPU Long Task duration 66 msLCP <DIV> 3.584 s
3.7 s
3.9 sCPU Long Task duration 305 ms
4 s
4.1 sVisual Complete 99% 4.100 s
4.2 s
4.3 s
4.4 sFully Loaded 4.341 s
4.5 sLast Visual Change 4.434 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.1.1.

I am the coach

Coach score

Performance advice (57)

TitleAdviceScore
Don't scale images in the browser (avoidScalingImages)The page has 10 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.0
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/upload/content/area/29d1d4b139cde1bd01789c18f6882732.jpg
  • https://stage.sokolov.ru/upload/content/area/f77c187c912eed81b9a940d56f4e733f.jpg
  • https://stage.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg
  • https://stage.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg
  • https://stage.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.jpg
  • https://stage.sokolov.ru/upload/content/area/aacd8376c5eeab8dec4904e69f2fa2d7.jpg
  • https://stage.sokolov.ru/upload/content/area/d50e7d97286724aca1441de191909703.jpg
  • https://stage.sokolov.ru/upload/content/area/4a175e582f4323dd74687852cf297369.jpg
  • https://stage.sokolov.ru/upload/content/area/4754f43eedc890535a35cd5d5da5b413.jpg
  • https://stage.sokolov.ru/upload/content/area/7730846614634f1e713444e0c80a2198.jpg
  • Have a fast first contentful paint (firstContentfulPaint)First contentful paint can be improved (2.204 s). It is in the Google Web Vitals needs improvement range, slower than 1.8 seconds.50
    Description: The First Contentful Paint (FCP) metric measures the time from when the page starts loading to when any part of the page content is rendered on the screen. For this metric, "content" refers to text, images (including background images), <svg> elements, or non-white <canvas> elements.
    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 14 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/e2bc761d19195b7f.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/074aa58628052733.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/7e6914a619aaaccf.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b227bf5eecb59a38.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/f2f640d30117f472.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/d67471c075b0c8ff.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/0bb0e379e51988ff.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/7d06de3534181a6c.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/29d30e70ddab6860.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/dc41697283a04350.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/5513378153b0b486.css
  • https://code.jivo.ru/css/e055456/widget.css
  • https://code.jivo.ru/css/e055456/omnichannelMenu.widget.css
  • https://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.50.11
  • Have a fast largest contentful paint (largestContentfulPaint)Largest contentful paint can be improved 3.584 s. It is in the Google Web Vitals needs improvement range, slower than 2.5 seconds.80
    Description: Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance.
    Offenders:
  • https://stage.sokolov.ru/upload/content/area/e4b685c580b48a07767a1e036cf06c26.jpg?w=1920&h=844
  • Avoid CPU Long Tasks (longTasks)The page has 17 CPU long tasks with the total of 2.275 s. The total blocking time is 776 ms and 5 long tasks before first contentful paint with total time of 899 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
  • unknown
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • multiple-contexts
  • self
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 14 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/e2bc761d19195b7f.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/074aa58628052733.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/7e6914a619aaaccf.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b227bf5eecb59a38.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/f2f640d30117f472.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/d67471c075b0c8ff.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/0bb0e379e51988ff.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/7d06de3534181a6c.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/29d30e70ddab6860.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/dc41697283a04350.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/5513378153b0b486.css
  • https://code.jivo.ru/css/e055456/widget.css
  • https://code.jivo.ru/css/e055456/omnichannelMenu.widget.css
  • https://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.50.11
  • Avoid doing redirects (assetsRedirects)The page has 13 redirects. 13 of the redirects are from the base domain, please fix them! 0
    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/e4b685c580b48a07767a1e036cf06c26.jpg?w=1920&h=844
  • https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://stage.sokolov.ru/upload/content/area/29d1d4b139cde1bd01789c18f6882732.jpg
  • https://stage.sokolov.ru/upload/content/area/f77c187c912eed81b9a940d56f4e733f.jpg
  • https://stage.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg
  • https://stage.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg
  • https://stage.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.jpg
  • https://stage.sokolov.ru/upload/content/area/aacd8376c5eeab8dec4904e69f2fa2d7.jpg
  • https://stage.sokolov.ru/upload/content/area/d50e7d97286724aca1441de191909703.jpg
  • https://stage.sokolov.ru/upload/content/area/4a175e582f4323dd74687852cf297369.jpg
  • https://stage.sokolov.ru/upload/content/area/4754f43eedc890535a35cd5d5da5b413.jpg
  • https://stage.sokolov.ru/upload/content/area/7730846614634f1e713444e0c80a2198.jpg
  • https://stage.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 51 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 785.3 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/api/v4/content/area/main-banner-004/
  • https://stage.sokolov.ru/api/v4/content/area/main-stories/
  • https://stage.sokolov.ru/api/v4/content/area/navigation-block-008/
  • 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://sokolov-b2c-seo.k8s.dev.sokolov.io/api/v1/meta/ip/
  • https://frontend-stage-static.k8s.dev.sokolov.io/meta/manifest.json
  • 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/download-app-banner/
  • https://frontend-stage-static.k8s.dev.sokolov.io/meta/favicon.ico
  • https://stage.sokolov.ru/upload/content/area/e4b685c580b48a07767a1e036cf06c26.jpg?w=1920&h=844
  • https://stage.sokolov.ru/upload/content/area/68e58dc20cbd461fd14fc683592fca9b.svg
  • https://cdn.sokolov.ru/upload/content/area/e4b685c580b48a07767a1e036cf06c26.jpg?w=1920&h=844
  • https://stage.sokolov.ru/upload/content/area/1f1f79322c6d27b1dbbf009d9094f0b1.svg
  • https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://stage.sokolov.ru/upload/content/area/26ad66b0f0bb1efbb0aea1b0aeac800a.svg
  • https://stage.sokolov.ru/upload/content/area/b832960c3f0c40480c9293e5b3b5f089.svg
  • https://stage.sokolov.ru/upload/content/area/062aa6f7bd9925ab496599d8f10203d0.svg
  • https://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://stage.sokolov.ru/upload/content/area/f4d1232004ddb92acb6e26f924872b61.svg
  • https://stage.sokolov.ru/upload/content/area/2025c736f68b3ec222a8edf16fdca38f.svg
  • https://stage.sokolov.ru/upload/content/area/ed05b31c2846fae9c5fa8f5e313560fc.svg
  • https://stage.sokolov.ru/upload/content/area/29d1d4b139cde1bd01789c18f6882732.jpg
  • https://stage.sokolov.ru/upload/content/area/f77c187c912eed81b9a940d56f4e733f.jpg
  • https://stage.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg
  • https://stage.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg
  • https://stage.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.jpg
  • https://cdn.sokolov.ru/upload/content/area/29d1d4b139cde1bd01789c18f6882732.jpg
  • https://cdn.sokolov.ru/upload/content/area/f77c187c912eed81b9a940d56f4e733f.jpg
  • https://stage.sokolov.ru/upload/content/area/aacd8376c5eeab8dec4904e69f2fa2d7.jpg
  • https://stage.sokolov.ru/upload/content/area/d50e7d97286724aca1441de191909703.jpg
  • https://cdn.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg
  • https://cdn.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.jpg
  • https://cdn.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg
  • https://stage.sokolov.ru/upload/content/area/4a175e582f4323dd74687852cf297369.jpg
  • https://cdn.sokolov.ru/upload/content/area/aacd8376c5eeab8dec4904e69f2fa2d7.jpg
  • https://stage.sokolov.ru/upload/content/area/4754f43eedc890535a35cd5d5da5b413.jpg
  • https://stage.sokolov.ru/upload/content/area/7730846614634f1e713444e0c80a2198.jpg
  • https://stage.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://cdn.sokolov.ru/upload/content/area/4754f43eedc890535a35cd5d5da5b413.jpg
  • https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://cdn.sokolov.ru/upload/content/area/d50e7d97286724aca1441de191909703.jpg
  • https://cdn.sokolov.ru/upload/content/area/4a175e582f4323dd74687852cf297369.jpg
  • https://cdn.sokolov.ru/upload/content/area/7730846614634f1e713444e0c80a2198.jpg
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • Long cache headers is good (cacheHeadersLong)The page has 1 request that have a shorter cache time than 30 days (but still a cache time).99
    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
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 105.2 kB and uncompressed size is 776.3 kB. That is big and the CSS could most probably be smaller.50
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/e2bc761d19195b7f.css 63.0 KB513.2 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/074aa58628052733.css 6.7 KB49.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/7e6914a619aaaccf.css 5.7 KB35.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b227bf5eecb59a38.css 19.0 KB121.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/f2f640d30117f472.css 667 B1.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/d67471c075b0c8ff.css 766 B2.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/0bb0e379e51988ff.css 4.0 KB24.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/7d06de3534181a6c.css 624 B1.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/29d30e70ddab6860.css 988 B4.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/dc41697283a04350.css 989 B3.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/5513378153b0b486.css 425 B1.1 KB
    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 1 domain that serves more than 30 requests. frontend-stage-static.k8s.dev.sokolov.io got 53 requests. Improve performance by sharding those or move to HTTP/2.90
    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
  • Total image size shouldn't be too big (imageSize)The page total image size is 768.5 kB. 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 MB and the uncompressed size is 2.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-5f725713edbc8bd3.js 8.0 KB15.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-12a8921dab738876.js 65.4 KB204.9 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-3009f53060a4dd36.js 182.3 KB641.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4643-847f3cc1031a7680.js 35.0 KB120.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1389-6de8ec0aad0d4042.js 17.3 KB61.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1109-ff1a540d5aebdd53.js 10.6 KB33.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8313-ad4dc79ddc65bc33.js 13.7 KB41.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3273-19ca77c7c67e5539.js 6.5 KB17.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4965-ab9f88dcd4930cbb.js 393.0 KB535.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7905-8d4870e5198f25eb.js 10.4 KB38.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4721-9d576e117a435bcd.js 30.3 KB115.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/main/...6a0a6bb6377ca0.js 638 B638 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/EEjT0OurLdi4djYgho..._buildManifest.js 1.7 KB5.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/EEjT0OurLdi4djYgho7PP/_ssgManifest.js 77 B77 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5672.511a2d396ed718b6.js 1.8 KB4.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1541.9b8f48723d5a5e72.js 1.5 KB3.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3333.5660d6743cac2e26.js 17.0 KB55.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7811.4e161b19d93bd228.js 1.5 KB3.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1571.a1b61b0957d9338f.js 2.5 KB5.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7152.6296268524cf9ad9.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/5355.983e781220919010.js 903 B903 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.cde88d58e567c71a.js 280 B280 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9436-8b7e73a429627c4a.js 6.2 KB15.6 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/9843.ca968b13efa7ff3b.js 1.4 KB3.4 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/5123.a7ad076cb54663ae.js 26.3 KB80.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/91f5892f.ceac726038f76803.js 260 B260 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1423.9d0bbe34be4659f7.js 8.6 KB32.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9359.67c08b6f61cb7304.js 30.9 KB108.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8005.7672b23712230e28.js 2.1 KB6.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8114.18f858da31fff1c0.js 612 B612 B
    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 920 B1.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6422.ae882f6609710448.js 585 B1.0 KB
    https://cdn.diginetica.net/300/client-lite.js 77.2 KB301.4 KB
    Avoid using incorrect mime types (mimeTypes)The page has 2 misconfigured mime types. 98
    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://mltp.sokolov.io/collect
  • Make each CSS response small (optimalCssSize)https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/e2bc761d19195b7f.css size is 64.6 kB (64553) and that is bigger than the limit of 14.5 kB. https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b227bf5eecb59a38.css size is 19.5 kB (19482) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.80
    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/e2bc761d19195b7f.css 63.0 KB513.2 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b227bf5eecb59a38.css 19.0 KB121.4 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.2 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/ 9.9 KB57.6 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/e2bc761d19195b7f.css 63.0 KB513.2 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/074aa58628052733.css 6.7 KB49.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/7e6914a619aaaccf.css 5.7 KB35.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b227bf5eecb59a38.css 19.0 KB121.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/webpack-5f725713edbc8bd3.js 8.0 KB15.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-12a8921dab738876.js 65.4 KB204.9 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-3009f53060a4dd36.js 182.3 KB641.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4643-847f3cc1031a7680.js 35.0 KB120.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1389-6de8ec0aad0d4042.js 17.3 KB61.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1109-ff1a540d5aebdd53.js 10.6 KB33.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8313-ad4dc79ddc65bc33.js 13.7 KB41.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3273-19ca77c7c67e5539.js 6.5 KB17.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4965-ab9f88dcd4930cbb.js 393.0 KB535.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7905-8d4870e5198f25eb.js 10.4 KB38.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4721-9d576e117a435bcd.js 30.3 KB115.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/main/...6a0a6bb6377ca0.js 638 B638 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/EEjT0OurLdi4djYgho..._buildManifest.js 1.7 KB5.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/EEjT0OurLdi4djYgho7PP/_ssgManifest.js 77 B77 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/f2f640d30117f472.css 667 B1.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5672.511a2d396ed718b6.js 1.8 KB4.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/d67471c075b0c8ff.css 766 B2.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1541.9b8f48723d5a5e72.js 1.5 KB3.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/0bb0e379e51988ff.css 4.0 KB24.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3333.5660d6743cac2e26.js 17.0 KB55.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/7d06de3534181a6c.css 624 B1.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7811.4e161b19d93bd228.js 1.5 KB3.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/29d30e70ddab6860.css 988 B4.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1571.a1b61b0957d9338f.js 2.5 KB5.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7152.6296268524cf9ad9.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/5355.983e781220919010.js 903 B903 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/v4/content/area/main-banner-004/ 1.6 KB3.8 KB
    https://stage.sokolov.ru/api/v4/content/area/main-stories/ 2.8 KB13.4 KB
    https://stage.sokolov.ru/api/v4/content/area/navigation-block-008/ 1.7 KB8.3 KB
    https://stage.sokolov.ru/api/v5/profile/ 431 B110 B
    https://stage.sokolov.ru/api/v6/basket/easy-calculate/ 945 B379 B
    https://stage.sokolov.ru/api/v5/profile/products/ 727 B40 B
    https://stage.sokolov.ru/api/v5/handbooks/currency-rates/ 167 B155 B
    https://stage.sokolov.ru/api/v5/location/check/ 860 B134 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4349.cde88d58e567c71a.js 280 B280 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9436-8b7e73a429627c4a.js 6.2 KB15.6 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/dc41697283a04350.css 989 B3.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9843.ca968b13efa7ff3b.js 1.4 KB3.4 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.2 KB2.7 KB
    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/ 56 B56 B
    https://frontend-stage-static.k8s.dev.sokolov.io/meta/manifest.json 716 B716 B
    https://stage.sokolov.ru/api/v4/content/area/main-page-topline/ 717 B1.3 KB
    https://stage.sokolov.ru/api/v4/content/area/feedback-channels/ 675 B2.4 KB
    https://stage.sokolov.ru/api/v4/content/area/download-app-banner/ 824 B2.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/meta/favicon.ico 3.1 KB14.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5123.a7ad076cb54663ae.js 26.3 KB80.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/91f5892f.ceac726038f76803.js 260 B260 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1423.9d0bbe34be4659f7.js 8.6 KB32.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9359.67c08b6f61cb7304.js 30.9 KB108.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8005.7672b23712230e28.js 2.1 KB6.1 KB
    https://stage.sokolov.ru/ 15.5 KB16.1 KB
    https://stage.sokolov.ru/upload/content/area/e4b685c580b48a07767a1e036cf06c26.jpg?w=1920&h=844 0 b0 b
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8114.18f858da31fff1c0.js 612 B612 B
    https://stage.sokolov.ru/upload/content/area/68e58dc20cbd461fd14fc683592fca9b.svg 502 B946 B
    https://cdn.sokolov.ru/upload/content/area/e4b685c580b48a07767a1e036cf06c26.jpg?w=1920&h=844 178.6 KB178.1 KB
    https://stage.sokolov.ru/upload/content/area/1f1f79322c6d27b1dbbf009d9094f0b1.svg 357 B561 B
    https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg 0 b0 b
    https://mltp.sokolov.io/collect 0 b0 b
    https://stage.sokolov.ru/upload/content/area/26ad66b0f0bb1efbb0aea1b0aeac800a.svg 536 B997 B
    https://mltp.sokolov.io/collect 97 B2 B
    https://stage.sokolov.ru/upload/content/area/b832960c3f0c40480c9293e5b3b5f089.svg 500 B872 B
    https://stage.sokolov.ru/upload/content/area/062aa6f7bd9925ab496599d8f10203d0.svg 425 B803 B
    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 920 B1.5 KB
    https://stage.sokolov.ru/upload/content/area/f4d1232004ddb92acb6e26f924872b61.svg 410 B841 B
    https://stage.sokolov.ru/upload/content/area/2025c736f68b3ec222a8edf16fdca38f.svg 556 B1.3 KB
    https://stage.sokolov.ru/upload/content/area/ed05b31c2846fae9c5fa8f5e313560fc.svg 269 B342 B
    https://stage.sokolov.ru/upload/content/area/29d1d4b139cde1bd01789c18f6882732.jpg 0 b0 b
    https://stage.sokolov.ru/upload/content/area/f77c187c912eed81b9a940d56f4e733f.jpg 0 b0 b
    https://stage.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg 0 b0 b
    https://stage.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg 0 b0 b
    https://stage.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.jpg 0 b0 b
    https://mltp.sokolov.io/collect 97 B2 B
    https://cdn.sokolov.ru/upload/content/area/29d1d4b139cde1bd01789c18f6882732.jpg 16.0 KB15.8 KB
    https://cdn.sokolov.ru/upload/content/area/f77c187c912eed81b9a940d56f4e733f.jpg 13.3 KB13.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/5513378153b0b486.css 425 B1.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6422.ae882f6609710448.js 585 B1.0 KB
    https://stage.sokolov.ru/upload/content/area/aacd8376c5eeab8dec4904e69f2fa2d7.jpg 0 b0 b
    https://stage.sokolov.ru/upload/content/area/d50e7d97286724aca1441de191909703.jpg 0 b0 b
    https://cdn.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg 40.4 KB40.1 KB
    https://cdn.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.jpg 109.5 KB109.1 KB
    https://cdn.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg 76.5 KB76.2 KB
    https://stage.sokolov.ru/upload/content/area/4a175e582f4323dd74687852cf297369.jpg 0 b0 b
    https://cdn.sokolov.ru/upload/content/area/aacd8376c5eeab8dec4904e69f2fa2d7.jpg 8.1 KB7.8 KB
    https://stage.sokolov.ru/upload/content/area/4754f43eedc890535a35cd5d5da5b413.jpg 0 b0 b
    https://stage.sokolov.ru/upload/content/area/7730846614634f1e713444e0c80a2198.jpg 0 b0 b
    https://stage.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png 0 b0 b
    https://mltp.sokolov.io/collect 97 B2 B
    https://cdn.diginetica.net/300/client-lite.js 77.2 KB301.4 KB
    https://cdn.sokolov.ru/upload/content/area/4754f43eedc890535a35cd5d5da5b413.jpg 61.0 KB60.7 KB
    https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png 6.0 KB5.8 KB
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://cdn.sokolov.ru/upload/content/area/d50e7d97286724aca1441de191909703.jpg 4.9 KB4.6 KB
    https://cdn.sokolov.ru/upload/content/area/4a175e582f4323dd74687852cf297369.jpg 153.4 KB153.0 KB
    https://cdn.sokolov.ru/upload/content/area/7730846614634f1e713444e0c80a2198.jpg 49.8 KB49.5 KB
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    Don't use private headers on static content (privateAssets)The page has 5 requests with private headers. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.50
    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/
  • https://stage.sokolov.ru/
  • 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
  • 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 (100)

    Your best practice score is perfect!

    Privacy advice (78)

    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/
  • https://stage.sokolov.ru/
  • 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/
  • https://stage.sokolov.ru/
  • 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.

    Page info

    Page info
    TitleЮвелирная компания SOKOLOV. Официальный интернет магазин
    Width1904
    Height12417
    DOM elements961
    Avg DOM depth11
    Max DOM depth17
    Iframes4
    Script tags50
    Local storage3.4 KB
    Session storage679 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 Wappalyzer version 6.10.66. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyzer find more information about technologies used.

    TechnologyConfidenceCategory
    Amazon Web Services 100  PaaS
    HSTS 100  Security
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Interaction To Next Paint | Long Aninimation Frames | Metrics from CDP | Server timings | 

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)660 ms
    First Contentful Paint (FCP)2.204 s
    Largest Contentful Paint (LCP)3.584 s
    Cumulative Layout Shift (CLS)0.02
    Interaction to next paint (INP)600 ms
    Total Blocking Time (TBT)329 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP3594
    Time spent in recalculate style before FCP119.283 ms
    Extra timings
    TTFB660 ms
    First Paint1.488 s
    Load Event End1.753 s
    Fully loaded4.341 s
    User Timing marks
    Zone2.893 s
    Zone:ZoneAwarePromise2.893 s
    Zone:toString2.894 s
    Zone:util2.895 s
    Zone:legacy2.896 s
    Zone:timers2.896 s
    Zone:requestAnimationFrame2.896 s
    Zone:blocking2.897 s
    Zone:EventTarget2.897 s
    Zone:MutationObserver2.898 s
    Zone:IntersectionObserver2.899 s
    Zone:FileReader2.899 s
    Zone:on_property2.899 s
    Zone:customElements2.927 s
    Zone:XHR2.927 s
    Zone:geolocation2.927 s
    Zone:PromiseRejectionEvent2.928 s
    Zone:queueMicrotask2.928 s
    fbevents:start:unwantedDataProcessing_53974043619496815.051 s
    fbevents:end:unwantedDataProcessing_53974043619496815.052 s
    fbevents:start:unwantedParamsProcessing_53974043619496815.052 s
    fbevents:start:validateUrlProcessing_53974043619496815.052 s
    fbevents:end:validateUrlProcessing_53974043619496815.052 s
    User Timing measures
    NameStart timeDuration
    Next.js-before-hydration0 ms1.739 s
    Next.js-hydration1.739 s211 ms
    Zone2.893 s0 ms
    Zone:ZoneAwarePromise2.893 s1 ms
    Zone:toString2.894 s0 ms
    Zone:util2.895 s1 ms
    Zone:legacy2.896 s0 ms
    Zone:timers2.896 s1 ms
    Zone:requestAnimationFrame2.896 s0 ms
    Zone:blocking2.897 s0 ms
    Zone:EventTarget2.897 s1 ms
    Zone:MutationObserver2.898 s0 ms
    Zone:IntersectionObserver2.899 s0 ms
    Zone:FileReader2.899 s0 ms
    Zone:on_property2.899 s27 ms
    Zone:customElements2.927 s0 ms
    Zone:XHR2.927 s0 ms
    Zone:geolocation2.927 s0 ms
    Zone:PromiseRejectionEvent2.928 s0 ms
    Zone:queueMicrotask2.928 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 typeDIV
    Element/tag<div class="image_lazy-load__Wso7t image_loaded__8YbPx SklvTextWithPhotoSlide_sklv-slide-text__img__PcAAE" style="background-image: url(&quot;https://stage.sokolov.ru/upload/content/area/e4b685c580b48a07767a1e036cf06c26.jpg?w=1920&amp;h=844&quot;);"></div>
    Render time 3.584 s
    Element render delay312 ms
    TTFB660 ms
    Resource delay2.310 s
    Resource load duration301 ms
    Elements that needed recalculate style before LCP8272
    Time spent in recalculate style before LCP357.1 ms
    Load time3.311 s
    URL https://stage.sokolo...a1e036cf06c26.jpg
    Size (width*height)1606976
    DOM path
    div#__next > div#catalog > div:eq(0) > main > div > div > section:eq(0) > div > div > div > div > div > a > div > div> div#__next > div#catalog > div:eq(0) > main > div > div > section:eq(0) > div > div > div > div > div > a > div > div>
    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.

    The Largest Contentful Paint API highlighted this image as a part of the LCP.

    LCP

    Detected Cumulative Layout Shift

    0.01685 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.01103<main class="mainLayout_main__L9rDe"></main>
    body > div#__next > div#catalog > div:eq(0) > main
    0.00366<div class="Text_search__3MlXF"></div>,<div class="HeaderBottom_header-bottom_right__7W_NU"></div>
    body > div#__next > div#catalog > div:eq(0) > header > div:eq(1) > div:eq(1) > div:eq(1) > div,body > div#__next > div#catalog > div:eq(0) > header > div:eq(1) > div:eq(1) > div:eq(2)
    0.00086<button class="TopLine_promo-topline__close__NxqbX"></button>,<div class="Header_header__inner__wmRSn Header_header_main__dMe4L"></div>
    body > div#__next > div#catalog > div:eq(0) > header > div:eq(0) > button,body > div#__next > div#catalog > div:eq(0) > header > div:eq(1)
    0.00083<section class="DataProvider_sklv-main-section__wXrbC DataProvider_sklv-main-section_main-stories__vSpSr"></section>
    body > div#__next > div#catalog > div:eq(0) > main > div > div > section:eq(1)
    0.00038<div class="Header_header__inner__wmRSn Header_header_main__dMe4L"></div>
    body > div#__next > div#catalog > div:eq(0) > header > div:eq(1)
    0.00009<span class="CitySelectButton_city-text___XqH_"></span>,<button class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_borderless__776ey" types="borderless" data-qa="header_shops_map_btn"></button>,<button class="ButtonDeprecated_sklv-button__Wy8xr HeaderTop_header-top_left-delivery__GG_8X" types=""></button>
    body > div#__next > div#catalog > div:eq(0) > header > div:eq(1) > div:eq(0) > div:eq(1) > div:eq(1) > div:eq(0) > button > span,body > div#__next > div#catalog > div:eq(0) > header > div:eq(1) > div:eq(0) > div:eq(1) > div:eq(2) > a > button,body > div#__next > div#catalog > div:eq(0) > header > div:eq(1) > div:eq(0) > div:eq(1) > a > button
    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.

    Interaction to Next Paint

    Interaction to Next Paint (INP) is a metric that try to measure responsiveness. It's useful if you are testing user journeys. Read more about Interaction to Next Paint.

    The measured latency was 600 ms.

    Event typepointerover
    Element type
    Element class name
    Event target
    Load state when the event happeneddom-interactive

    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
    307.5 ms351.9 ms14.5 ms14.1 ms0.4 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-12a8921dab738876.js

    Forced Style And Layout Duration: 17 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    295.9 ms308.6 ms40.9 ms39.6 ms1.3 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
    246 ms303.5 ms3.1 ms2.3 ms0.8 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-12a8921dab738876.js

    Forced Style And Layout Duration: 72 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    168.6 ms215.2 ms6.2 ms5.6 ms0.6 ms
    https://code.jivo.ru/js/bundle_ru_RU.js?rand=1743165711

    Forced Style And Layout Duration: 3 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    107.1 ms154.8 ms2.7 ms1.7 ms1 ms
    https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&l=dataLayer&cx=c&gtm=45He5410h2v812083218za200&tag_exp=102788824~102803279~102813109~102887799~102926062~102975949~102976415

    Forced Style And Layout Duration: 3 ms

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&l=dataLayer&cx=c&gtm=45He5410h2v812083218za200&tag_exp=102788824~102803279~102813109~102887799~102926062~102975949~102976415
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    91.1 ms5.1 ms140 ms138.6 ms1.4 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9359.67c08b6f61cb7304.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    63.5 ms106.2 ms12.2 ms11.3 ms0.9 ms
    https://www.googletagmanager.com/gtm.js?id=GTM-KR3RXB9

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

    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9359.67c08b6f61cb7304.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    62.9 ms123.9 ms2.1 ms0.7 ms1.4 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-3009f53060a4dd36.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    44 ms111.9 ms8 ms3.7 ms4.3 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-3009f53060a4dd36.js

    Forced Style And Layout Duration: 44 ms

    Invoker:  Response.json.then
    Invoker Type: resolve-promise
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    35 ms68 ms17.8 ms17.5 ms0.3 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/main/client-ba6a0a6bb6377ca0.js

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

    Server timings

    namedurationdescription
    nginx_request_time0.644
    nginx_upstream_connect_time0.004
    nginx_upstream_header_time0.644
    nginx_upstream_response_time0

    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
    JSEventListeners695
    LayoutObjects788
    MediaKeySessions0
    MediaKeys0
    Nodes1144
    Resources84
    ContextLifecycleStateObservers144
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers9
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents68
    LayoutCount96
    RecalcStyleCount760
    LayoutDuration50
    RecalcStyleDuration1049
    DevToolsCommandDuration42
    ScriptDuration1487
    V8CompileDuration2
    TaskDuration5179
    TaskOtherDuration2549
    ThreadTime5
    ProcessTime10
    JSHeapUsedSize13325104
    JSHeapTotalSize52453376
    FirstMeaningfulPaint2204
    | 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 requests115
    Total domains7
    Total transfer size2.1 MB
    Total content size4.3 MB
    Responses missing compression43
    Number of cookies10
    Third party cookies0
    Requests per response code
    20097
    2023
    2041
    30213
    4041

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html1.2 KB25.4 KB73.7 KB2
    css8.2 KB102.8 KB758.1 KB11
    javascript30.5 KB999.9 KB2.5 MB41
    image1.0 KB747.9 KB744.0 KB16
    font0 b208.2 KB206.8 KB4
    json7.6 KB12.9 KB35.4 KB13
    other573 B0 b0 b2
    favicon733 B3.1 KB14.7 KB1
    svg4.4 KB3.5 KB6.5 KB8
    plain0 b291 B6 B3
    Total54.2 KB2.1 MB4.3 MB101

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    stage.sokolov.ru13.063 s41.5 KB115.0 KB35
    cdn.sokolov.ru1.212 s956.0 KB950.6 KB17
    frontend-stage-static.k8s.dev.sokolov.io4.665 s1.0 MB3.0 MB53
    sokolov-b2c-seo.k8s.dev.sokolov.io28 msN/A56 B2
    mltp.sokolov.io156 ms291 B6 B4
    cdn.diginetica.net138 ms77.2 KB301.4 KB1
    tracking.diginetica.net153 ms111 B111 B3

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 year
    Last modified1 week1 week2 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html15.5 KB1
    css8.3 KB7
    javascript193.5 KB26
    image747.9 KB16
    font0 b0
    json12.9 KB13
    other0 b2
    favicon3.1 KB1
    svg3.5 KB8
    plain291 B3
    Total984.9 KB91

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html15.5 KB1
    css8.3 KB7
    javascript193.5 KB26
    image747.9 KB16
    font0 b0
    json12.9 KB13
    other0 b2
    favicon3.1 KB1
    svg3.5 KB8
    plain291 B3
    Total984.9 KB91

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    000

    Render information

    URLType
    https://frontend-sta...9f88dcd4930cbb.jsnon_blocking
    https://frontend-sta...09f53060a4dd36.jsnon_blocking
    https://cdn.digineti...00/client-lite.jsnon_blocking
    https://frontend-sta...a8921dab738876.jsnon_blocking
    https://frontend-sta...c761d19195b7f.cssnon_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...7f3cc1031a7680.jsnon_blocking
    https://frontend-sta...33f27b2dfdcc1f.jsnon_blocking
    https://frontend-sta...c08b6f61cb7304.jsnon_blocking
    https://frontend-sta...576e117a435bcd.jsnon_blocking
    https://frontend-sta...ad076cb54663ae.jsnon_blocking
    https://frontend-sta...7bf5eecb59a38.cssnon_blocking
    https://frontend-sta...e8ec0aad0d4042.jsnon_blocking
    https://frontend-sta...60d6743cac2e26.jsnon_blocking
    https://frontend-sta...4dc79ddc65bc33.jsnon_blocking
    https://frontend-sta...1a540d5aebdd53.jsnon_blocking
    https://frontend-sta...4870e5198f25eb.jsnon_blocking
    https://frontend-sta...0bbe34be4659f7.jsnon_blocking
    https://frontend-sta...725713edbc8bd3.jsnon_blocking
    https://frontend-sta...cdcc44c06b3a97.jsnon_blocking
    https://frontend-sta...aa58628052733.cssnon_blocking
    https://frontend-sta...ca77c7c67e5539.jsnon_blocking
    https://frontend-sta...7e73a429627c4a.jsnon_blocking
    https://frontend-sta...914a619aaaccf.cssnon_blocking
    https://frontend-sta...0e379e51988ff.cssdynamically_injected_non_blocking
    https://frontend-sta...b61b0957d9338f.jsnon_blocking
    https://frontend-sta...72b23712230e28.jsnon_blocking
    https://frontend-sta...1a2d396ed718b6.jsnon_blocking
    https://frontend-sta..._buildManifest.jsnon_blocking
    https://frontend-sta...161b19d93bd228.jsnon_blocking
    https://frontend-sta...8f48723d5a5e72.jsnon_blocking
    https://frontend-sta...968b13efa7ff3b.jsnon_blocking
    https://frontend-sta...96268524cf9ad9.jsnon_blocking
    https://frontend-sta...1697283a04350.cssdynamically_injected_non_blocking
    https://frontend-sta...30e70ddab6860.cssdynamically_injected_non_blocking
    https://frontend-sta...ac3b8b55b95e77.jsnon_blocking
    https://frontend-sta...3e781220919010.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...471c075b0c8ff.cssdynamically_injected_non_blocking
    https://frontend-sta...cb04399386cb06.jsnon_blocking
    https://frontend-sta...1bac4a22023b4a.jsnon_blocking
    https://frontend-sta...640d30117f472.cssdynamically_injected_non_blocking
    https://frontend-sta...6a0a6bb6377ca0.jsnon_blocking
    https://frontend-sta...6de3534181a6c.cssdynamically_injected_non_blocking
    https://frontend-sta...f858da31fff1c0.jsnon_blocking
    https://frontend-sta...882f6609710448.jsnon_blocking
    https://frontend-sta...3378153b0b486.cssdynamically_injected_non_blocking
    https://frontend-sta...e88d58e567c71a.jsnon_blocking
    https://frontend-sta...ac726038f76803.jsnon_blocking
    https://frontend-sta...P/_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 329
    Max Potential First Input Delay 305
    Long Tasks before First Paint1110
    Long Tasks before First Contentful Paint5899
    Long Tasks before Largest Contentful Paint81123
    Long Tasks after Load Event End61164
    Total Long Tasks91428

    CPU last long task happened at 3.876 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self1367110window
    unknown155887window
    self168767window
    self1775343window
    self2153292window
    self273573window
    self332085window
    self352566window
    self3876305window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML24
    styleLayout744
    paintCompositeRender374
    scriptParseCompile2
    scriptEvaluation1900
    garbageCollection65
    other1010
    Events (ms)
    FunctionCall1230
    RunTask753
    UpdateLayoutTree695
    RunMicrotasks438
    Paint245
    v8.run146
    PrePaint80
    PaintImage78
    Layerize71
    Layout49
    UpdateLayer41
    Commit40
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL33
    IntersectionObserverController::computeIntersections27
    v8.callFunction21
    V8.HandleInterrupts19
    V8.BytecodeBudgetInterrupt17
    V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING14
    V8.GC_SCAVENGER_SCAVENGE11
    ParseHTML11

    Time spent per request

    URLCPU time (ms)
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-12a8921dab738876.js1123
    https://cdn.diginetica.net/300/client-lite.js311
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4643-847f3cc1031a7680.js251
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9359.67c08b6f61cb7304.js194
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-3009f53060a4dd36.js116
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5123.a7ad076cb54663ae.js76
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/main/client-ba6a0a6bb6377ca0.js53
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3333.5660d6743cac2e26.js42
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9843.ca968b13efa7ff3b.js25
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1571.a1b61b0957d9338f.js24
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5672.511a2d396ed718b6.js24
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/main-8933f27b2dfdcc1f.js23

    CPU time spent

    Tool/domainTime (ms)
    frontend-stage-static.k8s.dev.sokolov.io1949.6
    cdn.diginetica.net310.8
    | Categories | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

    CategoryRequests
    CategoryNumber of tools

    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
    tracking.diginetica.net

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html1.2 KB25.4 KB73.7 KB2
    css8.2 KB102.8 KB758.1 KB11
    javascript30.0 KB922.6 KB2.2 MB40
    image0 b747.8 KB743.8 KB13
    font0 b208.2 KB206.8 KB4
    json7.6 KB12.9 KB35.4 KB13
    other573 B0 b0 b2
    favicon733 B3.1 KB14.7 KB1
    svg4.4 KB3.5 KB6.5 KB8
    plain0 b291 B6 B3
    Total59.7 KB2.0 MB4.0 MB111

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b0 b0 b0
    javascript555 B77.2 KB301.4 KB1
    image1.0 KB111 B111 B3
    font0 b0 b0 b0
    Total1.5 KB77.3 KB301.5 KB4
    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.2. Read more about axe-core .

    Violations

    critical
    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 does not have an implicit (wrapped) <label> Element does not have an explicit <label> Element's default semantics were not overridden with role="none" or role="presentation"
    • <button class="TopLine_promo-topline__close__NxqbX">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT IconButton_icon-button__rbJuu NavigationButton_navigation-button__hQ0nc NavigationButton_navigation-button_no-text__qPhxD HeaderTop_header-btn-nav-icon__cPL9m" type="button" data-qa="header_favorites_btn">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT IconButton_icon-button__rbJuu NavigationButton_navigation-button__hQ0nc NavigationButton_navigation-button_no-text__qPhxD HeaderTop_header-btn-nav-icon__cPL9m" type="button" data-qa="header_to_basket_btn">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT IconButton_icon-button__rbJuu NavigationButton_navigation-button__hQ0nc NavigationButton_navigation-button_no-text__qPhxD HeaderTop_header-btn-nav-icon__cPL9m" type="button" 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="NavigationButton_sklv__swiper-btn__pVebn NavigationButton_sklv__swiper-btn_prev__UB5ma NavigationButton_sklv__swiper-btn_navigation__T_kAh swiper-button-disabled" disabled="">
    • <button type="button" class="NavigationButton_sklv__swiper-btn__pVebn NavigationButton_sklv__swiper-btn_next__gOkQn NavigationButton_sklv__swiper-btn_navigation__T_kAh">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button>
    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 class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT Button_button__primary__8IzQd CatalogButton_catalog-btn_big__RZdeX" type="button" data-qa="header_catalog_nav_open_btn">
    • <p class="NavigationNew_sklv-main-navigation_wrapper__text__Cd6Mf">Каталог</p>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd Products_products_more_button__9nPrh" type="button">Еще товары</button>
    minor
    Headings should not be empty (cat.name-role-value,best-practice) - empty-headingEnsure headings have discernible 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
    • <h2 class="Products_products_title__Prq1z"></h2>
    • <h2 class="Products_products_title__Prq1z"></h2>
    • <h2 class="Products_products_title__Prq1z"></h2>
    • <h2 class="Products_products_title__Prq1z"></h2>
    • <h2 class="Products_products_title__Prq1z"></h2>
    • <h2 class="Products_products_title__Prq1z"></h2>
    • <h2 class="Products_products_title__Prq1z"></h2>
    • <h2 class="Products_products_title__Prq1z"></h2>
    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 class="TopLine_sklv-topline__link__BIztV" href="/ecom/06022025-30/"></a>
    • <a class="ButtonBase_button__PDJz2 ButtonBase_link__TyRSd" target="_self" href="https://stage.sokolov.ru/favorites/">
    • <a class="ButtonBase_button__PDJz2 ButtonBase_link__TyRSd" target="_self" href="https://stage.sokolov.ru/basket/">
    • <a href="/jewelry-catalog/premiums/">
    • <a class="SklvTextWithPhotoSlide_sklv-slide-text__SPAK8" href="/jewelry-catalog/additional-sale30/?stock=Y">
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button></a>
    <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
    Page should contain a level-one heading (cat.semantics,best-practice) - page-has-heading-oneEnsure that the page, or at least one of its frames contains a level-one heading
    Fix all of the following: Page must have a level-one heading
    • <html lang="ru" prefix="og: http://ogp.me/ns#" itemscope="" itemtype="http://schema.org/WebPage" class="popmechanic-desktop popmechanic-landscape popmechanic-loaded">