Run 3 summary

https://stage.sokolov.ru

Tested 2025-01-14 13:13:53 using Chrome 131.0.6778.85 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score60
Total page size2.4 MB
Requests113
Timing metrics
TTFB487 ms
First Paint1.311 s
Fully Loaded3.218 s
Google Web Vitals
TTFB487 ms
First Contentful Paint (FCP) 1.311 s
Largest Contentful Paint (LCP) 2.221 s
Cumulative Layout Shift (CLS) 0.01
584 ms
Total Blocking Time320 ms
Max Potential FID266 ms
CPU metrics
CPU long tasks6
CPU last long task happens at2.544 s
Visual Metrics
First Visual Change1.300 s
Speed Index2.437 s
Visual Complete 85%2.434 s
Visual Complete 99%3.100 s
Last Visual Change3.267 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.9 sCPU Long Task duration 70 ms
1 sDOM Content Loaded Time 970 msPage Load Time 973 msCPU Long Task duration 221 ms
1.3 sCPU Long Task duration 209 msFirst Visual Change 1.300 s
1.4 sFirst Contentful Paint 1.311 s
1.5 sLayout Shift 0.00259 1.433 s
1.6 sLayout Shift 0.00009 1.594 s
1.7 sCPU Long Task duration 56 ms
1.8 s
1.9 sZone 1.890 sZone:ZoneAwarePromise 1.896 sZone:toString 1.897 sZone:util 1.897 sZone:legacy 1.898 sZone:timers 1.898 sZone:requestAnimationFrame 1.899 sZone:blocking 1.899 sZone:EventTarget 1.899 sZone:MutationObserver 1.900 s
2 s
2.1 s
2.2 sLayout Shift 0.00905 2.187 s
2.3 sLCP <DIV> 2.221 sCPU Long Task duration 148 ms
2.4 s
2.5 sVisual Complete 85% 2.434 sVisual Complete 95% 2.434 s
2.6 sCPU Long Task duration 266 ms
2.9 s
3 s
3.1 sVisual Complete 99% 3.100 s
3.2 s
3.3 sFully Loaded 3.218 sLast Visual Change 3.267 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 (60)

TitleAdviceScore
Don't scale images in the browser (avoidScalingImages)The page has 9 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.10
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/296be3890379f130b6aba56d318ab2e2.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/3f6ad93839fbb9c1.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/a75fe8ded042cbfd.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/9fc324d068f8ae82.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/923538a4e5a3c925.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b03e009bf1bbe802.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/949e73f2837930ee.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/d32410ee3fa1a458.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/9511f7f8ba2ecf22.css
  • https://code.jivo.ru/css/87b9cc9/widget.css
  • https://code.jivo.ru/css/87b9cc9/omnichannelMenu.widget.css
  • https://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.48.36
  • Avoid CPU Long Tasks (longTasks)The page has 17 CPU long tasks with the total of 1.994 s. The total blocking time is 794 ms and 3 long tasks before first contentful paint with total time of 500 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • multiple-contexts
  • self
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 14 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.70
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/3f6ad93839fbb9c1.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/a75fe8ded042cbfd.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/9fc324d068f8ae82.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/923538a4e5a3c925.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b03e009bf1bbe802.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/949e73f2837930ee.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/d32410ee3fa1a458.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/9511f7f8ba2ecf22.css
  • https://code.jivo.ru/css/87b9cc9/widget.css
  • https://code.jivo.ru/css/87b9cc9/omnichannelMenu.widget.css
  • https://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.48.36
  • Avoid doing redirects (assetsRedirects)The page has 14 redirects. 14 of the redirects are from the base domain, please fix them! 0
    Description: A redirect is one extra step for the user to download the asset. Avoid that if you want to be fast. Redirects are even more of a showstopper on mobile.
    Offenders:
  • https://stage.sokolov.ru/upload/content/area/a3dc19ce3bd09bc9ea19d73be968b611.jpg
  • https://stage.sokolov.ru/upload/content/area/6970a909d08d8083e9e0a9192c24269b.jpg?w=1920&h=844
  • https://stage.sokolov.ru/upload/content/area/674b26ff2af51fa439877badd0553224.mp4
  • https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://stage.sokolov.ru/upload/content/area/296be3890379f130b6aba56d318ab2e2.jpg
  • https://stage.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg
  • https://stage.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg
  • https://stage.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.jpg
  • https://stage.sokolov.ru/upload/content/area/aacd8376c5eeab8dec4904e69f2fa2d7.jpg
  • https://stage.sokolov.ru/upload/content/area/d50e7d97286724aca1441de191909703.jpg
  • https://stage.sokolov.ru/upload/content/area/4a175e582f4323dd74687852cf297369.jpg
  • https://stage.sokolov.ru/upload/content/area/4754f43eedc890535a35cd5d5da5b413.jpg
  • https://stage.sokolov.ru/upload/content/area/7730846614634f1e713444e0c80a2198.jpg
  • https://stage.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 52 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 1.6 MB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://stage.sokolov.ru/api/v4/content/area/main-banner-004/
  • https://stage.sokolov.ru/api/v4/content/area/main-stories/
  • https://stage.sokolov.ru/api/v4/content/area/navigation-block-008/
  • https://stage.sokolov.ru/api/v5/profile/
  • https://stage.sokolov.ru/api/v5/profile/products/
  • https://stage.sokolov.ru/api/v5/handbooks/currency-rates/
  • https://stage.sokolov.ru/api/v5/location/check/
  • https://stage.sokolov.ru/api/v4/content/area/nav-buttons/
  • https://sokolov-b2c-seo.k8s.dev.sokolov.io/api/v1/meta/ip/
  • https://frontend-stage-static.k8s.dev.sokolov.io/meta/manifest.json
  • https://stage.sokolov.ru/api/v4/content/area/main-page-topline/
  • https://stage.sokolov.ru/api/v4/content/area/feedback-channels/
  • https://stage.sokolov.ru/api/v4/content/area/download-app-banner/
  • https://frontend-stage-static.k8s.dev.sokolov.io/meta/favicon.ico
  • https://stage.sokolov.ru/upload/content/area/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/a3dc19ce3bd09bc9ea19d73be968b611.jpg
  • https://stage.sokolov.ru/upload/content/area/6970a909d08d8083e9e0a9192c24269b.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/674b26ff2af51fa439877badd0553224.mp4
  • https://cdn.sokolov.ru/upload/content/area/6970a909d08d8083e9e0a9192c24269b.jpg?w=1920&h=844
  • https://cdn.sokolov.ru/upload/content/area/a3dc19ce3bd09bc9ea19d73be968b611.jpg
  • https://stage.sokolov.ru/upload/content/area/674b26ff2af51fa439877badd0553224.mp4/
  • https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://stage.sokolov.ru/upload/content/area/296be3890379f130b6aba56d318ab2e2.jpg
  • https://stage.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg
  • https://stage.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg
  • https://stage.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.jpg
  • https://cdn.sokolov.ru/upload/content/area/296be3890379f130b6aba56d318ab2e2.jpg
  • https://cdn.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg
  • https://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.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/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://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://cdn.sokolov.ru/upload/content/area/7730846614634f1e713444e0c80a2198.jpg
  • https://stage.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • Long cache headers is good (cacheHeadersLong)The page has 1 request that have a shorter cache time than 30 days (but still a cache time).99
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://cdn.diginetica.net/300/client-lite.js
  • Always compress text content (compressAssets)The page has 1 request that are served uncompressed. You could save a lot of bytes by sending them compressed instead.90
    Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.
    Offenders:
    URLTransfer sizeContent size
    https://stage.sokolov.ru/upload/content/area/674b26ff2af51fa439877badd0553224.mp4/ 728 B66.8 KB
    Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 84.7 kB and uncompressed size is 565.4 kB. That is big and the CSS could most probably be smaller.50
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/3f6ad93839fbb9c1.css 49.0 KB365.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/a75fe8ded042cbfd.css 4.9 KB27.1 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/9fc324d068f8ae82.css 14.8 KB94.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/f2f640d30117f472.css 667 B1.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/923538a4e5a3c925.css 664 B1.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b03e009bf1bbe802.css 3.5 KB15.9 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/949e73f2837930ee.css 884 B4.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/d32410ee3fa1a458.css 995 B3.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/9511f7f8ba2ecf22.css 1006 B1006 B
    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 51 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 1.6 MB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.50
    Description: Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 578 kB and the uncompressed size is 1.9 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-513497eadf70bdfa.js 7.7 KB15.0 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-2dd35bed676a95d8.js 167.6 KB592.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4643-fe528e618c90a44c.js 32.3 KB110.9 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/4729-d2f7556ef5a1e9ce.js 2.1 KB3.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7184-8f1d494c22d75d96.js 9.5 KB29.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8313-deefccd7f786e4e7.js 12.8 KB38.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3297-f7faec7346a231e1.js 10.7 KB39.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6933-25366ba4290fb8dc.js 22.7 KB88.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/main/...6adac592c4949f.js 633 B633 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/sMzWf93nQo10YXPsuK..._buildManifest.js 1.6 KB5.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/sMzWf93nQo10YXPsuKb4T/_ssgManifest.js 77 B77 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5672.67d735ea98856716.js 2.9 KB7.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1541.db673ffea797ece4.js 1.2 KB2.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3333.2af4b63e40078349.js 16.4 KB52.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7811.f8cf24f034ca1213.js 1.5 KB3.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1571.4b30fc76f7b44e80.js 2.2 KB4.4 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/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.67348b4197b9a88c.js 1.3 KB3.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4100.32b68982a7d87933.js 824 B824 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6503.06cb04399386cb06.js 724 B724 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5123.a7ad076cb54663ae.js 26.3 KB80.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/91f5892f.ceac726038f76803.js 260 B260 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1423.9d0bbe34be4659f7.js 8.6 KB32.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9359.67c08b6f61cb7304.js 30.9 KB108.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8005.7672b23712230e28.js 2.1 KB6.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8114.18f858da31fff1c0.js 612 B612 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6422.f0fecf85a28661e7.js 910 B910 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4379.021e104d0f1004dc.js 875 B1.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6611.a6ac3b8b55b95e77.js 915 B1.5 KB
    https://cdn.diginetica.net/300/client-lite.js 66.9 KB248.4 KB
    Avoid using incorrect mime types (mimeTypes)The page has 2 misconfigured mime types. 98
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://sokolov-b2c-seo.k8s.dev.sokolov.io/api/v1/meta/ip/
  • https://mltp.sokolov.io/collect
  • Make each CSS response small (optimalCssSize)https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/3f6ad93839fbb9c1.css size is 50.2 kB (50172) and that is bigger than the limit of 14.5 kB. https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/9fc324d068f8ae82.css size is 15.1 kB (15149) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.80
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/3f6ad93839fbb9c1.css 49.0 KB365.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/9fc324d068f8ae82.css 14.8 KB94.5 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.5 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.5 KB54.0 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/3f6ad93839fbb9c1.css 49.0 KB365.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/a75fe8ded042cbfd.css 4.9 KB27.1 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/9fc324d068f8ae82.css 14.8 KB94.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/webpack-513497eadf70bdfa.js 7.7 KB15.0 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-2dd35bed676a95d8.js 167.6 KB592.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4643-fe528e618c90a44c.js 32.3 KB110.9 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/4729-d2f7556ef5a1e9ce.js 2.1 KB3.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7184-8f1d494c22d75d96.js 9.5 KB29.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8313-deefccd7f786e4e7.js 12.8 KB38.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3297-f7faec7346a231e1.js 10.7 KB39.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6933-25366ba4290fb8dc.js 22.7 KB88.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/main/...6adac592c4949f.js 633 B633 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/sMzWf93nQo10YXPsuK..._buildManifest.js 1.6 KB5.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/sMzWf93nQo10YXPsuKb4T/_ssgManifest.js 77 B77 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/f2f640d30117f472.css 667 B1.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5672.67d735ea98856716.js 2.9 KB7.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/923538a4e5a3c925.css 664 B1.8 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1541.db673ffea797ece4.js 1.2 KB2.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b03e009bf1bbe802.css 3.5 KB15.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3333.2af4b63e40078349.js 16.4 KB52.6 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.f8cf24f034ca1213.js 1.5 KB3.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/949e73f2837930ee.css 884 B4.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1571.4b30fc76f7b44e80.js 2.2 KB4.4 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/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/ 2.1 KB6.5 KB
    https://stage.sokolov.ru/api/v4/content/area/main-stories/ 3.1 KB13.7 KB
    https://stage.sokolov.ru/api/v4/content/area/navigation-block-008/ 2.0 KB8.3 KB
    https://stage.sokolov.ru/api/v5/profile/ 671 B110 B
    https://stage.sokolov.ru/api/v6/basket/easy-calculate/ 1.2 KB408 B
    https://stage.sokolov.ru/api/v5/profile/products/ 967 B40 B
    https://stage.sokolov.ru/api/v5/handbooks/currency-rates/ 407 B155 B
    https://stage.sokolov.ru/api/v5/location/check/ 1.1 KB134 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/d32410ee3fa1a458.css 995 B3.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9843.67348b4197b9a88c.js 1.3 KB3.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4100.32b68982a7d87933.js 824 B824 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6503.06cb04399386cb06.js 724 B724 B
    https://stage.sokolov.ru/api/v4/content/area/nav-buttons/ 1.5 KB2.7 KB
    https://sokolov-b2c-seo.k8s.dev.sokolov.io/api/v1/meta/ip/ N/A0 b
    https://sokolov-b2c-seo.k8s.dev.sokolov.io/api/v1/meta/ip/ 29 B29 B
    https://frontend-stage-static.k8s.dev.sokolov.io/meta/manifest.json 716 B716 B
    https://stage.sokolov.ru/api/v4/content/area/main-page-topline/ 599 B518 B
    https://stage.sokolov.ru/api/v4/content/area/feedback-channels/ 915 B2.4 KB
    https://stage.sokolov.ru/api/v4/content/area/download-app-banner/ 1.0 KB2.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/meta/favicon.ico 3.1 KB14.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5123.a7ad076cb54663ae.js 26.3 KB80.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/91f5892f.ceac726038f76803.js 260 B260 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1423.9d0bbe34be4659f7.js 8.6 KB32.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9359.67c08b6f61cb7304.js 30.9 KB108.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8005.7672b23712230e28.js 2.1 KB6.1 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8114.18f858da31fff1c0.js 612 B612 B
    https://stage.sokolov.ru/upload/content/area/68e58dc20cbd461fd14fc683592fca9b.svg 502 B946 B
    https://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/a3dc19ce3bd09bc9ea19d73be968b611.jpg 0 b0 b
    https://stage.sokolov.ru/upload/content/area/6970a909d08d8083e9e0a9192c24269b.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/674b26ff2af51fa439877badd0553224.mp4 240 B0 b
    https://cdn.sokolov.ru/upload/content/area/6970a909d08d8083e9e0a9192c24269b.jpg?w=1920&h=844 125.7 KB125.3 KB
    https://cdn.sokolov.ru/upload/content/area/a3dc19ce3bd09bc9ea19d73be968b611.jpg 840.0 KB838.8 KB
    https://stage.sokolov.ru/upload/content/area/674b26ff2af51fa439877badd0553224.mp4/ 728 B66.8 KB
    https://stage.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg 0 b0 b
    https://stage.sokolov.ru/upload/content/area/296be3890379f130b6aba56d318ab2e2.jpg 0 b0 b
    https://stage.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg 0 b0 b
    https://stage.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg 0 b0 b
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/9511f7f8ba2ecf22.css 1006 B1006 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6422.f0fecf85a28661e7.js 910 B910 B
    https://stage.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.jpg 0 b0 b
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4379.021e104d0f1004dc.js 875 B1.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/6611.a6ac3b8b55b95e77.js 915 B1.5 KB
    https://cdn.sokolov.ru/upload/content/area/296be3890379f130b6aba56d318ab2e2.jpg 77.2 KB76.9 KB
    https://cdn.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg 76.5 KB76.2 KB
    https://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg 30.4 KB30.1 KB
    https://cdn.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg 40.4 KB40.1 KB
    https://mltp.sokolov.io/collect 0 b0 b
    https://cdn.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.jpg 109.5 KB109.1 KB
    https://stage.sokolov.ru/upload/content/area/aacd8376c5eeab8dec4904e69f2fa2d7.jpg 0 b0 b
    https://stage.sokolov.ru/upload/content/area/d50e7d97286724aca1441de191909703.jpg 0 b0 b
    https://stage.sokolov.ru/upload/content/area/4a175e582f4323dd74687852cf297369.jpg 0 b0 b
    https://stage.sokolov.ru/upload/content/area/4754f43eedc890535a35cd5d5da5b413.jpg 0 b0 b
    https://mltp.sokolov.io/collect 97 B2 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://cdn.sokolov.ru/upload/content/area/7730846614634f1e713444e0c80a2198.jpg 49.8 KB49.5 KB
    https://stage.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png 0 b0 b
    https://cdn.diginetica.net/300/client-lite.js 66.9 KB248.4 KB
    https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png 6.0 KB5.8 KB
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://mltp.sokolov.io/collect 97 B2 B
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://mltp.sokolov.io/collect 97 B2 B
    Don't use private headers on static content (privateAssets)The page has 3 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.70
    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://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • Avoid missing and error requests (responseOk)The page has 2 error responses. The page has 2 responses with code 404. 80
    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/
  • https://stage.sokolov.ru/upload/content/area/674b26ff2af51fa439877badd0553224.mp4/
  • Best practice advice (99)

    TitleAdviceScore
    Do not send too long headers (longHeaders)https://stage.sokolo...t/easy-calculate/ has a header set-cookie that is 837 characters long. https://stage.sokolo...profile/products/ has a header set-cookie that is 837 characters long. https://stage.sokolo...5/location/check/ has a header set-cookie that is 885 characters long. 97
    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/
  • Avoid unnecessary headers (unnecessaryHeaders)There are 10 responses that sets both a max-age and expires header. There are 6 responses that sets a pragma no-cache header (that is a request header). There are 7 responses that sets a server header. 77
    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/upload/content/area/674b26ff2af51fa439877badd0553224.mp4
  • https://stage.sokolov.ru/upload/content/area/674b26ff2af51fa439877badd0553224.mp4
  • https://stage.sokolov.ru/upload/content/area/674b26ff2af51fa439877badd0553224.mp4/
  • https://stage.sokolov.ru/upload/content/area/674b26ff2af51fa439877badd0553224.mp4/
  • 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
  • Privacy advice (78)

    TitleAdviceScore
    Avoid using Google Analytics (ga)The page is using Google Analytics meaning you share your users private information with Google. You should use analytics that care about user privacy, something like https://matomo.org.0
    Description: Google Analytics share private user information with Google that your user hasn't agreed on sharing.
    Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader)Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download.0
    Description: Content Security Policy is delivered via a HTTP response header, and defines approved sources of content that the browser may load. It can be an effective countermeasure to Cross Site Scripting (XSS) attacks and is also widely supported and usually easily deployed. https://scotthelme.co.uk/content-security-policy-an-introduction/.
    Offenders:
  • https://stage.sokolov.ru/
  • 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/
  • Set a strict transport header to make sure the user always use HTTPS. (strictTransportSecurityHeader)A strict transport header is set but miss out on setting includeSubDomainsThe max age is lower than six months. Increase it to get a better score.70
    Description: The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) lets a web site tell browsers that it should only be accessed using HTTPS, instead of using HTTP. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security.

    Page info

    Page info
    TitleЮвелирная компания SOKOLOV. Официальный интернет магазин
    Width1904
    Height15163
    DOM elements948
    Avg DOM depth11
    Max DOM depth17
    Iframes4
    Script tags51
    Local storage3.7 KB
    Session storage704 B
    Network Information API4g
    Resource Hints
    dns-prefetch
    http://cdn.diginetica.net/
    preconnect
    http://autocomplete.diginetica.net/
    https://static.criteo.net/
    https://cm.g.doubleclick.net/
    https://ad.mail.ru/
    https://googleads.g.doubleclick.net/
    https://www.googletagmanager.com/
    https://www.google-analytics.com/
    https://api.mindbox.ru/
    https://api.flocktory.com/
    https://demo4.paasweb.co.il/

    Technologies used to build the page.

    Data collected using Wappalyzer version 6.10.66. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyzer find more information about technologies used.

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

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)487 ms
    First Contentful Paint (FCP)1.311 s
    Largest Contentful Paint (LCP)2.221 s
    Cumulative Layout Shift (CLS)0.01
    Interaction to next paint (INP)584 ms
    Total Blocking Time (TBT)320 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP1792
    Time spent in recalculate style before FCP61.669 ms
    Extra timings
    TTFB487 ms
    First Paint1.311 s
    Load Event End973 ms
    Fully loaded3.218 s
    User Timing marks
    Zone1.890 s
    Zone:ZoneAwarePromise1.896 s
    Zone:toString1.897 s
    Zone:util1.897 s
    Zone:legacy1.898 s
    Zone:timers1.898 s
    Zone:requestAnimationFrame1.899 s
    Zone:blocking1.899 s
    Zone:EventTarget1.899 s
    Zone:MutationObserver1.900 s
    Zone:IntersectionObserver1.900 s
    Zone:FileReader1.900 s
    Zone:on_property1.901 s
    Zone:customElements1.931 s
    Zone:XHR1.931 s
    Zone:geolocation1.932 s
    Zone:PromiseRejectionEvent1.933 s
    Zone:queueMicrotask1.933 s
    fbevents:start:unwantedDataProcessing_53974043619496813.468 s
    fbevents:end:unwantedDataProcessing_53974043619496813.468 s
    fbevents:start:unwantedParamsProcessing_53974043619496813.468 s
    fbevents:start:validateUrlProcessing_53974043619496813.469 s
    fbevents:end:validateUrlProcessing_53974043619496813.469 s
    fbevents:start:standardParamChecksProcessing_53974043619496813.469 s
    User Timing measures
    NameStart timeDuration
    Next.js-before-hydration0 ms968 ms
    Next.js-hydration968 ms102 ms
    Zone1.890 s5 ms
    Zone:ZoneAwarePromise1.896 s1 ms
    Zone:toString1.897 s0 ms
    Zone:util1.897 s1 ms
    Zone:legacy1.898 s0 ms
    Zone:timers1.898 s0 ms
    Zone:requestAnimationFrame1.899 s0 ms
    Zone:blocking1.899 s0 ms
    Zone:EventTarget1.899 s1 ms
    Zone:MutationObserver1.900 s0 ms
    Zone:IntersectionObserver1.900 s0 ms
    Zone:FileReader1.900 s0 ms
    Zone:on_property1.901 s30 ms
    Zone:customElements1.931 s0 ms
    Zone:XHR1.931 s1 ms
    Zone:geolocation1.932 s0 ms
    Zone:PromiseRejectionEvent1.933 s0 ms
    Zone:queueMicrotask1.933 s0 ms

    Largest Contentful Paint

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

    Element typeDIV
    Element/tag<div class="SliderVideo_sklv-video__img__lSQTm" style="background-image: url(&quot;https://stage.sokolov.ru/upload/content/area/a3dc19ce3bd09bc9ea19d73be968b611.jpg&quot;);"></div>
    Render time 2.221 s
    Elements that needed recalculate style before LCP4178
    Time spent in recalculate style before LCP150.285 ms
    Load time2.221 s
    URL https://stage.sokolo...9d73be968b611.jpg
    Size (width*height)1606976
    DOM path
    div#__next > div#catalog > div > main > div > div > section:eq(0) > div > div > div:eq(1) > div > div:eq(1) > a > div> div#__next > div#catalog > div > main > div > div > section:eq(0) > div > div > div:eq(1) > div > div:eq(1) > a > 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.01173 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.00905<div class="Text_search__3MlXF"></div>,<div class="HeaderBottom_header-bottom_right__7W_NU"></div>,<section class="DataProvider_sklv-main-section__wXrbC DataProvider_sklv-main-section_main-stories__vSpSr"></section>
    body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(1) > div:eq(1) > div,body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(1) > div:eq(2),body > div#__next > div#catalog > div > main > div > div > section:eq(1)
    0.00259<div class="Text_search__3MlXF"></div>
    body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(1) > div:eq(1) > div
    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 > header > div:eq(1) > div:eq(0) > div:eq(1) > div:eq(1) > div:eq(0) > button > span,body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(0) > div:eq(1) > div:eq(2) > a > button,body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(0) > div:eq(1) > a > button
    Layout shift

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

    Interaction to Next Paint

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

    The measured latency was 584 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
    255 ms269.4 ms38.6 ms35.8 ms2.8 ms
    https://cdn.diginetica.net/300/client-lite.js

    Forced Style And Layout Duration: 1 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    181 ms230.5 ms9.5 ms7.7 ms1.8 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-12a8921dab738876.js

    Forced Style And Layout Duration: 9 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    164 ms216 ms5 ms2.2 ms2.8 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-12a8921dab738876.js

    Forced Style And Layout Duration: 43 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    160 ms250.3 ms5.7 ms4.7 ms1 ms
    https://connect.facebook.net/signals/config/539740436194968?v=2.9.179&r=stable&domain=stage.sokolov.ru&hme=b8122d5d96cd6f542162ba4f497489972d1ebe228d24c39d34f560e30ae932ce&ex_m=70%2C122%2C107%2C111%2C61%2C4%2C100%2C69%2C16%2C97%2C89%2C51%2C54%2C173%2C176%2C188%2C184%2C185%2C187%2C29%2C101%2C53%2C77%2C186%2C168%2C171%2C181%2C182%2C189%2C132%2C41%2C191%2C192%2C34%2C144%2C15%2C50%2C197%2C196%2C134%2C18%2C40%2C1%2C43%2C65%2C66%2C67%2C71%2C93%2C17%2C14%2C96%2C92%2C91%2C108%2C52%2C110%2C39%2C109%2C30%2C94%2C26%2C169%2C172%2C141%2C86%2C56%2C84%2C33%2C73%2C0%2C95%2C32%2C28%2C82%2C83%2C88%2C47%2C46%2C87%2C37%2C11%2C12%2C13%2C6%2C7%2C25%2C22%2C23%2C57%2C62%2C64%2C75%2C102%2C27%2C76%2C9%2C8%2C80%2C48%2C21%2C104%2C103%2C105%2C98%2C10%2C20%2C3%2C38%2C74%2C19%2C5%2C90%2C81%2C44%2C35%2C85%2C2%2C36%2C63%2C42%2C106%2C45%2C79%2C68%2C112%2C60%2C59%2C31%2C99%2C58%2C55%2C49%2C78%2C72%2C24%2C113

    Invoker:  https://connect.facebook.net/signals/config/539740436194968?v=2.9.179&r=stable&domain=stage.sokolov.ru&hme=b8122d5d96cd6f542162ba4f497489972d1ebe228d24c39d34f560e30ae932ce&ex_m=70%2C122%2C107%2C111%2C61%2C4%2C100%2C69%2C16%2C97%2C89%2C51%2C54%2C173%2C176%2C188%2C184%2C185%2C187%2C29%2C101%2C53%2C77%2C186%2C168%2C171%2C181%2C182%2C189%2C132%2C41%2C191%2C192%2C34%2C144%2C15%2C50%2C197%2C196%2C134%2C18%2C40%2C1%2C43%2C65%2C66%2C67%2C71%2C93%2C17%2C14%2C96%2C92%2C91%2C108%2C52%2C110%2C39%2C109%2C30%2C94%2C26%2C169%2C172%2C141%2C86%2C56%2C84%2C33%2C73%2C0%2C95%2C32%2C28%2C82%2C83%2C88%2C47%2C46%2C87%2C37%2C11%2C12%2C13%2C6%2C7%2C25%2C22%2C23%2C57%2C62%2C64%2C75%2C102%2C27%2C76%2C9%2C8%2C80%2C48%2C21%2C104%2C103%2C105%2C98%2C10%2C20%2C3%2C38%2C74%2C19%2C5%2C90%2C81%2C44%2C35%2C85%2C2%2C36%2C63%2C42%2C106%2C45%2C79%2C68%2C112%2C60%2C59%2C31%2C99%2C58%2C55%2C49%2C78%2C72%2C24%2C113
    Invoker Type: classic-script
    Window attribution: self

    https://code.jivo.ru/js/bundle_ru_RU.js?rand=1733923627

    Forced Style And Layout Duration: 2 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    99 ms3.3 ms147.7 ms144.1 ms3.6 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    96 ms156.8 ms36.2 ms34.2 ms2 ms
    https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.48.36

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

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

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    77 ms123.7 ms3.3 ms1.2 ms2.1 ms
    https://www.googletagmanager.com/gtag/js?id=G-SEBDDYBJWJ&l=dataLayer&cx=c&gtm=45He51d0v812083218za200

    Forced Style And Layout Duration: 2 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    61 ms97.7 ms74.3 ms72.5 ms1.8 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9359.67c08b6f61cb7304.js

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

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

    Forced Style And Layout Duration: 4 ms

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

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

    Forced Style And Layout Duration: 2 ms

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

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

    Forced Style And Layout Duration: 2 ms

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

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

    Forced Style And Layout Duration: 15 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    59 ms118.9 ms2.1 ms0.4 ms1.7 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
    38 ms93 ms78 ms76.9 ms1.1 ms
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9359.67c08b6f61cb7304.js

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

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

    Forced Style And Layout Duration: 4 ms

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

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

    Forced Style And Layout Duration: 3 ms

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

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

    Forced Style And Layout Duration: 2 ms

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

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

    Forced Style And Layout Duration: 2 ms

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

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

    Forced Style And Layout Duration: 3 ms

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

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

    Forced Style And Layout Duration: 3 ms

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

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

    Invoker:  DIV.ontransitionend
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents9
    Frames9
    JSEventListeners727
    LayoutObjects781
    MediaKeySessions0
    MediaKeys0
    Nodes1253
    Resources83
    ContextLifecycleStateObservers134
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers9
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents68
    LayoutCount87
    RecalcStyleCount533
    LayoutDuration44
    RecalcStyleDuration439
    DevToolsCommandDuration34
    ScriptDuration1184
    V8CompileDuration2
    TaskDuration3350
    TaskOtherDuration1648
    ThreadTime3
    ProcessTime6
    JSHeapUsedSize12614532
    JSHeapTotalSize35151872
    FirstMeaningfulPaint1311
    | 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 requests113
    Total domains7
    Total transfer size2.4 MB
    Total content size4.3 MB
    Responses missing compression41
    Number of cookies14
    Third party cookies0
    Requests per response code
    20093
    2023
    2041
    3011
    30213
    4042

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html622 B9.5 KB54.0 KB1
    css8.2 KB82.7 KB552.1 KB11
    javascript29.0 KB564.4 KB1.9 MB39
    image686 B1.5 MB1.5 MB15
    font0 b208.2 KB206.8 KB4
    json7.6 KB15.5 KB37.6 KB13
    other523 B0 b0 b2
    favicon733 B3.1 KB14.7 KB1
    svg4.4 KB3.5 KB6.5 KB8
    plain0 b291 B6 B3
    Total51.6 KB2.4 MB4.2 MB97

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    stage.sokolov.ru8.508 s29.4 KB164.2 KB36
    cdn.sokolov.ru912 ms1.7 MB1.7 MB17
    frontend-stage-static.k8s.dev.sokolov.io2.623 s584.0 KB2.2 MB51
    sokolov-b2c-seo.k8s.dev.sokolov.io29 msN/A29 B2
    mltp.sokolov.io132 ms291 B6 B4
    cdn.diginetica.net85 ms66.9 KB248.4 KB1
    tracking.diginetica.net84 ms74 B74 B2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 year
    Last modified1 day5 weeks1 year

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css8.3 KB7
    javascript182.5 KB25
    image1.5 MB15
    font0 b0
    json15.5 KB13
    other0 b2
    favicon3.1 KB1
    svg3.5 KB8
    plain291 B3
    Total1.8 MB90

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css8.3 KB7
    javascript182.5 KB25
    image1.5 MB15
    font0 b0
    json15.5 KB13
    other0 b2
    favicon3.1 KB1
    svg3.5 KB8
    plain291 B3
    Total1.8 MB90

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    000

    Render information

    URLType
    https://frontend-sta...d35bed676a95d8.jsnon_blocking
    https://cdn.digineti...00/client-lite.jsnon_blocking
    https://frontend-sta...a8921dab738876.jsnon_blocking
    https://cdn.sokolov....rat/regular.woff2non_blocking
    https://cdn.sokolov....serrat/bold.woff2non_blocking
    https://cdn.sokolov....at/semibold.woff2non_blocking
    https://cdn.sokolov....rrat/medium.woff2non_blocking
    https://frontend-sta...ad93839fbb9c1.cssnon_blocking
    https://frontend-sta...528e618c90a44c.jsnon_blocking
    https://frontend-sta...33f27b2dfdcc1f.jsnon_blocking
    https://frontend-sta...c08b6f61cb7304.jsnon_blocking
    https://frontend-sta...ad076cb54663ae.jsnon_blocking
    https://frontend-sta...366ba4290fb8dc.jsnon_blocking
    https://frontend-sta...e8ec0aad0d4042.jsnon_blocking
    https://frontend-sta...f4b63e40078349.jsnon_blocking
    https://frontend-sta...324d068f8ae82.cssnon_blocking
    https://frontend-sta...efccd7f786e4e7.jsnon_blocking
    https://frontend-sta...faec7346a231e1.jsnon_blocking
    https://frontend-sta...1d494c22d75d96.jsnon_blocking
    https://frontend-sta...0bbe34be4659f7.jsnon_blocking
    https://frontend-sta...3497eadf70bdfa.jsnon_blocking
    https://frontend-sta...cdcc44c06b3a97.jsnon_blocking
    https://frontend-sta...7e73a429627c4a.jsnon_blocking
    https://frontend-sta...914a619aaaccf.cssnon_blocking
    https://frontend-sta...fe8ded042cbfd.cssnon_blocking
    https://frontend-sta...e009bf1bbe802.cssdynamically_injected_non_blocking
    https://frontend-sta...d735ea98856716.jsnon_blocking
    https://frontend-sta...30fc76f7b44e80.jsnon_blocking
    https://frontend-sta...72b23712230e28.jsnon_blocking
    https://frontend-sta...f7556ef5a1e9ce.jsnon_blocking
    https://frontend-sta..._buildManifest.jsnon_blocking
    https://frontend-sta...cf24f034ca1213.jsnon_blocking
    https://frontend-sta...348b4197b9a88c.jsnon_blocking
    https://frontend-sta...673ffea797ece4.jsnon_blocking
    https://frontend-sta...96268524cf9ad9.jsnon_blocking
    https://frontend-sta...1f7f8ba2ecf22.cssdynamically_injected_non_blocking
    https://frontend-sta...410ee3fa1a458.cssdynamically_injected_non_blocking
    https://frontend-sta...ac3b8b55b95e77.jsnon_blocking
    https://frontend-sta...fecf85a28661e7.jsnon_blocking
    https://frontend-sta...e73f2837930ee.cssdynamically_injected_non_blocking
    https://frontend-sta...1e104d0f1004dc.jsnon_blocking
    https://frontend-sta...0baf6b0adfaf4f.jsnon_blocking
    https://frontend-sta...b68982a7d87933.jsnon_blocking
    https://frontend-sta...0417b504718185.jsnon_blocking
    https://frontend-sta...cb04399386cb06.jsnon_blocking
    https://frontend-sta...1bac4a22023b4a.jsnon_blocking
    https://frontend-sta...640d30117f472.cssdynamically_injected_non_blocking
    https://frontend-sta...538a4e5a3c925.cssdynamically_injected_non_blocking
    https://frontend-sta...6adac592c4949f.jsnon_blocking
    https://frontend-sta...6de3534181a6c.cssdynamically_injected_non_blocking
    https://frontend-sta...f858da31fff1c0.jsnon_blocking
    https://frontend-sta...e88d58e567c71a.jsnon_blocking
    https://frontend-sta...ac726038f76803.jsnon_blocking
    https://frontend-sta...T/_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 320
    Max Potential First Input Delay 266
    Long Tasks before First Paint3500
    Long Tasks before First Contentful Paint3500
    Long Tasks before Largest Contentful Paint4556
    Long Tasks after Load Event End5900
    Total Long Tasks6970

    CPU last long task happened at 2.544 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self87870window
    self975221window
    self1222209window
    self165256window
    self2287148window
    self2544266window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML15
    styleLayout401
    paintCompositeRender232
    scriptParseCompile2
    scriptEvaluation1515
    garbageCollection38
    other887
    Events (ms)
    FunctionCall950
    RunTask636
    UpdateLayoutTree360
    RunMicrotasks331
    v8.run152
    Paint131
    PrePaint78
    Layerize74
    PaintImage58
    Commit47
    Layout41
    UpdateLayer35
    IntersectionObserverController::computeIntersections32
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL21
    v8.callFunction18
    V8.BytecodeBudgetInterrupt17
    V8.HandleInterrupts17
    ParseAuthorStyleSheet11

    Time spent per request

    URLCPU time (ms)
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-12a8921dab738876.js868
    https://cdn.diginetica.net/300/client-lite.js267
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/9359.67c08b6f61cb7304.js180
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4643-fe528e618c90a44c.js127
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/5123.a7ad076cb54663ae.js85
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-2dd35bed676a95d8.js71
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3333.2af4b63e40078349.js41
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1571.4b30fc76f7b44e80.js23
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/main/client-166adac592c4949f.js19
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/main-8933f27b2dfdcc1f.js18

    CPU time spent

    Tool/domainTime (ms)
    frontend-stage-static.k8s.dev.sokolov.io1432.0
    cdn.diginetica.net267.4
    | Categories | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

    CategoryRequests
    CategoryNumber of tools

    Unmatched third party domains

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

    cdn.diginetica.net
    tracking.diginetica.net

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html622 B9.5 KB54.0 KB1
    css8.2 KB82.7 KB552.1 KB11
    javascript28.5 KB497.5 KB1.6 MB38
    image0 b1.5 MB1.5 MB13
    font0 b208.2 KB206.8 KB4
    json7.6 KB15.5 KB37.6 KB13
    other523 B0 b0 b2
    favicon733 B3.1 KB14.7 KB1
    svg4.4 KB3.5 KB6.5 KB8
    plain0 b291 B6 B3
    Total58.7 KB2.3 MB4.1 MB110

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b0 b0 b0
    javascript555 B66.9 KB248.4 KB1
    image686 B74 B74 B2
    font0 b0 b0 b0
    Total1.2 KB67.0 KB248.5 KB3
    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="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__mnW6Y NavigationButton_sklv__swiper-btn_prev__Rurka NavigationButton_sklv__swiper-btn_main_banner__xkIcD">
    • <button type="button" class="NavigationButton_sklv__swiper-btn__mnW6Y NavigationButton_sklv__swiper-btn_next__kxotX NavigationButton_sklv__swiper-btn_main_banner__xkIcD">
    • <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 type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_m__rPsi1" loading=""></button>
    • <button type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_m__rPsi1" loading=""></button>
    • <button type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_m__rPsi1" loading=""></button>
    • <button type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_m__rPsi1" loading=""></button>
    • <button type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_m__rPsi1" loading=""></button>
    • <button type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_m__rPsi1" loading=""></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 type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_s__rzcMr CatalogButton_catalog-btn_big__RZdeX" loading="" data-qa="header_catalog_nav_open_btn">
    • <p class="NavigationNew_sklv-main-navigation_wrapper__text__Cd6Mf">Каталог</p>
    • <button type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_m__rPsi1 Products_products_more_button__9nPrh" loading="">Еще товары</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>
    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="/"></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="/gift-card/?utm_source=site&amp;utm_medium=banner&amp;utm_campaign=pk_sept">
    • <a class="SliderVideo_sklv-video__sdvFA" href="/omni/12092024-40/">
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_m__rPsi1" loading=""></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_m__rPsi1" loading=""></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_m__rPsi1" loading=""></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_m__rPsi1" loading=""></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_m__rPsi1" loading=""></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button type="button" class="ButtonOld_button__4STTl ButtonOld_primary__ZqlEK ButtonOld_main__RQyRr ButtonOld_m__rPsi1" loading=""></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">