Run 2 summary

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

Tested 2024-10-18 11:35:39 using Chrome 129.0.6668.89 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score64
Total page size1.8 MB
Requests180
Timing metrics
TTFB41 ms
First Paint260 ms
Fully Loaded6.367 s
Google Web Vitals
TTFB41 ms
First Contentful Paint (FCP) 260 ms
Largest Contentful Paint (LCP) 241 ms
Cumulative Layout Shift (CLS) 0.01
Total Blocking Time805 ms
Max Potential FID509 ms
CPU metrics
CPU long tasks5
CPU last long task happens at4.450 s
Visual Metrics
First Visual Change267 ms
Speed Index3.536 s
Visual Complete 85%4.834 s
Visual Complete 99%5.034 s
Last Visual Change5.100 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.2 sCPU Long Task duration 68 ms
0.3 sLCP <HEADER> 241 msFirst Contentful Paint 260 msFirst Visual Change 267 msCPU Long Task duration 77 ms
0.4 sDOM Content Loaded Time 370 ms
0.5 sPage Load Time 462 ms
0.6 sCPU Long Task duration 509 ms
1.1 s
1.2 s
1.3 s
1.4 sCPU Long Task duration 114 ms
1.6 s
1.7 s
1.8 s
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
4.2 s
4.3 s
4.4 s
4.5 sCPU Long Task duration 305 ms
4.8 s
4.9 sVisual Complete 85% 4.834 sLayout Shift 0.00053 4.843 sLayout Shift 0.00925 4.873 s
5 sVisual Complete 95% 5.000 s
5.1 sLayout Shift 0.00009 5.006 sLayout Shift 0.00078 5.025 sVisual Complete 99% 5.034 sLast Visual Change 5.100 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.0.2.

I am the coach

Coach score

Performance advice (64)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 2 blocking requests and 4 in body parser blocking (4 JavaScript and 2 CSS).60
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/vol0/j/app.min.ad19a657450fb2cc.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js
  • https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.42.1.js
  • https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.1.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://static-basket-01.wbbasket.ru/vol0/i/v3/header/wb-logo_wb-birthday_2024_2.webp
  • 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
  • Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Avoid CPU Long Tasks (longTasks)The page has 5 CPU long tasks with the total of 1.073 s. The total blocking time is 805 ms and 1 long task before first contentful paint with total time of 68 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • unknown
  • 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/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 114 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 1.2 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/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/header/wb-logo_wb-birthday_2024_2.webp
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/apps/qr-apps.svg
  • https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js
  • https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.42.1.js
  • https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.1.js
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/header/background_wb-birthday_2024.webp
  • https://static-basket-01.wb.ru/vol1/global-payment/default-payment.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/orderService.min.1ae4b06e459a9146.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/wbxOrderService.min.a49817e336a3df91.js
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.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-ru.json
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.fa5c594041669961.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/searchInput/suggestionsH...1f418cdf2364df.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/spaproductcard-ru-ru.1e828999493234be.json
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/product-pag...e08c0ddaf5afe.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/product...83dab658967b0.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/lazyBlockLoader.min.6623456650f0eac0.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/collapsibleBlock.min.a386464784540733.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.recommendations.m...3e5b1a0cae46a0.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.recentItems.min.ef1499c48738a2a7.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.tooltip.min.427c93e1900719eb.js
  • https://static-basket-01.wbbasket.ru/vol0/j/video.min.30e2aa8c55ae167d.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.hlsPlayer.min.f451c59957f4e217.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/models/product.min.c90db75f8c3fcde9.js
  • https://static-basket-01.wbbasket.ru/vol0/data/no-return-subjects.json
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://static-basket-01.wbbasket.ru/vol0/data/adult-subjects.json
  • https://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.js
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/menutoptmpl-ru-ru.d7da992fc1c000da.json
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/parseToken/parseTokenSe...05f4ccddd20bcf.js
  • https://static-basket-01.wbbasket.ru/vol0/data/menu/catalog/ekspress-dostavka.json
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1727780949993118491.webp
  • https://pow.wildberries.ru/api/v1/js-settings
  • 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/vol0/j/spa/services/feedbacks/feedbacksPaym...52e80756a6a35a.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/promotions/promotionsSe...1d29adea18b106.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/suppliersinfohelper-ru-ru.0eed630c655bd085.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/suppliersInf...168c40319dde60.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardsizes-ru-ru.7c9e7e04e915ac3a.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardS...74e4a5cc3919c0.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardprice-ru-ru.d41a6178f58d592d.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardP...02c253e36fd32d.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productselectionmanager-ru-ru.8a5a8dae4c583799.json
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/productSelecti...b715aa60070ef.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productSelec...70343c525352cc.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardordergood-ru-ru.872bbdd6e8a38886.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardO...f1125190d8fa07.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/deliveryinfohelper-ru-ru.15664af417de45fe.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/deliveryInfo...5d10a64384c556.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardponed-ru-ru.ae2c6eee27dd49f7.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardP...766381073df888.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardimagegallery-ru-ru.aa2b1fb31dd26c47.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.zoomImage.min.f492de745c81dc1a.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.videoPlayer.min.3a1ee501c061f553.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.imageTags.min.4ea86ddb252f410e.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardI...c54b4469ca2326.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardV...8c923c8f858474.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productcarddescribtionerror-ru-r...e3f78e0cd476.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardD...f89cbb7f9402d7.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardS...f24c96cb215757.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/miniproductcard-ru-ru.6f0fa33fd2692705.json
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/miniProductCar...8ddba1100a05c.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/miniProductCard/miniProd...fd2e85aa8e08cf.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardpricebottompanel-ru-r...2fc3986a9502.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/userInfo/userInfoRequest...1e7d1aa1ab26f5.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/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/catalogcard-ru-ru.8514a1319a327664.json
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/recommendationslist-ru-ru.e2fdd963f8a9c93f.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/recommendations/recommen...86860f6915047b.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardcolors-ru-ru.d2f7d453204e1248.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productSelec...499a8e54b9d9bb.js
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/product-page/avatar.webp
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/product-page/avatar-courier.webp
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/adultCo...8477c95081ff1.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/adultConfirmedPopup.min.f101c8dfe5c53b2d.js
  • https://static-basket-01.wbbasket.ru/vol1/sellers/brands/ABD58BAFAF20EEB4.webp
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/suppliersService/suppli...d0f3fb3d318939.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/deliveryInfoService/del...6bfb3473196de2.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/multipleSellersService/...32563ffd38119c.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/pricehistorychart-ru-ru.321f155b9cdc36b0.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/priceHistory...f806039af9ede5.js
  • https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091
  • https://suppliers-shipment-2.wildberries.ru/api/v1/suppliers/125043
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/multiplesellerhelper-ru-ru.356059610831d7aa.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/multipleSell...73cc173ca912f0.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/multiplesellerlist-ru-ru.2d9b8ad8fda50989.json
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/multipleSeller...fa373fde6c5b0.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/multipleSeller/multipleS...7243093f329706.js
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/onlinechatpopup-ru-ru.57da630cb64e406d.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChatPop...f03933b9278345.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/onlinechat-ru-ru.cd9fa3043e557514.json
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/chatSli...ec7d19f108d59.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.contextMenu.min.2fb7b7670aad32ab.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChat.mi...5d48f5c5e2af97.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/storageService.min.03faf4a7932ef69c.js
  • Long cache headers is good (cacheHeadersLong)The page has 32 requests that have a shorter cache time than 30 days (but still a cache time).68
    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://a.wb.ru/sdk/sdk.js
  • 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?2a3a0c27
  • https://pow.wildberries.ru/scripts/solve.wasm?7debbd70
  • 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-08.wbbasket.ru/vol1132/part113256/113256091/info/price-history.json
  • 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 254.2 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/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css 53.1 KB258.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css 110.9 KB480.1 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/product-pag...e08c0ddaf5afe.css 56.7 KB383.1 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/product...83dab658967b0.css 13.9 KB78.3 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/productSelecti...b715aa60070ef.css 415 B749 B
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/miniProductCar...8ddba1100a05c.css 5.6 KB23.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/adultCo...8477c95081ff1.css 553 B1.2 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/multipleSeller...fa373fde6c5b0.css 5.3 KB20.6 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/chatSli...ec7d19f108d59.css 1.7 KB9.8 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 587.6 kB and the uncompressed size is 2.1 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js 42.2 KB108.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js 121.8 KB492.3 KB
    https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.42.1.js 1.8 KB5.7 KB
    https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.1.js 17.7 KB109.6 KB
    https://a.wb.ru/sdk/sdk.js 2.1 KB5.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/orderService.min.1ae4b06e459a9146.js 8.8 KB26.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/wbxOrderService.min.a49817e336a3df91.js 11.4 KB36.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.fa5c594041669961.js 4.3 KB15.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/searchInput/suggestionsH...1f418cdf2364df.js 2.1 KB5.3 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/lazyBlockLoader.min.6623456650f0eac0.js 511 B801 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/collapsibleBlock.min.a386464784540733.js 1.1 KB3.3 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.recommendations.m...3e5b1a0cae46a0.js 2.9 KB9.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.recentItems.min.ef1499c48738a2a7.js 680 B986 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.tooltip.min.427c93e1900719eb.js 2.3 KB8.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/video.min.30e2aa8c55ae167d.js 172.1 KB634.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.hlsPlayer.min.f451c59957f4e217.js 981 B2.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/models/product.min.c90db75f8c3fcde9.js 10.6 KB44.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.js 26.7 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/parseToken/parseTokenSe...05f4ccddd20bcf.js 23.2 KB73.8 KB
    https://pow.wildberries.ru/scripts/d.js?7eec71a7 21.1 KB59.0 KB
    https://pow.wildberries.ru/scripts/wasm_exec.js?2a3a0c27 5.2 KB15.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/feedbacks/feedbacksPaym...52e80756a6a35a.js 1016 B2.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/promotions/promotionsSe...1d29adea18b106.js 1.1 KB2.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/suppliersInf...168c40319dde60.js 2.2 KB5.7 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardS...74e4a5cc3919c0.js 1.8 KB5.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardP...02c253e36fd32d.js 1.7 KB5.3 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productSelec...70343c525352cc.js 5.1 KB18.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardO...f1125190d8fa07.js 2.8 KB9.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/deliveryInfo...5d10a64384c556.js 1.4 KB4.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardP...766381073df888.js 1.7 KB4.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.zoomImage.min.f492de745c81dc1a.js 1022 B2.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.videoPlayer.min.3a1ee501c061f553.js 1.4 KB4.7 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.imageTags.min.4ea86ddb252f410e.js 2.6 KB12.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardI...c54b4469ca2326.js 4.1 KB13.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardV...8c923c8f858474.js 1.1 KB3.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardD...f89cbb7f9402d7.js 1.1 KB2.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardS...f24c96cb215757.js 2.1 KB6.2 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/miniProductCard/miniProd...fd2e85aa8e08cf.js 4.4 KB15.6 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/userInfo/userInfoRequest...1e7d1aa1ab26f5.js 1.3 KB4.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js 956 B2.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/recommendations/recommen...86860f6915047b.js 9.0 KB35.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productSelec...499a8e54b9d9bb.js 2.0 KB4.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/adultConfirmedPopup.min.f101c8dfe5c53b2d.js 897 B1.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/suppliersService/suppli...d0f3fb3d318939.js 3.6 KB9.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/deliveryInfoService/del...6bfb3473196de2.js 769 B1.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/multipleSellersService/...32563ffd38119c.js 816 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/priceHistory...f806039af9ede5.js 3.3 KB9.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/multipleSell...73cc173ca912f0.js 4.0 KB12.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/multipleSeller/multipleS...7243093f329706.js 1.9 KB4.7 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChatPop...f03933b9278345.js 12.4 KB39.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.contextMenu.min.2fb7b7670aad32ab.js 741 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChat.mi...5d48f5c5e2af97.js 9.6 KB31.2 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/storageService.min.03faf4a7932ef69c.js 6.5 KB21.8 KB
    Avoid using incorrect mime types (mimeTypes)The page has 9 misconfigured mime types. 91
    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-ru.json
  • https://pow.wildberries.ru/scripts/solve.wasm?7debbd70
  • 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://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://www.wildberries.ru/webapi/stats/events
  • Make each CSS response small (optimalCssSize)https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css size is 54.3 kB (54326) and that is bigger than the limit of 14.5 kB. https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css size is 113.6 kB (113596) and that is bigger than the limit of 14.5 kB. https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/product-page-v3.min.97ae08c0ddaf5afe.css size is 58 kB (58032) 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/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css 53.1 KB258.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css 110.9 KB480.1 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/product-pag...e08c0ddaf5afe.css 56.7 KB383.1 KB
    Don't use private headers on static content (privateAssets)The page has 6 requests with private headers. The main page has a private header. It could be right in some cases where the user can be logged in and served specific content. But if your asset is static it should never be private. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.50
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://www.wildberries.ru/catalog/113256091/detail.aspx
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://www.wildberries.ru/webapi/product/113256091/data?subject=54&kind=2&brand=4603
  • 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 (156 requests and 1.6 MB) then first party (24 requests and 235.7 kB). The page transfer more bytes from third party domains (1.6 MB) then first party (235.7 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 19 responses that sets both a max-age and expires header. There are 14 responses that sets a pragma no-cache header (that is a request header). There are 51 responses that sets a server header. 16
    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://a.wb.ru/sdk/sdk.js
  • https://a.wb.ru/sdk/sdk.js
  • https://a.wb.ru/e/user_id...a.wb.ru/e/user_id
  • https://a.wb.ru/e/session_start...u/e/session_start
  • 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://a.wb.ru/e/pageview....wb.ru/e/pageview
  • 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/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
  • https://a.wb.ru/e/Footer_S....wb.ru/e/Footer_S
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://a.wb.ru/e/pageview....wb.ru/e/pageview
  • 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://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?2a3a0c27
  • https://pow.wildberries.ru/scripts/wasm_exec.js?2a3a0c27
  • https://pow.wildberries.ru/scripts/solve.wasm?7debbd70
  • https://pow.wildberries.ru/scripts/solve.wasm?7debbd70
  • 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://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://a.wb.ru/e/Item_Photo_S...ru/e/Item_Photo_S
  • https://a.wb.ru/e/Item_Video_Icon_S...Item_Video_Icon_S
  • https://a.wb.ru/e/Item_SimilarItems_PhotoSearch_S...ems_PhotoSearch_S
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://www.wildberries.ru/webapi/product/saverecent
  • https://www.wildberries.ru/webapi/product/saverecent
  • https://www.wildberries.ru/webapi/product/saverecent
  • https://a.wb.ru/e/Item_AuctionBanner_S...m_AuctionBanner_S
  • https://a.wb.ru/e/Item_SizeTable_S.../Item_SizeTable_S
  • https://a.wb.ru/e/Item_Brand_Name_S...Item_Brand_Name_S
  • https://a.wb.ru/e/Item_Feedback_S...e/Item_Feedback_S
  • https://a.wb.ru/e/Item_ArticleNumber_S...m_ArticleNumber_S
  • https://a.wb.ru/e/Item_Brand_Category_S..._Brand_Category_S
  • https://a.wb.ru/e/Item_Category_S...e/Item_Category_S
  • 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://a.wb.ru/e/Item_Seller_Info_GoToShop_S...r_Info_GoToShop_S
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • 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 купить за 4 683 ₽ в интернет-магазине Wildberries
    Width1904
    Height2211
    DOM elements1785
    Avg DOM depth13
    Max DOM depth20
    Iframes0
    Script tags751
    Local storage45.0 KB
    Session storage448 B
    Network Information API4g
    Resource Hints
    preconnect
    https://static-basket-01.wbbasket.ru/
    https://splitter.wb.ru/
    https://photos.wbstatic.net/
    https://wb.ru/

    Technologies used to build the page.

    Data collected using Wappalyzerversion 6.10.66.  Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyser 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)41 ms
    First Contentful Paint (FCP)260 ms
    Largest Contentful Paint (LCP)241 ms
    Cumulative Layout Shift (CLS)0.01
    Total Blocking Time (TBT)805 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP881
    Time spent in recalculate style before FCP36.841 ms
    Extra timings
    TTFB41 ms
    First Paint260 ms
    Load Event End462 ms
    Fully loaded6.367 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.

    Element typeHEADER
    Element/tag<header class="header j-header"></header>
    Render time 241 ms
    Elements that needed recalculate style before LCP885
    Time spent in recalculate style before LCP37.146 ms
    Load time241 ms
    URL https://static-baske...irthday_2024.webp
    Size (width*height)217056
    DOM path
    div:eq(0) > header> div:eq(0) > header>
    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.01065 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.00925<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#add697e6-120e-f3be-e6f4-92699a50ba04 > div:eq(2) > div:eq(6) > div:eq(2),body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#add697e6-120e-f3be-e6f4-92699a50ba04 > div:eq(2) > div:eq(9),body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#add697e6-120e-f3be-e6f4-92699a50ba04 > 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#add697e6-120e-f3be-e6f4-92699a50ba04 > 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#add697e6-120e-f3be-e6f4-92699a50ba04 > 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#add697e6-120e-f3be-e6f4-92699a50ba04 > div:eq(2) > div:eq(13) > div > div:eq(0) > div:eq(5)
    0.00053<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#add697e6-120e-f3be-e6f4-92699a50ba04 > 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
    962 ms1.012 s0 ms0 ms0 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    460 ms513.2 ms-0.2 ms0.1 ms-0.3 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    268 ms324.1 ms12.9 ms0.1 ms12.8 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js

    Forced Style And Layout Duration: 121 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
    66 ms115.1 ms0.9 ms0 ms0.9 ms
    https://static-basket-01.wbbasket.ru/vol0/j/video.min.30e2aa8c55ae167d.js

    Invoker:  https://static-basket-01.wbbasket.ru/vol0/j/video.min.30e2aa8c55ae167d.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    27 ms78.2 ms-0.2 ms0 ms-0.2 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js

    Invoker:  https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    25 ms100.4 ms27.6 ms0 ms27.6 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    23 ms110.8 ms67.2 ms0 ms67.2 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms46 ms6 ms0.1 ms5.9 ms
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js

    Invoker:  https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms54 ms2 ms0.1 ms1.9 ms
    No availible script information.

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents44
    Frames30
    JSEventListeners412
    LayoutObjects1743
    MediaKeySessions0
    MediaKeys0
    Nodes6429
    Resources174
    ContextLifecycleStateObservers74
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers44
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents6
    LayoutCount27
    RecalcStyleCount70
    LayoutDuration106
    RecalcStyleDuration162
    DevToolsCommandDuration17
    ScriptDuration373
    V8CompileDuration2
    TaskDuration3530
    TaskOtherDuration2869
    ThreadTime4
    ProcessTime5
    JSHeapUsedSize19196288
    JSHeapTotalSize35422208
    FirstMeaningfulPaint260
    | 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 requests180
    Total domains17
    Total transfer size1.8 MB
    Total content size6.7 MB
    Responses missing compression80
    Number of cookies0
    Third party cookies0
    Requests per response code
    200174
    2045
    2061

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.4 KB49.4 KB1
    css0 b248.3 KB1.2 MB9
    javascript421 B573.9 KB2.0 MB53
    image0 b335.3 KB330.9 KB32
    svg0 b16.8 KB79.4 KB2
    json0 b271.0 KB2.5 MB53
    plain3.0 KB338 B32 B19
    other0 b127.9 KB339.0 KB9
    favicon0 b15.6 KB15.0 KB1
    video0 b198.8 KB198.3 KB1
    Total3.4 KB1.8 MB6.7 MB180

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru269 ms49.9 KB85.6 KB11
    static-basket-01.wbbasket.ru3.994 s1.1 MB5.5 MB99
    a.wb.ru401 ms2.1 KB5.8 KB18
    static-basket-01.wb.ru65 ms390 B195 B1
    basket-08.wbbasket.ru2.180 s234.8 KB232.6 KB23
    user-geo-data.wildberries.ru133 ms603 B355 B1
    banners-website.wildberries.ru327 ms22.0 KB274.0 KB2
    pow.wildberries.ru456 ms156.6 KB414.1 KB6
    card.wb.ru223 ms5.3 KB23.1 KB5
    points.wb.ru770 ms532 B44 B4
    static-basket-03.wbbasket.ru97 ms500 B476 B1
    videonme-basket-08.wbbasket.ru149 ms198.8 KB198.3 KB1
    basket-01.wbbasket.ru187 ms3.6 KB3.1 KB2
    basket-10.wbbasket.ru151 ms1.0 KB648 B1
    basket-03.wbbasket.ru148 ms1.0 KB620 B1
    suppliers-shipment-2.wildberries.ru136 ms797 B385 B2
    identical-products.wildberries.ru60 ms216 B21 B2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified1 minute3 weeks1 year

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css84.3 KB7
    javascript368.1 KB46
    image284.9 KB30
    font0 b0
    json183.0 KB49
    svg1.3 KB1
    plain0 b15
    favicon15.6 KB1
    other127.9 KB8
    video198.8 KB1
    Total1.2 MB158

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css84.3 KB7
    javascript379.4 KB47
    image284.9 KB30
    font0 b0
    plain338 B19
    json270.6 KB52
    other127.9 KB9
    svg1.3 KB1
    favicon15.6 KB1
    video198.8 KB1
    Total1.3 MB167

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    240

    Render information

    URLType
    https://static-baske...e2aa8c55ae167d.jsnon_blocking
    https://static-baske...f8139d61468dff.jsin_body_parser_blocking
    https://static-baske...7c63f4268e263.cssblocking
    https://static-baske...e08c0ddaf5afe.cssdynamically_injected_non_blocking
    https://static-baske...4797f203b9042.cssblocking
    https://static-baske...19a657450fb2cc.jsin_body_parser_blocking
    https://static-baske...55dc87e84f5c3f.jsnon_blocking
    https://static-baske...05f4ccddd20bcf.jsnon_blocking
    https://pow.wildberr...s.ru/scripts/d.jsnon_blocking
    https://static-baske...a-ru.10.0.42.1.jsin_body_parser_blocking
    https://static-baske...83dab658967b0.cssdynamically_injected_non_blocking
    https://static-baske...9817e336a3df91.jsnon_blocking
    https://static-baske...0db75f8c3fcde9.jsnon_blocking
    https://static-baske...86860f6915047b.jsnon_blocking
    https://static-baske...e4b06e459a9146.jsnon_blocking
    https://static-baske...8ddba1100a05c.cssdynamically_injected_non_blocking
    https://static-baske...fa373fde6c5b0.cssdynamically_injected_non_blocking
    https://pow.wildberr...ipts/wasm_exec.jsnon_blocking
    https://static-baske...70343c525352cc.jsnon_blocking
    https://static-baske...fd2e85aa8e08cf.jsnon_blocking
    https://static-baske...5c594041669961.jsnon_blocking
    https://static-baske...c54b4469ca2326.jsnon_blocking
    https://static-baske...73cc173ca912f0.jsnon_blocking
    https://static-baske...d0f3fb3d318939.jsnon_blocking
    https://static-baske...f806039af9ede5.jsnon_blocking
    https://static-baske...3e5b1a0cae46a0.jsnon_blocking
    https://static-baske...f1125190d8fa07.jsnon_blocking
    https://static-baske...a86ddb252f410e.jsnon_blocking
    https://static-baske...7c93e1900719eb.jsnon_blocking
    https://static-baske...168c40319dde60.jsnon_blocking
    https://a.wb.ru/sdk/sdk.jsnon_blocking
    https://static-baske...f24c96cb215757.jsnon_blocking
    https://static-baske...1f418cdf2364df.jsnon_blocking
    https://static-baske...499a8e54b9d9bb.jsnon_blocking
    https://static-baske...7243093f329706.jsnon_blocking
    https://static-baske...u-ru.10.0.42.1.jsin_body_parser_blocking
    https://static-baske...74e4a5cc3919c0.jsnon_blocking
    https://static-baske...02c253e36fd32d.jsnon_blocking
    https://static-baske...766381073df888.jsnon_blocking
    https://static-baske...5d10a64384c556.jsnon_blocking
    https://static-baske...1ee501c061f553.jsnon_blocking
    https://static-baske...1e7d1aa1ab26f5.jsnon_blocking
    https://static-baske...f89cbb7f9402d7.jsnon_blocking
    https://static-baske...86464784540733.jsnon_blocking
    https://static-baske...8c923c8f858474.jsnon_blocking
    https://static-baske...1d29adea18b106.jsnon_blocking
    https://static-baske...92de745c81dc1a.jsnon_blocking
    https://static-baske...52e80756a6a35a.jsnon_blocking
    https://static-baske...51c59957f4e217.jsnon_blocking
    https://static-baske...571df382b5a066.jsnon_blocking
    https://static-baske...01c8dfe5c53b2d.jsnon_blocking
    https://static-baske...32563ffd38119c.jsnon_blocking
    https://static-baske...6bfb3473196de2.jsnon_blocking
    https://static-baske...1499c48738a2a7.jsnon_blocking
    https://static-baske...8477c95081ff1.cssdynamically_injected_non_blocking
    https://static-baske...23456650f0eac0.jsnon_blocking
    https://static-baske...b715aa60070ef.cssdynamically_injected_non_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 805
    Max Potential First Input Delay 509
    Long Tasks before First Paint168
    Long Tasks before First Contentful Paint168
    Long Tasks before Largest Contentful Paint168
    Long Tasks after Load Event End3928
    Total Long Tasks51073

    CPU last long task happened at 4.450 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown15568window
    self28277window
    self528509window
    self1373114window
    self4450305window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML51
    styleLayout290
    paintCompositeRender54
    scriptParseCompile2
    scriptEvaluation2390
    garbageCollection33
    other702
    Events (ms)
    RunMicrotasks1992
    RunTask524
    v8.run268
    UpdateLayoutTree159
    Layout116
    FunctionCall69
    URLLoader::Context::OnReceivedResponse58
    ParseHTML37
    Paint31
    PrePaint23
    Layerize21
    PaintImage17
    v8.callFunction16
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL15
    Commit15
    ParseAuthorStyleSheet13
    DecodedDataDocumentParser::AppendBytes11

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol0/j/video.min.30e2aa8c55ae167d.js115
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js103
    https://static-basket-01.wbbasket.ru/vol0/j/spa/models/product.min.c90db75f8c3fcde9.js34
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js31
    https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.1.js25
    https://a.wb.ru/sdk/sdk.js23
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/parseToken/parseTokenService.min.c105f4ccddd20bcf.js15

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru322.2
    a.wb.ru23.1
    | Categories | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.24.0.

    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
    a.wb.ru
    static-basket-01.wb.ru
    basket-08.wbbasket.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

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.4 KB49.4 KB1
    css0 b0 b0 b0
    javascript0 b26.2 KB74.4 KB2
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    json0 b31.1 KB279.0 KB14
    svg0 b1.3 KB1.5 KB1
    favicon0 b15.6 KB15.0 KB1
    other0 b127.9 KB339.0 KB4
    TotalN/A230.2 KB774.4 KB24

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b248.3 KB1.2 MB9
    javascript421 B547.6 KB1.9 MB51
    image0 b318.7 KB314.8 KB31
    font0 b0 b0 b0
    svg0 b15.6 KB77.9 KB1
    json0 b239.8 KB2.2 MB39
    plain3.0 KB338 B32 B19
    other0 b0 b0 b5
    video0 b198.8 KB198.3 KB1
    Total3.2 KB1.5 MB6.0 MB156
    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.0. 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.58 (foreground color: #868695, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
    • <span itemprop="name">Главная</span>
    • <span itemprop="name">Аксессуары</span>
    • <span itemprop="name">Ювелирные изделия</span>
    • <span itemprop="name">Кольца</span>
    • <span itemprop="name">SOKOLOV</span>
    • <a class="spec-action__link" data-link="href{: selectedNomenclature^bigSaleUrl}text{: selectedNomenclature^promoText}{on ~root.$analitic.proceedAndSave 'IAB' null null selectedNomenclature^promoText}{on ~root.$analitic.sendEventTmpl 'Item_AuctionBanner_T' 'name' selectedNomenclature^promoText 'subject_id' selectedNomenclature^subjectId 'subject_parent_id' selectedNomenclature^subjectParentId 'type' 'fullsize'}" href="/promotions/s-dr-vb" data-jsv="#636^/636^#637^/637^">
    • <span class="sizes-list__size">15,5</span>
    • <span class="sizes-list__size-ru">15,5</span>
    • <span class="sizes-list__size">16</span>
    • <span class="sizes-list__size-ru">16</span>
    • <span class="sizes-list__size">16,5</span>
    • <span class="sizes-list__size-ru">16,5</span>
    • <span class="sizes-list__size-ru">17</span>
    • <span class="sizes-list__size-ru">17,5</span>
    • <span class="sizes-list__size">18</span>
    • <span class="sizes-list__size-ru">18</span>
    • <span class="sizes-list__size">18,5</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="#392^/392^">Таблица размеров</button>
    • <span class="product-review__count-review j-wba-card-item-show j-wba-card-item-observe" data-name-for-wba="Item_Feedback" data-wba-location="reviews" data-link="{include tmpl='productCardCommentsCount'}class{merge: !selectedNomenclature^reviewRating toggle='hide'}">
    • <span>Оригинал</span>
    • <span>Артикул</span>
    • <span>Состав ювелирного изделия</span>
    • <span>Проба</span>
    • <span>Вставка</span>
    • <span>Покрытие</span>
    • <span>Состав комплекта</span>
    • <span>Минимальный вес (г)</span>
    • <a class="product-page__link" data-link="href{:selectedNomenclature^brandAndSubjectUrl}{on $analitic.proceedAndSave 'IBC'}" data-jsv="#469^/469^" 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'}" href="/catalog/yuvelirnye-ukrasheniya/koltsa" data-jsv="#474^/474^">
    • <span data-link="text{toLower: (selectedNomenclature^subjectName || '')}">ювелирные кольца</span>
    • <span>6&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">склад</span>
    • <span class="delivery__store">продавца</span>
    • <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://it-school.wildberries.ru/">WH School</a>
    • <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–2024.<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>
    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>