Run 1 summary

https://sokolov.ru/jewelry-catalog/rings/gold/

Tested 2025-04-01 01:15:27 using Chrome 134.0.6998.35 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score63
Total page size1.3 MB
Requests121
Timing metrics
TTFB899 ms
First Paint2.524 s
Fully Loaded14.003 s
Google Web Vitals
TTFB899 ms
First Contentful Paint (FCP) 2.524 s
Largest Contentful Paint (LCP) 9.564 s
Cumulative Layout Shift (CLS) 0.04
Total Blocking Time476 ms
Max Potential FID312 ms
CPU metrics
CPU long tasks8
CPU last long task happens at12.535 s
Visual Metrics
First Visual Change2.533 s
Speed Index8.810 s
Visual Complete 85%10.766 s
Visual Complete 99%10.766 s
Last Visual Change10.766 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
2.6 sFirst Contentful Paint 2.524 sFirst Visual Change 2.533 s
3.6 s
4.3 s
5.3 sCPU Long Task duration 77 ms
5.9 sCPU Long Task duration 69 ms
6 sCPU Long Task duration 147 ms
6.2 sDOM Content Loaded Time 6.115 sLayout Shift 0.00005 6.134 s
6.4 s
6.5 s
6.9 sLayout Shift 0.03042 6.807 s
7 s
7.1 s
7.2 s
7.3 s
7.4 s
7.5 s
7.7 sLayout Shift 0.00075 7.662 s
8.3 sCPU Long Task duration 78 ms
8.4 sLayout Shift 0.00093 8.383 s
8.5 sCPU Long Task duration 74 ms
8.6 sCPU Long Task duration 54 ms
8.7 s
8.8 sLayout Shift 0.00011 8.715 s
8.9 sCPU Long Task duration 65 ms
9 sLayout Shift 0.01086 8.904 s
9.1 s
9.2 s
9.3 s
9.4 s
9.5 s
9.6 sLCP <IMG> 9.564 s
9.7 s
9.8 s
9.9 s
10 s
10.1 s
10.2 s
10.3 s
10.4 s
10.5 s
10.6 s
10.7 sZone 10.643 sZone:ZoneAwarePromise 10.644 sZone:toString 10.644 sZone:util 10.645 sZone:legacy 10.645 sZone:timers 10.645 sZone:requestAnimationFrame 10.646 sZone:blocking 10.646 sZone:EventTarget 10.646 sZone:MutationObserver 10.647 s
10.8 sLast Visual Change 10.766 sVisual Complete 85% 10.766 sVisual Complete 95% 10.766 sVisual Complete 99% 10.766 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 (63)

TitleAdviceScore
Don't scale images in the browser (avoidScalingImages)The page has 8 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.20
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/f411e67c4f63277c5ec1ebf35c727e30.jpg
  • https://cdn.sokolov.ru/upload/content/area/cb897b4eba7a9996a2c09e81498fa6da.webp
  • https://pmdn.sokolov.io/pics/D7/A2/DAAF402BA2A89F723DC626A547DE.jpg
  • https://pmdn.sokolov.io/pics/D0/4C/8CEFD2DC99931A6C5E22ABAF2D39.jpg
  • https://pmdn.sokolov.io/pics/41/0A/EA77A141F182371AA4E5C322C63C.jpg
  • https://pmdn.sokolov.io/pics/38/BD/84A79FEC06999C328D7DFAEB002C.jpg
  • https://pmdn.sokolov.io/pics/42/94/359497A61C268657EAA81762D84A.jpg
  • https://pmdn.sokolov.io/pics/71/51/DAD88459DED12099CBCE4A77A54A.jpg
  • Have a fast first contentful paint (firstContentfulPaint)First contentful paint can be improved (2.524 s). It is in the Google Web Vitals needs improvement range, slower than 1.8 seconds.50
    Description: The First Contentful Paint (FCP) metric measures the time from when the page starts loading to when any part of the page content is rendered on the screen. For this metric, "content" refers to text, images (including background images), <svg> elements, or non-white <canvas> elements.
    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.
    Have a fast largest contentful paint (largestContentfulPaint)Largest contentful paint is poor 9.564 s. It is in the Google Web Vitals poor range, slower than 4.5 seconds. You can add fetchPriority="high" to the image to increase the load priority in Chrome. The image is lazy loaded using the lazy attribute, you should avoid that on the LCP image.0
    Description: Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance.
    Offenders:
  • https://pmdn.sokolov.io/pics/41/0A/EA77A141F182371AA4E5C322C63C.jpg
  • Avoid CPU Long Tasks (longTasks)The page has 8 CPU long tasks with the total of 876 ms. The total blocking time is 476 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
  • Avoid Frontend single point of failures (spof)The page has 15 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.90
    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/1b0f809b673e259f.css
  • https://static-catalog.sokolov.ru/_next/static/css/d051241542b8b044.css
  • https://static-catalog.sokolov.ru/_next/static/css/5775e0ca31629c3d.css
  • https://static-catalog.sokolov.ru/_next/static/css/95697409626e56b7.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/0bb0e379e51988ff.css
  • https://static-catalog.sokolov.ru/_next/static/css/88352c3259c373ac.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/bd6ac51bf6693b84.css
  • https://static-catalog.sokolov.ru/_next/static/css/836fffc9a4348e28.css
  • https://static-catalog.sokolov.ru/_next/static/css/a697901538887e7f.css
  • https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 31 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 268 kB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://sokolov.ru/spa-images/footer/app-store-badge.svg
  • https://sokolov.ru/spa-images/footer/google-play-badge.svg
  • https://sokolov.ru/spa-images/footer/app-gallery-badge.svg
  • https://sokolov.ru/spa-images/footer/rustore-badge.svg
  • https://sokolov.ru/api/v4/content/area/auth-banner/
  • 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/main-page-topline/
  • https://catalog.sokolov.ru/api/v2/catalog/jewelry-catalog/rings/gold/?per_page=72
  • https://catalog.sokolov.ru/api/v2/filters/jewelry-catalog/rings/gold/
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://sokolov.ru/api/v4/content/area/feedback-channels/
  • https://sokolov.ru/api/v4/content/area/download-app-banner/
  • https://sokolov.ru/api/v5/handbooks/delivery-info/
  • https://sokolov.ru/api/v5/products/sale-label/...ducts/sale-label/
  • https://sokolov.ru/api/v5/products/comment-info/...cts/comment-info/
  • https://sokolov.ru/api/v5/products/prices/.../products/prices/
  • https://sokolov.ru/api/v4/content/area/price-notification/
  • https://pmdn.sokolov.io/pics/41/0A/EA77A141F182371AA4E5C322C63C.jpg
  • https://pmdn.sokolov.io/pics/D7/A2/DAAF402BA2A89F723DC626A547DE.jpg
  • https://pmdn.sokolov.io/pics/D0/4C/8CEFD2DC99931A6C5E22ABAF2D39.jpg
  • https://pmdn.sokolov.io/pics/38/BD/84A79FEC06999C328D7DFAEB002C.jpg
  • https://pmdn.sokolov.io/pics/42/94/359497A61C268657EAA81762D84A.jpg
  • https://pmdn.sokolov.io/pics/71/51/DAD88459DED12099CBCE4A77A54A.jpg
  • https://static-catalog.sokolov.ru/meta/manifest.json
  • https://static-catalog.sokolov.ru/meta/favicon.ico
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://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 107.6 kB and uncompressed size is 716.1 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/1b0f809b673e259f.css 64.8 KB513.2 KB
    https://static-catalog.sokolov.ru/_next/static/css/d051241542b8b044.css 7.4 KB49.7 KB
    https://static-catalog.sokolov.ru/_next/static/css/5775e0ca31629c3d.css 7.1 KB41.1 KB
    https://static-catalog.sokolov.ru/_next/static/css/95697409626e56b7.css 3.5 KB17.5 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/0bb0e379e51988ff.css 4.5 KB24.1 KB
    https://static-catalog.sokolov.ru/_next/static/css/88352c3259c373ac.css 6.9 KB34.7 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/bd6ac51bf6693b84.css 985 B976 B
    https://static-catalog.sokolov.ru/_next/static/css/836fffc9a4348e28.css 1.1 KB1.9 KB
    https://static-catalog.sokolov.ru/_next/static/css/a697901538887e7f.css 1.2 KB2.0 KB
    https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css 950 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 JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 660.5 kB and the uncompressed size is 2.1 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://static-catalog.sokolov.ru/_next/static/chunks/webpack-6c68d57515757ad0.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-dea93b10d9e5f145.js 183.1 KB641.0 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-f24cf74aefd91978.js 11.1 KB33.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8335-b39f400b08a60abb.js 13.6 KB39.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8339-f0faf75824e13d40.js 8.8 KB24.8 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/5560-f7541a7bb040c33c.js 7.8 KB19.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/catalog/client/%5Bca...deab2d3262c5ba.js 3.3 KB6.5 KB
    https://static-catalog.sokolov.ru/_next/static/ljwQHnWPfAxY4vgQEJWoa/_buildManifest.js 2.2 KB5.4 KB
    https://static-catalog.sokolov.ru/_next/static/ljwQHnWPfAxY4vgQEJWoa/_ssgManifest.js 614 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.9b8f48723d5a5e72.js 2.0 KB3.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3333.3735e872cb8cc03a.js 17.4 KB55.8 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4349.cde88d58e567c71a.js 782 B280 B
    https://static-catalog.sokolov.ru/_next/static/chunks/6547.23d062a875b3ff92.js 9.5 KB26.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/5577.6cd95573e5427e20.js 15.2 KB45.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8400.eb1b42e41dcdde36.js 2.5 KB6.1 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 1012 B673 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/238.7f236a7b150f34b7.js 975 B590 B
    https://static-catalog.sokolov.ru/_next/static/chunks/6612.a3b75b9f163b3244.js 1023 B674 B
    https://static-catalog.sokolov.ru/_next/static/chunks/7330.1d24b03cd8ec5345.js 1.1 KB946 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/534.75cd38181e3bfa34.js 961 B601 B
    https://static-catalog.sokolov.ru/_next/static/chunks/3169.4b2ae05d5b98e6c7.js 1.1 KB827 B
    https://static-catalog.sokolov.ru/_next/static/chunks/36.b0a1bbca34ed712a.js 1016 B663 B
    https://static-catalog.sokolov.ru/_next/static/chunks/5377.e06feea9bba83fc3.js 1.1 KB886 B
    https://static-catalog.sokolov.ru/_next/static/chunks/3712.39474eba56f03d9e.js 1.0 KB736 B
    https://static-catalog.sokolov.ru/_next/static/chunks/7784.b9178d6b31bb5c57.js 1.0 KB784 B
    https://static-catalog.sokolov.ru/_next/static/chunks/9809.fb1d0e0438bca7ce.js 1.2 KB1.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8891.8f0a7fa6b7f21d29.js 1.2 KB1.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3244.04266e8a8ec961e5.js 1.1 KB937 B
    https://static-catalog.sokolov.ru/_next/static/chunks/7113.304b4ff17b50adba.js 1.2 KB1.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1881.2a2f11aa9c6186ed.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/2053.d2530d7fb760155d.js 1.1 KB930 B
    https://static-catalog.sokolov.ru/_next/static/chunks/3160.3189c606b5b58bd1.js 1.1 KB803 B
    https://static-catalog.sokolov.ru/_next/static/chunks/8907.181e28100c33d05e.js 1.7 KB2.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6845.5326bd56f6edd2c9.js 1.9 KB3.2 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/7883.6ab87a4a7860f364.js 1.0 KB738 B
    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/1b0f809b673e259f.css size is 66.4 kB (66390) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.90
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://static-catalog.sokolov.ru/_next/static/css/1b0f809b673e259f.css 64.8 KB513.2 KB
    Don't use private headers on static content (privateAssets)The page has 6 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.50
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://sokolov.ru/jewelry-catalog/rings/gold/
  • https://catalog.sokolov.ru/api/v2/catalog/jewelry-catalog/rings/gold/?per_page=72
  • https://catalog.sokolov.ru/api/v2/filters/jewelry-catalog/rings/gold/
  • 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 (88)

    TitleAdviceScore
    Meta description (metaDescription)The meta description is too long. It has 259 characters, the recommended max is 15550
    Description: Use a page description to make the page more relevant to search engines.
    Page title (pageTitle)The title is too long by 44 characters. The recommended max is 6050
    Description: Use a title to make the page more relevant to search engines.
    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. https://sokolov.ru/a...ducts/sale-label/ has a header link that is 2525 characters long. https://sokolov.ru/a...cts/comment-info/ has a header link that is 2534 characters long. 95
    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/
  • https://sokolov.ru/api/v5/products/sale-label/...ducts/sale-label/
  • https://sokolov.ru/api/v5/products/comment-info/...cts/comment-info/
  • Avoid unnecessary headers (unnecessaryHeaders)There are 9 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 121 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/jewelry-catalog/rings/gold/
  • 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/1b0f809b673e259f.css
  • https://static-catalog.sokolov.ru/_next/static/css/d051241542b8b044.css
  • https://static-catalog.sokolov.ru/_next/static/css/5775e0ca31629c3d.css
  • https://static-catalog.sokolov.ru/_next/static/css/95697409626e56b7.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/webpack-6c68d57515757ad0.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-dea93b10d9e5f145.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-f24cf74aefd91978.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8335-b39f400b08a60abb.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8339-f0faf75824e13d40.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/5560-f7541a7bb040c33c.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/pages/catalog/client/%5Bca...deab2d3262c5ba.js
  • https://static-catalog.sokolov.ru/_next/static/ljwQHnWPfAxY4vgQEJWoa/_buildManifest.js
  • https://static-catalog.sokolov.ru/_next/static/ljwQHnWPfAxY4vgQEJWoa/_ssgManifest.js
  • https://sokolov.ru/spa-images/footer/app-store-badge.svg
  • https://sokolov.ru/spa-images/footer/google-play-badge.svg
  • https://sokolov.ru/spa-images/footer/app-gallery-badge.svg
  • https://sokolov.ru/spa-images/footer/rustore-badge.svg
  • https://static-catalog.sokolov.ru/_next/static/css/f2f640d30117f472.css
  • https://static-catalog.sokolov.ru/_next/static/css/d67471c075b0c8ff.css
  • https://static-catalog.sokolov.ru/_next/static/css/0bb0e379e51988ff.css
  • https://static-catalog.sokolov.ru/_next/static/css/88352c3259c373ac.css
  • https://static-catalog.sokolov.ru/_next/static/css/7d06de3534181a6c.css
  • https://static-catalog.sokolov.ru/_next/static/css/29d30e70ddab6860.css
  • https://sokolov.ru/api/v4/content/area/auth-banner/
  • https://catalog.sokolov.ru/api/v2/filters/jewelry-catalog/rings/gold/
  • 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/css/dc41697283a04350.css
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://static-catalog.sokolov.ru/_next/static/chunks/5672.b06c04c9f0cd7c2d.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/1541.9b8f48723d5a5e72.js
  • https://catalog.sokolov.ru/api/v2/catalog/jewelry-catalog/rings/gold/?per_page=72
  • https://static-catalog.sokolov.ru/_next/static/css/bd6ac51bf6693b84.css
  • https://cdn.sokolov.ru/upload/content/area/cb897b4eba7a9996a2c09e81498fa6da.webp
  • https://sokolov.ru/api/v4/content/area/main-page-topline/
  • https://cdn.sokolov.ru/upload/content/area/f411e67c4f63277c5ec1ebf35c727e30.jpg
  • https://catalog.sokolov.ru/api/v2/catalog/jewelry-catalog/rings/gold/?per_page=72
  • https://catalog.sokolov.ru/api/v2/filters/jewelry-catalog/rings/gold/
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://static-catalog.sokolov.ru/_next/static/chunks/3333.3735e872cb8cc03a.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4349.cde88d58e567c71a.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6547.23d062a875b3ff92.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/5577.6cd95573e5427e20.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8400.eb1b42e41dcdde36.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7811.4e161b19d93bd228.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/1571.a1b61b0957d9338f.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7152.6296268524cf9ad9.js
  • https://sokolov.ru/api/v4/content/area/feedback-channels/
  • https://sokolov.ru/api/v4/content/area/download-app-banner/
  • https://static-catalog.sokolov.ru/_next/static/chunks/566.0c0417b504718185.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/5355.983e781220919010.js
  • https://sokolov.ru/api/v4/content/filter/
  • https://sokolov.ru/api/v4/content/filter/web-catalog-top/
  • https://sokolov.ru/api/v5/handbooks/delivery-info/
  • https://sokolov.ru/api/v5/products/sale-label/...ducts/sale-label/
  • https://sokolov.ru/api/v5/products/comment-info/...cts/comment-info/
  • https://sokolov.ru/api/v5/products/prices/.../products/prices/
  • https://static-catalog.sokolov.ru/_next/static/css/836fffc9a4348e28.css
  • https://static-catalog.sokolov.ru/_next/static/css/a697901538887e7f.css
  • https://sokolov.ru/api/v4/content/area/price-notification/
  • https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css
  • https://pmdn.sokolov.io/pics/41/0A/EA77A141F182371AA4E5C322C63C.jpg
  • https://pmdn.sokolov.io/pics/D7/A2/DAAF402BA2A89F723DC626A547DE.jpg
  • https://pmdn.sokolov.io/pics/D0/4C/8CEFD2DC99931A6C5E22ABAF2D39.jpg
  • https://pmdn.sokolov.io/pics/38/BD/84A79FEC06999C328D7DFAEB002C.jpg
  • https://static-catalog.sokolov.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4803.a81bac4a22023b4a.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/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://static-catalog.sokolov.ru/_next/static/chunks/238.7f236a7b150f34b7.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6612.a3b75b9f163b3244.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7330.1d24b03cd8ec5345.js
  • 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://static-catalog.sokolov.ru/_next/static/chunks/534.75cd38181e3bfa34.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/3169.4b2ae05d5b98e6c7.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/36.b0a1bbca34ed712a.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/5377.e06feea9bba83fc3.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/3712.39474eba56f03d9e.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7784.b9178d6b31bb5c57.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/9809.fb1d0e0438bca7ce.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8891.8f0a7fa6b7f21d29.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/3244.04266e8a8ec961e5.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7113.304b4ff17b50adba.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/1881.2a2f11aa9c6186ed.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/2053.d2530d7fb760155d.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/3160.3189c606b5b58bd1.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8907.181e28100c33d05e.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6845.5326bd56f6edd2c9.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4379.021e104d0f1004dc.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6611.a6ac3b8b55b95e77.js
  • https://pmdn.sokolov.io/pics/42/94/359497A61C268657EAA81762D84A.jpg
  • https://pmdn.sokolov.io/pics/71/51/DAD88459DED12099CBCE4A77A54A.jpg
  • https://static-catalog.sokolov.ru/_next/static/chunks/7883.6ab87a4a7860f364.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6422.ae882f6609710448.js
  • https://cdn.sokolov.ru/upload/content/fb7a6e5625569f2b211959ccec295994.jpg?w=480
  • https://cdn.sokolov.ru/upload/content/478255e7dad81843354a426d7a67e359.jpg?w=480
  • https://static-catalog.sokolov.ru/meta/manifest.json
  • https://static-catalog.sokolov.ru/meta/favicon.ico
  • https://cdn.diginetica.net/300/client-lite.js
  • https://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/jewelry-catalog/rings/gold/
  • 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/jewelry-catalog/rings/gold/
  • 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 • Выгодные цены в интернет-магазине • Доставка по Москве и РФ
    Width485
    Height14622
    DOM elements1330
    Avg DOM depth11
    Max DOM depth19
    Iframes0
    Script tags19
    Local storage31 B
    Session storage563 B
    Network Information API3g
    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 | Long Aninimation Frames | Metrics from CDP | 

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)899 ms
    First Contentful Paint (FCP)2.524 s
    Largest Contentful Paint (LCP)9.564 s
    Cumulative Layout Shift (CLS)0.04
    Total Blocking Time (TBT)476 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP209
    Time spent in recalculate style before FCP15.797 ms
    Extra timings
    TTFB899 ms
    First Paint2.524 s
    Load Event End11.135 s
    Fully loaded14.003 s
    User Timing marks
    Zone10.643 s
    Zone:ZoneAwarePromise10.644 s
    Zone:toString10.644 s
    Zone:util10.645 s
    Zone:legacy10.645 s
    Zone:timers10.645 s
    Zone:requestAnimationFrame10.646 s
    Zone:blocking10.646 s
    Zone:EventTarget10.646 s
    Zone:MutationObserver10.647 s
    Zone:IntersectionObserver10.647 s
    Zone:FileReader10.648 s
    Zone:on_property10.648 s
    Zone:customElements10.677 s
    Zone:XHR10.678 s
    Zone:geolocation10.678 s
    Zone:PromiseRejectionEvent10.678 s
    Zone:queueMicrotask10.679 s
    User Timing measures
    NameStart timeDuration
    Next.js-before-hydration0 ms5.886 s
    Next.js-hydration5.886 s73 ms
    Zone10.643 s1 ms
    Zone:ZoneAwarePromise10.644 s1 ms
    Zone:toString10.644 s0 ms
    Zone:util10.645 s1 ms
    Zone:legacy10.645 s0 ms
    Zone:timers10.645 s0 ms
    Zone:requestAnimationFrame10.646 s0 ms
    Zone:blocking10.646 s0 ms
    Zone:EventTarget10.646 s1 ms
    Zone:MutationObserver10.647 s0 ms
    Zone:IntersectionObserver10.647 s0 ms
    Zone:FileReader10.648 s0 ms
    Zone:on_property10.648 s30 ms
    Zone:customElements10.677 s0 ms
    Zone:XHR10.678 s0 ms
    Zone:geolocation10.678 s0 ms
    Zone:PromiseRejectionEvent10.678 s0 ms
    Zone:queueMicrotask10.679 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 typeIMG
    Element/tag<img alt="Кольцо из золота с бриллиантами 1011802" loading="lazy" width="100" height="100" decoding="async" data-nimg="1" class="ProductListItem_product-image__DZ6vX" src="https://pmdn.sokolov.io/pics/41/0A/EA77A141F182371AA4E5C322C63C.jpg" style="color: transparent;">
    Render time 9.564 s
    Element render delay16 ms
    TTFB899 ms
    Resource delay7.657 s
    Resource load duration993 ms
    Elements that needed recalculate style before LCP1257
    Time spent in recalculate style before LCP106.021 ms
    Load time9.549 s
    URL https://pmdn.sokolov...AA4E5C322C63C.jpg
    Size (width*height)48180
    DOM path
    div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(2) > div:eq(0) > a:eq(2) > div > div:eq(0) > div:eq(1) > div:eq(0) > picture > img> div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(2) > div:eq(0) > a:eq(2) > div > div:eq(0) > div:eq(1) > div:eq(0) > picture > img>
    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.04312 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.03042<main class="mainLayout_main__L9rDe"></main>
    body > div#__next > div#catalog > div:eq(0) > main
    0.01086<div class="ProductListItem_product__loEv1 ProductListItem_product-without_hover__WUTCb"></div>,<div class="ProductListItem_product-price__3bOwJ"></div>,<div class="ProductListItem_product__loEv1 ProductListItem_product-without_hover__WUTCb"></div>,<div class="ProductListItem_product-price__3bOwJ"></div>
    body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(2) > div:eq(0) > a:eq(2) > div,body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(2) > div:eq(0) > a:eq(2) > div > div:eq(1),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(2) > div:eq(0) > a:eq(3) > div,body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(2) > div:eq(0) > a:eq(3) > div > div:eq(1)
    0.00093<button class="ChipsTag_tag__PaJsQ ChipsTag_tag__primary__2yOh2 ChipsTag_tag__s__fiNcy ChipsTag_tag__select__b_sWx CatalogTagsList_catalog-tags_active__MiOrJ"></button>,<button class="ChipsTag_tag__PaJsQ ChipsTag_tag__primary__2yOh2 ChipsTag_tag__s__fiNcy" id="store_id"></button>
    body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > button:eq(2),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > button#store_id
    0.00075<input data-qa="header_search_input" enterkeyhint="search" id="text_search_input" autocomplete="off" type="text" placeholder="Поиск по каталогу" class="_Input_input__7xcBD _Input_input_small__MS1Mh _Input_input_icon__SFwu_" name="text_search_input" value="">
    body > div#__next > div#catalog > div:eq(0) > header > div:eq(1) > div:eq(0) > div:eq(2) > div > div > input#text_search_input
    0.00011<div class="NavigationButton_navigation-button__text__aTSFr"></div>,<div class="NavigationButton_navigation-button__text__aTSFr"></div>
    body > div#__next > div#catalog > div:eq(0) > div:eq(0) > div > button:eq(0) > div,body > div#__next > div#catalog > div:eq(0) > div:eq(0) > div > a:eq(0) > button > div
    0.00005<div class="NavigationButton_navigation-button__text__aTSFr"></div>
    body > div#__next > div#catalog > div:eq(0) > div:eq(0) > div > button:eq(1) > div
    Layout shift

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

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    268 ms313.8 ms5.3 ms5.3 ms0 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
    100.5 ms149.1 ms3 ms3 ms0 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js

    Forced Style And Layout Duration: 4 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    30.8 ms96.3 ms2.8 ms2.8 ms0 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-dea93b10d9e5f145.js

    Forced Style And Layout Duration: 5 ms

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

    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    27.8 ms80.7 ms3.3 ms3.2 ms0.1 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-dea93b10d9e5f145.js

    Forced Style And Layout Duration: 9 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    27.1 ms77.1 ms0 ms0 ms0 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-dea93b10d9e5f145.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    19.7 ms70.7 ms0.3 ms0 ms0.3 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    19 ms67.8 ms3 ms3 ms0 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-dea93b10d9e5f145.js

    Forced Style And Layout Duration: 8 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    8.2 ms71.8 ms3.7 ms3.7 ms0 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-dea93b10d9e5f145.js

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

    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms1.581 s29.8 ms0 ms29.8 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms80.3 ms0.9 ms0.8 ms0.1 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-dea93b10d9e5f145.js

    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-dea93b10d9e5f145.js

    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-dea93b10d9e5f145.js

    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-dea93b10d9e5f145.js

    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-dea93b10d9e5f145.js

    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.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents5
    Frames5
    JSEventListeners1647
    LayoutObjects993
    MediaKeySessions0
    MediaKeys0
    Nodes1902
    Resources114
    ContextLifecycleStateObservers63
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers5
    AdSubframes0
    DetachedScriptStates0
    ArrayBufferContents81
    LayoutCount90
    RecalcStyleCount168
    LayoutDuration75
    RecalcStyleDuration135
    DevToolsCommandDuration36
    ScriptDuration1134
    V8CompileDuration2
    TaskDuration2182
    TaskOtherDuration799
    ThreadTime2
    ProcessTime3
    JSHeapUsedSize27367796
    JSHeapTotalSize49045504
    FirstMeaningfulPaint2522
    | 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 requests121
    Total domains8
    Total transfer size1.3 MB
    Total content size3.8 MB
    Responses missing compression55
    Number of cookies6
    Third party cookies0
    Requests per response code
    200120
    4041

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.4 KB52.0 KB1
    css0 b105.1 KB699.3 KB15
    javascript555 B645.0 KB2.0 MB60
    image1.0 KB254.8 KB252.0 KB13
    font0 b208.2 KB206.8 KB4
    svg0 b27.4 KB67.2 KB4
    json0 b79.1 KB547.9 KB19
    plain0 b0 b0 b2
    other0 b0 b0 b1
    favicon0 b3.7 KB14.7 KB1
    Total1.5 KB1.3 MB3.8 MB120

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    sokolov.ru7.528 s60.4 KB192.9 KB21
    cdn.sokolov.ru13.324 s307.3 KB304.7 KB8
    static-catalog.sokolov.ru41.580 s677.4 KB2.4 MB76
    catalog.sokolov.ru4.462 s57.0 KB473.5 KB4
    seo.sokolov.ru1.177 s232 B56 B2
    pmdn.sokolov.io5.869 s155.6 KB153.9 KB6
    cdn.diginetica.net1.587 s77.2 KB301.4 KB1
    tracking.diginetica.net1.374 s111 B111 B3

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 year1 year
    Last modified8 hours6 days1 year

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript77.2 KB1
    image111 B3
    font0 b0
    json900 B1
    favicon3.7 KB1
    Total81.9 KB6

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css4.2 KB4
    javascript253.3 KB47
    image254.8 KB13
    font0 b0
    other0 b1
    plain0 b1
    json74.9 KB14
    favicon3.7 KB1
    Total590.9 KB81

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    000

    Render information

    URLType
    https://static-catal...a93b10d9e5f145.jsnon_blocking
    https://cdn.digineti...00/client-lite.jsnon_blocking
    https://static-catal...a8921dab738876.jsnon_blocking
    https://static-catal...f809b673e259f.cssnon_blocking
    https://cdn.sokolov....rat/regular.woff2non_blocking
    https://cdn.sokolov....serrat/bold.woff2non_blocking
    https://cdn.sokolov....at/semibold.woff2non_blocking
    https://cdn.sokolov....rrat/medium.woff2non_blocking
    https://static-catal...7f3cc1031a7680.jsnon_blocking
    https://static-catal...33f27b2dfdcc1f.jsnon_blocking
    https://static-catal...c08b6f61cb7304.jsnon_blocking
    https://static-catal...ad076cb54663ae.jsnon_blocking
    https://static-catal...e8ec0aad0d4042.jsnon_blocking
    https://static-catal...35e872cb8cc03a.jsnon_blocking
    https://static-catal...d95573e5427e20.jsnon_blocking
    https://static-catal...9f400b08a60abb.jsnon_blocking
    https://static-catal...4cf74aefd91978.jsnon_blocking
    https://static-catal...d062a875b3ff92.jsnon_blocking
    https://static-catal...0bbe34be4659f7.jsnon_blocking
    https://static-catal...faf75824e13d40.jsnon_blocking
    https://static-catal...68d57515757ad0.jsnon_blocking
    https://static-catal...cdcc44c06b3a97.jsnon_blocking
    https://static-catal...541a7bb040c33c.jsnon_blocking
    https://static-catal...1241542b8b044.cssnon_blocking
    https://static-catal...5e0ca31629c3d.cssnon_blocking
    https://static-catal...52c3259c373ac.cssdynamically_injected_non_blocking
    https://static-catal...7e73a429627c4a.jsnon_blocking
    https://static-catal...0e379e51988ff.cssdynamically_injected_non_blocking
    https://static-catal...97409626e56b7.cssnon_blocking
    https://static-catal...deab2d3262c5ba.jsnon_blocking
    https://static-catal...b61b0957d9338f.jsnon_blocking
    https://static-catal...72b23712230e28.jsnon_blocking
    https://static-catal...1b42e41dcdde36.jsnon_blocking
    https://static-catal...6c04c9f0cd7c2d.jsnon_blocking
    https://static-catal..._buildManifest.jsnon_blocking
    https://static-catal...161b19d93bd228.jsnon_blocking
    https://static-catal...8f48723d5a5e72.jsnon_blocking
    https://static-catal...968b13efa7ff3b.jsnon_blocking
    https://static-catal...26bd56f6edd2c9.jsnon_blocking
    https://static-catal...1e28100c33d05e.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...4b4ff17b50adba.jsnon_blocking
    https://static-catal...1d0e0438bca7ce.jsnon_blocking
    https://static-catal...0a7fa6b7f21d29.jsnon_blocking
    https://static-catal...7901538887e7f.cssdynamically_injected_non_blocking
    https://static-catal...640d30117f472.cssdynamically_injected_non_blocking
    https://static-catal...fffc9a4348e28.cssdynamically_injected_non_blocking
    https://static-catal...266e8a8ec961e5.jsnon_blocking
    https://static-catal...530d7fb760155d.jsnon_blocking
    https://static-catal...6de3534181a6c.cssdynamically_injected_non_blocking
    https://static-catal...3e781220919010.jsnon_blocking
    https://static-catal...882f6609710448.jsnon_blocking
    https://static-catal...24b03cd8ec5345.jsnon_blocking
    https://static-catal...b68982a7d87933.jsnon_blocking
    https://static-catal...2f11aa9c6186ed.jsnon_blocking
    https://static-catal...2ae05d5b98e6c7.jsnon_blocking
    https://static-catal...6feea9bba83fc3.jsnon_blocking
    https://static-catal...0baf6b0adfaf4f.jsnon_blocking
    https://static-catal...89c606b5b58bd1.jsnon_blocking
    https://static-catal...b87a4a7860f364.jsnon_blocking
    https://static-catal...cb04399386cb06.jsnon_blocking
    https://static-catal...178d6b31bb5c57.jsnon_blocking
    https://static-catal...0417b504718185.jsnon_blocking
    https://static-catal...474eba56f03d9e.jsnon_blocking
    https://static-catal...b75b9f163b3244.jsnon_blocking
    https://static-catal...a1bbca34ed712a.jsnon_blocking
    https://static-catal...1bac4a22023b4a.jsnon_blocking
    https://static-catal...ac51bf6693b84.cssdynamically_injected_non_blocking
    https://static-catal...236a7b150f34b7.jsnon_blocking
    https://static-catal...cd38181e3bfa34.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...a/_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 476
    Max Potential First Input Delay 312
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint7564
    Long Tasks after Load Event End1312
    Total Long Tasks8876

    CPU last long task happened at 12.535 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self528777window
    self589069window
    self5961147window
    self826278window
    self840674window
    self855654window
    self883565window
    self12535312window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML20
    styleLayout215
    paintCompositeRender33
    scriptParseCompile2
    scriptEvaluation1516
    garbageCollection38
    other375
    Events (ms)
    FunctionCall900
    RunMicrotasks366
    RunTask260
    v8.run184
    UpdateLayoutTree139
    Layout74
    PrePaint26
    IntersectionObserverController::computeIntersections25
    Paint20
    V8.HandleInterrupts18
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL16
    V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING15
    Layerize15
    V8.BytecodeBudgetInterrupt15
    v8.callFunction14
    ParseHTML12
    Commit10

    Time spent per request

    URLCPU time (ms)
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js979
    https://cdn.diginetica.net/300/client-lite.js315
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-dea93b10d9e5f145.js86
    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js78
    https://static-catalog.sokolov.ru/_next/static/chunks/8005.7672b23712230e28.js27
    https://static-catalog.sokolov.ru/_next/static/chunks/9843.ca968b13efa7ff3b.js24
    https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js23
    https://static-catalog.sokolov.ru/_next/static/chunks/1571.a1b61b0957d9338f.js17
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/catalog/client/%5Bcatalog%5D/%5B%5B...slug%5D%5D-14deab2d3262c5ba.js15
    https://static-catalog.sokolov.ru/_next/static/chunks/3333.3735e872cb8cc03a.js13
    https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js12

    CPU time spent

    Tool/domainTime (ms)
    static-catalog.sokolov.ru1272.6
    cdn.diginetica.net315.5
    | 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 b11.4 KB52.0 KB1
    css0 b105.1 KB699.3 KB15
    javascript0 b567.8 KB1.7 MB59
    image0 b254.7 KB251.8 KB10
    font0 b208.2 KB206.8 KB4
    svg0 b27.4 KB67.2 KB4
    json0 b79.1 KB547.9 KB19
    plain0 b0 b0 b2
    other0 b0 b0 b1
    favicon0 b3.7 KB14.7 KB1
    TotalN/A1.2 MB3.5 MB117

    Third party requests and sizes per content type

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

    Screenshots

    afterPageCompleteCheck.png

    afterPageCompleteCheck.png

    layoutShift.png

    layoutShift.png

    largestContentfulPaint.png

    largestContentfulPaint.png

    Axe

    Axe is an accessibility testing engine for websites and other HTML-based user interfaces. Tested using axe-core version 4.10.2. Read more about axe-core .

    Violations

    critical
    Buttons must have discernible text (cat.name-role-value,wcag2a,wcag412,section508,section508.22.a,TTv5,TT6.a,EN-301-549,EN-9.4.1.2,ACT) - button-nameEnsure buttons have discernible text
    Fix any of the following: Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute Element does not have an implicit (wrapped) <label> Element does not have an explicit <label> Element's default semantics were not overridden with role="none" or role="presentation"
    • <button class="TopLine_promo-topline__close__NxqbX">
    • <button type="button" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_icon___v8v7 Burger_header-burger-button__closed__AmQZm" data-qa="burger_btn">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn IconButton_icon-button__rbJuu AuthBanner_banner__icon__47l_0" type="button" id="close">
    • <button class="ChipsTag_tag__PaJsQ ChipsTag_tag__primary__2yOh2 ChipsTag_tag__s__fiNcy CatalogTagsList_catalog-tags_icon_button__P7bHM">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT Favotites_favorite__hvBfN Favotites_medium__EH5Yo ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn IconButton_icon-button__rbJuu ProductListItem_product-price-button__n9XAS" type="button" data-qa="add_to_basket" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT Favotites_favorite__hvBfN Favotites_medium__EH5Yo ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn IconButton_icon-button__rbJuu ProductListItem_product-price-button__n9XAS" type="button" data-qa="add_to_basket" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT Favotites_favorite__hvBfN Favotites_medium__EH5Yo ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn IconButton_icon-button__rbJuu ProductListItem_product-price-button__n9XAS" type="button" data-qa="add_to_basket" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT Favotites_favorite__hvBfN Favotites_medium__EH5Yo ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn IconButton_icon-button__rbJuu ProductListItem_product-price-button__n9XAS" type="button" data-qa="add_to_basket" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT Favotites_favorite__hvBfN Favotites_medium__EH5Yo ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn IconButton_icon-button__rbJuu ProductListItem_product-price-button__n9XAS" type="button" data-qa="add_to_basket" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT Favotites_favorite__hvBfN Favotites_medium__EH5Yo ProductListItem_product-favorite__T6CK8 Favotites_favorite-empty__IfH7P" type="button" data-qa="add_to_favorite" data-qa-active="false">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn IconButton_icon-button__rbJuu ProductListItem_product-price-button__n9XAS" type="button" data-qa="add_to_basket" data-qa-active="false">
    serious
    Elements must meet minimum color contrast ratio thresholds (cat.color,wcag2aa,wcag143,TTv5,TT13.c,EN-301-549,EN-9.1.4.3,ACT) - color-contrastEnsure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds
    Fix any of the following: Element has insufficient color contrast of 3.94 (foreground color: #808080, background color: #ffffff, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1
    • <div class="NavigationButton_navigation-button__text__aTSFr">Главная</div>
    • <div class="NavigationButton_navigation-button__text__aTSFr">Каталог</div>
    • <div class="NavigationButton_navigation-button__text__aTSFr">Избранное</div>
    • <div class="NavigationButton_navigation-button__text__aTSFr">Корзина</div>
    • <div class="NavigationButton_navigation-button__text__aTSFr">Профиль</div>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT Button_button__tonal__utstt AuthBanner_banner__button__UZD7k" type="button">Получить</button>
    • <span itemprop="name">Кольца</span>
    • <span class="catalog_catalog-layout-header_count__OeN__"><span class="catalog_catalog-layout-header_count_value__i6dHy">7 391</span> товар</span>
    • <span class="catalog_catalog-layout-header_count_value__i6dHy">7 391</span>
    • <span>Фильтры</span>
    • <span>Кольца</span>
    • <span>Золото</span>
    • <span class="Sticker_text__AfLJj">ЕЩЁ 30%</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">140&nbsp;245&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">149 отзывов</div>
    • <span class="Sticker_text__AfLJj">ЕЩЁ 30%</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">120&nbsp;995&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">284 отзыва</div>
    • <span class="Sticker_text__AfLJj">ЕЩЁ 30%</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">87&nbsp;995&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">122 отзыва</div>
    • <span class="Sticker_text__AfLJj">ЕЩЁ 30%</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">71&nbsp;495&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">190 отзывов</div>
    • <span class="Sticker_text__AfLJj">ЕЩЁ 30%</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">60&nbsp;495&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">281 отзыв</div>
    • <button type="button" class="Button_sklv-button__W9kWg Button_sklv-button_grey__dmvVL">Показать еще 72 товара</button>
    Links must have discernible text (cat.name-role-value,wcag2a,wcag244,wcag412,section508,section508.22.a,TTv5,TT6.a,EN-301-549,EN-9.2.4.4,EN-9.4.1.2,ACT) - link-nameEnsure links have discernible text
    Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
    • <a class="TopLine_sklv-topline__link__BIztV" href="/ecom/online-sale/"></a>
    • <a data-qa-article="1011545-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1011545-3/"></a>
    • <a data-qa-article="1010256" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1010256/"></a>
    • <a data-qa-article="1012799-3-5" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012799-3-5/"></a>
    • <a data-qa-article="1012785-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012785-3/"></a>
    • <a data-qa-article="1012791-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012791-3/"></a>
    • <a data-qa-article="1012794-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012794-3/"></a>
    • <a data-qa-article="71-00338" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/71-00338/"></a>
    • <a data-qa-article="71-00337" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/71-00337/"></a>
    • <a data-qa-article="71-00339" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/71-00339/"></a>
    • <a data-qa-article="71-00336" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/71-00336/"></a>
    • <a data-qa-article="716405" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/716405/"></a>
    • <a data-qa-article="019243" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/019243/"></a>
    • <a data-qa-article="019263" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/019263/"></a>
    • <a data-qa-article="019424" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/019424/"></a>
    • <a data-qa-article="111093-01" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/111093-01/"></a>
    • <a data-qa-article="111094-01" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/111094-01/"></a>
    • <a data-qa-article="112096-01" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/112096-01/"></a>
    • <a data-qa-article="112097-01" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/112097-01/"></a>
    • <a data-qa-article="1012355" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012355/"></a>
    • <a data-qa-article="1011545" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1011545/"></a>
    • <a data-qa-article="7010047" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/7010047/"></a>
    • <a data-qa-article="7010060" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/7010060/"></a>
    • <a data-qa-article="7010142" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/7010142/"></a>
    • <a data-qa-article="6014171" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/6014171/"></a>
    • <a data-qa-article="6014177" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/6014177/"></a>
    • <a data-qa-article="1012568-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012568-3/"></a>
    • <a data-qa-article="71-00330" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/71-00330/"></a>
    • <a data-qa-article="71-00329" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/71-00329/"></a>
    • <a data-qa-article="71-00351" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/71-00351/"></a>
    • <a data-qa-article="717156" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/717156/"></a>
    • <a data-qa-article="717151" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/717151/"></a>
    • <a data-qa-article="017416" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/017416/"></a>
    • <a data-qa-article="018814" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/018814/"></a>
    • <a data-qa-article="019071" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/019071/"></a>
    • <a data-qa-article="017325" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/017325/"></a>
    • <a data-qa-article="110200" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/110200/"></a>
    • <a data-qa-article="110030" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/110030/"></a>
    • <a data-qa-article="110201" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/110201/"></a>
    • <a data-qa-article="110031" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/110031/"></a>
    • <a data-qa-article="1012584-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012584-3/"></a>
    • <a data-qa-article="1012355-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012355-3/"></a>
    • <a data-qa-article="1012078-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012078-3/"></a>
    • <a data-qa-article="1012326-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012326-3/"></a>
    • <a data-qa-article="1012079-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012079-3/"></a>
    • <a data-qa-article="1012612-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012612-3/"></a>
    • <a data-qa-article="1012611-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012611-3/"></a>
    • <a data-qa-article="1012704-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012704-3/"></a>
    • <a data-qa-article="1012708-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012708-3/"></a>
    • <a data-qa-article="1012195-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012195-3/"></a>
    • <a data-qa-article="1012203-3" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012203-3/"></a>
    • <a data-qa-article="716105" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/716105/"></a>
    • <a data-qa-article="71-00082" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/71-00082/"></a>
    • <a data-qa-article="110188" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/110188/"></a>
    • <a data-qa-article="112211" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/112211/"></a>
    • <a data-qa-article="110202" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/110202/"></a>
    • <a data-qa-article="114110-01" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/114110-01/"></a>
    • <a data-qa-article="1011803" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1011803/"></a>
    • <a data-qa-article="1011677" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1011677/"></a>
    • <a data-qa-article="1012030" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012030/"></a>
    • <a data-qa-article="1011978" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1011978/"></a>
    • <a data-qa-article="1011501" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1011501/"></a>
    • <a data-qa-article="1010139" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1010139/"></a>
    • <a data-qa-article="1012644-3-5" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/1012644-3-5/"></a>
    • <a data-qa-article="9010176-5" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/9010176-5/"></a>
    • <a data-qa-article="9010171-5" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/9010171-5/"></a>
    • <a data-qa-article="9010153-5" class="ProductListItem_product-link__T8HTy" href="/jewelry-catalog/product/9010153-5/"></a>
    • <a href="https://sokolov.ru/jewelry-catalog/selection-engagement-rings/?stock=Y" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_mweb__3FHsX ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width2__OOo1_ ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line3__IJjJv" style="height: 202px;">
    • <a href="/jewelry-catalog/svoboda/?stock=Y&amp;sort=new_up" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_mweb__3FHsX ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width2__OOo1_ ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line6__V8xJD" style="height: 202px;">
    • <a href="/jewelry-catalog/bracelets/brooches/earrings/necklaces/pendants/piercing/rings/gold/combinedgold/redgold/whitegold/yellowgold/black-diamond/cognac-daimond/diamond/diamond-grown/emerald/emerald-grown-kolumbia/ruby/sapphire/tanzanit/tourmaline-insert/tourmaline-synthetic-paraiba/?sort=new_up" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_mweb__3FHsX ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width2__OOo1_ ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line9__vkLW0" style="height: 202px;">
    • <a href="/jewelry-catalog/bracelets/earrings/necklaces/pendants/rings/gold/combinedgold/redgold/whitegold/yellowgold/diamond/diamond-grown/raspberries/?stock=Y" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_mweb__3FHsX ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width2__OOo1_ ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line12__J5t0S" style="height: 202px;">
    • <a href="/cosmetics/?stock=Y" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_mweb__3FHsX ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width2__OOo1_ ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line15__as9ZO" style="height: 202px;">
    • <a href="/silverware/product/44043111/" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_mweb__3FHsX ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width2__OOo1_ ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line18__4tmRI" style="height: 202px;">
    • <a href="/bags/" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_mweb__3FHsX ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width2__OOo1_ ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line21__Upq0R" style="height: 202px;">
    • <a href="https://sokolov.onelink.me/i7YY/yl2m10yf" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_mweb__3FHsX ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width2__OOo1_ ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line24__uC5zv" style="height: 202px;">
    • <a type="button" data-page="2" class="Pagination_pagination-btn__cxppH Pagination_pagination-btn_disabled__CHihy" href="/jewelry-catalog/rings/gold/?page=2"><span class="Pagination_pagination-btn-arrow__dy0FP Pagination_pagination-btn-arrow_prev__emrEr"></span></a>
    • <a data-page="2" class="Pagination_pagination-btn__cxppH " href="/jewelry-catalog/rings/gold/?page=2"><span class="Pagination_pagination-btn-arrow__dy0FP Pagination_pagination-btn-arrow_next__vvlxL"></span></a>
    critical
    Zooming and scaling must not be disabled (cat.sensory-and-visual-cues,wcag2aa,wcag144,EN-301-549,EN-9.1.4.4,ACT) - meta-viewportEnsure <meta name="viewport"> does not disable text scaling and zooming
    Fix any of the following: user-scalable=no on <meta> tag disables zooming on mobile devices
    • <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui, user-scalable=no">
    • <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui, user-scalable=no">
    moderate
    All page content should be contained by landmarks (cat.keyboard,best-practice) - regionEnsure all page content is contained by landmarks
    Fix any of the following: Some page content is not contained by landmarks
    • <img alt="gift-box" loading="lazy" width="70" height="70" decoding="async" data-nimg="1" class="AuthBanner_banner__img__6q97o" src="https://cdn.sokolov.ru/upload/content/area/cb897b4eba7a9996a2c09e81498fa6da.webp" style="color: transparent;">
    • <h5 class="AuthBanner_banner__text__xh2Dt">5&nbsp;000 бонусов за&nbsp;регистрацию</h5>