Run 2 summary

https://www.wildberries.ru/catalog/113256091/detail.aspx

Tested 2025-01-15 09:35:25 using Chrome 131.0.6778.85 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score57
Total page size5.1 MB
Requests235
Timing metrics
TTFB49 ms
First Paint259 ms
Fully Loaded30.581 s
Google Web Vitals
TTFB49 ms
First Contentful Paint (FCP) 259 ms
Largest Contentful Paint (LCP) 6.575 s
Cumulative Layout Shift (CLS) 0.01
Total Blocking Time2.970 s
Max Potential FID1.914 s
CPU metrics
CPU long tasks7
CPU last long task happens at17.150 s
Visual Metrics
First Visual Change267 ms
Speed Index4.007 s
Visual Complete 85%5.000 s
Visual Complete 99%33.633 s
Last Visual Change35.567 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.3 sFirst Contentful Paint 259 msFirst Visual Change 267 ms
0.4 sCPU Long Task duration 74 ms
0.5 sDOM Content Loaded Time 457 ms
0.6 s
0.7 sCPU Long Task duration 716 ms
1.5 s
1.7 sCPU Long Task duration 95 ms
1.9 s
2 s
2.1 s
2.2 s
2.3 s
2.4 s
2.5 s
2.6 s
2.7 s
2.8 s
2.9 s
3 s
3.1 s
3.2 s
3.3 s
3.4 s
4.4 s
4.5 s
4.6 sCPU Long Task duration 309 ms
5 sLayout Shift 0.00055 4.969 sVisual Complete 85% 5.000 sLayout Shift 0.00928 5.000 s
5.1 s
5.2 sLayout Shift 0.00009 5.177 sVisual Complete 95% 5.200 s
5.3 sLayout Shift 0.00078 5.205 s
5.4 s
5.5 s
5.6 s
5.7 s
5.8 sCPU Long Task duration 62 ms
5.9 sCPU Long Task duration 150 ms
6 s
6.1 s
6.2 s
6.3 s
6.4 s
6.5 s
6.6 sLCP <> 6.575 s
6.7 s
6.8 s
6.9 s
7 s
7.1 s
7.2 s
7.3 s
7.4 s
7.6 s
7.7 s
7.9 s
8 s
8.1 s
8.2 s
8.3 s
8.4 s
8.5 s
8.6 s
8.7 s
8.8 s
8.9 s
9 s
9.1 s
9.2 s
9.3 s
9.4 s
9.5 s
9.6 s
9.7 s
9.8 s
9.9 s
10 s
10.1 s
10.2 s
10.3 s
10.4 s
10.5 s
10.6 s
10.7 s
10.8 s
10.9 s
11 s
11.1 s
11.2 s
11.3 s
11.4 s
11.5 s
11.6 s
11.7 s
11.8 s
11.9 s
12 s
12.1 s
12.6 s
12.7 s
12.8 s
12.9 s
13 s
13.1 s
13.2 s
14.1 s
14.2 s
14.3 s
14.4 s
14.5 s
14.6 s
14.7 s
14.8 s
15.6 s
15.7 s
15.8 s
15.9 s
16 s
16.1 s
16.2 s
16.3 s
17.2 sCPU Long Task duration 1.914 s
17.3 s
17.4 s
17.5 s
17.6 s
17.7 s
17.8 s
19.1 s
19.8 s
19.9 s
20 s
20.1 s
20.2 s
20.3 s
20.4 s
20.5 s
20.6 s
20.7 s
21.6 s
21.7 s
21.8 s
21.9 s
22 s
22.1 s
22.2 s
22.3 s
23.1 s
23.2 s
23.3 s
23.4 s
23.5 s
23.6 s
23.7 s
23.8 s
24.6 s
24.7 s
24.8 s
24.9 s
25 s
25.1 s
25.2 s
25.3 s
26.1 s
26.2 s
26.3 s
26.4 s
26.5 s
26.6 s
26.7 s
26.8 s
27.6 s
27.7 s
27.8 s
27.9 s
28 s
28.1 s
28.2 s
28.3 s
29.1 s
29.2 s
29.3 s
29.4 s
29.5 s
29.6 s
29.7 s
29.8 s
30.5 sPage Load Time 30.489 s
30.6 sFully Loaded 30.581 s
30.7 s
30.8 s
30.9 s
31 s
31.1 s
31.2 s
32.1 s
32.2 s
32.3 s
32.4 s
32.5 s
32.6 s
32.7 s
32.8 s
33.6 s
33.7 sVisual Complete 99% 33.633 s
33.8 s
33.9 s
34 s
34.1 s
34.2 s
35.1 s
35.2 s
35.3 s
35.4 s
35.5 s
35.6 sLast Visual Change 35.567 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 (57)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 1 blocking requests and 3 in body parser blocking (3 JavaScript and 1 CSS).70
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-5-0.ccf4ef37.js
  • Don't scale images in the browser (avoidScalingImages)The page has 19 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://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/1.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/2.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/3.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/4.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/5.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/6.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/7.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/8.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/9.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/10.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/11.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/12.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/13.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/14.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/15.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/16.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/17.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/18.webp
  • https://feedback07.wbbasket.ru/vol2493/part249323/249323104/photos/ms.webp
  • Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Have a fast largest contentful paint (largestContentfulPaint)Largest contentful paint is poor 6.575 s. It is in the Google Web Vitals poor range, slower than 4.5 seconds.0
    Description: Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance.
    Offenders:
  • https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/1.webp
  • Avoid CPU Long Tasks (longTasks)The page has 7 CPU long tasks with the total of 3.320 s. The total blocking time is 2.970 s . 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
  • Avoid Frontend single point of failures (spof)The page has 2 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-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...939d1411bc28f.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 139 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 4.5 MB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...939d1411bc28f.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-5-0.ccf4ef37.js
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/header/logoWb.svg
  • https://static-basket-01.wbbasket.ru/vol0/l/als-hauss-vf.woff2
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/cookies.04c0780e.json
  • https://static-basket-01.wbbasket.ru/vol1/global-payment/default-payment.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.b600e6433f4e5401b467.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.7f...8638480db88d91.js
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/cargo-delivery-stores-v2.json
  • https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuLk.f345e8d9.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/footer.7db0dfb1.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...9c84c5b67e60f0.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/spaproductcard.b69c58e3.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/produc...f1cf601451048.css
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/pr...fcbbd2cc0d40f.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/lazyBlockLoader....90a678955c61ae.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/collapsibleBlock...158b19f22de602.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.recommendati...96bcb28823a2b5.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.recentItems....a12d1cd25122c2.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.tooltip.fec060cd0acf69dad6b1.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/video.ea797f3bf58196e50f67.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.hlsPlayer.fc...ec18ecfdd8813a.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/product.94cd16d623583e4143e8.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/clientActionsHelpe...fb40750cee8df9.js
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://static-basket-01.wbbasket.ru/vol0/data/no-return-subjects.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.680bcaf2896488802062.js
  • https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuTopTmpl.dac4c2eb.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.71a66c124b97fcb6f3b4.js
  • https://static-basket-01.wbbasket.ru/vol0/data/adult-subjects.json
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/apps/qr-apps.svg
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTo...2b5346cf07bc0e.js
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1735400358160106848.webp
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/feedbacks/feedback...d8483db8a16cc8.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/suppliersInfoHelper.f29a2cf6.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/supplie...a183817818519c.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productCardSizes.65e9a4a2.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...e8d0702c3f299c.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productCardPrice.ab29dc31.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...95727adf6b465e.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productSelectionManager.260d0705.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/productSe...bcf5963968639.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...2f85f835ad0d26.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productCardOrderGood.0f19ccd2.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...e765499f1ca332.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/deliveryInfoHelper.03f15f4f.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/deliver...366a7b804da5a9.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productCardPoned.4fdcbdac.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...a95f348013e7ca.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productCardImageGallery.04dffa8f.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.zoomImage.0c...b95b0c09345f29.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.videoPlayer....fcd55dde65c848.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.imageTags.af...5e459fb15fa974.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...1189034174ebb5.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...9389683a7118a9.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...758e67c2ae4382.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/miniProductCard.fa03a50a.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/miniProdu...4cc599a5e358d.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/miniProductCard/min...ea5c04b8dd1a9b.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productCardPriceBottomPanel.f0c40537.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/userInfo/userInfoRe...f047a15e0bfd21.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/promotions/promoti...6dd2f4edaf7123.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.96...4adcf8a9bfba39.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.9eb77fb49b103b278192.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.19158f0c388a8109f604.js
  • https://www.wildberries.ru/webapi/product/113256091/data?subject=54&kind=2&brand=4603
  • https://static-basket-01.wbbasket.ru/vol0/data/brands-by-id/4603.json
  • https://static-basket-03.wbbasket.ru/vol40/content/subjects/54.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/lazyBlockLoader.c66511f48cf5a64f33e7.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCard.3ce1eda2.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/recommendationsList.fa2d2f1f.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/recommendations/rec...cc859b7ba6c189.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productCardColors.eb8c59cb.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...6700f2b5f62656.js
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/product-page/avatar.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/product-page/avatar-courier.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ad...6ec42e543d6b6.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/adultConfirmedPopup...7a1db8d98910e3.js
  • https://static-basket-01.wbbasket.ru/vol1/sellers/brands/ABD58BAFAF20EEB4.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/productQuestionsSe...b9b9b3fb7266f5.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/productFeedbacksSe...04efbec4775a58.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/miniCardCarousel.ca7c08cb.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/miniCardC...0ddf9dd7d2294.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/miniProductCard/min...691adc9e81a2f9.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productFeedbacksModel.9c3be88f.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/spa/modules/productCardComments...c2562c8dd73fb.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCardFeedback...393015588c4250.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCardFeedback...5978e028a13174.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/feedbacksPhotoGallery.81143147.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/libs/swiper.33f09fd64da93928e18b.css
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/feedbacks...1f2fad39b1749.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCardFeedback...1addec553ccb95.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/suppliersService/s...94c9d7362e0ce6.js
  • https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/deliveryInfoServic...aae6f91a58d6a4.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/multipleSellersSer...a6ce1c64bc9b7a.js
  • https://pin.wb.ru/pin-user-api/api/v1/pin/w/card/102610189
  • https://feedbacks2.wb.ru/feedbacks/v2/102610189
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/priceHistoryChart.b598d36b.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/priceHi...de300935f5461a.js
  • https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/multipleSellerHelper.fbdaf538.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/multipl...bdb026ea5086a9.js
  • https://suppliers-shipment-2.wildberries.ru/api/v1/suppliers/125043
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/multipleSellerList.cc85b125.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/multipleS...d010cc48c0725.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/multipleSeller/mult...36357843c1f80f.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/premiumSubscriptio...29520b5afd6c75.js
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChatPopup.5577172b.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...8fcf03d129d63.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...7796a70708408c.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChat.7a288e54.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...1d6fe85ff2d74.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.contextMenu....696f23cf02cb02.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...47221dfe5e51e0.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/storageService.bf4066dc9efb99da67b8.js
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.f8c3dc1523537761b00d.js
  • https://static-basket-01.wbbasket.ru/vol0/data/all-poo-v9.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/all-poo-fr-v9.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/android-icon-144x144.png
  • Long cache headers is good (cacheHeadersLong)The page has 72 requests that have a shorter cache time than 30 days (but still a cache time).28
    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://basket-08.wbbasket.ru/vol1132/part113256/113256091/info/ru/card.json
  • https://pow.wildberries.ru/scripts/d.js?7eec71a7
  • https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861
  • https://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/1.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/2.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/3.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/4.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/5.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/6.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/7.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/8.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/9.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/10.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/11.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/12.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/13.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/14.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/15.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/16.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/17.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/18.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c516x688/1.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/tm/1.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/1.webp
  • https://videonme-basket-08.wbbasket.ru/vol91/part11325/113256091/mp4/360p/1.mp4
  • https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/tm/1.webp
  • https://basket-01.wbbasket.ru/vol105/part10514/10514544/images/tm/1.webp
  • https://basket-10.wbbasket.ru/vol1563/part156376/156376606/images/tm/1.webp
  • https://basket-03.wbbasket.ru/vol357/part35788/35788328/images/tm/1.webp
  • https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/2.webp
  • https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/1.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/info/price-history.json
  • https://feedback07.wbbasket.ru/vol2498/part249809/249809969/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2493/part249323/249323104/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2489/part248997/248997727/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2481/part248131/248131329/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2477/part247752/247752962/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2477/part247753/247753025/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2273/part227385/227385614/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380068/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380148/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2477/part247753/247753049/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2475/part247575/247575103/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247077/247077390/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247077/247077639/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247027/247027134/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247023/247023798/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247023/247023792/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2466/part246685/246685914/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2465/part246544/246544168/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2460/part246056/246056218/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2456/part245652/245652728/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2452/part245201/245201510/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2447/part244785/244785566/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2446/part244696/244696853/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2444/part244448/244448405/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2444/part244448/244448437/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2428/part242859/242859389/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380169/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380301/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380568/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2423/part242309/242309792/photos/ms.webp
  • https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/3.webp
  • https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/4.webp
  • https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/5.webp
  • https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/6.webp
  • https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/7.webp
  • https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/8.webp
  • https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/9.webp
  • https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/10.webp
  • https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/11.webp
  • Always compress text content (compressAssets)The page has 1 request that are served uncompressed. You could save a lot of bytes by sending them compressed instead.90
    Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.
    Offenders:
    URLTransfer sizeContent size
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/info/ru/card.json 8.7 KB8.3 KB
    Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 203.8 kB and uncompressed size is 1.3 MB. That is big and the CSS could most probably be smaller.0
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...939d1411bc28f.css 76.5 KB496.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/produc...f1cf601451048.css 62.5 KB421.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/pr...fcbbd2cc0d40f.css 15.9 KB82.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/productSe...bcf5963968639.css 402 B749 B
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/miniProdu...4cc599a5e358d.css 6.3 KB26.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css 917 B6.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ad...6ec42e543d6b6.css 521 B1.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/miniCardC...0ddf9dd7d2294.css 2.1 KB4.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/spa/modules/productCardComments...c2562c8dd73fb.css 8.6 KB53.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/libs/swiper.33f09fd64da93928e18b.css 3.8 KB13.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/feedbacks...1f2fad39b1749.css 3.5 KB13.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/multipleS...d010cc48c0725.css 5.9 KB22.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...8fcf03d129d63.css 10.4 KB76.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...1d6fe85ff2d74.css 1.7 KB9.0 KB
    The favicon should be small and cacheable (favicon)The favicon size is 16 kB bytes. That's quite big, can you make it smaller? The favicon has no cache time. 0
    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://www.wildberries.ru/favicon.ico
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 759.2 kB and the uncompressed size is 2.7 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js 64.8 KB190.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js 198.6 KB803.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-5-0.ccf4ef37.js 18.0 KB113.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.b600e6433f4e5401b467.js 8.6 KB26.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.7f...8638480db88d91.js 11.3 KB36.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...9c84c5b67e60f0.js 1.6 KB3.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/lazyBlockLoader....90a678955c61ae.js 489 B780 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/collapsibleBlock...158b19f22de602.js 1.1 KB3.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.recommendati...96bcb28823a2b5.js 2.9 KB9.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.recentItems....a12d1cd25122c2.js 660 B983 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.tooltip.fec060cd0acf69dad6b1.js 2.5 KB8.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/video.ea797f3bf58196e50f67.js 172.2 KB634.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.hlsPlayer.fc...ec18ecfdd8813a.js 954 B2.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/product.94cd16d623583e4143e8.js 12.9 KB53.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/clientActionsHelpe...fb40750cee8df9.js 1.9 KB5.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.680bcaf2896488802062.js 4.1 KB16.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.71a66c124b97fcb6f3b4.js 26.7 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTo...2b5346cf07bc0e.js 23.4 KB75.1 KB
    https://pow.wildberries.ru/scripts/d.js?7eec71a7 21.1 KB59.0 KB
    https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861 5.2 KB15.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/feedbacks/feedback...d8483db8a16cc8.js 868 B1.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/supplie...a183817818519c.js 1.3 KB3.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...e8d0702c3f299c.js 1.7 KB5.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...95727adf6b465e.js 2.0 KB6.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...2f85f835ad0d26.js 4.7 KB16.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...e765499f1ca332.js 2.9 KB10.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/deliver...366a7b804da5a9.js 1.1 KB3.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...a95f348013e7ca.js 1.6 KB4.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.zoomImage.0c...b95b0c09345f29.js 1021 B2.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.videoPlayer....fcd55dde65c848.js 1.4 KB4.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.imageTags.af...5e459fb15fa974.js 2.8 KB13.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...1189034174ebb5.js 4.1 KB13.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...9389683a7118a9.js 1.1 KB2.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...758e67c2ae4382.js 2.4 KB7.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/miniProductCard/min...ea5c04b8dd1a9b.js 4.3 KB15.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/userInfo/userInfoRe...f047a15e0bfd21.js 1.3 KB4.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/promotions/promoti...6dd2f4edaf7123.js 1.0 KB1.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.96...4adcf8a9bfba39.js 327 B236 B
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.9eb77fb49b103b278192.js 40.6 KB132.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.19158f0c388a8109f604.js 7.9 KB21.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/lazyBlockLoader.c66511f48cf5a64f33e7.js 1.0 KB2.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/recommendations/rec...cc859b7ba6c189.js 10.0 KB38.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...6700f2b5f62656.js 1.6 KB3.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/adultConfirmedPopup...7a1db8d98910e3.js 850 B1.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/productQuestionsSe...b9b9b3fb7266f5.js 1.4 KB3.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/productFeedbacksSe...04efbec4775a58.js 4.7 KB14.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/miniProductCard/min...691adc9e81a2f9.js 1.1 KB2.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCardFeedback...393015588c4250.js 5.2 KB16.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCardFeedback...5978e028a13174.js 984 B2.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCardFeedback...1addec553ccb95.js 2.0 KB6.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/suppliersService/s...94c9d7362e0ce6.js 2.9 KB7.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/deliveryInfoServic...aae6f91a58d6a4.js 754 B1.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/multipleSellersSer...a6ce1c64bc9b7a.js 775 B1.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/priceHi...de300935f5461a.js 3.1 KB9.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/multipl...bdb026ea5086a9.js 4.8 KB15.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/multipleSeller/mult...36357843c1f80f.js 1.5 KB3.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/premiumSubscriptio...29520b5afd6c75.js 1.7 KB4.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...7796a70708408c.js 11.8 KB38.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.contextMenu....696f23cf02cb02.js 720 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...47221dfe5e51e0.js 8.7 KB28.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/storageService.bf4066dc9efb99da67b8.js 6.1 KB19.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.f8c3dc1523537761b00d.js 6.4 KB18.9 KB
    Avoid using incorrect mime types (mimeTypes)The page has 15 misconfigured mime types. 85
    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://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • https://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true
  • https://suppliers-shipment-2.wildberries.ru/api/v1/suppliers/125043
  • https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://highlight.wildberries.ru/highlight-api/api/v1/w/users/mark
  • https://www.wildberries.ru/webapi/stats/events
  • Make each CSS response small (optimalCssSize)https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3.2be9cf4939d1411bc28f.css size is 78.3 kB (78289) and that is bigger than the limit of 14.5 kB. https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/product-page-v3.040c14cf1cf601451048.css size is 64 kB (64046) and that is bigger than the limit of 14.5 kB. https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/productCardPopup.6666412fcbbd2cc0d40f.css size is 16.3 kB (16261) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.70
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...939d1411bc28f.css 76.5 KB496.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/produc...f1cf601451048.css 62.5 KB421.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/pr...fcbbd2cc0d40f.css 15.9 KB82.5 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 5.3 MB, which is more than the coach limit of 2 MB. That is insane and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://www.wildberries.ru/catalog/113256091/detail.aspx 8.6 KB30.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...939d1411bc28f.css 76.5 KB496.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js 64.8 KB190.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js 198.6 KB803.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-5-0.ccf4ef37.js 18.0 KB113.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/header/logoWb.svg 1.1 KB2.5 KB
    https://static-basket-01.wbbasket.ru/vol0/l/als-hauss-vf.woff2 134.5 KB134.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/cookies.04c0780e.json 423 B536 B
    https://static-basket-01.wbbasket.ru/vol1/global-payment/default-payment.json 346 B324 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.b600e6433f4e5401b467.js 8.6 KB26.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.7f...8638480db88d91.js 11.3 KB36.3 KB
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash 169 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash 169 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/cargo-delivery-stores-v2.json 22.0 KB113.7 KB
    https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json 116.3 KB2.3 MB
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json 2.0 KB4.9 KB
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json 735 B1.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuLk.f345e8d9.json 1.1 KB7.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/footer.7db0dfb1.json 2.4 KB12.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...9c84c5b67e60f0.js 1.6 KB3.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/spaproductcard.b69c58e3.json 10.6 KB64.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/produc...f1cf601451048.css 62.5 KB421.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/pr...fcbbd2cc0d40f.css 15.9 KB82.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/lazyBlockLoader....90a678955c61ae.js 489 B780 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/collapsibleBlock...158b19f22de602.js 1.1 KB3.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.recommendati...96bcb28823a2b5.js 2.9 KB9.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.recentItems....a12d1cd25122c2.js 660 B983 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.tooltip.fec060cd0acf69dad6b1.js 2.5 KB8.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/video.ea797f3bf58196e50f67.js 172.2 KB634.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.hlsPlayer.fc...ec18ecfdd8813a.js 954 B2.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/product.94cd16d623583e4143e8.js 12.9 KB53.6 KB
    https://www.wildberries.ru/webapi/stats/pageview 665 B38 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/clientActionsHelpe...fb40750cee8df9.js 1.9 KB5.0 KB
    https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info 616 B369 B
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/info/ru/card.json 8.7 KB8.3 KB
    https://static-basket-01.wbbasket.ru/vol0/data/no-return-subjects.json 8.7 KB34.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.680bcaf2896488802062.js 4.1 KB16.0 KB
    https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json 71.7 KB483.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuTopTmpl.dac4c2eb.json 1.5 KB6.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.71a66c124b97fcb6f3b4.js 26.7 KB103.4 KB
    https://www.wildberries.ru/webapi/stats/pageview 666 B38 B
    https://static-basket-01.wbbasket.ru/vol0/data/adult-subjects.json 635 B1.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/apps/qr-apps.svg 6.4 KB51.1 KB
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 6.7 KB44.4 KB
    https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987 34.5 KB131.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTo...2b5346cf07bc0e.js 23.4 KB75.1 KB
    https://pow.wildberries.ru/api/v1/js-settings 746 B122 B
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1735400358160106848.webp 21.6 KB21.5 KB
    https://pow.wildberries.ru/scripts/d.js?7eec71a7 21.1 KB59.0 KB
    https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de 1.0 KB433 B
    https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861 5.2 KB15.7 KB
    https://pow.wildberries.ru/scripts/solve.wasm?7b450d09 130.0 KB342.6 KB
    https://pow.wildberries.ru/api/v1/client/verify-answer 743 B120 B
    https://card.wb.ru/cards/v2/detail...u/cards/v2/detail 0 b0 b
    https://card.wb.ru/cards/v2/detail...u/cards/v2/detail 0 b0 b
    https://card.wb.ru/cards/v2/detail...u/cards/v2/detail 2.2 KB10.5 KB
    https://card.wb.ru/cards/v2/detail...u/cards/v2/detail 2.2 KB10.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/feedbacks/feedback...d8483db8a16cc8.js 868 B1.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/suppliersInfoHelper.f29a2cf6.json 1.5 KB6.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/supplie...a183817818519c.js 1.3 KB3.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productCardSizes.65e9a4a2.json 736 B1.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...e8d0702c3f299c.js 1.7 KB5.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productCardPrice.ab29dc31.json 1.4 KB5.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...95727adf6b465e.js 2.0 KB6.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productSelectionManager.260d0705.json 555 B1.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/productSe...bcf5963968639.css 402 B749 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...2f85f835ad0d26.js 4.7 KB16.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productCardOrderGood.0f19ccd2.json 796 B2.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...e765499f1ca332.js 2.9 KB10.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/deliveryInfoHelper.03f15f4f.json 601 B1.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/deliver...366a7b804da5a9.js 1.1 KB3.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productCardPoned.4fdcbdac.json 361 B328 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...a95f348013e7ca.js 1.6 KB4.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productCardImageGallery.04dffa8f.json 2.3 KB9.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.zoomImage.0c...b95b0c09345f29.js 1021 B2.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.videoPlayer....fcd55dde65c848.js 1.4 KB4.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.imageTags.af...5e459fb15fa974.js 2.8 KB13.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...1189034174ebb5.js 4.1 KB13.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...9389683a7118a9.js 1.1 KB2.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...758e67c2ae4382.js 2.4 KB7.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/miniProductCard.fa03a50a.json 2.0 KB8.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/miniProdu...4cc599a5e358d.css 6.3 KB26.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/miniProductCard/min...ea5c04b8dd1a9b.js 4.3 KB15.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productCardPriceBottomPanel.f0c40537.json 683 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/userInfo/userInfoRe...f047a15e0bfd21.js 1.3 KB4.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/promotions/promoti...6dd2f4edaf7123.js 1.0 KB1.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.96...4adcf8a9bfba39.js 327 B236 B
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.9eb77fb49b103b278192.js 40.6 KB132.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css 917 B6.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.19158f0c388a8109f604.js 7.9 KB21.1 KB
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 0 b0 b
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 0 b0 b
    https://www.wildberries.ru/webapi/personalinfo 1.2 KB627 B
    https://www.wildberries.ru/webapi/product/113256091/data?subject=54&kind=2&brand=4603 1.2 KB1.4 KB
    https://static-basket-01.wbbasket.ru/vol0/data/brands-by-id/4603.json 249 B98 B
    https://static-basket-03.wbbasket.ru/vol40/content/subjects/54.json 500 B476 B
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 266 B22 B
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 266 B22 B
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/1.webp 8.7 KB8.6 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/2.webp 11.7 KB11.3 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/3.webp 10.3 KB10.3 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/4.webp 9.9 KB9.9 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/5.webp 9.0 KB8.9 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/6.webp 3.7 KB3.7 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/7.webp 3.4 KB3.3 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/8.webp 2.7 KB2.6 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/9.webp 3.1 KB3.0 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/10.webp 6.4 KB6.4 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/11.webp 12.3 KB12.2 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/12.webp 14.3 KB14.2 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/13.webp 9.7 KB9.6 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/14.webp 10.3 KB10.2 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/15.webp 11.0 KB11.0 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/16.webp 12.6 KB12.5 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/17.webp 11.6 KB11.5 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/18.webp 10.2 KB10.2 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c516x688/1.webp 23.4 KB23.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/lazyBlockLoader.c66511f48cf5a64f33e7.js 1.0 KB2.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCard.3ce1eda2.json 2.8 KB9.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/recommendationsList.fa2d2f1f.json 2.2 KB7.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/recommendations/rec...cc859b7ba6c189.js 10.0 KB38.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productCardColors.eb8c59cb.json 711 B1.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/product...6700f2b5f62656.js 1.6 KB3.8 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/tm/1.webp 2.2 KB2.1 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/1.webp 39.2 KB39.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/product-page/avatar.webp 3.0 KB2.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/product-page/avatar-courier.webp 2.0 KB1.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ad...6ec42e543d6b6.css 521 B1.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/adultConfirmedPopup...7a1db8d98910e3.js 850 B1.7 KB
    https://videonme-basket-08.wbbasket.ru/vol91/part11325/113256091/mp4/360p/1.mp4 196.3 KB195.8 KB
    https://static-basket-01.wbbasket.ru/vol1/sellers/brands/ABD58BAFAF20EEB4.webp 2.9 KB2.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/productQuestionsSe...b9b9b3fb7266f5.js 1.4 KB3.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/productFeedbacksSe...04efbec4775a58.js 4.7 KB14.1 KB
    https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/tm/1.webp 1.8 KB1.3 KB
    https://basket-01.wbbasket.ru/vol105/part10514/10514544/images/tm/1.webp 1.8 KB1.8 KB
    https://basket-10.wbbasket.ru/vol1563/part156376/156376606/images/tm/1.webp 1.1 KB648 B
    https://basket-03.wbbasket.ru/vol357/part35788/35788328/images/tm/1.webp 1.0 KB620 B
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/miniCardCarousel.ca7c08cb.json 680 B1.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/miniCardC...0ddf9dd7d2294.css 2.1 KB4.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/miniProductCard/min...691adc9e81a2f9.js 1.1 KB2.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/productFeedbacksModel.9c3be88f.json 2.2 KB9.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/spa/modules/productCardComments...c2562c8dd73fb.css 8.6 KB53.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCardFeedback...393015588c4250.js 5.2 KB16.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCardFeedback...5978e028a13174.js 984 B2.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/feedbacksPhotoGallery.81143147.json 789 B2.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/libs/swiper.33f09fd64da93928e18b.css 3.8 KB13.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/feedbacks...1f2fad39b1749.css 3.5 KB13.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCardFeedback...1addec553ccb95.js 2.0 KB6.2 KB
    https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true 0 b0 b
    https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/2.webp 3.5 KB3.5 KB
    https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/1.webp 7.3 KB7.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/suppliersService/s...94c9d7362e0ce6.js 2.9 KB7.9 KB
    https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true 407 B42 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/deliveryInfoServic...aae6f91a58d6a4.js 754 B1.4 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/info/price-history.json 602 B493 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/multipleSellersSer...a6ce1c64bc9b7a.js 775 B1.4 KB
    https://pin.wb.ru/pin-user-api/api/v1/pin/w/card/102610189 330 B86 B
    https://feedbacks2.wb.ru/feedbacks/v2/102610189 173.4 KB1.2 MB
    https://suppliers-shipment-2.wildberries.ru/api/v1/suppliers/125043 0 b0 b
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/priceHistoryChart.b598d36b.json 1.3 KB3.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/priceHi...de300935f5461a.js 3.1 KB9.0 KB
    https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091 0 b0 b
    https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091 185 B21 B
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/multipleSellerHelper.fbdaf538.json 697 B1.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/productCard/multipl...bdb026ea5086a9.js 4.8 KB15.9 KB
    https://suppliers-shipment-2.wildberries.ru/api/v1/suppliers/125043 966 B554 B
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/multipleSellerList.cc85b125.json 2.0 KB9.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/multipleS...d010cc48c0725.css 5.9 KB22.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/multipleSeller/mult...36357843c1f80f.js 1.5 KB3.6 KB
    https://card.wb.ru/cards/v2/detail...u/cards/v2/detail 0 b0 b
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/premiumSubscriptio...29520b5afd6c75.js 1.7 KB4.6 KB
    https://card.wb.ru/cards/v2/detail...u/cards/v2/detail 118 B53 B
    https://highlight.wildberries.ru/highlight-api/api/v1/w/users/mark 0 b0 b
    https://highlight.wildberries.ru/highlight-api/api/v1/w/users/mark 997 B752 B
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChatPopup.5577172b.json 3.9 KB19.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...8fcf03d129d63.css 10.4 KB76.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...7796a70708408c.js 11.8 KB38.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChat.7a288e54.json 4.0 KB18.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...1d6fe85ff2d74.css 1.7 KB9.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.contextMenu....696f23cf02cb02.js 720 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...47221dfe5e51e0.js 8.7 KB28.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/storageService.bf4066dc9efb99da67b8.js 6.1 KB19.8 KB
    https://chat-prod.wildberries.ru/api/support/v1/unauth/messages 0 b0 b
    https://chat-prod.wildberries.ru/api/support/v1/unauth/messages 585 B3 B
    https://feedback07.wbbasket.ru/vol2498/part249809/249809969/photos/ms.webp 4.8 KB4.5 KB
    https://feedback07.wbbasket.ru/vol2493/part249323/249323104/photos/ms.webp 4.9 KB4.6 KB
    https://feedback07.wbbasket.ru/vol2489/part248997/248997727/photos/ms.webp 4.7 KB4.4 KB
    https://feedback07.wbbasket.ru/vol2481/part248131/248131329/photos/ms.webp 8.3 KB8.0 KB
    https://feedback07.wbbasket.ru/vol2477/part247752/247752962/photos/ms.webp 5.6 KB5.2 KB
    https://feedback07.wbbasket.ru/vol2477/part247753/247753025/photos/ms.webp 4.4 KB4.0 KB
    https://feedback06.wbbasket.ru/vol2273/part227385/227385614/photos/ms.webp 5.4 KB5.0 KB
    https://feedback06.wbbasket.ru/vol2213/part221380/221380068/photos/ms.webp 4.0 KB3.7 KB
    https://feedback06.wbbasket.ru/vol2213/part221380/221380148/photos/ms.webp 5.5 KB5.2 KB
    https://feedback07.wbbasket.ru/vol2477/part247753/247753049/photos/ms.webp 6.0 KB5.7 KB
    https://feedback07.wbbasket.ru/vol2475/part247575/247575103/photos/ms.webp 3.9 KB3.6 KB
    https://feedback07.wbbasket.ru/vol2470/part247077/247077390/photos/ms.webp 3.5 KB3.1 KB
    https://feedback07.wbbasket.ru/vol2470/part247077/247077639/photos/ms.webp 3.3 KB3.0 KB
    https://feedback07.wbbasket.ru/vol2470/part247027/247027134/photos/ms.webp 4.8 KB4.5 KB
    https://feedback07.wbbasket.ru/vol2470/part247023/247023798/photos/ms.webp 5.0 KB4.6 KB
    https://feedback07.wbbasket.ru/vol2470/part247023/247023792/photos/ms.webp 4.7 KB4.3 KB
    https://feedback07.wbbasket.ru/vol2466/part246685/246685914/photos/ms.webp 5.9 KB5.5 KB
    https://feedback07.wbbasket.ru/vol2465/part246544/246544168/photos/ms.webp 4.2 KB3.8 KB
    https://feedback07.wbbasket.ru/vol2460/part246056/246056218/photos/ms.webp 6.3 KB6.0 KB
    https://feedback07.wbbasket.ru/vol2456/part245652/245652728/photos/ms.webp 4.5 KB4.2 KB
    https://feedback07.wbbasket.ru/vol2452/part245201/245201510/photos/ms.webp 5.3 KB4.9 KB
    https://feedback07.wbbasket.ru/vol2447/part244785/244785566/photos/ms.webp 6.0 KB5.7 KB
    https://feedback07.wbbasket.ru/vol2446/part244696/244696853/photos/ms.webp 5.0 KB4.7 KB
    https://feedback07.wbbasket.ru/vol2444/part244448/244448405/photos/ms.webp 3.4 KB3.1 KB
    https://feedback07.wbbasket.ru/vol2444/part244448/244448437/photos/ms.webp 3.2 KB2.8 KB
    https://feedback07.wbbasket.ru/vol2428/part242859/242859389/photos/ms.webp 5.8 KB5.5 KB
    https://feedback06.wbbasket.ru/vol2213/part221380/221380169/photos/ms.webp 6.1 KB5.7 KB
    https://feedback06.wbbasket.ru/vol2213/part221380/221380301/photos/ms.webp 5.7 KB5.3 KB
    https://feedback06.wbbasket.ru/vol2213/part221380/221380568/photos/ms.webp 3.4 KB3.0 KB
    https://feedback07.wbbasket.ru/vol2423/part242309/242309792/photos/ms.webp 4.5 KB4.2 KB
    https://www.wildberries.ru/webapi/stats/events N/A0 b
    https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/3.webp 2.5 KB2.4 KB
    https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/4.webp 2.9 KB2.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.f8c3dc1523537761b00d.js 6.4 KB18.9 KB
    https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/5.webp 3.4 KB3.3 KB
    https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/6.webp 1.3 KB1.2 KB
    https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/7.webp 2.8 KB2.7 KB
    https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/8.webp 9.1 KB9.1 KB
    https://static-basket-01.wbbasket.ru/vol0/data/all-poo-v9.json.hash 169 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/all-poo-fr-v9.json 2.7 MB20.0 MB
    https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/9.webp 16.3 KB16.3 KB
    https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/10.webp 15.0 KB14.9 KB
    https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/c246x328/11.webp 6.5 KB6.4 KB
    https://www.wildberries.ru/manifestv2.json 982 B1.5 KB
    https://www.wildberries.ru/icon.svg 1.3 KB1.5 KB
    https://www.wildberries.ru/favicon.ico 15.6 KB15.0 KB
    https://www.wildberries.ru/android-icon-144x144.png 16.7 KB16.1 KB
    Don't use private headers on static content (privateAssets)The page has 37 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.0
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://www.wildberries.ru/catalog/113256091/detail.aspx
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://www.wildberries.ru/webapi/product/113256091/data?subject=54&kind=2&brand=4603
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://feedback07.wbbasket.ru/vol2498/part249809/249809969/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2493/part249323/249323104/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2489/part248997/248997727/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2481/part248131/248131329/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2477/part247752/247752962/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2477/part247753/247753025/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2273/part227385/227385614/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380068/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380148/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2477/part247753/247753049/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2475/part247575/247575103/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247077/247077390/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247077/247077639/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247027/247027134/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247023/247023798/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247023/247023792/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2466/part246685/246685914/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2465/part246544/246544168/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2460/part246056/246056218/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2456/part245652/245652728/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2452/part245201/245201510/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2447/part244785/244785566/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2446/part244696/244696853/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2444/part244448/244448405/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2444/part244448/244448437/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2428/part242859/242859389/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380169/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380301/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380568/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2423/part242309/242309792/photos/ms.webp
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/android-icon-144x144.png
  • Best practice advice (74)

    TitleAdviceScore
    Meta description (metaDescription)The meta description is too long. It has 162 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 55 characters. The recommended max is 6050
    Description: Use a title to make the page more relevant to search engines.
    Avoid too many third party requests (thirdParty)The page do more requests to third party domains (207 requests and 5.1 MB) then first party (28 requests and 221.2 kB). The page transfer more bytes from third party domains (5.1 MB) then first party (221.2 kB). The regex .*wildberries.* was used to calculate first/third party requests.0
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 49 responses that sets both a max-age and expires header. There are 15 responses that sets a pragma no-cache header (that is a request header). There are 41 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://www.wildberries.ru/catalog/113256091/detail.aspx
  • https://www.wildberries.ru/catalog/113256091/detail.aspx
  • https://www.wildberries.ru/catalog/113256091/detail.aspx
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/scripts/d.js?7eec71a7
  • https://pow.wildberries.ru/scripts/d.js?7eec71a7
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861
  • https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861
  • https://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • https://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • https://pow.wildberries.ru/api/v1/client/verify-answer
  • https://pow.wildberries.ru/api/v1/client/verify-answer
  • https://pow.wildberries.ru/api/v1/client/verify-answer
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/product/113256091/data?subject=54&kind=2&brand=4603
  • https://www.wildberries.ru/webapi/product/113256091/data?subject=54&kind=2&brand=4603
  • https://www.wildberries.ru/webapi/product/113256091/data?subject=54&kind=2&brand=4603
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://videonme-basket-08.wbbasket.ru/vol91/part11325/113256091/mp4/360p/1.mp4
  • https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true
  • https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true
  • https://pin.wb.ru/pin-user-api/api/v1/pin/w/card/102610189
  • https://feedbacks2.wb.ru/feedbacks/v2/102610189
  • https://suppliers-shipment-2.wildberries.ru/api/v1/suppliers/125043
  • https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091
  • https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091
  • https://suppliers-shipment-2.wildberries.ru/api/v1/suppliers/125043
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://highlight.wildberries.ru/highlight-api/api/v1/w/users/mark
  • https://highlight.wildberries.ru/highlight-api/api/v1/w/users/mark
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://feedback07.wbbasket.ru/vol2498/part249809/249809969/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2493/part249323/249323104/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2489/part248997/248997727/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2481/part248131/248131329/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2477/part247752/247752962/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2477/part247753/247753025/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2273/part227385/227385614/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380068/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380148/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2477/part247753/247753049/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2475/part247575/247575103/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247077/247077390/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247077/247077639/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247027/247027134/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247023/247023798/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2470/part247023/247023792/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2466/part246685/246685914/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2465/part246544/246544168/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2460/part246056/246056218/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2456/part245652/245652728/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2452/part245201/245201510/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2447/part244785/244785566/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2446/part244696/244696853/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2444/part244448/244448405/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2444/part244448/244448437/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2428/part242859/242859389/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380169/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380301/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2213/part221380/221380568/photos/ms.webp
  • https://feedback07.wbbasket.ru/vol2423/part242309/242309792/photos/ms.webp
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • Privacy advice (93)

    TitleAdviceScore
    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://www.wildberries.ru/catalog/113256091/detail.aspx
  • 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 includeSubDomains90
    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Кольцо золотое 585 пробы с фианитом помолвочное SOKOLOV 113256091 купить за 6 562 ₽ в интернет-магазине Wildberries
    Width1904
    Height2119
    DOM elements3343
    Avg DOM depth15
    Max DOM depth22
    Iframes0
    Script tags1570
    Local storage70.8 KB
    Session storage438 B
    Network Information API4g
    Resource Hints
    preconnect
    https://static-basket-01.wbbasket.ru/
    https://splitter.wb.ru/
    https://wb.ru/

    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
    HSTS 100  Security
    HTTP/3 100  Miscellaneous
    | 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)49 ms
    First Contentful Paint (FCP)259 ms
    Largest Contentful Paint (LCP)6.575 s
    Cumulative Layout Shift (CLS)0.01
    Total Blocking Time (TBT)2.970 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP188
    Time spent in recalculate style before FCP16.068 ms
    Extra timings
    TTFB49 ms
    First Paint259 ms
    Load Event End30.489 s
    Fully loaded30.581 s

    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.

    Render time 6.575 s
    Elements that needed recalculate style before LCP4103
    Time spent in recalculate style before LCP283.741 ms
    Load time5.100 s
    URL https://basket-01.wb...s/c246x328/1.webp
    Size (width*height)29156
    DOM path
    <>
    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.01071 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.00928<div class="product-page__sizes-wrap" data-link="class{merge: !selectedNomenclature^showSize toggle='hide'}{include sizeModel tmpl=sizeModel.template}"></div>,<div class="product-page__options"></div>,<::after></::after>,<div class="product-page__about-goods hide-mobile"></div>
    body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#e755a5e4-e61e-c3b2-b277-3cf22bd97e59 > div:eq(2) > div:eq(6) > div:eq(2),body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#e755a5e4-e61e-c3b2-b277-3cf22bd97e59 > div:eq(2) > div:eq(9),body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#e755a5e4-e61e-c3b2-b277-3cf22bd97e59 > div:eq(2) > div:eq(9) > div:eq(0) > div:eq(1) > table > tbody > tr:eq(0) > th > span > ::after,body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#e755a5e4-e61e-c3b2-b277-3cf22bd97e59 > div:eq(2) > div:eq(10)
    0.00078<div class="product-page__order-buttons" data-link="{include orderModel tmpl=orderModel.template}"></div>,<div class="product-page__delivery" data-link="class{merge: !selectedNomenclature^deliveryInfoEnable toggle='hide'}"></div>
    body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#e755a5e4-e61e-c3b2-b277-3cf22bd97e59 > div:eq(2) > div:eq(13) > div > div:eq(0) > div:eq(4),body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#e755a5e4-e61e-c3b2-b277-3cf22bd97e59 > div:eq(2) > div:eq(13) > div > div:eq(0) > div:eq(5)
    0.00055<div class="product-page__advantages advantages" data-link="class{merge: selectedNomenclature^isHelpKursk || selectedNomenclature^allSizesSoldOut || selectedNomenclature^isDigital toggle='hide'}"></div>
    body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#e755a5e4-e61e-c3b2-b277-3cf22bd97e59 > div:eq(2) > div:eq(10) > div:eq(1)
    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
    1.864 s1.914 s0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js

    Invoker:  IDBOpenDBRequest.onsuccess
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    963 ms1.020 s0 ms0.1 ms-0.1 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    666 ms716 ms0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js

    Invoker:  IDBOpenDBRequest.onsuccess
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    270 ms326.3 ms10.7 ms3.5 ms7.2 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js

    Forced Style And Layout Duration: 105 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
    112 ms151.6 ms12.4 ms6 ms6.4 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/productFeedbacksService/productFeedbacksService.fb893f04efbec4775a58.js

    Forced Style And Layout Duration: 53 ms

    Invoker:  IDBRequest.onsuccess
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    79 ms129 ms0 ms0 ms0 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    46 ms95.4 ms0.6 ms0 ms0.6 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/video.ea797f3bf58196e50f67.js

    Invoker:  https://static-basket-01.wbbasket.ru/vol2/site/j/video.ea797f3bf58196e50f67.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    24 ms78.6 ms0.4 ms0 ms0.4 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js

    Invoker:  https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    12 ms62 ms0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js

    Invoker:  IDBOpenDBRequest.onsuccess
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms135.8 ms38.2 ms0 ms38.2 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
    Documents41
    Frames40
    JSEventListeners515
    LayoutObjects2229
    MediaKeySessions0
    MediaKeys0
    Nodes8278
    Resources195
    ContextLifecycleStateObservers84
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers41
    AdSubframes0
    DetachedScriptStates0
    ArrayBufferContents7
    LayoutCount98
    RecalcStyleCount256
    LayoutDuration117
    RecalcStyleDuration278
    DevToolsCommandDuration44
    ScriptDuration397
    V8CompileDuration3
    TaskDuration8846
    TaskOtherDuration8008
    ThreadTime10
    ProcessTime15
    JSHeapUsedSize22287504
    JSHeapTotalSize24412160
    FirstMeaningfulPaint259
    | 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 requests235
    Total domains23
    Total transfer size5.1 MB
    Total content size29.6 MB
    Responses missing compression97
    Number of cookies0
    Third party cookies0
    Requests per response code
    200224
    20410
    2061

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b8.6 KB30.5 KB1
    css0 b199.0 KB1.2 MB14
    javascript0 b741.4 KB2.6 MB62
    image0 b496.1 KB480.8 KB71
    font0 b134.5 KB134.4 KB1
    svg0 b8.8 KB55.1 KB3
    json0 b3.2 MB24.5 MB63
    other0 b130.0 KB342.6 KB15
    plain0 b507 B48 B3
    video0 b196.3 KB195.8 KB1
    favicon0 b15.6 KB15.0 KB1
    Total0 b5.1 MB29.6 MB235

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru291 ms46.9 KB66.7 KB10
    static-basket-01.wbbasket.ru6.063 s4.0 MB27.1 MB124
    user-geo-data.wildberries.ru85 ms616 B369 B1
    basket-08.wbbasket.ru2.727 s234.8 KB232.6 KB23
    banners-website.wildberries.ru110 ms6.7 KB44.4 KB1
    catalog.wb.ru77 ms34.5 KB131.3 KB1
    pow.wildberries.ru244 ms158.8 KB418.0 KB6
    card.wb.ru165 ms4.5 KB21.0 KB6
    points.wb.ru595 ms532 B44 B4
    static-basket-03.wbbasket.ru98 ms500 B476 B1
    videonme-basket-08.wbbasket.ru540 ms196.3 KB195.8 KB1
    basket-01.wbbasket.ru653 ms74.2 KB72.8 KB13
    basket-10.wbbasket.ru184 ms1.1 KB648 B1
    basket-03.wbbasket.ru181 ms1.0 KB620 B1
    questions.wildberries.ru168 ms407 B42 B2
    pin.wb.ru158 ms330 B86 B1
    feedbacks2.wb.ru135 ms173.4 KB1.2 MB1
    suppliers-shipment-2.wildberries.ru175 ms966 B554 B2
    identical-products.wildberries.ru82 ms185 B21 B2
    highlight.wildberries.ru263 ms997 B752 B2
    chat-prod.wildberries.ru102 ms585 B3 B2
    feedback07.wbbasket.ru1.184 s118.1 KB109.8 KB24
    feedback06.wbbasket.ru333 ms30.0 KB28.0 KB6

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified23 seconds4 weeks1 year

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript0 b0
    image16.7 KB1
    font0 b0
    json982 B1
    svg1.3 KB1
    favicon15.6 KB1
    Total34.6 KB4

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css122.5 KB13
    javascript440.0 KB57
    image496.1 KB71
    font0 b0
    other130.0 KB14
    plain507 B3
    json3.2 MB61
    svg7.7 KB2
    video196.3 KB1
    favicon15.6 KB1
    Total4.6 MB223

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    130

    Render information

    URLType
    https://static-baske...be7cf948372693.jsin_body_parser_blocking
    https://static-baske...3bf58196e50f67.jsnon_blocking
    https://static-baske...ls-hauss-vf.woff2non_blocking
    https://static-baske...939d1411bc28f.cssblocking
    https://static-baske...d32d016065db5d.jsin_body_parser_blocking
    https://static-baske...f1cf601451048.cssdynamically_injected_non_blocking
    https://static-baske...b49b103b278192.jsnon_blocking
    https://static-baske...124b97fcb6f3b4.jsnon_blocking
    https://static-baske...2b5346cf07bc0e.jsnon_blocking
    https://pow.wildberr...s.ru/scripts/d.jsnon_blocking
    https://static-baske...1-5-0.ccf4ef37.jsin_body_parser_blocking
    https://static-baske...fcbbd2cc0d40f.cssdynamically_injected_non_blocking
    https://static-baske...d623583e4143e8.jsnon_blocking
    https://static-baske...7796a70708408c.jsnon_blocking
    https://static-baske...8638480db88d91.jsnon_blocking
    https://static-baske...8fcf03d129d63.cssdynamically_injected_non_blocking
    https://static-baske...cc859b7ba6c189.jsnon_blocking
    https://static-baske...47221dfe5e51e0.jsnon_blocking
    https://static-baske...c2562c8dd73fb.cssdynamically_injected_non_blocking
    https://static-baske...433f4e5401b467.jsnon_blocking
    https://static-baske...0c388a8109f604.jsnon_blocking
    https://static-baske...1523537761b00d.jsnon_blocking
    https://static-baske...4cc599a5e358d.cssdynamically_injected_non_blocking
    https://static-baske...dc9efb99da67b8.jsnon_blocking
    https://static-baske...d010cc48c0725.cssdynamically_injected_non_blocking
    https://pow.wildberr...ipts/wasm_exec.jsnon_blocking
    https://static-baske...393015588c4250.jsnon_blocking
    https://static-baske...bdb026ea5086a9.jsnon_blocking
    https://static-baske...2f85f835ad0d26.jsnon_blocking
    https://static-baske...04efbec4775a58.jsnon_blocking
    https://static-baske...ea5c04b8dd1a9b.jsnon_blocking
    https://static-baske...f2896488802062.jsnon_blocking
    https://static-baske...1189034174ebb5.jsnon_blocking
    https://static-baske...64da93928e18b.cssdynamically_injected_non_blocking
    https://static-baske...1f2fad39b1749.cssdynamically_injected_non_blocking
    https://static-baske...de300935f5461a.jsnon_blocking
    https://static-baske...e765499f1ca332.jsnon_blocking
    https://static-baske...94c9d7362e0ce6.jsnon_blocking
    https://static-baske...96bcb28823a2b5.jsnon_blocking
    https://static-baske...5e459fb15fa974.jsnon_blocking
    https://static-baske...cd0acf69dad6b1.jsnon_blocking
    https://static-baske...758e67c2ae4382.jsnon_blocking
    https://static-baske...0ddf9dd7d2294.cssdynamically_injected_non_blocking
    https://static-baske...95727adf6b465e.jsnon_blocking
    https://static-baske...1addec553ccb95.jsnon_blocking
    https://static-baske...fb40750cee8df9.jsnon_blocking
    https://static-baske...29520b5afd6c75.jsnon_blocking
    https://static-baske...1d6fe85ff2d74.cssdynamically_injected_non_blocking
    https://static-baske...e8d0702c3f299c.jsnon_blocking
    https://static-baske...a95f348013e7ca.jsnon_blocking
    https://static-baske...9c84c5b67e60f0.jsnon_blocking
    https://static-baske...6700f2b5f62656.jsnon_blocking
    https://static-baske...36357843c1f80f.jsnon_blocking
    https://static-baske...fcd55dde65c848.jsnon_blocking
    https://static-baske...b9b9b3fb7266f5.jsnon_blocking
    https://static-baske...a183817818519c.jsnon_blocking
    https://static-baske...f047a15e0bfd21.jsnon_blocking
    https://static-baske...691adc9e81a2f9.jsnon_blocking
    https://static-baske...158b19f22de602.jsnon_blocking
    https://static-baske...366a7b804da5a9.jsnon_blocking
    https://static-baske...9389683a7118a9.jsnon_blocking
    https://static-baske...6dd2f4edaf7123.jsnon_blocking
    https://static-baske...f48cf5a64f33e7.jsnon_blocking
    https://static-baske...b95b0c09345f29.jsnon_blocking
    https://static-baske...5978e028a13174.jsnon_blocking
    https://static-baske...ec18ecfdd8813a.jsnon_blocking
    https://static-baske...d4a81a33f9c85.cssdynamically_injected_non_blocking
    https://static-baske...d8483db8a16cc8.jsnon_blocking
    https://static-baske...7a1db8d98910e3.jsnon_blocking
    https://static-baske...a6ce1c64bc9b7a.jsnon_blocking
    https://static-baske...aae6f91a58d6a4.jsnon_blocking
    https://static-baske...696f23cf02cb02.jsnon_blocking
    https://static-baske...a12d1cd25122c2.jsnon_blocking
    https://static-baske...6ec42e543d6b6.cssdynamically_injected_non_blocking
    https://static-baske...90a678955c61ae.jsnon_blocking
    https://static-baske...bcf5963968639.cssdynamically_injected_non_blocking
    https://static-baske...4adcf8a9bfba39.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 2970
    Max Potential First Input Delay 1914
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint61406
    Long Tasks after Load Event End00
    Total Long Tasks73320

    CPU last long task happened at 17.150 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self37574window
    self666716window
    self162295window
    self4552309window
    self572962window
    self5884150window
    self171501914window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML58
    styleLayout403
    paintCompositeRender103
    scriptParseCompile3
    scriptEvaluation4851
    garbageCollection159
    other3301
    Events (ms)
    RunMicrotasks4398
    RunTask3080
    UpdateLayoutTree258
    v8.run219
    FunctionCall147
    Layout125
    Layerize57
    Paint48
    ParseHTML46
    PrePaint37
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL32
    Commit31
    V8.GC_MC_INCREMENTAL24
    PaintImage24
    V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING21
    HitTest20
    V8.GC_MARK_COMPACTOR19
    v8.callFunction18
    IntersectionObserverController::computeIntersections16
    EventDispatch16
    TimerFire15
    V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE14
    V8.GC_SCAVENGER_SCAVENGE_ROOTS13
    ParseAuthorStyleSheet12

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol2/site/j/video.ea797f3bf58196e50f67.js139
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js124
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js51
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/product.94cd16d623583e4143e8.js37
    https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.71a66c124b97fcb6f3b4.js25
    https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.f8c3dc1523537761b00d.js18
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/miniProductCard/miniCardCarousel.d63796691adc9e81a2f9.js17

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru411.8
    | 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.

    static-basket-01.wbbasket.ru
    basket-08.wbbasket.ru
    catalog.wb.ru
    card.wb.ru
    points.wb.ru
    static-basket-03.wbbasket.ru
    videonme-basket-08.wbbasket.ru
    basket-01.wbbasket.ru
    basket-10.wbbasket.ru
    basket-03.wbbasket.ru
    pin.wb.ru
    feedbacks2.wb.ru
    feedback07.wbbasket.ru
    feedback06.wbbasket.ru

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b8.6 KB30.5 KB1
    css0 b0 b0 b0
    javascript0 b26.3 KB74.7 KB2
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    json0 b17.5 KB50.4 KB16
    other0 b130.0 KB342.6 KB6
    svg0 b1.3 KB1.5 KB1
    favicon0 b15.6 KB15.0 KB1
    TotalN/A216.0 KB530.8 KB28

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b199.0 KB1.2 MB14
    javascript0 b715.1 KB2.5 MB60
    image0 b479.4 KB464.7 KB70
    font0 b134.5 KB134.4 KB1
    svg0 b7.5 KB53.6 KB2
    json0 b3.2 MB24.5 MB47
    other0 b0 b0 b9
    plain0 b507 B48 B3
    video0 b196.3 KB195.8 KB1
    TotalN/A4.9 MB29.0 MB207
    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
    Elements must meet minimum color contrast ratio thresholds (cat.color,wcag2aa,wcag143,TTv5,TT13.c,EN-301-549,EN-9.1.4.3,ACT) - color-contrastEnsure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds
    Fix any of the following: Element has insufficient color contrast of 3.42 (foreground color: #c799ef, background color: #7200d7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
    • <span class="simple-menu__text-full">Продавайте на Wildberries</span>
    • <span class="simple-menu__text-full">Работа в Wildberries</span>
    • <a class="navbar-pc__link j-wba-header-item" data-wba-header-name="Pick_up_points" href="/services/besplatnaya-dostavka?"> <span class="navbar-pc__icon navbar-pc__icon--address"></span> Адреса </a>
    • <a class="navbar-pc__link j-main-login j-wba-header-item" data-wba-header-name="Login" href="/security/login?returnUrl=https%3A%2F%2Fwww.wildberries.ru%2Fcatalog%2F113256091%2Fdetail.aspx" data-link="{on 'mouseenter' ~root.toggleControl true}" data-jsv="#4^/4^">
    • <a class="navbar-pc__link j-wba-header-item" data-wba-header-name="Cart" href="/lk/basket"> <span class="navbar-pc__icon navbar-pc__icon--basket"><script type="jsv#3^"></script><script type="jsv/3^"></script></span> Корзина </a>
    • <span itemprop="name">Главная</span>
    • <span itemprop="name">Аксессуары</span>
    • <span itemprop="name">Ювелирные изделия</span>
    • <span itemprop="name">Кольца</span>
    • <span itemprop="name">SOKOLOV</span>
    • <span class="sizes-list__size-ru">15,5</span>
    • <span class="sizes-list__size-ru">17,5</span>
    • <span class="sizes-list__size-ru">18</span>
    • <span class="sizes-list__size-ru">18,5</span>
    • <span class="sizes-list__size-ru">19</span>
    • <button class="sizes-table__btn j-wba-card-item j-wba-card-item-show j-wba-card-item-observe" data-name-for-wba="Item_SizeTable" data-link="{on showTableOfSizes}" type="button" data-jsv="#409^/409^">Таблица размеров</button>
    • <a class="product-page__link" data-link="href{:selectedNomenclature^brandAndSubjectUrl}{on $analitic.proceedAndSave 'IBC'}" data-jsv="#489^/489^" href="/brands/sokolov/all?xsubject=54">
    • <span data-link="text{toLower: (selectedNomenclature^subjectName || '')}">ювелирные кольца</span>
    • <span data-link="text{:selectedNomenclature^brandName}">SOKOLOV</span>
    • <a class="product-page__link j-wba-card-item j-wba-card-item-show j-wba-card-item-observe" data-name-for-wba="Item_Category" data-link="href{url:selectedNomenclature^categoryUrl}{on $analitic.proceedAndSave 'ICC'}{on sendClickEvent}" href="/catalog/yuvelirnye-ukrasheniya/koltsa" data-jsv="#494^/494^#495^/495^">
    • <span data-link="text{toLower: (selectedNomenclature^subjectName || '')}">ювелирные кольца</span>
    • <span>8&nbsp;990&nbsp;₽</span>
    • <span class="price-block__wallet-condition-text red-price">с WB Кошельком</span>
    • <span class="hide-mobile" data-link="class{merge:~short toggle='hide'}">Добавить в корзину</span>
    • <span class="delivery__word-storage lowercase">Склад</span>
    • <span class="delivery__store">WB</span>
    • <span class="user-activity__count" data-link="html{: ~nonBreakingSpaceFormatted(product^questionsCount || 0) }">754</span>
    • <p class="user-opinion__text" data-link="class{merge: !valuationDistribution toggle='hide'}">6&nbsp;131 оценка</p>
    • <span class="user-opinion__show-all-text">Смотреть все фото и видео</span>
    • <p class="comment-card__date">15 января</p>
    • <p class="comment-card__date">14 января</p>
    • <p class="comment-card__date">14 января</p>
    • <a class="btn-base comments__btn-all" data-see-all="true" data-link="href{:allFeedbacksLink()}{on beforeAllFeedbacksTransition}" href="/catalog/113256091/feedbacks?imtId=102610189" data-jsv="#900^/900^">Смотреть все отзывы</a>
    • <a rel="nofollow" href="/services/voprosy-i-otvety">Вопросы и ответы</a>
    • <label for="hd-1">Юридическая информация</label>
    • <a rel="nofollow" target="_blank" href="https://seller.wildberries.ru/">Продавать товары</a>
    • <a rel="nofollow" target="_blank" href="https://point-promo.wb.ru/">Открыть пункт выдачи</a>
    • <a rel="nofollow" target="_blank" href="https://rent.wildberries.ru/promo/">Предложить помещение</a>
    • <label for="hd-2">Развозить грузы</label>
    • <label for="hd-3">Доставлять заказы </label>
    • <a rel="nofollow" target="_blank" href="https://guru.wildberries.ru/?utm_source=main_footer">WB Guru</a>
    • <a rel="nofollow" target="_blank" href="/promo/wb-stream">WB Stream</a>
    • <a rel="nofollow" href="/services/o-nas">О нас</a>
    • <a rel="nofollow" href="/presservice">Пресс-служба</a>
    • <a rel="nofollow" href="/services/kontakty">Контакты</a>
    • <a rel="nofollow" target="_blank" href="https://vsemrabota.ru/">Вакансии</a>
    • <a rel="nofollow" href="/services/hotline">Сообщить о мошенничестве</a>
    • <span>© Wildberries 2004–2025.<span> Все права защищены.</span></span>
    • <span> Все права защищены.</span>
    • <span> Применяются <a href="/services/pravila-primeneniya-rekomendatelnyh-tehnologiy" class="footer__link">рекомендательные технологии</a> </span>
    • <a href="/services/pravila-primeneniya-rekomendatelnyh-tehnologiy" class="footer__link">рекомендательные технологии</a>
    • <b class="mini-card__price-now red-price">8&nbsp;313&nbsp;₽</b>
    • <span class="mini-card__price-old">66&nbsp;990&nbsp;₽</span>
    • <li data-jsv="#693_#694_" class="mini-card__size">18</li>
    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 data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#q91cRilH9vggrEW2dRyK"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#eufmOreWE9kndf3uXbC5"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#zSEW0K2VH7dQHgAKeStf"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#64Qhh2oUf1NX53YHU9su"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#NsnLqDYB157eBwlyCKKw"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#aY1wHZusdAnskANpfLYq"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#WubselCEY3NzIdxshNET"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#64ldVS2mD7Jqqqe2JdfA"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#WlMv0uEikkhPWJqgG54K"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#n0Ov5KlW4J5jV38GXkRj"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#N94xp8mKDFEQqxbOnNN3"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#T06UMvSWR6JlGQR2QRNG"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#2hZFRcKV79DNKB8s7ViN"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#dpmRDUEM5dMT5NloQqLm"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#fA3zdwDkraKRIO0DZOi9"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#sxX5MbyGcTzR4354Fcq9"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#6jiwcXU0bMg7JOBDJ8Bs"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#3YDLG5LLUI3MYrhYzd42"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#g0UGf9b8zKrqEELcLFuJ"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#OCoGPnpJNLMQx5oxgzIw"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#TuLELrnCs03LNSJlexRN"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#p6sLJzD5v9HBGc5b1iF6"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#H3tBeItPCOrcan3mXcz7"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#2QKpE3L7rqMfU2Dt8bYl"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#58QvOBHcscdVoAx0HNGh"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#0b7MI3UIVV653es3kmbF"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#8a0lh5IX1N17NaesKtds"></a>
    • <a data-link="href{:~allFeedbacksLink() + '#' + id }" class="comment-card__hide-link j-feedback-text j-read-full-feedback" href="/catalog/113256091/feedbacks?imtId=102610189#rzrUj0ncjwIL7vDbYZ0g"></a>
    • <a class="comment-card__link--wide j-read-full-feedback" data-link="href{:~allFeedbacksLink()}" href="/catalog/113256091/feedbacks?imtId=102610189"></a>
    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
    • <div class="menu-burger__main j-menu-burger-main">
    • <p class="cookies__text"> Мы используем <a href="/services/politika-obrabotki-personalnyh-dannyh" target="_blank" data-link="{on cookies}" class="cookies__link" data-jsv="#5^/5^">cookies</a>, чтобы сохранять ваш поиск, рекомендовать<br> полезное и&nbsp;создавать другие удобства на&nbsp;сайте </p>
    • <div class="mini-card__wrap img-plug" data-link="{on 'transitionend' '.j-first-image' updateImages}" data-jsv="#960^/960^">
    • <b class="mini-card__price-now red-price">8&nbsp;313&nbsp;₽</b>
    • <span class="mini-card__price-old">66&nbsp;990&nbsp;₽</span>
    • <ul class="mini-card__sizes" data-jsv-df=""><li data-jsv="#693_#694_" class="mini-card__size">18</li></ul>