Run 2 summary

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

Tested 2025-04-01 18:23:40 using Chrome 134.0.6998.35 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score66
Total page size1.5 MB
Requests123
Timing metrics
TTFB129 ms
First Paint328 ms
Fully Loaded2.704 s
Google Web Vitals
TTFB129 ms
First Contentful Paint (FCP) 328 ms
Largest Contentful Paint (LCP) 2.732 s
Cumulative Layout Shift (CLS) 0.16
Total Blocking Time462 ms
Max Potential FID230 ms
CPU metrics
CPU long tasks9
CPU last long task happens at2.235 s
Visual Metrics
First Visual Change334 ms
Speed Index1.588 s
Visual Complete 85%2.734 s
Visual Complete 99%2.734 s
Last Visual Change2.734 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.4 sFirst Contentful Paint 328 msCPU Long Task duration 75 msFirst Visual Change 334 ms
0.5 sDOM Content Loaded Time 404 msPage Load Time 406 msCPU Long Task duration 61 msCPU Long Task duration 142 ms
0.7 s
0.9 sLayout Shift 0.00317 827 ms
1 sLayout Shift 0.00009 999 ms
1.1 sLayout Shift 0.00031 1.044 s
1.2 sLayout Shift 0.00674 1.117 sLayout Shift 0.00012 1.160 sCPU Long Task duration 60 ms
1.3 sCPU Long Task duration 61 msLayout Shift 0.00050 1.292 s
1.4 sZone 1.307 sZone:ZoneAwarePromise 1.307 sZone:toString 1.308 sZone:util 1.308 sZone:legacy 1.308 sZone:timers 1.309 sZone:requestAnimationFrame 1.309 sZone:blocking 1.309 sZone:EventTarget 1.309 sZone:MutationObserver 1.310 sLayout Shift 0.01471 1.398 s
1.5 sLayout Shift 0.00174 1.450 sLayout Shift 0.00187 1.498 s
1.6 sLayout Shift 0.00024 1.524 sLayout Shift 0.00024 1.558 sCPU Long Task duration 88 ms
1.7 sLayout Shift 0.00301 1.683 s
1.8 sLayout Shift 0.00041 1.732 sCPU Long Task duration 133 ms
1.9 sLayout Shift 0.12321 1.897 s
2 sLayout Shift 0.00066 1.927 sCPU Long Task duration 62 ms
2.1 s
2.2 s
2.3 sCPU Long Task duration 230 ms
2.4 s
2.5 s
2.6 s
2.7 sLayout Shift 0.00010 2.669 s
2.8 sFully Loaded 2.704 sLCP <IMG> 2.732 sLast Visual Change 2.734 sVisual Complete 85% 2.734 sVisual Complete 95% 2.734 sVisual Complete 99% 2.734 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 (66)

TitleAdviceScore
Don't scale images in the browser (avoidScalingImages)The page has 14 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/cb897b4eba7a9996a2c09e81498fa6da.webp
  • 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
  • https://pmdn.sokolov.io/pics/A1/91/34BD3CA5D32E9B4A1A2081C8A61F.jpg
  • https://pmdn.sokolov.io/pics/D5/15/569685373241F2FCA726035FB85E.jpg
  • https://pmdn.sokolov.io/pics/EB/6F/E82F0EE803B24F34C0C8BA4E2A43.jpg
  • https://pmdn.sokolov.io/pics/0F/10/61E6BDFE8F47A83BED321BCB51C0.jpg
  • https://pmdn.sokolov.io/pics/08/FE/ACE37CA4E2394D2AFDCEF76DD8FB.jpg
  • https://pmdn.sokolov.io/pics/7B/50/2BE1F67DECE671FADDB21CAC44D9.jpg
  • https://pmdn.sokolov.io/pics/06/B0/3ECBD27595BB4FF92631113481EB.jpg
  • 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 can be improved 2.732 s. It is in the Google Web Vitals needs improvement range, slower than 2.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.55
    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/D0/4C/8CEFD2DC99931A6C5E22ABAF2D39.jpg
  • Avoid CPU Long Tasks (longTasks)The page has 9 CPU long tasks with the total of 912 ms. The total blocking time is 462 ms . However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 16 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/d952859c721b8e52.css
  • https://static-catalog.sokolov.ru/_next/static/css/753a88f965ca8564.css
  • https://static-catalog.sokolov.ru/_next/static/css/a9dc15970f0dd170.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/a6a191b9c8b7721f.css
  • https://static-catalog.sokolov.ru/_next/static/css/325b82335009bf10.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/a6849082fe312f7a.css
  • https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css
  • https://static-catalog.sokolov.ru/_next/static/css/836fffc9a4348e28.css
  • https://static-catalog.sokolov.ru/_next/static/css/34c9cb7b965e3c1d.css
  • https://static-catalog.sokolov.ru/_next/static/css/967822ebf9e0555d.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 40 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 473.4 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://catalog.sokolov.ru/api/v2/filters/jewelry-catalog/rings/gold/
  • https://sokolov.ru/api/v5/location/check/
  • https://static-catalog.sokolov.ru/meta/manifest.json
  • https://sokolov.ru/api/v4/content/area/nav-buttons/
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://sokolov.ru/api/v4/content/area/main-page-topline/
  • https://static-catalog.sokolov.ru/meta/favicon.ico
  • https://sokolov.ru/api/v4/content/area/download-app-banner/
  • https://sokolov.ru/api/v4/content/area/feedback-channels/
  • https://catalog.sokolov.ru/api/v2/catalog/jewelry-catalog/rings/gold/?per_page=72
  • 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/v5/profile/products/favorites/
  • 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
  • https://pmdn.sokolov.io/pics/A1/91/34BD3CA5D32E9B4A1A2081C8A61F.jpg
  • https://sokolov.ru/api/v4/content/area/price-notification/
  • https://pmdn.sokolov.io/pics/EB/6F/E82F0EE803B24F34C0C8BA4E2A43.jpg
  • https://pmdn.sokolov.io/pics/D5/15/569685373241F2FCA726035FB85E.jpg
  • https://pmdn.sokolov.io/other/insert-forms/shock-price.svg
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://pmdn.sokolov.io/pics/0F/10/61E6BDFE8F47A83BED321BCB51C0.jpg
  • https://pmdn.sokolov.io/pics/08/FE/ACE37CA4E2394D2AFDCEF76DD8FB.jpg
  • https://pmdn.sokolov.io/pics/7B/50/2BE1F67DECE671FADDB21CAC44D9.jpg
  • https://pmdn.sokolov.io/pics/06/B0/3ECBD27595BB4FF92631113481EB.jpg
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • Long cache headers is good (cacheHeadersLong)The page has 2 requests that have a shorter cache time than 30 days (but still a cache time).98
    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://sokolov.ru/interface/icons/redesign/rocket-launch.svg
  • https://cdn.diginetica.net/300/client-lite.js
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 107.8 kB and uncompressed size is 709.9 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/a9dc15970f0dd170.css 5.6 KB27.8 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/a6a191b9c8b7721f.css 2.9 KB9.9 KB
    https://static-catalog.sokolov.ru/_next/static/css/325b82335009bf10.css 7.0 KB35.1 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/a6849082fe312f7a.css 986 B1003 B
    https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css 952 B1.1 KB
    https://static-catalog.sokolov.ru/_next/static/css/836fffc9a4348e28.css 1.1 KB1.9 KB
    https://static-catalog.sokolov.ru/_next/static/css/34c9cb7b965e3c1d.css 1.2 KB2.0 KB
    https://static-catalog.sokolov.ru/_next/static/css/967822ebf9e0555d.css 793 B655 B
    The favicon should be small and cacheable (favicon)The favicon has no cache time. 50
    Description: It is easy to make the favicon big but please avoid doing that, because every browser will then perform an unnecessarily large download. And make sure the cache headers are set for a long time for the favicon. It is easy to miss since it's another content type.
    Offenders:
  • https://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 650.1 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-796c6a2ce555a2c3.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-9633eb0a43477396.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/1207-248100356e985394.js 7.3 KB20.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/793-9bee4cfed6f0c82d.js 7.8 KB19.8 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/catalog/client/%5Bca...168288dbce0f73.js 3.3 KB6.5 KB
    https://static-catalog.sokolov.ru/_next/static/n53U-ZzATzdG2kn6y-PQk/_buildManifest.js 2.2 KB5.3 KB
    https://static-catalog.sokolov.ru/_next/static/n53U-ZzATzdG2kn6y-PQk/_ssgManifest.js 615 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/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/7857.d6968f7778cf3bae.js 15.3 KB45.4 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 1013 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/7330.45ee055ac62ca901.js 1.1 KB975 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/6422.ae882f6609710448.js 1.1 KB1.0 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/8907.181e28100c33d05e.js 1.7 KB2.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6845.ae49dc40bace0d7a.js 1.9 KB3.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7883.6ab87a4a7860f364.js 1.0 KB738 B
    https://static-catalog.sokolov.ru/_next/static/chunks/2415.10c3e4de2285417a.js 1.3 KB1.8 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3160.3189c606b5b58bd1.js 1.1 KB803 B
    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 (70326) 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/d952859c721b8e52.css 68.7 KB553.4 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/filters/jewelry-catalog/rings/gold/
  • https://catalog.sokolov.ru/api/v2/catalog/jewelry-catalog/rings/gold/?per_page=72
  • 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 (80)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)You have a cumulative layout shift score (0.1571) that needs improvements. It is in the Google Web Vitals needs improvement range, shift higher than 0.1. You should manually check the filmstrip or video and check if it will affect the user.50
    Description: Cumulative Layout Shift measures the sum total of all individual layout shift scores for unexpected layout shift that occur. The metric is measuring visual stability by quantify how often users experience unexpected layout shifts. It is one of Google Web Vitals.
    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 2531 characters long. https://sokolov.ru/a...cts/comment-info/ has a header link that is 2540 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 14 responses that sets both a max-age and expires header. There are 6 responses that sets a pragma no-cache header (that is a request header). There are 123 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/d952859c721b8e52.css
  • https://static-catalog.sokolov.ru/_next/static/css/753a88f965ca8564.css
  • https://static-catalog.sokolov.ru/_next/static/css/a9dc15970f0dd170.css
  • https://static-catalog.sokolov.ru/_next/static/css/95697409626e56b7.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/webpack-796c6a2ce555a2c3.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-9633eb0a43477396.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/1207-248100356e985394.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/793-9bee4cfed6f0c82d.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/pages/catalog/client/%5Bca...168288dbce0f73.js
  • https://static-catalog.sokolov.ru/_next/static/n53U-ZzATzdG2kn6y-PQk/_buildManifest.js
  • https://static-catalog.sokolov.ru/_next/static/n53U-ZzATzdG2kn6y-PQk/_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/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/chunks/4349.cde88d58e567c71a.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6547.23d062a875b3ff92.js
  • https://static-catalog.sokolov.ru/_next/static/css/325b82335009bf10.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/7857.d6968f7778cf3bae.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8400.eb1b42e41dcdde36.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/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://catalog.sokolov.ru/api/v2/filters/jewelry-catalog/rings/gold/
  • https://sokolov.ru/api/v5/location/check/
  • 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://static-catalog.sokolov.ru/meta/manifest.json
  • 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://sokolov.ru/api/v4/content/area/main-page-topline/
  • https://static-catalog.sokolov.ru/meta/favicon.ico
  • https://sokolov.ru/api/v4/content/area/download-app-banner/
  • https://sokolov.ru/api/v4/content/area/feedback-channels/
  • https://catalog.sokolov.ru/api/v2/catalog/jewelry-catalog/rings/gold/?per_page=72
  • https://static-catalog.sokolov.ru/_next/static/css/a6849082fe312f7a.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/7330.45ee055ac62ca901.js
  • https://catalog.sokolov.ru/api/v2/catalog/jewelry-catalog/rings/gold/?per_page=72
  • https://cdn.sokolov.ru/upload/content/area/cb897b4eba7a9996a2c09e81498fa6da.webp
  • 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://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/de6daf5ac89f1e0522d9cf7a2728609a.png
  • https://static-catalog.sokolov.ru/_next/static/chunks/4379.021e104d0f1004dc.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6611.a6ac3b8b55b95e77.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/chunks/8907.181e28100c33d05e.js
  • https://static-catalog.sokolov.ru/_next/static/css/34c9cb7b965e3c1d.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/6845.ae49dc40bace0d7a.js
  • https://cdn.sokolov.ru/upload/content/area/2de813168cfab95263a0021f90209577.jpg
  • https://sokolov.ru/api/v5/profile/products/favorites/
  • https://sokolov.ru/api/v5/profile/products/favorites/
  • https://sokolov.ru/api/v5/profile/products/favorites/
  • 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
  • https://pmdn.sokolov.io/pics/A1/91/34BD3CA5D32E9B4A1A2081C8A61F.jpg
  • https://static-catalog.sokolov.ru/_next/static/chunks/7883.6ab87a4a7860f364.js
  • https://sokolov.ru/api/v4/content/area/price-notification/
  • https://pmdn.sokolov.io/pics/EB/6F/E82F0EE803B24F34C0C8BA4E2A43.jpg
  • https://pmdn.sokolov.io/pics/D5/15/569685373241F2FCA726035FB85E.jpg
  • https://cdn.sokolov.ru/upload/product/deliveryInfo/1/QgUrmmY1QUp1QMVCH7NRMhlvsbCRRHJ1.svg
  • https://cdn.sokolov.ru/upload/product/deliveryInfo/1/QgUrmmY1QUp1QMVCH7NRMhlvsbCRRHJ1.svg
  • https://cdn.sokolov.ru/upload/product/deliveryInfo/1/wTEITFXuIYhdHtnDDZJWibNYyYBoR0tv.svg
  • https://cdn.sokolov.ru/upload/product/deliveryInfo/1/wTEITFXuIYhdHtnDDZJWibNYyYBoR0tv.svg
  • https://cdn.sokolov.ru/upload/product/deliveryInfo/1/G1NU6WCYv1njzv_oKL_xHs9XGJvGgIAN.svg
  • https://cdn.sokolov.ru/upload/product/deliveryInfo/1/G1NU6WCYv1njzv_oKL_xHs9XGJvGgIAN.svg
  • https://static-catalog.sokolov.ru/_next/static/css/967822ebf9e0555d.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/2415.10c3e4de2285417a.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/3160.3189c606b5b58bd1.js
  • https://cdn.sokolov.ru/upload/content/fb7a6e5625569f2b211959ccec295994.jpg
  • https://sokolov.ru/interface/icons/redesign/rocket-launch.svg
  • https://sokolov.ru/interface/icons/redesign/rocket-launch.svg
  • https://pmdn.sokolov.io/other/insert-forms/shock-price.svg
  • 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://pmdn.sokolov.io/pics/0F/10/61E6BDFE8F47A83BED321BCB51C0.jpg
  • https://pmdn.sokolov.io/pics/08/FE/ACE37CA4E2394D2AFDCEF76DD8FB.jpg
  • https://pmdn.sokolov.io/pics/7B/50/2BE1F67DECE671FADDB21CAC44D9.jpg
  • https://pmdn.sokolov.io/pics/06/B0/3ECBD27595BB4FF92631113481EB.jpg
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://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 • Выгодные цены в интернет-магазине • Доставка по Москве и РФ
    Width1904
    Height10996
    DOM elements1884
    Avg DOM depth15
    Max DOM depth26
    Iframes0
    Script tags17
    Local storage31 B
    Session storage563 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 | Long Aninimation Frames | Metrics from CDP | 

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)129 ms
    First Contentful Paint (FCP)328 ms
    Largest Contentful Paint (LCP)2.732 s
    Cumulative Layout Shift (CLS)0.16
    Total Blocking Time (TBT)462 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP189
    Time spent in recalculate style before FCP14.668 ms
    Extra timings
    TTFB129 ms
    First Paint328 ms
    Load Event End406 ms
    Fully loaded2.704 s
    User Timing marks
    Zone1.307 s
    Zone:ZoneAwarePromise1.307 s
    Zone:toString1.308 s
    Zone:util1.308 s
    Zone:legacy1.308 s
    Zone:timers1.309 s
    Zone:requestAnimationFrame1.309 s
    Zone:blocking1.309 s
    Zone:EventTarget1.309 s
    Zone:MutationObserver1.310 s
    Zone:IntersectionObserver1.310 s
    Zone:FileReader1.310 s
    Zone:on_property1.313 s
    Zone:customElements1.334 s
    Zone:XHR1.335 s
    Zone:geolocation1.335 s
    Zone:PromiseRejectionEvent1.335 s
    Zone:queueMicrotask1.335 s
    User Timing measures
    NameStart timeDuration
    Next.js-before-hydration0 ms402 ms
    Next.js-hydration402 ms72 ms
    Zone1.307 s0 ms
    Zone:ZoneAwarePromise1.307 s1 ms
    Zone:toString1.308 s0 ms
    Zone:util1.308 s1 ms
    Zone:legacy1.308 s0 ms
    Zone:timers1.309 s0 ms
    Zone:requestAnimationFrame1.309 s0 ms
    Zone:blocking1.309 s0 ms
    Zone:EventTarget1.309 s1 ms
    Zone:MutationObserver1.310 s0 ms
    Zone:IntersectionObserver1.310 s0 ms
    Zone:FileReader1.310 s3 ms
    Zone:on_property1.313 s21 ms
    Zone:customElements1.334 s0 ms
    Zone:XHR1.335 s0 ms
    Zone:geolocation1.335 s0 ms
    Zone:PromiseRejectionEvent1.335 s0 ms
    Zone:queueMicrotask1.335 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="Кольцо из золота с бриллиантами 1012616" loading="lazy" width="100" height="100" decoding="async" data-nimg="1" class="ProductListItem_product-image__DZ6vX" src="https://pmdn.sokolov.io/pics/D0/4C/8CEFD2DC99931A6C5E22ABAF2D39.jpg" style="color: transparent;">
    Render time 2.732 s
    Element render delay89 ms
    TTFB129 ms
    Resource delay1.377 s
    Resource load duration1.138 s
    Elements that needed recalculate style before LCP4357
    Time spent in recalculate style before LCP222.71 ms
    Load time2.644 s
    URL https://pmdn.sokolov...C5E22ABAF2D39.jpg
    Size (width*height)53592
    DOM path
    div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(1) > div:eq(0) > a:eq(0) > div:eq(1) > 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(1) > div:eq(0) > a:eq(0) > div:eq(1) > 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.15712 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.12321<div class="ProductListItem_product__loEv1"></div>,<a class="ChipsTag_tag__PaJsQ ChipsTag_tag__primary__2yOh2 ChipsTag_tag__m__4W06T" href="/jewelry-catalog/rings/gold/redgold/"></a>,<a class="ChipsTag_tag__PaJsQ ChipsTag_tag__primary__2yOh2 ChipsTag_tag__m__4W06T" href="/jewelry-catalog/rings/engagement/gold/"></a>,<div class="CatalogListHeader_sorting-area__fCNyj" data-qa="sorting_area"></div>,<div class="ProductList_products-list__We3gK" data-qa="product-list"></div>
    body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(1) > div:eq(0) > a:eq(1) > div:eq(1),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > div > a:eq(5),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > div > a:eq(2),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(1),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(1) > div:eq(0)
    0.01471<main class="mainLayout_main__L9rDe"></main>,<div class="Header_header__inner__wmRSn Header_header_catalog___9RZY"></div>
    body > div#__next > div#catalog > div:eq(0) > main,body > div#__next > div#catalog > div:eq(0) > header > div:eq(1)
    0.00674<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="">,<div class="HeaderBottom_header-bottom_right__7W_NU"></div>
    body > div#__next > div#catalog > div:eq(0) > header > div:eq(1) > div:eq(1) > div:eq(1) > div > div > div > input#text_search_input,body > div#__next > div#catalog > div:eq(0) > header > div:eq(1) > div:eq(1) > div:eq(2)
    0.00317<button class="CatalogTagsList_catalog-tags__reset-btn__A0HrA"></button>,<div class="CatalogListHeader_sorting-area__fCNyj" data-qa="sorting_area"></div>,<a class="ChipsTag_tag__PaJsQ ChipsTag_tag__primary__2yOh2 ChipsTag_tag__m__4W06T" href="/jewelry-catalog/rings/forfinger/gold/"></a>,<a class="ChipsTag_tag__PaJsQ ChipsTag_tag__primary__2yOh2 ChipsTag_tag__m__4W06T" href="/jewelry-catalog/rings/gold/whitegold/"></a>,<a class="ChipsTag_tag__PaJsQ ChipsTag_tag__primary__2yOh2 ChipsTag_tag__m__4W06T" href="/jewelry-catalog/rings/gold/redgold/"></a>
    body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > div > button:eq(4),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(1),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > div > a:eq(3),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > div > a:eq(4),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > div > a:eq(5)
    0.00301<div class="ProductListItem_product__loEv1"></div>,<div class="ProductListItem_product__loEv1"></div>,<div class="ProductListItem_product__loEv1"></div>,<div class="ProductListItem_product__loEv1"></div>
    body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(1) > div:eq(0) > a:eq(4) > div:eq(1),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(1) > div:eq(0) > a:eq(5) > div:eq(1),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(1) > div:eq(0) > a:eq(6) > div:eq(1),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(1) > div:eq(0) > a:eq(7) > div:eq(1)
    0.00187<div class="Header_header__inner__wmRSn Header_header_catalog___9RZY"></div>
    body > div#__next > div#catalog > div:eq(0) > header > div:eq(1)
    0.00174<div class="Header_header__inner__wmRSn Header_header_catalog___9RZY"></div>
    body > div#__next > div#catalog > div:eq(0) > header > div:eq(1)
    0.00066<a class="ChipsTag_tag__PaJsQ ChipsTag_tag__primary__2yOh2 ChipsTag_tag__m__4W06T" href="/jewelry-catalog/rings/forfinger/gold/"></a>,<button class="ChipsTag_tag__PaJsQ ChipsTag_tag__primary__2yOh2 ChipsTag_tag__m__4W06T"></button>,<a class="ChipsTag_tag__PaJsQ ChipsTag_tag__primary__2yOh2 ChipsTag_tag__m__4W06T" href="/jewelry-catalog/rings/wedding/gold/"></a>,<a class="ChipsTag_tag__PaJsQ ChipsTag_tag__primary__2yOh2 ChipsTag_tag__m__4W06T" href="/jewelry-catalog/rings/gold/whitegold/"></a>,<a class="ChipsTag_tag__PaJsQ ChipsTag_tag__primary__2yOh2 ChipsTag_tag__m__4W06T" href="/jewelry-catalog/rings/engagement/gold/"></a>
    body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > div > a:eq(3),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > div > button:eq(2),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > div > a:eq(0),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > div > a:eq(4),body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div:eq(1) > div:eq(0) > div:eq(0) > div > div > a:eq(2)
    0.00050
    0.00041
    0.00031<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(2) > a > button,body > div#__next > div#catalog > div:eq(0) > header > div:eq(1) > div:eq(0) > div:eq(1) > a > button
    0.00024
    0.00024
    0.00012
    0.00010<div></div>
    body > div#__next > div#catalog > div:eq(0) > main > div > div > section > div#filter-area > div > div > div > div:eq(3) > div:eq(0)
    0.00009
    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
    185.3 ms231.2 ms5.1 ms5 ms0.1 ms
    https://cdn.diginetica.net/300/client-lite.js

    Forced Style And Layout Duration: 1 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    97.3 ms150.6 ms4.7 ms4.6 ms0.1 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
    91.2 ms156.5 ms7.9 ms5.8 ms2.1 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js

    Forced Style And Layout Duration: 4 ms

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

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

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

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

    Forced Style And Layout Duration: 4 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
    52 ms107.3 ms13.2 ms13.1 ms0.1 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

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

    Forced Style And Layout Duration: 4 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-9633eb0a43477396.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    30 ms125 ms8.3 ms8 ms0.3 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js

    Forced Style And Layout Duration: 8 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
    25.9 ms81.3 ms0.2 ms0.1 ms0.1 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js

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

    https://static-catalog.sokolov.ru/_next/static/chunks/pages/catalog/client/%5Bcatalog%5D/%5B%5B...slug%5D%5D-97168288dbce0f73.js

    Invoker:  https://static-catalog.sokolov.ru/_next/static/chunks/pages/catalog/client/%5Bcatalog%5D/%5B%5B...slug%5D%5D-97168288dbce0f73.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    15.6 ms117.1 ms3.5 ms3.4 ms0.1 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js

    Forced Style And Layout Duration: 6 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

    Forced Style And Layout Duration: 1 ms

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

    https://static-catalog.sokolov.ru/_next/static/chunks/2415.10c3e4de2285417a.js

    Forced Style And Layout Duration: 31 ms

    Invoker:  https://static-catalog.sokolov.ru/_next/static/chunks/2415.10c3e4de2285417a.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    11.8 ms70.7 ms0.5 ms0 ms0.5 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
    1.9 ms98.3 ms3.2 ms3 ms0.2 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js

    Invoker:  https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js
    Invoker Type: classic-script
    Window attribution: self

    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 ms142.2 ms18.9 ms0 ms18.9 ms
    No availible script information.

    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
    Documents10
    Frames10
    JSEventListeners1515
    LayoutObjects1758
    MediaKeySessions0
    MediaKeys0
    Nodes2559
    Resources109
    ContextLifecycleStateObservers100
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers10
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents68
    LayoutCount73
    RecalcStyleCount118
    LayoutDuration74
    RecalcStyleDuration216
    DevToolsCommandDuration28
    ScriptDuration1282
    V8CompileDuration1
    TaskDuration2304
    TaskOtherDuration703
    ThreadTime2
    ProcessTime4
    JSHeapUsedSize18390260
    JSHeapTotalSize60579840
    FirstMeaningfulPaint327
    | 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 requests123
    Total domains8
    Total transfer size1.5 MB
    Total content size4.0 MB
    Responses missing compression57
    Number of cookies7
    Third party cookies0
    Requests per response code
    200122
    4041

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.5 KB52.4 KB1
    css0 b105.3 KB693.3 KB16
    javascript555 B634.9 KB2.0 MB47
    image1.0 KB510.8 KB506.0 KB20
    font0 b208.2 KB206.8 KB4
    svg0 b31.4 KB72.7 KB9
    json0 b80.8 KB551.5 KB21
    plain0 b0 b0 b2
    other0 b0 b0 b1
    favicon0 b3.7 KB14.7 KB1
    Total1.5 KB1.5 MB4.0 MB122

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    sokolov.ru2.318 s62.9 KB197.1 KB24
    cdn.sokolov.ru429 ms367.6 KB365.1 KB12
    static-catalog.sokolov.ru2.558 s667.6 KB2.4 MB64
    catalog.sokolov.ru1.149 s57.0 KB474.4 KB4
    seo.sokolov.ru40 ms232 B56 B2
    pmdn.sokolov.io9.762 s354.5 KB352.0 KB13
    cdn.diginetica.net107 ms77.2 KB301.4 KB1
    tracking.diginetica.net99 ms111 B111 B3

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 year1 year
    Last modified10 hours6 days3 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css21.4 KB12
    javascript238.1 KB34
    image510.8 KB20
    font0 b0
    json80.8 KB21
    plain0 b2
    other0 b1
    favicon3.7 KB1
    svg4.0 KB5
    Total859.4 KB97

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css21.4 KB12
    javascript238.1 KB34
    image510.8 KB20
    font0 b0
    json80.8 KB21
    plain0 b2
    other0 b1
    favicon3.7 KB1
    svg4.0 KB5
    Total859.4 KB97

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    000

    Render information

    URLType
    https://static-catal...33eb0a43477396.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...ad076cb54663ae.jsnon_blocking
    https://static-catal...e8ec0aad0d4042.jsnon_blocking
    https://static-catal...960628a8b8e1b3.jsnon_blocking
    https://static-catal...968f7778cf3bae.jsnon_blocking
    https://static-catal...58fe87981e67b6.jsnon_blocking
    https://static-catal...835968bbd7d3d9.jsnon_blocking
    https://static-catal...d062a875b3ff92.jsnon_blocking
    https://static-catal...0bbe34be4659f7.jsnon_blocking
    https://static-catal...6c6a2ce555a2c3.jsnon_blocking
    https://static-catal...cdcc44c06b3a97.jsnon_blocking
    https://static-catal...ee4cfed6f0c82d.jsnon_blocking
    https://static-catal...8100356e985394.jsnon_blocking
    https://static-catal...b82335009bf10.cssdynamically_injected_non_blocking
    https://static-catal...7e73a429627c4a.jsnon_blocking
    https://static-catal...a88f965ca8564.cssnon_blocking
    https://static-catal...c15970f0dd170.cssnon_blocking
    https://static-catal...97409626e56b7.cssnon_blocking
    https://static-catal...168288dbce0f73.jsnon_blocking
    https://static-catal...b61b0957d9338f.jsnon_blocking
    https://static-catal...191b9c8b7721f.cssdynamically_injected_non_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...00a3e5a0af43e2.jsnon_blocking
    https://static-catal...49dc40bace0d7a.jsnon_blocking
    https://static-catal...968b13efa7ff3b.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...c3e4de2285417a.jsnon_blocking
    https://static-catal...471c075b0c8ff.cssdynamically_injected_non_blocking
    https://static-catal...640d30117f472.cssdynamically_injected_non_blocking
    https://static-catal...9cb7b965e3c1d.cssdynamically_injected_non_blocking
    https://static-catal...fffc9a4348e28.cssdynamically_injected_non_blocking
    https://static-catal...6de3534181a6c.cssdynamically_injected_non_blocking
    https://static-catal...3e781220919010.jsnon_blocking
    https://static-catal...ee055ac62ca901.jsnon_blocking
    https://static-catal...882f6609710448.jsnon_blocking
    https://static-catal...b68982a7d87933.jsnon_blocking
    https://static-catal...89c606b5b58bd1.jsnon_blocking
    https://static-catal...0baf6b0adfaf4f.jsnon_blocking
    https://static-catal...b87a4a7860f364.jsnon_blocking
    https://static-catal...cb04399386cb06.jsnon_blocking
    https://static-catal...0417b504718185.jsnon_blocking
    https://static-catal...1bac4a22023b4a.jsnon_blocking
    https://static-catal...49082fe312f7a.cssdynamically_injected_non_blocking
    https://static-catal...3378153b0b486.cssdynamically_injected_non_blocking
    https://static-catal...822ebf9e0555d.cssdynamically_injected_non_blocking
    https://static-catal...e88d58e567c71a.jsnon_blocking
    https://static-catal...ac726038f76803.jsnon_blocking
    https://static-catal...k/_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 462
    Max Potential First Input Delay 230
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint9912
    Long Tasks after Load Event End8837
    Total Long Tasks9912

    CPU last long task happened at 2.235 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self33075window
    self41361window
    self488142window
    self116260window
    self122461window
    self157288window
    self1758133window
    self198562window
    self2235230window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML18
    styleLayout297
    paintCompositeRender35
    scriptParseCompile1
    scriptEvaluation1586
    garbageCollection58
    other323
    Events (ms)
    FunctionCall1088
    RunMicrotasks297
    UpdateLayoutTree223
    RunTask219
    v8.run132
    Layout74
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL32
    Layerize24
    Paint22
    PrePaint21
    V8.HandleInterrupts19
    V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING17
    v8.callFunction16
    V8.BytecodeBudgetInterrupt15
    IntersectionObserverController::computeIntersections12

    Time spent per request

    URLCPU time (ms)
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js1260
    https://cdn.diginetica.net/300/client-lite.js241
    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js121
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js66
    https://static-catalog.sokolov.ru/_next/static/chunks/2415.10c3e4de2285417a.js62
    https://static-catalog.sokolov.ru/_next/static/chunks/1571.a1b61b0957d9338f.js35
    https://static-catalog.sokolov.ru/_next/static/chunks/3333.bd960628a8b8e1b3.js27
    https://static-catalog.sokolov.ru/_next/static/chunks/9843.ca968b13efa7ff3b.js20
    https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js20
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/catalog/client/%5Bcatalog%5D/%5B%5B...slug%5D%5D-97168288dbce0f73.js13
    https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js11

    CPU time spent

    Tool/domainTime (ms)
    static-catalog.sokolov.ru1635.6
    cdn.diginetica.net241.4
    | Categories | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

    CategoryRequests
    CategoryNumber of tools

    Unmatched third party domains

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

    cdn.diginetica.net
    tracking.diginetica.net

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.5 KB52.4 KB1
    css0 b105.3 KB693.3 KB16
    javascript0 b557.7 KB1.7 MB46
    image0 b510.7 KB505.9 KB17
    font0 b208.2 KB206.8 KB4
    svg0 b31.4 KB72.7 KB9
    json0 b80.8 KB551.5 KB21
    plain0 b0 b0 b2
    other0 b0 b0 b1
    favicon0 b3.7 KB14.7 KB1
    TotalN/A1.5 MB3.7 MB119

    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

    serious
    ARIA input fields must have an accessible name (cat.aria,wcag2a,wcag412,TTv5,TT5.c,EN-301-549,EN-9.4.1.2,ACT) - aria-input-field-nameEnsure every ARIA input field has an accessible name
    Fix any of the following: 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
    • <div class="noUi-handle RangeSlider_range-slider-handle__s2ZOi noUi-handle-lower" data-handle="0" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="6640.0" aria-valuemax="2874190.0" aria-valuenow="6640.0" aria-valuetext="6640">
    • <div class="noUi-handle RangeSlider_range-slider-handle__s2ZOi noUi-handle-upper" data-handle="1" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="6640.0" aria-valuemax="2874190.0" aria-valuenow="2874190.0" aria-valuetext="2874190">
    critical
    Buttons must have discernible text (cat.name-role-value,wcag2a,wcag412,section508,section508.22.a,TTv5,TT6.a,EN-301-549,EN-9.4.1.2,ACT) - button-nameEnsure buttons have discernible text
    Fix any of the following: Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute Element does not have an implicit (wrapped) <label> Element does not have an explicit <label> Element's default semantics were not overridden with role="none" or role="presentation"
    • <button class="TopLine_promo-topline__close__NxqbX">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT IconButton_icon-button__rbJuu NavigationButton_navigation-button__hQ0nc NavigationButton_navigation-button_no-text__qPhxD HeaderTop_header-btn-nav-icon__cPL9m" type="button" data-qa="header_favorites_btn">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT IconButton_icon-button__rbJuu NavigationButton_navigation-button__hQ0nc NavigationButton_navigation-button_no-text__qPhxD HeaderTop_header-btn-nav-icon__cPL9m" type="button" data-qa="header_to_basket_btn">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT IconButton_icon-button__rbJuu NavigationButton_navigation-button__hQ0nc NavigationButton_navigation-button_no-text__qPhxD HeaderTop_header-btn-nav-icon__cPL9m" type="button" data-qa="header_user_login_btn">
    • <button type="button" class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_icon___v8v7 IconButton_icon-button__kK7yS UserMenu_user_menu-header-close_button__1SB79" types="icon" icon="close" loading="">
    • <button type="button" class="ButtonDeprecated_sklv-button__Wy8xr HeaderBottom_header-bottom-custom_btn__s81fq HeaderBottom_header-bottom-custom-premium__WCy3w HeaderBottom_header-bottom-custom_btn-img__lEDkt" style="background-image: url(&quot;https://cdn.sokolov.ru/upload/content/area/dfd375aa4e2f3c311213d48422039027.jpg&quot;);">
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn IconButton_icon-button__rbJuu AuthBanner_banner__icon__47l_0" type="button" id="close">
    • <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_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_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_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_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_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_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_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_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_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_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_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">
    serious
    Elements must meet minimum color contrast ratio thresholds (cat.color,wcag2aa,wcag143,TTv5,TT13.c,EN-301-549,EN-9.1.4.3,ACT) - color-contrastEnsure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds
    Fix any of the following: Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #257ae8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT Button_button__primary__8IzQd CatalogButton_catalog-btn_big__RZdeX" type="button" data-qa="header_catalog_nav_open_btn">
    • <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 387</span> товаров</span>
    • <span class="catalog_catalog-layout-header_count_value__i6dHy">7 387</span>
    • <button type="button" class="CheckboxListWrapper_checkbox-section-list__btn__lRZKV ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_blue-text__uBvti">Показать ещё </button>
    • <label>от</label>
    • <label>до </label>
    • <span>Неважно</span>
    • <button type="button" class="CheckboxListWrapper_checkbox-section-list__btn__lRZKV ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_blue-text__uBvti">Показать ещё </button>
    • <button type="button" class="CheckboxListWrapper_checkbox-section-list__btn__lRZKV ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_blue-text__uBvti">Показать ещё </button>
    • <button type="button" class="CheckboxListWrapper_checkbox-section-list__size-more-btn__S5Zqg">ещё 18</button>
    • <span>Для всех</span>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__tonal__utstt SearchStoreSection_map-btn__Va_6I" type="button">
    • <button type="button" class="CheckboxListWrapper_checkbox-section-list__btn__lRZKV ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_blue-text__uBvti">Показать ещё 206 магазинов</button>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button" data-qa="show_more_filters">Показать еще фильтры</button>
    • <span>Кольца</span>
    • <span>Золото</span>
    • <button class="CatalogTagsList_catalog-tags__reset-btn__A0HrA">Сбросить все</button>
    • <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">129&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">4.9</span>
    • <div class="ProductListItem_sum_comments__o9qXn">285 отзывов</div>
    • <span class="Sticker_text__AfLJj">ЕЩЁ 30%</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">99&nbsp;990&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">77&nbsp;990&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">66&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">281 отзыв</div>
    • <span class="Sticker_text__AfLJj">ЕЩЁ 30%</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">82&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">134 отзыва</div>
    • <span class="Sticker_text__AfLJj">ЕЩЁ 30%</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">195&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">113 отзыва</div>
    • <span class="Sticker_text__AfLJj">ЕЩЁ 30%</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">185&nbsp;990&nbsp;₽</span>
    • <span class="Sticker_text__AfLJj">ЕЩЁ 30%</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">145&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">4 отзыва</div>
    • <span class="Sticker_text__AfLJj">ЕЩЁ 30%</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">247&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">2 отзыва</div>
    • <span class="Sticker_text__AfLJj">ЕЩЁ 30%</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">349&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">2 отзыва</div>
    • <span class="Sticker_text__AfLJj">ЕЩЁ 30%</span>
    • <span class="ProductListItem_product-price_old__D8H11" data-qa="old_pirce">58&nbsp;990&nbsp;₽</span>
    • <span class="Rating_stars-row__desc__Qy8F1">5.0</span>
    • <div class="ProductListItem_sum_comments__o9qXn">2 отзыва</div>
    • <button type="button" class="Button_sklv-button__W9kWg Button_sklv-button_grey__dmvVL">Показать еще 72 товара</button>
    critical
    Form elements must have labels (cat.forms,wcag2a,wcag412,section508,section508.22.n,TTv5,TT5.c,EN-301-549,EN-9.4.1.2,ACT) - labelEnsure every form element has a label
    Fix any of the following: Element does not have an implicit (wrapped) <label> Element does not have an explicit <label> 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 has no placeholder attribute Element's default semantics were not overridden with role="none" or role="presentation"
    • <input id="premiums" name="premiums" type="checkbox" class="Switch_toggle__hpI9L">
    • <input id="shock_price" name="shock_price" type="checkbox" class="Switch_toggle__hpI9L">
    • <input inputmode="numeric" pattern="[0-9]*" data-qa="min_price" type="text" name="price-min" value="6&nbsp;640">
    • <input inputmode="numeric" pattern="[0-9]*" data-qa="max_price" type="text" name="price-max" value="2&nbsp;874&nbsp;190">
    • <input id="stock" name="stock" type="checkbox" class="Switch_toggle__hpI9L">
    • <input id="certificate" name="certificate" type="checkbox" class="Switch_toggle__hpI9L">
    • <input id="complect" name="complect" type="checkbox" class="Switch_toggle__hpI9L">
    • <input id="premiums" name="premiums" type="checkbox" class="Switch_toggle__hpI9L">
    serious
    Links must have discernible text (cat.name-role-value,wcag2a,wcag244,wcag412,section508,section508.22.a,TTv5,TT6.a,EN-301-549,EN-9.2.4.4,EN-9.4.1.2,ACT) - link-nameEnsure links have discernible text
    Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
    • <a class="TopLine_sklv-topline__link__BIztV" href="/ecom/online-sale/"></a>
    • <a itemprop="url" content="https://sokolov.ru" href="/">
    • <a class="ButtonBase_button__PDJz2 ButtonBase_link__TyRSd" target="_self" href="https://sokolov.ru/favorites/">
    • <a class="ButtonBase_button__PDJz2 ButtonBase_link__TyRSd" target="_self" href="https://sokolov.ru/basket/">
    • <a href="/jewelry-catalog/premiums/">
    • <a data-qa-article="71-00337" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/71-00337/"></a>
    • <a data-qa-article="71-00339" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/71-00339/"></a>
    • <a data-qa-article="71-00336" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/71-00336/"></a>
    • <a data-qa-article="716405" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/716405/"></a>
    • <a data-qa-article="019243" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/019243/"></a>
    • <a data-qa-article="019263" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/019263/"></a>
    • <a data-qa-article="019424" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/019424/"></a>
    • <a data-qa-article="111093-01" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/111093-01/"></a>
    • <a data-qa-article="111094-01" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/111094-01/"></a>
    • <a data-qa-article="112096-01" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/112096-01/"></a>
    • <a data-qa-article="112097-01" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/112097-01/"></a>
    • <a data-qa-article="1012355" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012355/"></a>
    • <a data-qa-article="1011545" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1011545/"></a>
    • <a data-qa-article="7010047" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/7010047/"></a>
    • <a data-qa-article="7010060" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/7010060/"></a>
    • <a data-qa-article="7010142" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/7010142/"></a>
    • <a data-qa-article="6014171" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/6014171/"></a>
    • <a data-qa-article="6014177" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/6014177/"></a>
    • <a data-qa-article="1012568-3" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012568-3/"></a>
    • <a data-qa-article="71-00330" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/71-00330/"></a>
    • <a data-qa-article="71-00329" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/71-00329/"></a>
    • <a data-qa-article="71-00351" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/71-00351/"></a>
    • <a data-qa-article="717156" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/717156/"></a>
    • <a data-qa-article="717151" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/717151/"></a>
    • <a data-qa-article="017416" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/017416/"></a>
    • <a data-qa-article="018814" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/018814/"></a>
    • <a data-qa-article="019071" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/019071/"></a>
    • <a data-qa-article="017325" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/017325/"></a>
    • <a data-qa-article="110200" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/110200/"></a>
    • <a data-qa-article="110030" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/110030/"></a>
    • <a data-qa-article="110201" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/110201/"></a>
    • <a data-qa-article="110031" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/110031/"></a>
    • <a data-qa-article="1012584-3" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012584-3/"></a>
    • <a data-qa-article="1012355-3" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012355-3/"></a>
    • <a data-qa-article="1012078-3" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012078-3/"></a>
    • <a data-qa-article="1012326-3" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012326-3/"></a>
    • <a data-qa-article="1012079-3" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012079-3/"></a>
    • <a data-qa-article="1012612-3" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012612-3/"></a>
    • <a data-qa-article="1012611-3" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012611-3/"></a>
    • <a data-qa-article="1012704-3" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012704-3/"></a>
    • <a data-qa-article="1012708-3" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012708-3/"></a>
    • <a data-qa-article="1012195-3" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012195-3/"></a>
    • <a data-qa-article="1012203-3" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012203-3/"></a>
    • <a data-qa-article="716105" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/716105/"></a>
    • <a data-qa-article="71-00082" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/71-00082/"></a>
    • <a data-qa-article="110188" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/110188/"></a>
    • <a data-qa-article="112211" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/112211/"></a>
    • <a data-qa-article="110202" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/110202/"></a>
    • <a data-qa-article="114110-01" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/114110-01/"></a>
    • <a data-qa-article="1011803" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1011803/"></a>
    • <a data-qa-article="1011677" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1011677/"></a>
    • <a data-qa-article="1012030" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012030/"></a>
    • <a data-qa-article="1011978" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1011978/"></a>
    • <a data-qa-article="1011501" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1011501/"></a>
    • <a data-qa-article="1010139" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1010139/"></a>
    • <a data-qa-article="1012644-3-5" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/1012644-3-5/"></a>
    • <a data-qa-article="9010176-5" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/9010176-5/"></a>
    • <a data-qa-article="9010171-5" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/9010171-5/"></a>
    • <a data-qa-article="9010153-5" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/9010153-5/"></a>
    • <a data-qa-article="9010152-5" class="ProductListItem_product-link__T8HTy ProductListItem_product-link-close___NrcF" href="/jewelry-catalog/product/9010152-5/"></a>
    • <a href="https://sokolov.ru/jewelry-catalog/selection-engagement-rings/?stock=Y" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_desktop__v00ys ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width4__GYu3W ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line3__IJjJv" style="height: 454px;">
    • <a href="/jewelry-catalog/svoboda/?stock=Y&amp;sort=new_up" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_desktop__v00ys ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width4__GYu3W ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line6__V8xJD" style="height: 454px;">
    • <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_desktop__v00ys ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width4__GYu3W ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line9__vkLW0" style="height: 454px;">
    • <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_desktop__v00ys ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width4__GYu3W ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line12__J5t0S" style="height: 454px;">
    • <a href="/cosmetics/?stock=Y" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_desktop__v00ys ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width4__GYu3W ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line15__as9ZO" style="height: 454px;">
    • <a href="/silverware/product/44043111/" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_desktop__v00ys ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width1__zb4np ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line18__4tmRI" style="height: 300px;">
    • <a href="/bags/" rel="nofollow" class="ProductListBanner_catalog-banner__5dDnt ProductListBanner_catalog-banner_desktop__v00ys ProductListBanner_catalog-banner_column1___onvz ProductListBanner_catalog-banner_width4__GYu3W ProductListBanner_catalog-banner_height1__PjNH0 ProductListBanner_catalog-banner_line21__Upq0R" style="height: 454px;">
    • <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>
    <ul> and <ol> must only directly contain <li>, <script> or <template> elements (cat.structure,wcag2a,wcag131,EN-301-549,EN-9.1.3.1) - listEnsure that lists are structured correctly
    Fix all of the following: List element has direct children that are not allowed: a
    • <ul class="UserMenu_user_menu-links_list__XdG8h">
    • <ul class="CheckboxListWrapper_checkbox-section-list__CP7_a CheckboxSection_checkbox__list__OiYmC">
    • <ul class="CheckboxListWrapper_checkbox-section-list__CP7_a CheckboxSection_checkbox__list__OiYmC">
    • <ul class="CheckboxListWrapper_checkbox-section-list__CP7_a CheckboxListWrapper_size__ZX_IR CheckboxSection_checkbox__list__OiYmC">
    • <ul class="CheckboxListWrapper_checkbox-section-list__CP7_a CheckboxSection_checkbox__list__OiYmC">
    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="92" height="100" 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>