Page summary

https://sokolov.ru/

Tested 2025-04-03 02:25:33 using Chrome 134.0.6998.35 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third party axeCrUx
| Summary | | Download Timeline Log | Download HAR | 

Summary

MetricValue
Page metrics
Performance Score62
Total Page Transfer Size2.6 MB
Requests100
Timing metrics
TTFB [median]220 ms
First Paint [median]864 ms
Fully Loaded [median]2.439 s
Google Web Vitals
TTFB [median]220 ms
First Contentful Paint (FCP) [median]864 ms
Largest Contentful Paint (LCP) [median]1.504 s
Cumulative Layout Shift (CLS) [median]0.02
Interaction To Next Paint (INP) [median]328 ms
Total Blocking Time [median]164 ms
Max Potential FID [median]214 ms
CPU metrics
CPU long tasks [median]6
CPU longest task duration273 ms
CPU last long task happens at1.966 s
Visual Metrics
First Visual Change [median]867 ms
Speed Index [median]1.517 s
Visual Complete 85% [median]1.500 s
Visual Complete 99% [median]2.834 s
Last Visual Change [median]2.967 s
Chrome User Experience Report (CRUX)
First Contentful Paint [p75]1.245 s
Largest Contentful Paint (LCP) [p75]3.205 s
Cumulative Layout Shift (CLS) [p75]0.44
Screenshot of run 1

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange834 ms867 ms900 ms1.000 s
LastVisualChange2.900 s2.967 s4.278 s6.967 s
SpeedIndex1.487 s1.517 s1.796 s2.383 s
VisualReadiness2.066 s2.100 s3.378 s5.967 s
VisualComplete851.467 s1.500 s1.578 s1.767 s
VisualComplete951.834 s1.867 s3.556 s6.967 s
VisualComplete992.767 s2.834 s4.189 s6.967 s
Google Web Vitals
Time To First Byte (TTFB)184 ms220 ms211 ms228 ms
Largest Contentful Paint (LCP)1.492 s1.504 s1.585 s1.760 s
First Contentful Paint (FCP)840 ms864 ms893 ms976 ms
Cumulative Layout Shift (CLS)0.01670.01690.01820.021
More metrics
firstPaint840 ms864 ms893 ms976 ms
loadEventEnd533 ms539 ms574 ms649 ms
User Timing
Zone1.729 s1.736 s1.792 s1.911 s
Zone:ZoneAwarePromise1.729 s1.737 s1.792 s1.911 s
Zone:toString1.729 s1.738 s1.793 s1.912 s
Zone:util1.729 s1.738 s1.793 s1.912 s
Zone:legacy1.730 s1.739 s1.794 s1.913 s
Zone:timers1.730 s1.739 s1.794 s1.913 s
Zone:requestAnimationFrame1.730 s1.739 s1.794 s1.913 s
Zone:blocking1.731 s1.739 s1.794 s1.913 s
Zone:EventTarget1.731 s1.739 s1.794 s1.913 s
Zone:MutationObserver1.731 s1.740 s1.795 s1.914 s
Zone:IntersectionObserver1.732 s1.740 s1.795 s1.914 s
Zone:FileReader1.732 s1.741 s1.796 s1.914 s
Zone:on_property1.732 s1.741 s1.796 s1.915 s
Zone:customElements1.753 s1.762 s1.818 s1.938 s
Zone:XHR1.754 s1.762 s1.818 s1.938 s
Zone:geolocation1.754 s1.762 s1.818 s1.939 s
Zone:PromiseRejectionEvent1.754 s1.762 s1.818 s1.939 s
Zone:queueMicrotask1.754 s1.763 s1.819 s1.939 s
CPU
Total Blocking Time158 ms164 ms168 ms183 ms
Max Potential FID203 ms214 ms211 ms216 ms
CPU long tasks 4656
CPU last long task happens at1.888 s1.966 s1.976 s2.073 s
| Waterfall | | Download HAR | 

Waterfall

Run 1 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.5 sCPU Long Task duration 62 ms
0.6 sDOM Content Loaded Time 535 msPage Load Time 539 msCPU Long Task duration 221 ms
0.8 sCPU Long Task duration 273 ms
0.9 sFirst Contentful Paint 864 msFirst Visual Change 867 ms
1.2 s
1.3 s
1.4 s
1.5 sLayout Shift 0.00009 1.401 sLCP <DIV> 1.492 sVisual Complete 85% 1.500 s
1.6 sLayout Shift 0.00905 1.505 s
1.7 s
1.8 sZone 1.729 sZone:ZoneAwarePromise 1.729 sZone:toString 1.729 sZone:util 1.729 sZone:legacy 1.730 sZone:timers 1.730 sZone:requestAnimationFrame 1.730 sZone:blocking 1.731 sZone:EventTarget 1.731 sZone:MutationObserver 1.731 s
1.9 sLayout Shift 0.01103 1.824 sLayout Shift 0.00038 1.837 sVisual Complete 95% 1.867 s
2 sCPU Long Task duration 214 ms
2.1 s
2.2 s
2.3 sLayout Shift 0.00041 2.222 s
2.5 sFully Loaded 2.439 s
2.6 s
2.7 s
2.8 s
2.9 sVisual Complete 99% 2.834 s
3 sLast Visual Change 2.967 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 (62)

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://cdn.sokolov.ru/upload/content/area/2de813168cfab95263a0021f90209577.jpg
  • https://cdn.sokolov.ru/upload/content/area/f77c187c912eed81b9a940d56f4e733f.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://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
  • 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 CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    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.
    Avoid CPU Long Tasks (longTasks)The page has 9 CPU long tasks with the total of 1.319 s. The total blocking time is 463 ms and 3 long tasks before first contentful paint with total time of 556 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
  • multiple-contexts
  • 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://static-catalog.sokolov.ru/_next/static/css/d952859c721b8e52.css
  • https://static-catalog.sokolov.ru/_next/static/css/753a88f965ca8564.css
  • https://static-catalog.sokolov.ru/_next/static/css/7e6914a619aaaccf.css
  • https://static-catalog.sokolov.ru/_next/static/css/13226014bc357e4b.css
  • https://static-catalog.sokolov.ru/_next/static/css/f2f640d30117f472.css
  • https://static-catalog.sokolov.ru/_next/static/css/d67471c075b0c8ff.css
  • https://static-catalog.sokolov.ru/_next/static/css/a6a191b9c8b7721f.css
  • https://static-catalog.sokolov.ru/_next/static/css/7d06de3534181a6c.css
  • https://static-catalog.sokolov.ru/_next/static/css/29d30e70ddab6860.css
  • https://static-catalog.sokolov.ru/_next/static/css/dc41697283a04350.css
  • https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css
  • https://code.jivo.ru/css/c2eb44a/widget.css
  • https://code.jivo.ru/css/c2eb44a/omnichannelMenu.widget.css
  • https://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.50.11
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 17 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 18.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://sokolov.ru/api/v4/content/area/main-banner-004/
  • https://sokolov.ru/api/v4/content/area/main-stories/
  • https://sokolov.ru/api/v4/content/area/navigation-block-008/
  • https://sokolov.ru/api/v5/profile/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/handbooks/currency-rates/
  • https://sokolov.ru/api/v5/location/check/
  • https://sokolov.ru/api/v4/content/area/nav-buttons/
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://static-catalog.sokolov.ru/meta/manifest.json
  • https://sokolov.ru/api/v4/content/area/main-page-topline/
  • https://sokolov.ru/api/v4/content/area/feedback-channels/
  • https://sokolov.ru/api/v4/content/area/download-app-banner/
  • https://static-catalog.sokolov.ru/meta/favicon.ico
  • 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
  • Long cache headers is good (cacheHeadersLong)The page has 1 request that have a shorter cache time than 30 days (but still a cache time).99
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://cdn.diginetica.net/300/client-lite.js
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 113.8 kB and uncompressed size is 779.2 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://static-catalog.sokolov.ru/_next/static/css/d952859c721b8e52.css 68.7 KB553.4 KB
    https://static-catalog.sokolov.ru/_next/static/css/753a88f965ca8564.css 6.1 KB30.0 KB
    https://static-catalog.sokolov.ru/_next/static/css/7e6914a619aaaccf.css 6.3 KB35.5 KB
    https://static-catalog.sokolov.ru/_next/static/css/13226014bc357e4b.css 19.6 KB118.1 KB
    https://static-catalog.sokolov.ru/_next/static/css/f2f640d30117f472.css 1.2 KB1.9 KB
    https://static-catalog.sokolov.ru/_next/static/css/d67471c075b0c8ff.css 1.3 KB2.1 KB
    https://static-catalog.sokolov.ru/_next/static/css/a6a191b9c8b7721f.css 2.9 KB9.9 KB
    https://static-catalog.sokolov.ru/_next/static/css/7d06de3534181a6c.css 1.1 KB1.6 KB
    https://static-catalog.sokolov.ru/_next/static/css/29d30e70ddab6860.css 1.5 KB4.4 KB
    https://static-catalog.sokolov.ru/_next/static/css/dc41697283a04350.css 1.5 KB3.1 KB
    https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css 951 B1.1 KB
    The favicon should be small and cacheable (favicon)The favicon has no cache time. 50
    Description: It is easy to make the favicon big but please avoid doing that, because every browser will then perform an unnecessarily large download. And make sure the cache headers are set for a long time for the favicon. It is easy to miss since it's another content type.
    Offenders:
  • https://static-catalog.sokolov.ru/meta/favicon.ico
  • Avoid too many fonts (fewFonts)The page has 4 font requests. Do you really need them? What value does the fonts give the user?60
    Description: How many fonts do you need on a page for the user to get the message? Fonts can slow down the rendering of content, try to avoid loading too many of them because worst case it can make the text invisible until they are loaded (FOIT—flash of invisible text), best case they will flicker the text content when they arrive.
    Offenders:
  • https://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • Total image size shouldn't be too big (imageSize)The page total image size is 1.2 MB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.50
    Description: Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 1.1 MB and the uncompressed size is 2.7 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://static-catalog.sokolov.ru/_next/static/chunks/webpack-f797a152e73f2687.js 8.6 KB15.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js 66.5 KB204.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js 32.3 KB109.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-e38b532025f7a780.js 190.0 KB666.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4643-847f3cc1031a7680.js 35.9 KB120.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1389-6de8ec0aad0d4042.js 18.0 KB61.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1109-14835968bbd7d3d9.js 10.7 KB32.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8335-c458fe87981e67b6.js 13.6 KB39.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3273-b4365f7fa2b69ffc.js 7.0 KB17.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4965-ab9f88dcd4930cbb.js 396.1 KB535.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7905-0ee747b64d6af721.js 10.9 KB38.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4430-fec7fc68247a3218.js 30.8 KB115.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/client-41975b885cb0db05.js 957 B638 B
    https://static-catalog.sokolov.ru/_next/static/PFO5q9Vag2hlNUbM4R6cx/_buildManifest.js 2.2 KB5.3 KB
    https://static-catalog.sokolov.ru/_next/static/PFO5q9Vag2hlNUbM4R6cx/_ssgManifest.js 616 B77 B
    https://static-catalog.sokolov.ru/_next/static/chunks/5672.b06c04c9f0cd7c2d.js 2.3 KB4.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1541.3c00a3e5a0af43e2.js 2.0 KB3.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3333.bd960628a8b8e1b3.js 15.9 KB50.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7811.4e161b19d93bd228.js 2.0 KB3.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1571.a1b61b0957d9338f.js 3.0 KB5.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7152.6296268524cf9ad9.js 1.6 KB2.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/566.0c0417b504718185.js 1.0 KB784 B
    https://static-catalog.sokolov.ru/_next/static/chunks/5355.983e781220919010.js 1.1 KB903 B
    https://static-catalog.sokolov.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/4803.a81bac4a22023b4a.js 1013 B673 B
    https://static-catalog.sokolov.ru/_next/static/chunks/4349.cde88d58e567c71a.js 782 B280 B
    https://static-catalog.sokolov.ru/_next/static/chunks/9436-8b7e73a429627c4a.js 6.7 KB15.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js 7.9 KB21.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/9843.ca968b13efa7ff3b.js 1.9 KB3.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4100.32b68982a7d87933.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/6503.06cb04399386cb06.js 1.0 KB724 B
    https://static-catalog.sokolov.ru/_next/static/chunks/8114.18f858da31fff1c0.js 980 B612 B
    https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js 26.9 KB80.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/91f5892f.ceac726038f76803.js 746 B260 B
    https://static-catalog.sokolov.ru/_next/static/chunks/1423.9d0bbe34be4659f7.js 9.2 KB32.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js 31.7 KB108.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8005.7672b23712230e28.js 2.7 KB6.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4379.021e104d0f1004dc.js 1.4 KB1.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6611.a6ac3b8b55b95e77.js 1.4 KB1.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6422.ae882f6609710448.js 1.1 KB1.0 KB
    https://cdn.diginetica.net/300/client-lite.js 77.2 KB301.4 KB
    Avoid using incorrect mime types (mimeTypes)The page has 1 misconfigured mime type. 99
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • Make each CSS response small (optimalCssSize)https://static-catalog.sokolov.ru/_next/static/css/d952859c721b8e52.css size is 70.3 kB (70327) and that is bigger than the limit of 14.5 kB. https://static-catalog.sokolov.ru/_next/static/css/13226014bc357e4b.css size is 20.1 kB (20121) 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://static-catalog.sokolov.ru/_next/static/css/d952859c721b8e52.css 68.7 KB553.4 KB
    https://static-catalog.sokolov.ru/_next/static/css/13226014bc357e4b.css 19.6 KB118.1 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.7 MB, which is more than the coach limit of 2 MB. That is really big and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://sokolov.ru/ 10.1 KB57.5 KB
    https://cdn.sokolov.ru/fonts/montserrat/bold.woff2 52.1 KB51.7 KB
    https://cdn.sokolov.ru/fonts/montserrat/regular.woff2 52.2 KB51.8 KB
    https://cdn.sokolov.ru/fonts/montserrat/medium.woff2 51.9 KB51.6 KB
    https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2 52.0 KB51.7 KB
    https://static-catalog.sokolov.ru/_next/static/css/d952859c721b8e52.css 68.7 KB553.4 KB
    https://static-catalog.sokolov.ru/_next/static/css/753a88f965ca8564.css 6.1 KB30.0 KB
    https://static-catalog.sokolov.ru/_next/static/css/7e6914a619aaaccf.css 6.3 KB35.5 KB
    https://static-catalog.sokolov.ru/_next/static/css/13226014bc357e4b.css 19.6 KB118.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/webpack-f797a152e73f2687.js 8.6 KB15.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js 66.5 KB204.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js 32.3 KB109.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-e38b532025f7a780.js 190.0 KB666.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4643-847f3cc1031a7680.js 35.9 KB120.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1389-6de8ec0aad0d4042.js 18.0 KB61.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1109-14835968bbd7d3d9.js 10.7 KB32.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8335-c458fe87981e67b6.js 13.6 KB39.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3273-b4365f7fa2b69ffc.js 7.0 KB17.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4965-ab9f88dcd4930cbb.js 396.1 KB535.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7905-0ee747b64d6af721.js 10.9 KB38.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4430-fec7fc68247a3218.js 30.8 KB115.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/client-41975b885cb0db05.js 957 B638 B
    https://static-catalog.sokolov.ru/_next/static/PFO5q9Vag2hlNUbM4R6cx/_buildManifest.js 2.2 KB5.3 KB
    https://static-catalog.sokolov.ru/_next/static/PFO5q9Vag2hlNUbM4R6cx/_ssgManifest.js 616 B77 B
    https://static-catalog.sokolov.ru/_next/static/css/f2f640d30117f472.css 1.2 KB1.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/5672.b06c04c9f0cd7c2d.js 2.3 KB4.1 KB
    https://static-catalog.sokolov.ru/_next/static/css/d67471c075b0c8ff.css 1.3 KB2.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1541.3c00a3e5a0af43e2.js 2.0 KB3.4 KB
    https://static-catalog.sokolov.ru/_next/static/css/a6a191b9c8b7721f.css 2.9 KB9.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3333.bd960628a8b8e1b3.js 15.9 KB50.6 KB
    https://static-catalog.sokolov.ru/_next/static/css/7d06de3534181a6c.css 1.1 KB1.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7811.4e161b19d93bd228.js 2.0 KB3.3 KB
    https://static-catalog.sokolov.ru/_next/static/css/29d30e70ddab6860.css 1.5 KB4.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1571.a1b61b0957d9338f.js 3.0 KB5.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7152.6296268524cf9ad9.js 1.6 KB2.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/566.0c0417b504718185.js 1.0 KB784 B
    https://static-catalog.sokolov.ru/_next/static/chunks/5355.983e781220919010.js 1.1 KB903 B
    https://static-catalog.sokolov.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/4803.a81bac4a22023b4a.js 1013 B673 B
    https://sokolov.ru/api/v4/content/area/main-banner-004/ 2.0 KB8.0 KB
    https://sokolov.ru/api/v4/content/area/main-stories/ 2.9 KB13.4 KB
    https://sokolov.ru/api/v4/content/area/navigation-block-008/ 1.8 KB7.5 KB
    https://sokolov.ru/api/v5/profile/ 502 B69 B
    https://sokolov.ru/api/v6/basket/easy-calculate/ 1021 B363 B
    https://sokolov.ru/api/v5/profile/products/ 820 B40 B
    https://sokolov.ru/api/v5/handbooks/currency-rates/ 360 B155 B
    https://sokolov.ru/api/v5/location/check/ 831 B128 B
    https://static-catalog.sokolov.ru/_next/static/chunks/4349.cde88d58e567c71a.js 782 B280 B
    https://static-catalog.sokolov.ru/_next/static/chunks/9436-8b7e73a429627c4a.js 6.7 KB15.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js 7.9 KB21.7 KB
    https://static-catalog.sokolov.ru/_next/static/css/dc41697283a04350.css 1.5 KB3.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/9843.ca968b13efa7ff3b.js 1.9 KB3.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4100.32b68982a7d87933.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/6503.06cb04399386cb06.js 1.0 KB724 B
    https://sokolov.ru/api/v4/content/area/nav-buttons/ 1.1 KB2.6 KB
    https://seo.sokolov.ru/api/v1/meta/ip/ 0 b0 b
    https://seo.sokolov.ru/api/v1/meta/ip/ 232 B56 B
    https://static-catalog.sokolov.ru/meta/manifest.json 899 B716 B
    https://sokolov.ru/api/v4/content/area/main-page-topline/ 903 B1.3 KB
    https://sokolov.ru/api/v4/content/area/feedback-channels/ 867 B2.4 KB
    https://sokolov.ru/api/v4/content/area/download-app-banner/ 1016 B2.0 KB
    https://static-catalog.sokolov.ru/meta/favicon.ico 3.7 KB14.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8114.18f858da31fff1c0.js 980 B612 B
    https://sokolov.ru/ 57.5 KB57.5 KB
    https://cdn.sokolov.ru/upload/content/area/69911f3f22faa94347bc746b3f592195.jpg?w=1920&h=844 254.1 KB253.5 KB
    https://cdn.sokolov.ru/upload/content/area/775c747bf67bd4d157930acef1994e33.jpg?w=1920&h=844 190.4 KB189.9 KB
    https://cdn.sokolov.ru/upload/content/area/afe9a0521a1e5677ce1ed6c6edbca9c1.jpg?w=1920&h=844 161.7 KB161.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js 26.9 KB80.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/91f5892f.ceac726038f76803.js 746 B260 B
    https://static-catalog.sokolov.ru/_next/static/chunks/1423.9d0bbe34be4659f7.js 9.2 KB32.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js 31.7 KB108.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8005.7672b23712230e28.js 2.7 KB6.1 KB
    https://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg 30.4 KB30.1 KB
    https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png 6.0 KB5.8 KB
    https://cdn.sokolov.ru/upload/content/area/68e58dc20cbd461fd14fc683592fca9b.svg 717 B946 B
    https://cdn.sokolov.ru/upload/content/area/1f1f79322c6d27b1dbbf009d9094f0b1.svg 593 B561 B
    https://cdn.sokolov.ru/upload/content/area/26ad66b0f0bb1efbb0aea1b0aeac800a.svg 759 B997 B
    https://cdn.sokolov.ru/upload/content/area/b832960c3f0c40480c9293e5b3b5f089.svg 718 B872 B
    https://cdn.sokolov.ru/upload/content/area/062aa6f7bd9925ab496599d8f10203d0.svg 660 B803 B
    https://cdn.sokolov.ru/upload/content/area/f4d1232004ddb92acb6e26f924872b61.svg 640 B841 B
    https://cdn.sokolov.ru/upload/content/area/2025c736f68b3ec222a8edf16fdca38f.svg 757 B1.3 KB
    https://cdn.sokolov.ru/upload/content/area/ed05b31c2846fae9c5fa8f5e313560fc.svg 498 B342 B
    https://cdn.sokolov.ru/upload/content/area/f77c187c912eed81b9a940d56f4e733f.jpg 13.3 KB13.1 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://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://static-catalog.sokolov.ru/_next/static/chunks/4379.021e104d0f1004dc.js 1.4 KB1.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6611.a6ac3b8b55b95e77.js 1.4 KB1.5 KB
    https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css 951 B1.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6422.ae882f6609710448.js 1.1 KB1.0 KB
    https://cdn.sokolov.ru/upload/content/area/2de813168cfab95263a0021f90209577.jpg 18.3 KB18.0 KB
    https://cdn.diginetica.net/300/client-lite.js 77.2 KB301.4 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
    Don't use private headers on static content (privateAssets)The page has 5 requests with private headers. The main page has a private header. It could be right in some cases where the user can be logged in and served specific content. But if your asset is static it should never be private. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.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://sokolov.ru/
  • https://sokolov.ru/
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • Avoid missing and error requests (responseOk)The page has 1 error response. The page has 1 response with code 404. 90
    Description: Your page should never request assets that return a 400 or 500 error. These requests are never cached. If that happens something is broken. Please fix it.
    Offenders:
  • https://sokolov.ru/api/v5/profile/
  • Best practice advice (98)

    TitleAdviceScore
    Do not send too long headers (longHeaders)https://sokolov.ru/a...t/easy-calculate/ has a header set-cookie that is 611 characters long. https://sokolov.ru/a...profile/products/ has a header set-cookie that is 611 characters long. https://sokolov.ru/a...5/location/check/ has a header set-cookie that is 641 characters long. 97
    Description: Do not send response headers that are too long.
    Offenders:
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/location/check/
  • Avoid unnecessary headers (unnecessaryHeaders)There are 17 responses that sets both a max-age and expires header. There are 5 responses that sets a pragma no-cache header (that is a request header). There are 100 responses that sets a server header. 0
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://sokolov.ru/
  • https://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • https://static-catalog.sokolov.ru/_next/static/css/d952859c721b8e52.css
  • https://static-catalog.sokolov.ru/_next/static/css/753a88f965ca8564.css
  • https://static-catalog.sokolov.ru/_next/static/css/7e6914a619aaaccf.css
  • https://static-catalog.sokolov.ru/_next/static/css/13226014bc357e4b.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/webpack-f797a152e73f2687.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-e38b532025f7a780.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4643-847f3cc1031a7680.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/1389-6de8ec0aad0d4042.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/1109-14835968bbd7d3d9.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8335-c458fe87981e67b6.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/3273-b4365f7fa2b69ffc.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4965-ab9f88dcd4930cbb.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7905-0ee747b64d6af721.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4430-fec7fc68247a3218.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/client-41975b885cb0db05.js
  • https://static-catalog.sokolov.ru/_next/static/PFO5q9Vag2hlNUbM4R6cx/_buildManifest.js
  • https://static-catalog.sokolov.ru/_next/static/PFO5q9Vag2hlNUbM4R6cx/_ssgManifest.js
  • https://static-catalog.sokolov.ru/_next/static/css/f2f640d30117f472.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/5672.b06c04c9f0cd7c2d.js
  • https://static-catalog.sokolov.ru/_next/static/css/d67471c075b0c8ff.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/1541.3c00a3e5a0af43e2.js
  • https://static-catalog.sokolov.ru/_next/static/css/a6a191b9c8b7721f.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/3333.bd960628a8b8e1b3.js
  • https://static-catalog.sokolov.ru/_next/static/css/7d06de3534181a6c.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/7811.4e161b19d93bd228.js
  • https://static-catalog.sokolov.ru/_next/static/css/29d30e70ddab6860.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/1571.a1b61b0957d9338f.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7152.6296268524cf9ad9.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/566.0c0417b504718185.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/5355.983e781220919010.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4803.a81bac4a22023b4a.js
  • https://sokolov.ru/api/v4/content/area/main-banner-004/
  • https://sokolov.ru/api/v4/content/area/main-stories/
  • https://sokolov.ru/api/v4/content/area/navigation-block-008/
  • https://sokolov.ru/api/v5/profile/
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/handbooks/currency-rates/
  • https://sokolov.ru/api/v5/location/check/
  • https://static-catalog.sokolov.ru/_next/static/chunks/4349.cde88d58e567c71a.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/9436-8b7e73a429627c4a.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js
  • https://static-catalog.sokolov.ru/_next/static/css/dc41697283a04350.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/9843.ca968b13efa7ff3b.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4100.32b68982a7d87933.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6503.06cb04399386cb06.js
  • https://sokolov.ru/api/v4/content/area/nav-buttons/
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://static-catalog.sokolov.ru/meta/manifest.json
  • https://sokolov.ru/api/v4/content/area/main-page-topline/
  • https://sokolov.ru/api/v4/content/area/feedback-channels/
  • https://sokolov.ru/api/v4/content/area/download-app-banner/
  • https://static-catalog.sokolov.ru/meta/favicon.ico
  • https://static-catalog.sokolov.ru/_next/static/chunks/8114.18f858da31fff1c0.js
  • https://sokolov.ru/
  • https://cdn.sokolov.ru/upload/content/area/69911f3f22faa94347bc746b3f592195.jpg?w=1920&h=844
  • https://cdn.sokolov.ru/upload/content/area/775c747bf67bd4d157930acef1994e33.jpg?w=1920&h=844
  • https://cdn.sokolov.ru/upload/content/area/afe9a0521a1e5677ce1ed6c6edbca9c1.jpg?w=1920&h=844
  • https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/91f5892f.ceac726038f76803.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/1423.9d0bbe34be4659f7.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8005.7672b23712230e28.js
  • https://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg
  • https://cdn.sokolov.ru/upload/content/area/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://cdn.sokolov.ru/upload/content/area/68e58dc20cbd461fd14fc683592fca9b.svg
  • https://cdn.sokolov.ru/upload/content/area/68e58dc20cbd461fd14fc683592fca9b.svg
  • https://cdn.sokolov.ru/upload/content/area/1f1f79322c6d27b1dbbf009d9094f0b1.svg
  • https://cdn.sokolov.ru/upload/content/area/1f1f79322c6d27b1dbbf009d9094f0b1.svg
  • https://cdn.sokolov.ru/upload/content/area/26ad66b0f0bb1efbb0aea1b0aeac800a.svg
  • https://cdn.sokolov.ru/upload/content/area/26ad66b0f0bb1efbb0aea1b0aeac800a.svg
  • https://cdn.sokolov.ru/upload/content/area/b832960c3f0c40480c9293e5b3b5f089.svg
  • https://cdn.sokolov.ru/upload/content/area/b832960c3f0c40480c9293e5b3b5f089.svg
  • https://cdn.sokolov.ru/upload/content/area/062aa6f7bd9925ab496599d8f10203d0.svg
  • https://cdn.sokolov.ru/upload/content/area/062aa6f7bd9925ab496599d8f10203d0.svg
  • https://cdn.sokolov.ru/upload/content/area/f4d1232004ddb92acb6e26f924872b61.svg
  • https://cdn.sokolov.ru/upload/content/area/f4d1232004ddb92acb6e26f924872b61.svg
  • https://cdn.sokolov.ru/upload/content/area/2025c736f68b3ec222a8edf16fdca38f.svg
  • https://cdn.sokolov.ru/upload/content/area/2025c736f68b3ec222a8edf16fdca38f.svg
  • https://cdn.sokolov.ru/upload/content/area/ed05b31c2846fae9c5fa8f5e313560fc.svg
  • https://cdn.sokolov.ru/upload/content/area/ed05b31c2846fae9c5fa8f5e313560fc.svg
  • https://cdn.sokolov.ru/upload/content/area/f77c187c912eed81b9a940d56f4e733f.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://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://static-catalog.sokolov.ru/_next/static/chunks/4379.021e104d0f1004dc.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6611.a6ac3b8b55b95e77.js
  • https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/6422.ae882f6609710448.js
  • https://cdn.sokolov.ru/upload/content/area/2de813168cfab95263a0021f90209577.jpg
  • 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
  • Privacy advice (86)

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

    Page info

    Page info
    TitleЮвелирная компания SOKOLOV. Официальный интернет магазин
    Width1904
    Height12417
    DOM elements978
    Avg DOM depth11
    Max DOM depth17
    Iframes5
    Script tags50
    Local storage3.8 KB
    Session storage681 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 | 

    Data from run 1

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)220 ms
    First Contentful Paint (FCP)864 ms
    Largest Contentful Paint (LCP)1.492 s
    Cumulative Layout Shift (CLS)0.02
    Interaction to next paint (INP)320 ms
    Total Blocking Time (TBT)164 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP794
    Time spent in recalculate style before FCP75.599 ms
    Extra timings
    TTFB220 ms
    First Paint864 ms
    Load Event End539 ms
    Fully loaded2.439 s
    User Timing marks
    Zone1.729 s
    Zone:ZoneAwarePromise1.729 s
    Zone:toString1.729 s
    Zone:util1.729 s
    Zone:legacy1.730 s
    Zone:timers1.730 s
    Zone:requestAnimationFrame1.730 s
    Zone:blocking1.731 s
    Zone:EventTarget1.731 s
    Zone:MutationObserver1.731 s
    Zone:IntersectionObserver1.732 s
    Zone:FileReader1.732 s
    Zone:on_property1.732 s
    Zone:customElements1.753 s
    Zone:XHR1.754 s
    Zone:geolocation1.754 s
    Zone:PromiseRejectionEvent1.754 s
    Zone:queueMicrotask1.754 s
    User Timing measures
    NameStart timeDuration
    Next.js-before-hydration0 ms532 ms
    Next.js-hydration532 ms116 ms
    Zone1.729 s0 ms
    Zone:ZoneAwarePromise1.729 s1 ms
    Zone:toString1.729 s0 ms
    Zone:util1.729 s1 ms
    Zone:legacy1.730 s0 ms
    Zone:timers1.730 s0 ms
    Zone:requestAnimationFrame1.730 s0 ms
    Zone:blocking1.731 s0 ms
    Zone:EventTarget1.731 s1 ms
    Zone:MutationObserver1.731 s0 ms
    Zone:IntersectionObserver1.732 s0 ms
    Zone:FileReader1.732 s0 ms
    Zone:on_property1.732 s21 ms
    Zone:customElements1.753 s0 ms
    Zone:XHR1.754 s0 ms
    Zone:geolocation1.754 s0 ms
    Zone:PromiseRejectionEvent1.754 s0 ms
    Zone:queueMicrotask1.754 s0 ms

    Largest Contentful Paint

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

    Element typeDIV
    Element/tag<div class="image_lazy-load__Wso7t image_loaded__8YbPx SklvTextWithPhotoSlide_sklv-slide-text__img__PcAAE" style="background-image: url(&quot;https://cdn.sokolov.ru/upload/content/area/69911f3f22faa94347bc746b3f592195.jpg?w=1920&amp;h=844&quot;);"></div>
    Render time 1.492 s
    Element render delay132 ms
    TTFB220 ms
    Resource delay1.105 s
    Resource load duration36 ms
    Elements that needed recalculate style before LCP2962
    Time spent in recalculate style before LCP183.951 ms
    Load time1.361 s
    URL https://cdn.sokolov....c746b3f592195.jpg
    Size (width*height)1606976
    DOM path
    div#__next > div#catalog > div:eq(0) > main > div > div > section:eq(0) > div > div > div:eq(1) > div > div:eq(0) > a > div > div> div#__next > div#catalog > div:eq(0) > main > div > div > section:eq(0) > div > div > div:eq(1) > div > div:eq(0) > 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.02097 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.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: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),body > div#__next > div#catalog > div:eq(0) > main > div > div > section:eq(1)
    0.00041<div class="Header_header__inner__wmRSn Header_header_main__dMe4L"></div>
    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
    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 320 ms.

    Event typepointerover
    Element type
    Element class name
    Event target
    Load state when the event happenedcomplete

    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
    226.4 ms285.1 ms2.6 ms2 ms0.6 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js

    Forced Style And Layout Duration: 74 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    195.5 ms220 ms30.8 ms29.8 ms1 ms
    https://cdn.diginetica.net/300/client-lite.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    182.3 ms227.6 ms10.5 ms10.2 ms0.3 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js

    Forced Style And Layout Duration: 12 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    151.6 ms267.3 ms5.3 ms4.7 ms0.6 ms
    https://www.googletagmanager.com/gtag/destination?id=AW-11078509593&l=dataLayer&cx=c&gtm=45je5411v9129782309za200zb811794066&tag_exp=102788824~102803279~102813109~102887800~102926062~102975949~103016951~103021829

    Forced Style And Layout Duration: 2 ms

    Invoker:  https://www.googletagmanager.com/gtag/destination?id=AW-11078509593&l=dataLayer&cx=c&gtm=45je5411v9129782309za200zb811794066&tag_exp=102788824~102803279~102813109~102887800~102926062~102975949~103016951~103021829
    Invoker Type: classic-script
    Window attribution: self

    https://privacy-cs.mail.ru/static/sync-loader.js

    Invoker:  https://privacy-cs.mail.ru/static/sync-loader.js
    Invoker Type: classic-script
    Window attribution: self

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

    Forced Style And Layout Duration: 2 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    93.8 ms147.8 ms7.7 ms7.1 ms0.6 ms
    https://www.googletagmanager.com/gtm.js?id=GTM-M5D8284

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

    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    51 ms169.2 ms2 ms1.3 ms0.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://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js

    Forced Style And Layout Duration: 2 ms

    Invoker:  SCRIPT#.onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

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

    Forced Style And Layout Duration: 6 ms

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

    https://www.googletagmanager.com/gtag/js?id=G-MZNG6JMV9K&l=dataLayer&cx=c&gtm=45He5411v811794066za200&tag_exp=102509683~102788824~102803279~102813109~102887800~102926062~102975949~103016951

    Forced Style And Layout Duration: 2 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    20.3 ms101.3 ms1.1 ms0.4 ms0.7 ms
    https://mc.yandex.ru/metrika/tag.js

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

    https://api.flocktory.com/u_shaman/setup-api.js?body=%7B%22siteId%22%3A%222568%22%2C%22utm%22%3A%7B%22source%22%3A%22%22%2C%22medium%22%3A%22%22%2C%22campaign%22%3A%22%22%2C%22term%22%3A%22%22%2C%22content%22%3A%22%22%7D%2C%22site-session-id%22%3A%22d1b67c33-0cde-40b3-b954-e45901451cdb-2%22%7D&callback=flock_jsonp_1

    Invoker:  https://api.flocktory.com/u_shaman/setup-api.js?body=%7B%22siteId%22%3A%222568%22%2C%22utm%22%3A%7B%22source%22%3A%22%22%2C%22medium%22%3A%22%22%2C%22campaign%22%3A%22%22%2C%22term%22%3A%22%22%2C%22content%22%3A%22%22%7D%2C%22site-session-id%22%3A%22d1b67c33-0cde-40b3-b954-e45901451cdb-2%22%7D&callback=flock_jsonp_1
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    20.1 ms99.5 ms7.2 ms7.2 ms0 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-e38b532025f7a780.js

    Invoker:  https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-e38b532025f7a780.js
    Invoker Type: classic-script
    Window attribution: self

    https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/client-41975b885cb0db05.js

    Invoker:  https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/client-41975b885cb0db05.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    10.5 ms171.3 ms42.6 ms0.1 ms42.5 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js

    Invoker:  https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    9.5 ms127.7 ms10.8 ms9.6 ms1.2 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-e38b532025f7a780.js

    Forced Style And Layout Duration: 25 ms

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

    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-e38b532025f7a780.js

    Forced Style And Layout Duration: 7 ms

    Invoker:  Response.json.then
    Invoker Type: resolve-promise
    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.

    | 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/2.0
    Total requests100
    Total domains6
    Total transfer size2.6 MB
    Total content size4.8 MB
    Responses missing compression43
    Number of cookies9
    Third party cookies0
    Requests per response code
    20099
    4041

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b67.6 KB115.0 KB2
    css0 b111.1 KB760.9 KB11
    javascript555 B1.0 MB2.5 MB41
    image1.0 KB1.2 MB1.1 MB18
    font0 b208.2 KB206.8 KB4
    json0 b14.5 KB38.6 KB13
    other0 b0 b0 b1
    favicon0 b3.7 KB14.7 KB1
    svg0 b5.2 KB6.5 KB8
    Total1.5 KB2.6 MB4.8 MB99

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    sokolov.ru1.731 s81.6 KB153.0 KB14
    cdn.sokolov.ru1.149 s1.4 MB1.4 MB27
    static-catalog.sokolov.ru1.895 s1.0 MB3.0 MB53
    seo.sokolov.ru79 ms232 B56 B2
    cdn.diginetica.net65 ms77.2 KB301.4 KB1
    tracking.diginetica.net92 ms111 B111 B3

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 year1 year
    Last modified12 hours3 days2 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html57.5 KB1
    css10.4 KB7
    javascript203.7 KB26
    image1.2 MB18
    font0 b0
    json14.5 KB13
    other0 b1
    favicon3.7 KB1
    svg5.2 KB8
    Total1.4 MB76

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html57.5 KB1
    css10.4 KB7
    javascript203.7 KB26
    image1.2 MB18
    font0 b0
    json14.5 KB13
    other0 b1
    favicon3.7 KB1
    svg5.2 KB8
    Total1.4 MB76

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    000

    Render information

    URLType
    https://static-catal...9f88dcd4930cbb.jsnon_blocking
    https://static-catal...8b532025f7a780.jsnon_blocking
    https://cdn.digineti...00/client-lite.jsnon_blocking
    https://static-catal...2859c721b8e52.cssnon_blocking
    https://static-catal...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://static-catal...7f3cc1031a7680.jsnon_blocking
    https://static-catal...33f27b2dfdcc1f.jsnon_blocking
    https://static-catal...c08b6f61cb7304.jsnon_blocking
    https://static-catal...c7fc68247a3218.jsnon_blocking
    https://static-catal...ad076cb54663ae.jsnon_blocking
    https://static-catal...26014bc357e4b.cssnon_blocking
    https://static-catal...e8ec0aad0d4042.jsnon_blocking
    https://static-catal...960628a8b8e1b3.jsnon_blocking
    https://static-catal...58fe87981e67b6.jsnon_blocking
    https://static-catal...e747b64d6af721.jsnon_blocking
    https://static-catal...835968bbd7d3d9.jsnon_blocking
    https://static-catal...0bbe34be4659f7.jsnon_blocking
    https://static-catal...97a152e73f2687.jsnon_blocking
    https://static-catal...cdcc44c06b3a97.jsnon_blocking
    https://static-catal...365f7fa2b69ffc.jsnon_blocking
    https://static-catal...7e73a429627c4a.jsnon_blocking
    https://static-catal...914a619aaaccf.cssnon_blocking
    https://static-catal...a88f965ca8564.cssnon_blocking
    https://static-catal...b61b0957d9338f.jsnon_blocking
    https://static-catal...191b9c8b7721f.cssdynamically_injected_non_blocking
    https://static-catal...72b23712230e28.jsnon_blocking
    https://static-catal...6c04c9f0cd7c2d.jsnon_blocking
    https://static-catal..._buildManifest.jsnon_blocking
    https://static-catal...161b19d93bd228.jsnon_blocking
    https://static-catal...00a3e5a0af43e2.jsnon_blocking
    https://static-catal...968b13efa7ff3b.jsnon_blocking
    https://static-catal...96268524cf9ad9.jsnon_blocking
    https://static-catal...1697283a04350.cssdynamically_injected_non_blocking
    https://static-catal...30e70ddab6860.cssdynamically_injected_non_blocking
    https://static-catal...ac3b8b55b95e77.jsnon_blocking
    https://static-catal...1e104d0f1004dc.jsnon_blocking
    https://static-catal...471c075b0c8ff.cssdynamically_injected_non_blocking
    https://static-catal...640d30117f472.cssdynamically_injected_non_blocking
    https://static-catal...6de3534181a6c.cssdynamically_injected_non_blocking
    https://static-catal...3e781220919010.jsnon_blocking
    https://static-catal...882f6609710448.jsnon_blocking
    https://static-catal...b68982a7d87933.jsnon_blocking
    https://static-catal...0baf6b0adfaf4f.jsnon_blocking
    https://static-catal...cb04399386cb06.jsnon_blocking
    https://static-catal...0417b504718185.jsnon_blocking
    https://static-catal...1bac4a22023b4a.jsnon_blocking
    https://static-catal...f858da31fff1c0.jsnon_blocking
    https://static-catal...975b885cb0db05.jsnon_blocking
    https://static-catal...3378153b0b486.cssdynamically_injected_non_blocking
    https://static-catal...e88d58e567c71a.jsnon_blocking
    https://static-catal...ac726038f76803.jsnon_blocking
    https://static-catal...x/_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 164
    Max Potential First Input Delay 214
    Long Tasks before First Paint3556
    Long Tasks before First Contentful Paint3556
    Long Tasks before Largest Contentful Paint3556
    Long Tasks after Load Event End3708
    Total Long Tasks4770

    CPU last long task happened at 1.966 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self44462window
    self549221window
    self798273window
    self1966214window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML19
    styleLayout547
    paintCompositeRender254
    scriptParseCompile1
    scriptEvaluation1345
    garbageCollection31
    other533
    Events (ms)
    FunctionCall883
    UpdateLayoutTree511
    RunTask366
    RunMicrotasks260
    Paint165
    v8.run135
    PrePaint50
    PaintImage49
    Layerize49
    Layout35
    Commit34
    UpdateLayer32
    IntersectionObserverController::computeIntersections19
    v8.callFunction16
    V8.HandleInterrupts14
    V8.BytecodeBudgetInterrupt14
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL14

    Time spent per request

    URLCPU time (ms)
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js882
    https://cdn.diginetica.net/300/client-lite.js219
    https://static-catalog.sokolov.ru/_next/static/chunks/4643-847f3cc1031a7680.js181
    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js137
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-e38b532025f7a780.js65
    https://static-catalog.sokolov.ru/_next/static/chunks/3333.bd960628a8b8e1b3.js31
    https://static-catalog.sokolov.ru/_next/static/chunks/9843.ca968b13efa7ff3b.js26
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/client-41975b885cb0db05.js26
    https://static-catalog.sokolov.ru/_next/static/chunks/1571.a1b61b0957d9338f.js21
    https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js19

    CPU time spent

    Tool/domainTime (ms)
    static-catalog.sokolov.ru1387.3
    cdn.diginetica.net218.9
    | 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
    html0 b67.6 KB115.0 KB2
    css0 b111.1 KB760.9 KB11
    javascript0 b950.3 KB2.3 MB40
    image0 b1.2 MB1.1 MB15
    font0 b208.2 KB206.8 KB4
    json0 b14.5 KB38.6 KB13
    other0 b0 b0 b1
    favicon0 b3.7 KB14.7 KB1
    svg0 b5.2 KB6.5 KB8
    TotalN/A2.5 MB4.5 MB96

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b0 b0 b0
    javascript555 B77.2 KB301.4 KB1
    image1.0 KB111 B111 B3
    font0 b0 b0 b0
    Total1.5 KB77.3 KB301.5 KB4

    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

    Median number of violations for all the runs. Check each individual run to see all the violations.

    TypeViolations (median)
    Critical 2 (19 issues)
    Serious4 (19 issues)
    Moderate1 (1 issues)
    Minor1 (8 issues)

    loadingExperience ALL | | originLoadingExperience ALL | | 

    CrUx

    Chrome User Experience Report (CrUx) is powered by real user measurement across the public web, aggregated from users who have opted-in to syncing their browsing history, have not set up a Sync passphrase, and have usage statistic reporting enabled and is using Chrome.

    The CrUx data has four different buckets (form factor) depending on device: DESKTOP, PHONE, TABLET and ALL. You can choose which data to get with --crux.formFactor.

    Over the last 30 days, this is the field data for this page for Chrome users.

    Form Factor ALL

    Data collected between 2025-3-4 and 2025-3-31

    MetricValue
    Round Trip Time (RTT) 75 percentile145 ms
    Time To First Byte (TTFB) 75 percentile550 ms
    First Contentful Paint (FCP) 75 percentile1.245 s
    Largest Contentful Paint (LCP) 75 percentile3.205 s
    Cumulative Layout Shift (CLS) 75 percentile0.44
    Interaction to Next Paint (INP) 75 percentile421 ms

    Form factors

    Form factorValue
    Desktop7.80%
    Phone92.20%
    Tablet0.00%

    Navigation types

    Navigation typeValue
    Navigate 88.47%
    Navigate cache 0.00%
    Reload 2.18%
    Restore 0.00%
    Back/Forward 9.29%
    Back/Forward cache 0.00%
    Prerender 0.06%

    Largest Contentful Paint resource type

    Element typeValue
    Text5.82%
    Image94.18%

    Largest Contentful Paint image extra information

    Metric75 p
    Largest Contentful Paint3.205 s
    Image load duration217 ms
    Image load delay2.221 s
    Image render delay211 ms
    Image TTFB542 ms

    Distribution

    Round Trip Time (RTT)Time To First Byte (TTFB)
    First Contentful Paint (FCP)Largest Contentful Paint (LCP)
    Interaction to Next Paint (INP)Cumulative Layout Shift (CLS)

    All pages served from this origin

    This is a summary of all pages served from this origin over the last 30 days for Chrome users.

    Form Factor ALL

    Data collected between 2025-3-4 and 2025-3-31

    MetricValue
    Round Trip Time (RTT) 75 percentile150 ms
    Time To First Byte (TTFB) 75 percentile516 ms
    First Contentful Paint (FCP) 75 percentile1.128 s
    Largest Contentful Paint (LCP) 75 percentile3.544 s
    Cumulative Layout Shift (CLS) 75 percentile0.89
    Interaction to Next Paint (INP) 75 percentile355 ms

    Form factors

    Form factorValue
    Desktop7.56%
    Phone92.44%
    Tablet0.00%

    Navigation types

    Navigation typeValue
    Navigate 83.19%
    Navigate cache 0.00%
    Reload 5.76%
    Restore 0.06%
    Back/Forward 10.98%
    Back/Forward cache 0.00%
    Prerender 0.01%

    Largest Contentful Paint resource type

    Element typeValue
    Text22.65%
    Image77.35%

    Largest Contentful Paint image extra information

    Metric75 p
    Largest Contentful Paint3.544 s
    Image load duration129 ms
    Image load delay2.795 s
    Image render delay226 ms
    Image TTFB522 ms

    Distribution

    Round Trip Time (RTT)Time To First Byte (TTFB)
    First Contentful Paint (FCP)Largest Contentful Paint (LCP)
    Interaction to Next Paint (INP)Cumulative Layout Shift (CLS)