Run 3 summary

https://stage.sokolov.ru

Tested 2025-04-01 02:19:03 using Chrome 134.0.6998.35 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score56
Total page size3.1 MB
Requests149
Timing metrics
TTFB552 ms
First Paint1.620 s
Fully Loaded13.614 s
Google Web Vitals
TTFB552 ms
First Contentful Paint (FCP) 1.620 s
Largest Contentful Paint (LCP) 2.884 s
Cumulative Layout Shift (CLS) 0.02
608 ms
Total Blocking Time614 ms
Max Potential FID239 ms
CPU metrics
CPU long tasks13
CPU last long task happens at13.436 s
Visual Metrics
First Visual Change1.634 s
Speed Index2.870 s
Visual Complete 85%2.867 s
Visual Complete 99%3.567 s
Last Visual Change3.867 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
1.1 sCPU Long Task duration 70 ms
1.2 sDOM Content Loaded Time 1.189 sCPU Long Task duration 294 ms
1.6 sCPU Long Task duration 386 ms
1.7 sFirst Contentful Paint 1.620 sFirst Visual Change 1.634 s
2 sLayout Shift 0.00001 1.930 s
2.1 s
2.2 sPage Load Time 2.187 sLayout Shift 0.00009 2.189 sCPU Long Task duration 75 ms
2.3 s
2.4 s
2.5 s
2.6 sLayout Shift 0.00083 2.524 sLayout Shift 0.00366 2.590 s
2.7 sCPU Long Task duration 53 msCPU Long Task duration 61 ms
2.8 s
2.9 sLayout Shift 0.01103 2.862 sVisual Complete 85% 2.867 sVisual Complete 95% 2.867 sLCP <DIV> 2.884 sLayout Shift 0.00038 2.888 s
3 s
3.1 sCPU Long Task duration 238 ms
3.3 sLayout Shift 0.00059 3.281 s
3.4 s
3.5 s
3.6 sVisual Complete 99% 3.567 s
3.7 s
3.8 s
3.9 sLast Visual Change 3.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.1.1.

I am the coach

Coach score

Performance advice (56)

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
  • 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 2.884 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 15 CPU long tasks with the total of 2.177 s. The total blocking time is 827 ms and 3 long tasks before first contentful paint with total time of 750 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
  • 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 17 redirects. 13 of the redirects are from the base domain, please fix them! 4 requests are from other domains, it could be 3rd-party assets doing unnecessary redirects. :(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/f77c187c912eed81b9a940d56f4e733f.jpg
  • https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.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
  • https://stage.sokolov.ru/upload/content/area/29d1d4b139cde1bd01789c18f6882732.jpg
  • https://vk.com/js/api/openapi.js?160
  • https://vk.com/js/api/openapi.js?154
  • https://mc.yandex.ru/watch/23858248...ru/watch/23858248
  • https://mc.yandex.ru/watch/55653682...ru/watch/55653682
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 65 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 827.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://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://stage.sokolov.ru/upload/content/area/68e58dc20cbd461fd14fc683592fca9b.svg
  • https://stage.sokolov.ru/upload/content/area/1f1f79322c6d27b1dbbf009d9094f0b1.svg
  • 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://stage.sokolov.ru/upload/content/area/e4b685c580b48a07767a1e036cf06c26.jpg?w=1920&h=844
  • 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/f77c187c912eed81b9a940d56f4e733f.jpg
  • https://frontend-stage-static.k8s.dev.sokolov.io/meta/manifest.json
  • https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://cdn.sokolov.ru/upload/content/area/e4b685c580b48a07767a1e036cf06c26.jpg?w=1920&h=844
  • https://stage.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg
  • https://cdn.sokolov.ru/upload/content/area/f77c187c912eed81b9a940d56f4e733f.jpg
  • https://stage.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg
  • https://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://frontend-stage-static.k8s.dev.sokolov.io/meta/favicon.ico
  • 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://cdn.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg
  • https://cdn.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg
  • https://cdn.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.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://cdn.sokolov.ru/upload/content/area/aacd8376c5eeab8dec4904e69f2fa2d7.jpg
  • 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/4754f43eedc890535a35cd5d5da5b413.jpg
  • https://stage.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://cdn.sokolov.ru/upload/content/area/7730846614634f1e713444e0c80a2198.jpg
  • https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://stage.sokolov.ru/upload/content/area/29d1d4b139cde1bd01789c18f6882732.jpg
  • https://cdn.sokolov.ru/upload/content/area/29d1d4b139cde1bd01789c18f6882732.jpg
  • 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://node-sber1-az1-23.jivo.ru/widget/status/2159514/GLtGVo64Af?rnd=0.4889809201529898
  • https://vk.com/js/api/openapi.js?160
  • https://vk.com/js/api/openapi.js?154
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://vk.com/dist/public/api/openapi.7fd8db35650ba51a8f05c0269f8a1e87.js?160
  • https://vk.com/dist/public/api/openapi.7fd8db35650ba51a8f05c0269f8a1e87.js?154
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • https://mc.yandex.ru/watch/23858248...ru/watch/23858248
  • https://mc.yandex.ru/watch/55653682...ru/watch/55653682
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://mc.yandex.ru/watch/55653682/1.../watch/55653682/1
  • https://mc.yandex.ru/watch/23858248/1.../watch/23858248/1
  • Long cache headers is good (cacheHeadersLong)The page has 22 requests that have a shorter cache time than 30 days (but still a cache time).78
    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://www.googletagmanager.com/gtm.js?id=GTM-KR3RXB9
  • https://code.jivo.ru/widget/GLtGVo64Af
  • https://code.jivo.ru/script/widget/config/GLtGVo64Af
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://api.mindbox.ru/scripts/v1/tracker.js
  • https://connect.facebook.net/en_US/fbevents.js
  • https://top-fwz1.mail.ru/js/code.js
  • https://sokolov.api.useinsider.com/ins.js?id=10002265
  • https://cdn.segmentstream.com/project/abf4e2e6-9394-463f-a0d7-87e35d1dcaf9.js
  • https://mc.yandex.ru/metrika/tag.js
  • https://code.jivo.ru/js/bundle_ru_RU.js?rand=1743165711
  • https://web-static.mindbox.ru/js/byendpoint/sokolov.sokolovjewelry.kz.js?_=5811579
  • https://www.googletagmanager.com/gtag/destination.../gtag/destination
  • https://privacy-cs.mail.ru/static/sync-loader.js
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=2636907
  • https://connect.facebook.net/signals/config/539740436194968...g/539740436194968
  • https://code.jivo.ru/css/e055456/widget.css
  • https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&cx=c&_slc=1
  • https://mc.yandex.ru/metrika/advert.gif
  • https://code.jivo.ru/css/e055456/omnichannelMenu.widget.css
  • https://code.jivo.ru/js/e055456/omnichannelMenu.js
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 133.1 kB and uncompressed size is 921.4 kB. That is big and the CSS could most probably be smaller.0
    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 662 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 629 B1.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/29d30e70ddab6860.css 983 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
    https://code.jivo.ru/css/e055456/widget.css 25.8 KB137.2 KB
    https://code.jivo.ru/css/e055456/omnichannelMenu.widget.css 1.5 KB4.5 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 49 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.8 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 2 MB and the uncompressed size is 6.2 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.2 KB641.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4643-847f3cc1031a7680.js 34.9 KB120.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1389-6de8ec0aad0d4042.js 17.4 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/8114.18f858da31fff1c0.js 612 B612 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6422.ae882f6609710448.js 585 B1.0 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://cdn.diginetica.net/300/client-lite.js 77.2 KB301.4 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-KR3RXB9 137.6 KB463.9 KB
    https://code.jivo.ru/widget/GLtGVo64Af 6.2 KB17.3 KB
    https://code.jivo.ru/script/widget/config/GLtGVo64Af 1.9 KB4.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9081.0b8856f86ba7bc13.js 611 B611 B
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 114.1 KB329.4 KB
    https://api.mindbox.ru/scripts/v1/tracker.js 24.9 KB81.5 KB
    https://connect.facebook.net/en_US/fbevents.js 66.2 KB262.0 KB
    https://top-fwz1.mail.ru/js/code.js 19.6 KB46.3 KB
    https://sokolov.api.useinsider.com/ins.js?id=10002265 497 B0 b
    https://cdn.segmentstream.com/project/abf4e2e6-9394-463f-a0d7-87e35d1dcaf9.js 4.0 KB20.5 KB
    https://mc.yandex.ru/metrika/tag.js 80.4 KB237.3 KB
    https://code.jivo.ru/js/bundle_ru_RU.js?rand=1743165711 270.3 KB1.1 MB
    https://www.google-analytics.com/analytics.js 21.1 KB51.7 KB
    https://web-static.mindbox.ru/js/byendpoint/sokolov.sokolovjewelry.kz.js?_=5811579 5.6 KB0 b
    https://www.googletagmanager.com/gtag/destination.../gtag/destination 109.1 KB317.3 KB
    https://vk.com/dist/public/api/openapi.7fd8db35650ba51a8f05c0269f8a1e87.js?160 17.4 KB56.3 KB
    https://vk.com/dist/public/api/openapi.7fd8db35650ba51a8f05c0269f8a1e87.js?154 17.4 KB56.3 KB
    https://privacy-cs.mail.ru/static/sync-loader.js 21.3 KB82.6 KB
    https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=2636907 2.3 KB3.5 KB
    https://connect.facebook.net/signals/config/539740436194968...g/539740436194968 13.4 KB64.9 KB
    https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&cx=c&_slc=1 114.9 KB332.0 KB
    https://code.jivo.ru/js/e055456/omnichannelMenu.js 14.7 KB57.7 KB
    Make each CSS response small (optimalCssSize)https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/e2bc761d19195b7f.css size is 64.5 kB (64516) 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 (19489) and that is bigger than the limit of 14.5 kB. https://code.jivo.ru/css/e055456/widget.css size is 26.4 kB (26427) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.70
    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
    https://code.jivo.ru/css/e055456/widget.css 25.8 KB137.2 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 3.3 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.2 KB641.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4643-847f3cc1031a7680.js 34.9 KB120.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1389-6de8ec0aad0d4042.js 17.4 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 662 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 629 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 983 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/v6/basket/easy-calculate/ 943 B379 B
    https://stage.sokolov.ru/api/v5/profile/ 431 B110 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/ 960 B2.7 KB
    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/_next/static/chunks/8114.18f858da31fff1c0.js 612 B612 B
    https://stage.sokolov.ru/ 57.0 KB57.6 KB
    https://stage.sokolov.ru/upload/content/area/68e58dc20cbd461fd14fc683592fca9b.svg 502 B946 B
    https://stage.sokolov.ru/upload/content/area/1f1f79322c6d27b1dbbf009d9094f0b1.svg 357 B561 B
    https://stage.sokolov.ru/upload/content/area/26ad66b0f0bb1efbb0aea1b0aeac800a.svg 536 B997 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://stage.sokolov.ru/upload/content/area/e4b685c580b48a07767a1e036cf06c26.jpg?w=1920&h=844 0 b0 b
    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/f77c187c912eed81b9a940d56f4e733f.jpg 0 b0 b
    https://frontend-stage-static.k8s.dev.sokolov.io/meta/manifest.json 716 B716 B
    https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg 0 b0 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/29692ce29bea0ed9fc48a32b78e96577.jpg 0 b0 b
    https://cdn.sokolov.ru/upload/content/area/f77c187c912eed81b9a940d56f4e733f.jpg 13.3 KB13.1 KB
    https://stage.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg 0 b0 b
    https://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg 30.4 KB30.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/meta/favicon.ico 3.1 KB14.7 KB
    https://stage.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.jpg 0 b0 b
    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://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://cdn.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg 76.5 KB76.2 KB
    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://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/4a175e582f4323dd74687852cf297369.jpg 0 b0 b
    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://cdn.sokolov.ru/upload/content/area/aacd8376c5eeab8dec4904e69f2fa2d7.jpg 8.1 KB7.8 KB
    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/4754f43eedc890535a35cd5d5da5b413.jpg 61.0 KB60.7 KB
    https://stage.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png 0 b0 b
    https://cdn.sokolov.ru/upload/content/area/7730846614634f1e713444e0c80a2198.jpg 49.8 KB49.5 KB
    https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png 6.0 KB5.8 KB
    https://stage.sokolov.ru/upload/content/area/29d1d4b139cde1bd01789c18f6882732.jpg 0 b0 b
    https://cdn.diginetica.net/300/client-lite.js 77.2 KB301.4 KB
    https://cdn.sokolov.ru/upload/content/area/29d1d4b139cde1bd01789c18f6882732.jpg 16.0 KB15.8 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
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://www.googletagmanager.com/gtm.js?id=GTM-KR3RXB9 137.6 KB463.9 KB
    https://code.jivo.ru/widget/GLtGVo64Af 6.2 KB17.3 KB
    https://code.jivo.ru/script/widget/config/GLtGVo64Af 1.9 KB4.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9081.0b8856f86ba7bc13.js 611 B611 B
    https://node-sber1-az1-23.jivo.ru/widget/status/2159514/GLtGVo64Af?rnd=0.4889809201529898 659 B308 B
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 114.1 KB329.4 KB
    https://api.mindbox.ru/scripts/v1/tracker.js 24.9 KB81.5 KB
    https://connect.facebook.net/en_US/fbevents.js 66.2 KB262.0 KB
    https://top-fwz1.mail.ru/js/code.js 19.6 KB46.3 KB
    https://sokolov.api.useinsider.com/ins.js?id=10002265 497 B0 b
    https://cdn.segmentstream.com/project/abf4e2e6-9394-463f-a0d7-87e35d1dcaf9.js 4.0 KB20.5 KB
    https://mc.yandex.ru/metrika/tag.js 80.4 KB237.3 KB
    https://vk.com/js/api/openapi.js?160 N/A0 b
    https://code.jivo.ru/js/bundle_ru_RU.js?rand=1743165711 270.3 KB1.1 MB
    https://www.google-analytics.com/analytics.js 21.1 KB51.7 KB
    https://vk.com/js/api/openapi.js?154 N/A0 b
    https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.687&transport=XmlHttpRequest 745 B134 B
    https://web-static.mindbox.ru/js/byendpoint/sokolov.sokolovjewelry.kz.js?_=5811579 5.6 KB0 b
    https://www.googletagmanager.com/gtag/destination.../gtag/destination 109.1 KB317.3 KB
    https://analytics.google.com/g/collect...gle.com/g/collect N/A0 b
    https://analytics.google.com/g/collect...gle.com/g/collect N/A0 b
    https://www.google.ru/ads/ga-audiences.../ads/ga-audiences 63 B42 B
    https://vk.com/dist/public/api/openapi.7fd8db35650ba51a8f05c0269f8a1e87.js?160 17.4 KB56.3 KB
    https://vk.com/dist/public/api/openapi.7fd8db35650ba51a8f05c0269f8a1e87.js?154 17.4 KB56.3 KB
    https://www.google-analytics.com/j/collect...ics.com/j/collect 465 B15 B
    https://privacy-cs.mail.ru/static/sync-loader.js 21.3 KB82.6 KB
    https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=2636907 2.3 KB3.5 KB
    https://top-fwz1.mail.ru/counter...1.mail.ru/counter 1.4 KB43 B
    https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer 1.4 KB43 B
    https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer 1.4 KB43 B
    https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker 1.3 KB43 B
    https://connect.facebook.net/signals/config/539740436194968...g/539740436194968 13.4 KB64.9 KB
    https://code.jivo.ru/css/e055456/widget.css 25.8 KB137.2 KB
    https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&cx=c&_slc=1 114.9 KB332.0 KB
    https://mc.yandex.ru/metrika/advert.gif 618 B43 B
    https://mc.yandex.ru/watch/23858248...ru/watch/23858248 N/A0 b
    https://mc.yandex.ru/watch/55653682...ru/watch/55653682 N/A0 b
    https://code.jivo.ru/css/e055456/omnichannelMenu.widget.css 1.5 KB4.5 KB
    https://code.jivo.ru/js/e055456/omnichannelMenu.js 14.7 KB57.7 KB
    https://vk.com/rtrg...tps://vk.com/rtrg 520 B49 B
    https://mc.yandex.ru/watch/55653682/1.../watch/55653682/1 N/A0 b
    https://mc.yandex.ru/watch/23858248/1.../watch/23858248/1 N/A0 b
    https://code.jivo.ru/sounds/agent_message.mp3 3.9 KB3.7 KB
    https://code.jivo.ru/sounds/notification.mp3 5.8 KB5.7 KB
    https://code.jivo.ru/sounds/outgoing_message.mp3 5.0 KB4.9 KB
    Don't use private headers on static content (privateAssets)The page has 17 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.0
    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
  • https://www.googletagmanager.com/gtm.js?id=GTM-KR3RXB9
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://top-fwz1.mail.ru/js/code.js
  • https://www.googletagmanager.com/gtag/destination.../gtag/destination
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=2636907
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&cx=c&_slc=1
  • https://mc.yandex.ru/watch/55653682/1.../watch/55653682/1
  • https://mc.yandex.ru/watch/23858248/1.../watch/23858248/1
  • 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 (91)

    TitleAdviceScore
    Do not send too long headers (longHeaders)https://stage.sokolo...t/easy-calculate/ has a header set-cookie that is 623 characters long. https://stage.sokolo...profile/products/ has a header set-cookie that is 623 characters long. https://stage.sokolo...5/location/check/ has a header set-cookie that is 671 characters long. https://connect.face...en_US/fbevents.js has a header content-security-policy that is 821 characters long. https://connect.face...en_US/fbevents.js has a header permissions-policy that is 874 characters long. https://mc.yandex.ru/metrika/tag.js has a header set-cookie that is 831 characters long. https://top-fwz1.mai...1.mail.ru/counter has a header set-cookie that is 923 characters long. https://top-fwz1.mai...mail.ru/datalayer has a header set-cookie that is 923 characters long. https://top-fwz1.mai...mail.ru/datalayer has a header set-cookie that is 923 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 923 characters long. https://connect.face...g/539740436194968 has a header content-security-policy that is 821 characters long. https://connect.face...g/539740436194968 has a header permissions-policy that is 874 characters long. https://mc.yandex.ru...ru/watch/23858248 has a header location that is 1335 characters long. https://mc.yandex.ru...ru/watch/55653682 has a header location that is 1352 characters long. https://mc.yandex.ru.../watch/55653682/1 has a header location that is 1352 characters long. https://mc.yandex.ru.../watch/55653682/1 has a header set-cookie that is 925 characters long. https://mc.yandex.ru.../watch/23858248/1 has a header location that is 1335 characters long. https://mc.yandex.ru.../watch/23858248/1 has a header set-cookie that is 924 characters long. 82
    Description: Do not send response headers that are too long.
    Offenders:
  • https://stage.sokolov.ru/api/v6/basket/easy-calculate/
  • https://stage.sokolov.ru/api/v5/profile/products/
  • https://stage.sokolov.ru/api/v5/location/check/
  • https://connect.facebook.net/en_US/fbevents.js
  • https://connect.facebook.net/en_US/fbevents.js
  • https://mc.yandex.ru/metrika/tag.js
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • https://connect.facebook.net/signals/config/539740436194968...g/539740436194968
  • https://connect.facebook.net/signals/config/539740436194968...g/539740436194968
  • https://mc.yandex.ru/watch/23858248...ru/watch/23858248
  • https://mc.yandex.ru/watch/55653682...ru/watch/55653682
  • https://mc.yandex.ru/watch/55653682/1.../watch/55653682/1
  • https://mc.yandex.ru/watch/55653682/1.../watch/55653682/1
  • https://mc.yandex.ru/watch/23858248/1.../watch/23858248/1
  • https://mc.yandex.ru/watch/23858248/1.../watch/23858248/1
  • Avoid too many third party requests (thirdParty)The page do 32% requests to third party domains (47 requests and 1.2 MB). First party is 102 requests and 2 MB. The regex .*sokolov.* was used to calculate first/third party requests.50
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 7 responses that sets a p3p header. There are 42 responses that sets both a max-age and expires header. There are 22 responses that sets a pragma no-cache header (that is a request header). There are 44 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://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • https://stage.sokolov.ru/api/v6/basket/easy-calculate/
  • https://stage.sokolov.ru/api/v6/basket/easy-calculate/
  • https://stage.sokolov.ru/api/v5/profile/products/
  • https://stage.sokolov.ru/api/v5/profile/products/
  • https://stage.sokolov.ru/api/v4/content/area/main-page-topline/
  • 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/feedback-channels/
  • https://stage.sokolov.ru/api/v4/content/area/download-app-banner/
  • https://stage.sokolov.ru/api/v4/content/area/download-app-banner/
  • https://cdn.diginetica.net/300/client-lite.js
  • 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://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://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://www.googletagmanager.com/gtm.js?id=GTM-KR3RXB9
  • https://www.googletagmanager.com/gtm.js?id=GTM-KR3RXB9
  • https://code.jivo.ru/widget/GLtGVo64Af
  • https://code.jivo.ru/widget/GLtGVo64Af
  • https://code.jivo.ru/script/widget/config/GLtGVo64Af
  • https://code.jivo.ru/script/widget/config/GLtGVo64Af
  • https://node-sber1-az1-23.jivo.ru/widget/status/2159514/GLtGVo64Af?rnd=0.4889809201529898
  • https://node-sber1-az1-23.jivo.ru/widget/status/2159514/GLtGVo64Af?rnd=0.4889809201529898
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://api.mindbox.ru/scripts/v1/tracker.js
  • https://connect.facebook.net/en_US/fbevents.js
  • https://top-fwz1.mail.ru/js/code.js
  • https://top-fwz1.mail.ru/js/code.js
  • https://top-fwz1.mail.ru/js/code.js
  • https://sokolov.api.useinsider.com/ins.js?id=10002265
  • https://sokolov.api.useinsider.com/ins.js?id=10002265
  • https://cdn.segmentstream.com/project/abf4e2e6-9394-463f-a0d7-87e35d1dcaf9.js
  • https://cdn.segmentstream.com/project/abf4e2e6-9394-463f-a0d7-87e35d1dcaf9.js
  • https://mc.yandex.ru/metrika/tag.js
  • https://vk.com/js/api/openapi.js?160
  • https://code.jivo.ru/js/bundle_ru_RU.js?rand=1743165711
  • https://www.google-analytics.com/analytics.js
  • https://www.google-analytics.com/analytics.js
  • https://vk.com/js/api/openapi.js?154
  • https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.687&transport=XmlHttpRequest
  • https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.687&transport=XmlHttpRequest
  • https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.687&transport=XmlHttpRequest
  • https://web-static.mindbox.ru/js/byendpoint/sokolov.sokolovjewelry.kz.js?_=5811579
  • https://www.googletagmanager.com/gtag/destination.../gtag/destination
  • https://www.googletagmanager.com/gtag/destination.../gtag/destination
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://vk.com/dist/public/api/openapi.7fd8db35650ba51a8f05c0269f8a1e87.js?160
  • https://vk.com/dist/public/api/openapi.7fd8db35650ba51a8f05c0269f8a1e87.js?154
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://privacy-cs.mail.ru/static/sync-loader.js
  • https://privacy-cs.mail.ru/static/sync-loader.js
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=2636907
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=2636907
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=2636907
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • https://connect.facebook.net/signals/config/539740436194968...g/539740436194968
  • https://code.jivo.ru/css/e055456/widget.css
  • https://code.jivo.ru/css/e055456/widget.css
  • https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&cx=c&_slc=1
  • https://mc.yandex.ru/metrika/advert.gif
  • https://mc.yandex.ru/watch/23858248...ru/watch/23858248
  • https://mc.yandex.ru/watch/23858248...ru/watch/23858248
  • https://mc.yandex.ru/watch/55653682...ru/watch/55653682
  • https://mc.yandex.ru/watch/55653682...ru/watch/55653682
  • https://code.jivo.ru/css/e055456/omnichannelMenu.widget.css
  • https://code.jivo.ru/css/e055456/omnichannelMenu.widget.css
  • https://code.jivo.ru/js/e055456/omnichannelMenu.js
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://mc.yandex.ru/watch/55653682/1.../watch/55653682/1
  • https://mc.yandex.ru/watch/55653682/1.../watch/55653682/1
  • https://mc.yandex.ru/watch/23858248/1.../watch/23858248/1
  • https://mc.yandex.ru/watch/23858248/1.../watch/23858248/1
  • https://code.jivo.ru/sounds/agent_message.mp3
  • https://code.jivo.ru/sounds/agent_message.mp3
  • https://code.jivo.ru/sounds/notification.mp3
  • https://code.jivo.ru/sounds/notification.mp3
  • https://code.jivo.ru/sounds/outgoing_message.mp3
  • https://code.jivo.ru/sounds/outgoing_message.mp3
  • Privacy advice (66)

    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.
    Avoid third party cookies that is used to track the user. (thirdPartyCookies)The page sets 3 third party cookies.0
    Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox.
    Offenders:
  • .yandex.ru
  • .yandex.ru
  • .yandex.ru
  • Do not share user data with third parties. (thirdPartyPrivacy)The page has 16% requests that are 3rd party (24 requests with a size of 714.3 kB). The page also have request to companies that harvest data from users and do not respect users privacy (see https://en.wikipedia.org/wiki/Surveillance_capitalism). The page do 4 tag-manager requests and uses 1 tag-manager tool. The page do 11 survelliance requests and uses 4 survelliance tools. The page do 7 social requests and uses 2 social tools. The page do 11 analytics requests and uses 3 analytics tools. The page do 1 marketing request and uses 1 marketing tool. The page do 1 utility request and uses 1 utility tool.0
    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://www.googletagmanager.com/gtm.js?id=GTM-KR3RXB9
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://connect.facebook.net/en_US/fbevents.js
  • https://sokolov.api.useinsider.com/ins.js?id=10002265
  • https://cdn.segmentstream.com/project/abf4e2e6-9394-463f-a0d7-87e35d1dcaf9.js
  • https://mc.yandex.ru/metrika/tag.js
  • https://vk.com/js/api/openapi.js?160
  • https://www.google-analytics.com/analytics.js
  • https://vk.com/js/api/openapi.js?154
  • https://www.googletagmanager.com/gtag/destination.../gtag/destination
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://vk.com/dist/public/api/openapi.7fd8db35650ba51a8f05c0269f8a1e87.js?160
  • https://vk.com/dist/public/api/openapi.7fd8db35650ba51a8f05c0269f8a1e87.js?154
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://connect.facebook.net/signals/config/539740436194968...g/539740436194968
  • https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&cx=c&_slc=1
  • https://mc.yandex.ru/metrika/advert.gif
  • https://mc.yandex.ru/watch/23858248...ru/watch/23858248
  • https://mc.yandex.ru/watch/55653682...ru/watch/55653682
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://mc.yandex.ru/watch/55653682/1.../watch/55653682/1
  • https://mc.yandex.ru/watch/23858248/1.../watch/23858248/1
  • Page info

    Page info
    TitleЮвелирная компания SOKOLOV. Официальный интернет магазин
    Width1904
    Height12417
    DOM elements963
    Avg DOM depth11
    Max DOM depth17
    Iframes4
    Script tags52
    Local storage3.6 KB
    Session storage448 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
    PHP 100  Programming languages
    KPHP 7.4.122486100  Programming languages
    Google Cloud 100  IaaS
    Nginx 100  Web servers Reverse proxies
    Amazon Web Services 100  PaaS
    HSTS 100  Security
    Cloudflare 100  CDN
    HTTP/3 100  Miscellaneous
    Google Cloud Storage 100  Miscellaneous

    Data collected using Third Party Web 0.26.2

    Tag-manager
    Google Tag Manager
    Survelliance
    Google Tag Manager
    Facebook
    Google Analytics
    Other Google APIs/SDKs
    Social
    Facebook
    VK
    Analytics
    Insider
    Yandex Metrica
    Google Analytics
    Marketing
    SegmentStream
    Utility
    Other Google APIs/SDKs
    | 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)552 ms
    First Contentful Paint (FCP)1.620 s
    Largest Contentful Paint (LCP)2.884 s
    Cumulative Layout Shift (CLS)0.02
    Interaction to next paint (INP)608 ms
    Total Blocking Time (TBT)614 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP1434
    Time spent in recalculate style before FCP66.728 ms
    Extra timings
    TTFB552 ms
    First Paint1.620 s
    Load Event End2.188 s
    Fully loaded13.614 s
    User Timing marks
    fbevents:start:unwantedDataProcessing_53974043619496813.536 s
    fbevents:end:unwantedDataProcessing_53974043619496813.536 s
    fbevents:start:unwantedParamsProcessing_53974043619496813.536 s
    fbevents:start:validateUrlProcessing_53974043619496813.537 s
    fbevents:end:validateUrlProcessing_53974043619496813.537 s
    User Timing measures
    NameStart timeDuration
    Next.js-before-hydration0 ms1.186 s
    Next.js-hydration1.186 s134 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 2.884 s
    Element render delay245 ms
    TTFB552 ms
    Resource delay1.938 s
    Resource load duration149 ms
    Elements that needed recalculate style before LCP5677
    Time spent in recalculate style before LCP324.443 ms
    Load time2.684 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.01660 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.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.00059<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"></svg>,<div class="Header_header__inner__wmRSn Header_header_main__dMe4L"></div>
    body > div#__next > div#catalog > div:eq(0) > header > div:eq(0) > button > svg,body > div#__next > div#catalog > div:eq(0) > header > div: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
    0.00001<button class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_borderless__776ey" types="borderless" data-qa="header_shops_map_btn"></button>
    body > div#__next > div#catalog > div:eq(0) > header > div:eq(1) > div:eq(0) > div:eq(1) > div:eq(2) > 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 608 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
    356.9 ms399.2 ms20.3 ms19 ms1.3 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-12a8921dab738876.js

    Forced Style And Layout Duration: 99 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    257.8 ms303.7 ms13.3 ms12.8 ms0.5 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-12a8921dab738876.js

    Forced Style And Layout Duration: 16 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    215.1 ms245.3 ms26.7 ms25.6 ms1.1 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
    197.5 ms243 ms8.4 ms7.6 ms0.8 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
    164.2 ms5.5 ms214 ms211.8 ms2.2 ms
    https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.50.11

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    90.2 ms156.1 ms3.1 ms1.4 ms1.7 ms
    https://api.mindbox.ru/scripts/v1/tracker.js

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

    https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&l=dataLayer&cx=c&gtm=45He53s1v812083218za200&tag_exp=102482433~102788824~102803279~102813109~102887800~102926062~102964103~102975949~102976415

    Forced Style And Layout Duration: 3 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    65.2 ms177 ms13.3 ms12.6 ms0.7 ms
    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://connect.facebook.net/en_US/fbevents.js

    Invoker:  https://connect.facebook.net/en_US/fbevents.js
    Invoker Type: classic-script
    Window attribution: self

    https://mc.yandex.ru/metrika/tag.js

    Invoker:  https://mc.yandex.ru/metrika/tag.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    47.6 ms104.8 ms1.4 ms0.3 ms1.1 ms
    https://cdn.segmentstream.com/sdk/segmentstream.min.js?1594129567748

    Invoker:  https://cdn.segmentstream.com/sdk/segmentstream.min.js?1594129567748
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    42.3 ms103.1 ms9 ms8.2 ms0.8 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/main-8933f27b2dfdcc1f.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
    34.2 ms103.4 ms6.7 ms5.8 ms0.9 ms
    https://www.googletagmanager.com/gtag/destination?id=AW-784516404&l=dataLayer&cx=c&gtm=45je53s1v9125695429za200zb812083218&tag_exp=102482433~102509683~102788824~102803279~102813109~102887799~102926062~102964103~102975949~102976415

    Forced Style And Layout Duration: 2 ms

    Invoker:  https://www.googletagmanager.com/gtag/destination?id=AW-784516404&l=dataLayer&cx=c&gtm=45je53s1v9125695429za200zb812083218&tag_exp=102482433~102509683~102788824~102803279~102813109~102887799~102926062~102964103~102975949~102976415
    Invoker Type: classic-script
    Window attribution: self

    https://connect.facebook.net/signals/config/539740436194968?v=2.9.191&r=stable&domain=stage.sokolov.ru&hme=ae6b81567baef13f3d085d995659a5ae4a9de556ad2f6e24bef863fd4ce78d6a&ex_m=72%2C126%2C111%2C115%2C63%2C5%2C104%2C71%2C17%2C100%2C92%2C52%2C56%2C180%2C183%2C195%2C191%2C192%2C194%2C30%2C105%2C54%2C79%2C193%2C175%2C178%2C188%2C189%2C196%2C137%2C42%2C201%2C198%2C199%2C35%2C150%2C16%2C51%2C205%2C204%2C139%2C19%2C41%2C1%2C44%2C67%2C68%2C69%2C73%2C96%2C18%2C15%2C99%2C95%2C94%2C112%2C53%2C114%2C40%2C113%2C31%2C97%2C27%2C176%2C179%2C147%2C29%2C75%2C0%2C98%2C88%2C58%2C86%2C34%2C84%2C85%2C91%2C48%2C47%2C90%2C38%2C12%2C13%2C14%2C7%2C8%2C26%2C23%2C24%2C59%2C64%2C66%2C77%2C55%2C106%2C28%2C78%2C10%2C9%2C82%2C49%2C22%2C108%2C107%2C109%2C101%2C11%2C21%2C3%2C39%2C76%2C20%2C6%2C93%2C83%2C45%2C33%2C36%2C89%2C4%2C87%2C246%2C173%2C124%2C162%2C155%2C2%2C37%2C65%2C43%2C110%2C46%2C81%2C70%2C116%2C62%2C61%2C32%2C102%2C60%2C57%2C50%2C80%2C74%2C25%2C103%2C117

    Invoker:  https://connect.facebook.net/signals/config/539740436194968?v=2.9.191&r=stable&domain=stage.sokolov.ru&hme=ae6b81567baef13f3d085d995659a5ae4a9de556ad2f6e24bef863fd4ce78d6a&ex_m=72%2C126%2C111%2C115%2C63%2C5%2C104%2C71%2C17%2C100%2C92%2C52%2C56%2C180%2C183%2C195%2C191%2C192%2C194%2C30%2C105%2C54%2C79%2C193%2C175%2C178%2C188%2C189%2C196%2C137%2C42%2C201%2C198%2C199%2C35%2C150%2C16%2C51%2C205%2C204%2C139%2C19%2C41%2C1%2C44%2C67%2C68%2C69%2C73%2C96%2C18%2C15%2C99%2C95%2C94%2C112%2C53%2C114%2C40%2C113%2C31%2C97%2C27%2C176%2C179%2C147%2C29%2C75%2C0%2C98%2C88%2C58%2C86%2C34%2C84%2C85%2C91%2C48%2C47%2C90%2C38%2C12%2C13%2C14%2C7%2C8%2C26%2C23%2C24%2C59%2C64%2C66%2C77%2C55%2C106%2C28%2C78%2C10%2C9%2C82%2C49%2C22%2C108%2C107%2C109%2C101%2C11%2C21%2C3%2C39%2C76%2C20%2C6%2C93%2C83%2C45%2C33%2C36%2C89%2C4%2C87%2C246%2C173%2C124%2C162%2C155%2C2%2C37%2C65%2C43%2C110%2C46%2C81%2C70%2C116%2C62%2C61%2C32%2C102%2C60%2C57%2C50%2C80%2C74%2C25%2C103%2C117
    Invoker Type: classic-script
    Window attribution: self

    Server timings

    namedurationdescription
    nginx_request_time0.536
    nginx_upstream_connect_time0.003
    nginx_upstream_header_time0.537
    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
    Documents18
    Frames15
    JSEventListeners896
    LayoutObjects817
    MediaKeySessions0
    MediaKeys0
    Nodes1742
    Resources134
    ContextLifecycleStateObservers154
    V8PerContextDatas4
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections1
    ResourceFetchers18
    AdSubframes0
    DetachedScriptStates0
    ArrayBufferContents70
    LayoutCount129
    RecalcStyleCount892
    LayoutDuration79
    RecalcStyleDuration1029
    DevToolsCommandDuration37
    ScriptDuration2336
    V8CompileDuration34
    TaskDuration5609
    TaskOtherDuration2094
    ThreadTime5
    ProcessTime9
    JSHeapUsedSize27653648
    JSHeapTotalSize40865792
    FirstMeaningfulPaint2060
    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Requests loaded after onLoad event  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/1.1
    Total requests149
    Total domains20
    Total transfer size3.1 MB
    Total content size7.9 MB
    Responses missing compression60
    Number of cookies22
    Third party cookies3
    Requests per response code
    200126
    2042
    2063
    30217
    4041

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html1.2 KB66.9 KB115.2 KB2
    css8.2 KB130.0 KB899.8 KB13
    javascript27.8 KB1.9 MB5.9 MB58
    image1.0 KB754.5 KB744.3 KB23
    font0 b208.2 KB206.8 KB4
    json7.6 KB13.9 KB35.8 KB16
    svg4.4 KB3.5 KB6.5 KB8
    favicon733 B3.1 KB14.7 KB1
    plain0 b465 B15 B3
    audio0 b14.7 KB14.2 KB3
    Total50.9 KB3.1 MB7.9 MB131

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    stage.sokolov.ru7.506 s82.7 KB156.5 KB35
    cdn.sokolov.ru4.837 s956.0 KB950.6 KB17
    frontend-stage-static.k8s.dev.sokolov.io3.406 s961.5 KB2.8 MB49
    cdn.diginetica.net122 ms77.2 KB301.4 KB1
    tracking.diginetica.net121 ms111 B111 B3
    www.googletagmanager.com608 ms475.7 KB1.4 MB4
    code.jivo.ru614 ms335.1 KB1.4 MB9
    node-sber1-az1-23.jivo.ru160 ms659 B308 B1
    api.mindbox.ru113 ms25.6 KB81.6 KB2
    connect.facebook.net252 ms79.6 KB326.9 KB2
    top-fwz1.mail.ru318 ms27.3 KB50.0 KB6
    sokolov.api.useinsider.com226 ms497 B0 b1
    cdn.segmentstream.com358 ms4.0 KB20.5 KB1
    mc.yandex.ru302 ms81.0 KB237.3 KB6
    vk.com335 ms35.2 KB112.7 KB5
    www.google-analytics.com116 ms21.5 KB51.7 KB2
    web-static.mindbox.ru192 ms5.6 KB0 b1
    analytics.google.com1.560 sN/A0 b2
    www.google.ru410 ms63 B42 B1
    privacy-cs.mail.ru150 ms21.3 KB82.6 KB1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds10 minutes1 year
    Last modified15 seconds7 days27 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html57.0 KB1
    css27.7 KB3
    javascript1.1 MB27
    image754.5 KB23
    font0 b0
    svg3.5 KB8
    json2.1 KB5
    favicon3.1 KB1
    plain465 B3
    audio14.7 KB3
    Total2.0 MB91

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html57.0 KB1
    css35.6 KB9
    javascript1.2 MB43
    image754.5 KB23
    font0 b0
    json13.9 KB16
    svg3.5 KB8
    favicon3.1 KB1
    plain465 B3
    audio14.7 KB3
    Total2.0 MB125

    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...576e117a435bcd.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...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...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...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 614
    Max Potential First Input Delay 239
    Long Tasks before First Paint3750
    Long Tasks before First Contentful Paint3750
    Long Tasks before Largest Contentful Paint6939
    Long Tasks after Load Event End101114
    Total Long Tasks131864

    CPU last long task happened at 13.436 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self105570window
    self1194294window
    self1520386window
    self219675window
    self262953window
    self268861window
    self3004238window
    self1252883window
    self12695137window
    self1290361window
    self1296790window
    multiple-contexts13072239window
    self1343677window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML24
    styleLayout850
    paintCompositeRender439
    scriptParseCompile1
    scriptEvaluation1587
    garbageCollection39
    other879
    Events (ms)
    FunctionCall1118
    UpdateLayoutTree777
    RunTask585
    Paint294
    RunMicrotasks243
    v8.run141
    PaintImage87
    Layerize84
    PrePaint83
    Layout72
    Commit59
    UpdateLayer50
    IntersectionObserverController::computeIntersections37
    v8.callFunction22
    V8.HandleInterrupts20
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL19
    V8.BytecodeBudgetInterrupt14
    ParseHTML12

    Time spent per request

    URLCPU time (ms)
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-12a8921dab738876.js1180
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4643-847f3cc1031a7680.js284
    https://cdn.diginetica.net/300/client-lite.js247
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-3009f53060a4dd36.js73
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3333.5660d6743cac2e26.js40
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1571.a1b61b0957d9338f.js32
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/main/client-ba6a0a6bb6377ca0.js30
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9843.ca968b13efa7ff3b.js28
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/main-8933f27b2dfdcc1f.js19

    CPU time spent

    Tool/domainTime (ms)
    frontend-stage-static.k8s.dev.sokolov.io1685.7
    cdn.diginetica.net246.7
    | Categories | | Tools | | Cookies | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

    CategoryRequests
    tag-manager 4
    survelliance 11
    social 7
    analytics 11
    marketing 1
    utility 1
    CategoryNumber of tools
    tag-manager 1
    survelliance 4
    social 2
    analytics 3
    marketing 1
    utility 1

    Third party requests and tools

    tag-manager (4 requests)
    Google Tag Manager
    survelliance (11 requests)
    Google Tag Manager
    Facebook
    Google Analytics
    Other Google APIs/SDKs
    social (7 requests)
    Facebook
    VK
    analytics (11 requests)
    Insider
    Yandex Metrica
    Google Analytics
    marketing (1 requests)
    SegmentStream
    utility (1 requests)
    Other Google APIs/SDKs

    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
    code.jivo.ru
    node-sber1-az1-23.jivo.ru
    api.mindbox.ru
    top-fwz1.mail.ru
    web-static.mindbox.ru
    privacy-cs.mail.ru

    Third party cookies

    Cookie nameDomain
    _yasc .yandex.ru
    yabs-sid .yandex.ru

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html1.2 KB66.9 KB115.2 KB2
    css8.2 KB102.7 KB758.1 KB11
    javascript26.9 KB855.5 KB2.0 MB37
    image0 b747.8 KB743.8 KB13
    font0 b208.2 KB206.8 KB4
    json7.6 KB12.6 KB35.3 KB12
    svg4.4 KB3.5 KB6.5 KB8
    favicon733 B3.1 KB14.7 KB1
    Total56.1 KB2.0 MB3.9 MB102

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b27.3 KB141.7 KB2
    javascript878 B1.1 MB3.9 MB21
    image1.0 KB6.7 KB417 B10
    font0 b0 b0 b0
    json0 b1.4 KB442 B4
    plain0 b465 B15 B3
    audio0 b14.7 KB14.2 KB3
    Total1.8 KB1.2 MB4.0 MB47
    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">