Page summary

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

Tested 2024-10-17 11:09:10 using Chrome 129.0.6668.89 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score53
Total Page Transfer Size2.6 MB
Requests215
Timing metrics
TTFB [median]780 ms
First Paint [median]3.395 s
Fully Loaded [median]38.919 s
Google Web Vitals
TTFB [median]780 ms
First Contentful Paint (FCP) [median]3.395 s
Largest Contentful Paint (LCP) [median]14.336 s
Cumulative Layout Shift (CLS) [median]1.01
Total Blocking Time [median]1.051 s
Max Potential FID [median]591 ms
CPU metrics
CPU long tasks [median]7
CPU longest task duration1.658 s
CPU last long task happens at36.408 s
Visual Metrics
First Visual Change [median]3.400 s
Speed Index [median]12.412 s
Visual Complete 85% [median]13.933 s
Visual Complete 99% [median]14.366 s
Last Visual Change [median]14.366 s
Screenshot of run 3

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange2.800 s3.400 s3.322 s3.766 s
LastVisualChange13.534 s14.366 s15.767 s19.400 s
SpeedIndex10.828 s12.412 s13.234 s16.463 s
VisualReadiness10.600 s10.734 s12.445 s16.000 s
VisualComplete8512.367 s13.933 s14.856 s18.267 s
VisualComplete9513.534 s14.366 s15.767 s19.400 s
VisualComplete9913.534 s14.366 s15.767 s19.400 s
Google Web Vitals
Time To First Byte (TTFB)776 ms780 ms789 ms811 ms
Largest Contentful Paint (LCP)13.555 s14.336 s15.759 s19.387 s
First Contentful Paint (FCP)2.816 s3.395 s3.321 s3.753 s
Cumulative Layout Shift (CLS)11.011.011.01
More metrics
firstPaint2.816 s3.395 s3.321 s3.753 s
loadEventEnd24.632 s34.718 s32.073 s36.869 s
CPU
Total Blocking Time1.029 s1.051 s1.508 s2.445 s
Max Potential FID568 ms591 ms939 ms1.658 s
CPU long tasks 7778
CPU last long task happens at26.470 s36.408 s35.182 s42.667 s
| Waterfall | | Download HAR | 

Waterfall

Run 3 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
3.7 sCPU Long Task duration 79 ms
3.8 sFirst Contentful Paint 3.753 sFirst Visual Change 3.766 s
3.9 s
4 s
4.1 s
4.2 s
4.3 s
4.4 s
4.5 s
4.6 s
4.7 s
4.8 s
4.9 s
5 s
5.1 s
5.2 s
5.3 s
5.4 s
5.5 s
5.6 s
5.7 s
5.8 s
5.9 s
6 s
6.1 sCPU Long Task duration 83 ms
6.2 sDOM Content Loaded Time 6.158 s
6.3 s
6.4 s
6.5 s
6.6 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.5 s
7.6 s
7.7 s
7.8 s
7.9 s
8 s
8.1 s
8.2 s
8.3 sCPU Long Task duration 442 ms
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 sCPU Long Task duration 97 ms
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.2 s
12.3 s
12.4 s
12.5 s
12.6 s
12.7 sCPU Long Task duration 292 ms
13.1 s
14 sVisual Complete 85% 13.933 s
14.2 s
14.4 sLCP <IMG> 14.336 sLast Visual Change 14.366 sVisual Complete 95% 14.366 sVisual Complete 99% 14.366 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 (53)

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 24 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/big/1.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/2.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/3.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/4.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/5.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/6.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/7.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/8.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/9.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/10.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/11.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/12.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/13.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/14.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/15.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/16.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/17.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/18.webp
  • https://feedback06.wbbasket.ru/vol2206/part220669/220669157/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2206/part220669/220669157/photos/ms.webp
  • https://videofeedback01.wbbasket.ru/43f7b57f-18b5-42af-9eed-20e791b89659/preview.webp
  • https://feedback06.wbbasket.ru/vol2206/part220669/220669157/photos/ms.webp
  • https://videofeedback01.wbbasket.ru/43f7b57f-18b5-42af-9eed-20e791b89659/preview.jpg
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1722602660221868701.jpg
  • Have a fast first contentful paint (firstContentfulPaint)First contentful paint can be improved (2.816 s). It is in the Google Web Vitals needs improvement range, slower than 1.8 seconds.50
    Description: The First Contentful Paint (FCP) metric measures the time from when the page starts loading to when any part of the page content is rendered on the screen. For this metric, "content" refers to text, images (including background images), <svg> elements, or non-white <canvas> elements.
    Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Have a fast largest contentful paint (largestContentfulPaint)Largest contentful paint is poor 13.555 s. It is in the Google Web Vitals poor range, slower than 4.5 seconds. You can add fetchPriority="high" to the image to increase the load priority in Chrome.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-08.wbbasket.ru/vol1132/part113256/113256091/images/big/1.webp
  • Avoid CPU Long Tasks (longTasks)The page has 9 CPU long tasks with the total of 3.248 s. The total blocking time is 2.760 s and 1 long task before first contentful paint with total time of 88 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
  • unknown
  • 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 118 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.6 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/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/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/data/no-return-subjects.json
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.89ca31c17664fd48.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/searchInput/suggestionsH...1f418cdf2364df.js
  • 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/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/data/adult-subjects.json
  • https://static-basket-01.wbbasket.ru/vol0/data/adult-subjects.json
  • 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/data/menu/catalog/ekspress-dostavka.json
  • https://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/promotions/promotionsSe...1d29adea18b106.js
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1722602660221868701.jpg
  • 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/t/jst/productcardprice-ru-ru.d41a6178f58d592d.json
  • 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/t/jst/productcardordergood-ru-ru.872bbdd6e8a38886.json
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/deliveryinfohelper-ru-ru.15664af417de45fe.json
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardponed-ru-ru.ae2c6eee27dd49f7.json
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardimagegallery-ru-ru.aa2b1fb31dd26c47.json
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productcarddescribtionerror-ru-r...e3f78e0cd476.json
  • 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/t/jst/productcardpricebottompanel-ru-r...2fc3986a9502.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardS...74e4a5cc3919c0.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardP...02c253e36fd32d.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productSelec...70343c525352cc.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardO...f1125190d8fa07.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/deliveryInfo...5d10a64384c556.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardP...766381073df888.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/onlinechatpopup-ru-ru.57da630cb64e406d.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/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/j/spa/modules/miniProductCard/miniProd...fd2e85aa8e08cf.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/userInfo/userInfoRequest...1e7d1aa1ab26f5.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChatPop...f03933b9278345.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/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/t/jst/productcardcolors-ru-ru.d2f7d453204e1248.json
  • 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/lazyBlockLoader.min.f9571df382b5a066.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/recommendations/recommen...86860f6915047b.js
  • 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/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/j/spa/services/productQuestionsService...b878aa25d627d8.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/productFeedbacksService...189d4afc566d51.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productfeedbacksmodel-ru-ru.f12e708b24628b40.json
  • https://static-basket-01.wbbasket.ru/vol0/s/spa/modules/productCardComments/comm...67b35396c14c9.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCardFeedbacks/pro...929605b4c13f24.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCardFeedbacks/sha...aa876c05321642.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/feedbacksphotogallery-ru-ru.bac236be65d0471f.json
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/libs/swiper.min.36c4420545df4a2d.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/feedbacksPhoto...e32ebfa950991.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCardFeedbacks/sha...28d2f00406af03.js
  • https://feedbacks2.wb.ru/feedbacks/v2/102610189
  • https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091
  • 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://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true
  • 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://static-basket-01.wbbasket.ru/vol0/j/spa/services/premiumSubscription/pre...2faac799c0eab3.js
  • 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
  • https://videofeedback01.wbbasket.ru/43f7b57f-18b5-42af-9eed-20e791b89659/preview.webp
  • https://videofeedback01.wbbasket.ru/43f7b57f-18b5-42af-9eed-20e791b89659/preview.jpg
  • 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://a.wb.ru/sdk/sdk.js
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/info/ru/card.json
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/1.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/big/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/big/3.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/4.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/5.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/6.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/7.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/8.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/9.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/10.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/11.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/12.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/13.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/14.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/15.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/16.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/17.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/18.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/tm/1.webp
  • https://basket-01.wbbasket.ru/vol105/part10514/10514544/images/tm/1.webp
  • https://basket-01.wbbasket.ru/vol77/part7723/7723039/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://feedback06.wbbasket.ru/vol2207/part220725/220725788/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2206/part220669/220669157/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2202/part220296/220296180/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2202/part220248/220248470/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219970/219970075/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937533/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937553/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937595/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937647/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937721/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219908/219908710/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2196/part219665/219665641/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2196/part219665/219665689/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2195/part219590/219590596/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2193/part219391/219391673/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2190/part219034/219034243/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2187/part218725/218725861/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2187/part218725/218725863/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2185/part218546/218546487/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2180/part218060/218060305/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2170/part217049/217049567/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2169/part216956/216956681/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2167/part216786/216786039/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2167/part216731/216731422/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2156/part215621/215621379/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2148/part214871/214871417/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2145/part214506/214506354/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2129/part212976/212976051/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2110/part211017/211017497/photos/ms.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 267.1 kB and uncompressed size is 1.4 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.0 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 404 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 542 B1.2 KB
    https://static-basket-01.wbbasket.ru/vol0/s/spa/modules/productCardComments/comm...67b35396c14c9.css 7.5 KB50.0 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/libs/swiper.min.36c4420545df4a2d.css 3.7 KB12.9 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/feedbacksPhoto...e32ebfa950991.css 3.1 KB11.8 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/multipleSeller...fa373fde6c5b0.css 5.3 KB20.6 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 image size shouldn't be too big (imageSize)The page total image size is 1.5 MB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.50
    Description: Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 530.9 kB and the uncompressed size is 1.9 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.7 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.89ca31c17664fd48.js 4.0 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 500 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 669 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 970 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/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.6 KB4.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.zoomImage.min.f492de745c81dc1a.js 1011 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/onlineChat/onlineChatPop...f03933b9278345.js 12.4 KB39.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js 945 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 886 B1.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/suppliersService/suppli...d0f3fb3d318939.js 3.5 KB9.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/deliveryInfoService/del...6bfb3473196de2.js 758 B1.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/multipleSellersService/...32563ffd38119c.js 805 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/productQuestionsService...b878aa25d627d8.js 1.6 KB3.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/productFeedbacksService...189d4afc566d51.js 4.8 KB14.7 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCardFeedbacks/pro...929605b4c13f24.js 4.9 KB15.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCardFeedbacks/sha...aa876c05321642.js 811 B1.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCardFeedbacks/sha...28d2f00406af03.js 2.3 KB6.9 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/services/premiumSubscription/pre...2faac799c0eab3.js 1.4 KB4.0 KB
    Avoid using incorrect mime types (mimeTypes)The page has 5 misconfigured mime types. 95
    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://www.wildberries.ru/webapi/logging/jserror
  • https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091
  • https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true
  • https://www.wildberries.ru/webapi/stats/events
  • https://highlight.wildberries.ru/highlight-api/api/v1/w/users/mark
  • 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 (54315) 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 (58021) 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.0 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
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.8 MB, which is more than the coach limit of 2 MB. That is really big and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://www.wildberries.ru/catalog/113256091/detail.aspx 11.4 KB49.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css 53.0 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/i/v3/header/wb-logo_wb-birthday_2024_2.webp 35.8 KB35.7 KB
    https://static-basket-01.wbbasket.ru/vol0/i/v3/apps/qr-apps.svg 15.6 KB77.9 KB
    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://static-basket-01.wbbasket.ru/vol0/i/v3/header/background_wb-birthday_2024.webp 14.7 KB14.5 KB
    https://a.wb.ru/sdk/sdk.js 2.1 KB5.8 KB
    https://static-basket-01.wb.ru/vol1/global-payment/default-payment.json 390 B195 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/orderService.min.1ae4b06e459a9146.js 8.7 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/data/promotion-creatives.json.hash 180 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/cargo-delivery-stores-v2.json 13.6 KB73.8 KB
    https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json 71.0 KB1.3 MB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/spaproductcard-ru-ru.1e828999493234be.json 11.1 KB67.7 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://www.wildberries.ru/webapi/stats/pageview 631 B38 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.8 KB
    https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info 602 B355 B
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json 632 B1.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.89ca31c17664fd48.js 4.0 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 500 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 669 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 970 B2.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/models/product.min.c90db75f8c3fcde9.js 10.6 KB44.1 KB
    https://a.wb.ru/e/user_id...a.wb.ru/e/user_id 0 b0 b
    https://a.wb.ru/e/session_start...u/e/session_start 0 b0 b
    https://a.wb.ru/e/pageview....wb.ru/e/pageview 0 b0 b
    https://www.wildberries.ru/webapi/logging/jserror N/A0 b
    https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json 67.8 KB453.7 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/menutoptmpl-ru-ru.d7da992fc1c000da.json 1.7 KB7.5 KB
    https://www.wildberries.ru/webapi/stats/pageview 631 B38 B
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 11.7 KB142.2 KB
    https://static-basket-01.wbbasket.ru/vol0/data/adult-subjects.json 646 B1.1 KB
    https://static-basket-01.wbbasket.ru/vol0/data/adult-subjects.json 0 b1.1 KB
    https://card.wb.ru/cards/v2/detail...u/cards/v2/detail 2.3 KB9.7 KB
    https://card.wb.ru/cards/v2/detail...u/cards/v2/detail 2.1 KB9.7 KB
    https://static-basket-01.wbbasket.ru/vol0/data/menu/catalog/ekspress-dostavka.json 16.8 KB111.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.js 26.7 KB103.4 KB
    https://a.wb.ru/e/pageview....wb.ru/e/pageview 0 b0 b
    https://a.wb.ru/e/Footer_S....wb.ru/e/Footer_S 0 b0 b
    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/vol1/crm-bnrs/adsf/1722602660221868701.jpg 231.0 KB230.9 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/suppliersinfohelper-ru-ru.0eed630c655bd085.json 1.7 KB9.0 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/t/jst/productcardsizes-ru-ru.7c9e7e04e915ac3a.json 783 B1.7 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardprice-ru-ru.d41a6178f58d592d.json 1.2 KB3.5 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/productselectionmanager-ru-ru.8a5a8dae4c583799.json 595 B1.8 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/productSelecti...b715aa60070ef.css 404 B749 B
    https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardordergood-ru-ru.872bbdd6e8a38886.json 876 B2.1 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/deliveryinfohelper-ru-ru.15664af417de45fe.json 646 B1.4 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardponed-ru-ru.ae2c6eee27dd49f7.json 364 B325 B
    https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardimagegallery-ru-ru.aa2b1fb31dd26c47.json 2.2 KB8.6 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/productcarddescribtionerror-ru-r...e3f78e0cd476.json 517 B645 B
    https://static-basket-01.wbbasket.ru/vol0/t/jst/miniproductcard-ru-ru.6f0fa33fd2692705.json 1.8 KB7.1 KB
    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/t/jst/productcardpricebottompanel-ru-r...2fc3986a9502.json 629 B1.5 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.6 KB4.9 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/onlinechatpopup-ru-ru.57da630cb64e406d.json 4.5 KB27.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.zoomImage.min.f492de745c81dc1a.js 1011 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/onlineChat/onlineChatPop...f03933b9278345.js 12.4 KB39.8 KB
    https://www.wildberries.ru/webapi/personalinfo 1.2 KB608 B
    https://www.wildberries.ru/webapi/product/113256091/data?subject=54&kind=2&brand=4603 1.1 KB1.4 KB
    https://static-basket-01.wbbasket.ru/vol0/data/brands-by-id/4603.json 260 B98 B
    https://static-basket-03.wbbasket.ru/vol40/content/subjects/54.json 500 B476 B
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/1.webp 39.2 KB39.1 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/1.webp 8.7 KB8.6 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/catalogcard-ru-ru.8514a1319a327664.json 2.9 KB10.9 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/recommendationslist-ru-ru.e2fdd963f8a9c93f.json 2.3 KB8.2 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardcolors-ru-ru.d2f7d453204e1248.json 809 B1.7 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/big/2.webp 52.8 KB52.7 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/adultCo...8477c95081ff1.css 542 B1.2 KB
    https://www.wildberries.ru/webapi/product/saverecent 610 B17 B
    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://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js 945 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://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/3.webp 51.8 KB51.7 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/4.webp 48.9 KB48.8 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/5.webp 46.0 KB45.9 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/6.webp 21.3 KB21.2 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/7.webp 17.1 KB17.0 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/8.webp 13.8 KB13.8 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/9.webp 16.8 KB16.7 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/10.webp 64.3 KB64.2 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/11.webp 55.9 KB55.8 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/12.webp 73.5 KB73.4 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/13.webp 46.7 KB46.6 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/14.webp 41.3 KB41.2 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/15.webp 46.5 KB46.4 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/16.webp 61.7 KB61.6 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/17.webp 57.2 KB57.2 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/18.webp 40.9 KB40.8 KB
    https://static-basket-01.wbbasket.ru/vol0/i/v3/product-page/avatar.webp 3.0 KB2.9 KB
    https://static-basket-01.wbbasket.ru/vol0/i/v3/product-page/avatar-courier.webp 2.0 KB1.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/adultConfirmedPopup.min.f101c8dfe5c53b2d.js 886 B1.9 KB
    https://static-basket-01.wbbasket.ru/vol1/sellers/brands/ABD58BAFAF20EEB4.webp 2.9 KB2.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/suppliersService/suppli...d0f3fb3d318939.js 3.5 KB9.5 KB
    https://a.wb.ru/e/Item_Video_Icon_S...Item_Video_Icon_S 0 b0 b
    https://a.wb.ru/e/Item_SimilarItems_PhotoSearch_S...ems_PhotoSearch_S 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/deliveryInfoService/del...6bfb3473196de2.js 758 B1.4 KB
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/multipleSellersService/...32563ffd38119c.js 805 B1.5 KB
    https://a.wb.ru/e/Item_AuctionBanner_S...m_AuctionBanner_S 0 b0 b
    https://a.wb.ru/e/Item_Photo_S...ru/e/Item_Photo_S 0 b0 b
    https://a.wb.ru/e/Item_SizeTable_S.../Item_SizeTable_S 0 b0 b
    https://a.wb.ru/e/Item_Question_S...e/Item_Question_S 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/productQuestionsService...b878aa25d627d8.js 1.6 KB3.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/productFeedbacksService...189d4afc566d51.js 4.8 KB14.7 KB
    https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091 0 b0 b
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/tm/1.webp 2.2 KB2.1 KB
    https://basket-01.wbbasket.ru/vol105/part10514/10514544/images/tm/1.webp 1.8 KB1.8 KB
    https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/tm/1.webp 1.8 KB1.3 KB
    https://basket-10.wbbasket.ru/vol1563/part156376/156376606/images/tm/1.webp 1.0 KB648 B
    https://basket-03.wbbasket.ru/vol357/part35788/35788328/images/tm/1.webp 993 B620 B
    https://a.wb.ru/e/Item_Seller_Info_GoToShop_S...r_Info_GoToShop_S 0 b0 b
    https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/t/jst/productfeedbacksmodel-ru-ru.f12e708b24628b40.json 2.5 KB10.9 KB
    https://static-basket-01.wbbasket.ru/vol0/s/spa/modules/productCardComments/comm...67b35396c14c9.css 7.5 KB50.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCardFeedbacks/pro...929605b4c13f24.js 4.9 KB15.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCardFeedbacks/sha...aa876c05321642.js 811 B1.9 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/feedbacksphotogallery-ru-ru.bac236be65d0471f.json 837 B2.8 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/libs/swiper.min.36c4420545df4a2d.css 3.7 KB12.9 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/feedbacksPhoto...e32ebfa950991.css 3.1 KB11.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCardFeedbacks/sha...28d2f00406af03.js 2.3 KB6.9 KB
    https://feedbacks2.wb.ru/feedbacks/v2/102610189 184.9 KB1.3 MB
    https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091 216 B21 B
    https://static-basket-01.wbbasket.ru/vol0/t/jst/multiplesellerhelper-ru-ru.356059610831d7aa.json 774 B1.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/multipleSell...73cc173ca912f0.js 4.0 KB12.9 KB
    https://www.wildberries.ru/webapi/stats/events N/A0 b
    https://static-basket-01.wbbasket.ru/vol0/t/jst/multiplesellerlist-ru-ru.2d9b8ad8fda50989.json 1.9 KB9.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/j/spa/modules/multipleSeller/multipleS...7243093f329706.js 1.9 KB4.7 KB
    https://card.wb.ru/cards/v2/detail...u/cards/v2/detail 485 B609 B
    https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true 407 B42 B
    https://static-basket-01.wbbasket.ru/vol0/data/all-poo-v9.json.hash 180 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/all-poo-fr-v9.json N/A14.1 MB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/premiumSubscription/pre...2faac799c0eab3.js 1.4 KB4.0 KB
    https://highlight.wildberries.ru/highlight-api/api/v1/w/users/mark 0 b0 b
    https://www.wildberries.ru/manifestv2.json 947 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
    https://highlight.wildberries.ru/highlight-api/api/v1/w/users/mark 644 B398 B
    https://feedback06.wbbasket.ru/vol2207/part220725/220725788/photos/ms.webp 5.0 KB4.7 KB
    https://feedback06.wbbasket.ru/vol2206/part220669/220669157/photos/ms.webp 4.2 KB3.9 KB
    https://feedback06.wbbasket.ru/vol2202/part220296/220296180/photos/ms.webp 4.3 KB4.0 KB
    https://feedback06.wbbasket.ru/vol2202/part220248/220248470/photos/ms.webp 6.3 KB6.0 KB
    https://feedback06.wbbasket.ru/vol2199/part219970/219970075/photos/ms.webp 6.8 KB6.4 KB
    https://videofeedback01.wbbasket.ru/43f7b57f-18b5-42af-9eed-20e791b89659/preview.webp 5.8 KB5.6 KB
    https://feedback06.wbbasket.ru/vol2199/part219937/219937533/photos/ms.webp 3.7 KB3.4 KB
    https://feedback06.wbbasket.ru/vol2199/part219937/219937553/photos/ms.webp 3.4 KB3.1 KB
    https://feedback06.wbbasket.ru/vol2199/part219937/219937595/photos/ms.webp 5.3 KB5.0 KB
    https://feedback06.wbbasket.ru/vol2199/part219937/219937647/photos/ms.webp 4.6 KB4.3 KB
    https://feedback06.wbbasket.ru/vol2199/part219937/219937721/photos/ms.webp 4.3 KB4.0 KB
    https://feedback06.wbbasket.ru/vol2199/part219908/219908710/photos/ms.webp 5.5 KB5.1 KB
    https://feedback06.wbbasket.ru/vol2196/part219665/219665641/photos/ms.webp 3.0 KB2.7 KB
    https://feedback06.wbbasket.ru/vol2196/part219665/219665689/photos/ms.webp 3.1 KB2.8 KB
    https://feedback06.wbbasket.ru/vol2195/part219590/219590596/photos/ms.webp 7.0 KB6.7 KB
    https://feedback06.wbbasket.ru/vol2193/part219391/219391673/photos/ms.webp 5.9 KB5.6 KB
    https://feedback06.wbbasket.ru/vol2190/part219034/219034243/photos/ms.webp 5.1 KB4.7 KB
    https://feedback06.wbbasket.ru/vol2187/part218725/218725861/photos/ms.webp 8.7 KB8.3 KB
    https://feedback06.wbbasket.ru/vol2187/part218725/218725863/photos/ms.webp 7.5 KB7.2 KB
    https://feedback06.wbbasket.ru/vol2185/part218546/218546487/photos/ms.webp 3.4 KB3.1 KB
    https://feedback06.wbbasket.ru/vol2180/part218060/218060305/photos/ms.webp 5.9 KB5.6 KB
    https://feedback06.wbbasket.ru/vol2170/part217049/217049567/photos/ms.webp 3.8 KB3.5 KB
    https://feedback06.wbbasket.ru/vol2169/part216956/216956681/photos/ms.webp 3.7 KB3.4 KB
    https://feedback06.wbbasket.ru/vol2167/part216786/216786039/photos/ms.webp 3.2 KB2.9 KB
    https://feedback06.wbbasket.ru/vol2167/part216731/216731422/photos/ms.webp 3.7 KB3.4 KB
    https://feedback06.wbbasket.ru/vol2156/part215621/215621379/photos/ms.webp 4.3 KB3.9 KB
    https://feedback06.wbbasket.ru/vol2148/part214871/214871417/photos/ms.webp 3.0 KB2.6 KB
    https://feedback06.wbbasket.ru/vol2145/part214506/214506354/photos/ms.webp 6.9 KB6.6 KB
    https://feedback06.wbbasket.ru/vol2129/part212976/212976051/photos/ms.webp 3.9 KB3.5 KB
    https://feedback06.wbbasket.ru/vol2110/part211017/211017497/photos/ms.webp 4.9 KB4.6 KB
    https://videofeedback01.wbbasket.ru/43f7b57f-18b5-42af-9eed-20e791b89659/preview.jpg 15.3 KB15.2 KB
    https://a.wb.ru/e/Item_Feedback_S...e/Item_Feedback_S 0 b0 b
    Don't use private headers on static content (privateAssets)The page has 34 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://www.wildberries.ru/webapi/product/113256091/data?subject=54&kind=2&brand=4603
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://feedback06.wbbasket.ru/vol2207/part220725/220725788/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2206/part220669/220669157/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2202/part220296/220296180/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2202/part220248/220248470/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219970/219970075/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937533/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937553/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937595/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937647/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937721/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219908/219908710/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2196/part219665/219665641/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2196/part219665/219665689/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2195/part219590/219590596/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2193/part219391/219391673/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2190/part219034/219034243/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2187/part218725/218725861/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2187/part218725/218725863/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2185/part218546/218546487/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2180/part218060/218060305/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2170/part217049/217049567/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2169/part216956/216956681/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2167/part216786/216786039/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2167/part216731/216731422/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2156/part215621/215621379/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2148/part214871/214871417/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2145/part214506/214506354/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2129/part212976/212976051/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2110/part211017/211017497/photos/ms.webp
  • Best practice advice (58)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)You have a poor cumulative layout shift score (1.0112). It is in the Google Web Vitals poor range, with a shift higher than 0.25. You should manually check the filmstrip or video and check if it will affect the user.0
    Description: Cumulative Layout Shift measures the sum total of all individual layout shift scores for unexpected layout shift that occur. The metric is measuring visual stability by quantify how often users experience unexpected layout shifts. It is one of Google Web Vitals.
    Meta description (metaDescription)The meta description is too long. It has 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 (195 requests and 2.7 MB) then first party (20 requests and 65 kB). The page transfer more bytes from third party domains (2.7 MB) then first party (65 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 42 responses that sets both a max-age and expires header. There are 12 responses that sets a pragma no-cache header (that is a request header). There are 39 responses that sets a server header. 7
    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://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://a.wb.ru/e/user_id...a.wb.ru/e/user_id
  • https://a.wb.ru/e/session_start...u/e/session_start
  • https://a.wb.ru/e/pageview....wb.ru/e/pageview
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • 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://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://a.wb.ru/e/pageview....wb.ru/e/pageview
  • https://a.wb.ru/e/Footer_S....wb.ru/e/Footer_S
  • 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://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_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://a.wb.ru/e/Item_AuctionBanner_S...m_AuctionBanner_S
  • https://a.wb.ru/e/Item_Photo_S...ru/e/Item_Photo_S
  • https://a.wb.ru/e/Item_SizeTable_S.../Item_SizeTable_S
  • https://a.wb.ru/e/Item_Question_S...e/Item_Question_S
  • https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091
  • https://a.wb.ru/e/Item_Seller_Info_GoToShop_S...r_Info_GoToShop_S
  • https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true
  • https://feedbacks2.wb.ru/feedbacks/v2/102610189
  • https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true
  • https://highlight.wildberries.ru/highlight-api/api/v1/w/users/mark
  • 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
  • https://highlight.wildberries.ru/highlight-api/api/v1/w/users/mark
  • https://feedback06.wbbasket.ru/vol2207/part220725/220725788/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2206/part220669/220669157/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2202/part220296/220296180/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2202/part220248/220248470/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219970/219970075/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937533/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937553/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937595/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937647/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219937/219937721/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2199/part219908/219908710/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2196/part219665/219665641/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2196/part219665/219665689/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2195/part219590/219590596/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2193/part219391/219391673/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2190/part219034/219034243/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2187/part218725/218725861/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2187/part218725/218725863/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2185/part218546/218546487/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2180/part218060/218060305/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2170/part217049/217049567/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2169/part216956/216956681/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2167/part216786/216786039/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2167/part216731/216731422/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2156/part215621/215621379/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2148/part214871/214871417/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2145/part214506/214506354/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2129/part212976/212976051/photos/ms.webp
  • https://feedback06.wbbasket.ru/vol2110/part211017/211017497/photos/ms.webp
  • https://a.wb.ru/e/Item_Feedback_S...e/Item_Feedback_S
  • 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 613 ₽ в интернет-магазине Wildberries
    Width485
    Height2782
    DOM elements2635
    Avg DOM depth15
    Max DOM depth23
    Iframes0
    Script tags1095
    Local storage39.9 KB
    Session storage448 B
    Network Information API3g
    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
    Nginx 1.24.0100  Web servers Reverse proxies
    HSTS 100  Security
    HTTP/3 100  Miscellaneous
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Long Aninimation Frames | 

    Data from run 3

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)811 ms
    First Contentful Paint (FCP)3.753 s
    Largest Contentful Paint (LCP)14.336 s
    Cumulative Layout Shift (CLS)1.00
    Total Blocking Time (TBT)2.445 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP331
    Time spent in recalculate style before FCP49.419 ms
    Extra timings
    TTFB811 ms
    First Paint3.753 s
    Load Event End36.869 s
    Fully loaded42.283 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 typeIMG
    Element/tag<img data-link="{on 'load' ~onImgLoad}" width="246" height="328" src="https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/1.webp" alt=" Вид 1." style="" data-jsv="#165^/165^">
    Render time 14.336 s
    Elements that needed recalculate style before LCP2653
    Time spent in recalculate style before LCP232.874 ms
    Load time14.292 s
    URL https://basket-08.wb...images/big/1.webp
    Size (width*height)313628
    DOM path
    div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#77583996-c30c-98c2-1b37-4b121cf1e533 > div:eq(2) > div:eq(0) > div > div:eq(1) > div#d5c125ba-6e9b-5ac8-cd8c-2fc9cef17772 > div > div > div:eq(0) > ul > li:eq(0) > div > img> div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#77583996-c30c-98c2-1b37-4b121cf1e533 > div:eq(2) > div:eq(0) > div > div:eq(1) > div#d5c125ba-6e9b-5ac8-cd8c-2fc9cef17772 > div > div > div:eq(0) > ul > li:eq(0) > div > img>
    LCP

    The largest contentful paint is highlighted in the image. If no element is highlighted the element was removed before the screenshot or the LCP API couldn't find the element.

    The Largest Contentful Paint API highlighted this image as a part of the LCP.

    LCP

    Detected Cumulative Layout Shift

    1.00000 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.01037<div class="product-page__sizes-wrap" data-link="class{merge: !selectedNomenclature^showSize toggle='hide'}{include sizeModel tmpl=sizeModel.template}"></div>
    body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#77583996-c30c-98c2-1b37-4b121cf1e533 > div:eq(2) > div:eq(6) > div:eq(2)
    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.608 s1.658 s0 ms0 ms0 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
    414 ms452.7 ms21.3 ms0.1 ms21.2 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
    303 ms353 ms0 ms0 ms0 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    252 ms296.4 ms9.6 ms0.3 ms9.3 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js

    Forced Style And Layout Duration: 123 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
    134 ms175.3 ms9.7 ms0 ms9.7 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/productFeedbacksService/productFeedbacksService.min.d5189d4afc566d51.js

    Forced Style And Layout Duration: 72 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    48 ms101.4 ms0.6 ms0 ms0.6 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
    34 ms2.845 s78.7 ms0.1 ms78.6 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    33 ms83 ms0 ms0 ms0 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

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Requests loaded after onLoad event  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests215
    Total domains18
    Total transfer size2.6 MB
    Total content size22.4 MB
    Responses missing compression80
    Number of cookies0
    Third party cookies0
    Requests per response code
    200212
    2043

    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 b260.8 KB1.3 MB11
    javascript421 B518.4 KB1.8 MB51
    image0 b1.4 MB1.4 MB79
    svg0 b16.8 KB79.4 KB2
    json0 b437.8 KB17.7 MB49
    plain2.4 KB360 B32 B16
    other0 b0 b0 b5
    favicon0 b15.6 KB15.0 KB1
    Total2.9 KB2.6 MB22.4 MB215

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru4.452 s49.9 KB85.6 KB12
    static-basket-01.wbbasket.ru68.116 s1.3 MB19.7 MB101
    a.wb.ru6.679 s2.1 KB5.8 KB15
    static-basket-01.wb.ru1.943 s390 B195 B1
    basket-08.wbbasket.ru296.971 s967.3 KB963.8 KB38
    user-geo-data.wildberries.ru2.464 s602 B355 B1
    banners-website.wildberries.ru1.980 s11.7 KB142.2 KB1
    card.wb.ru3.015 s4.9 KB19.9 KB3
    static-basket-03.wbbasket.ru981 ms500 B476 B1
    identical-products.wildberries.ru976 ms216 B21 B2
    basket-01.wbbasket.ru3.354 s3.6 KB3.1 KB2
    basket-10.wbbasket.ru2.227 s1.0 KB648 B1
    basket-03.wbbasket.ru2.500 s993 B620 B1
    questions.wildberries.ru2.965 s407 B42 B2
    feedbacks2.wb.ru3.632 s184.9 KB1.3 MB1
    highlight.wildberries.ru1.903 s644 B398 B2
    feedback06.wbbasket.ru11.502 s140.5 KB130.9 KB29
    videofeedback01.wbbasket.ru1.776 s21.1 KB20.9 KB2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified19 seconds2 weeks1 year

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript0 b0
    image178.2 KB32
    font0 b0
    other0 b1
    json1.6 KB2
    svg1.3 KB1
    favicon15.6 KB1
    plain0 b1
    Total196.6 KB38

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css96.8 KB9
    javascript312.6 KB44
    image1.3 MB77
    font0 b0
    plain360 B16
    json437.4 KB48
    other0 b5
    svg1.3 KB1
    favicon15.6 KB1
    Total2.2 MB201

    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...a-ru.10.0.42.1.jsin_body_parser_blocking
    https://static-baske...83dab658967b0.cssdynamically_injected_non_blocking
    https://static-baske...f03933b9278345.jsnon_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...67b35396c14c9.cssdynamically_injected_non_blocking
    https://static-baske...8ddba1100a05c.cssdynamically_injected_non_blocking
    https://static-baske...fa373fde6c5b0.cssdynamically_injected_non_blocking
    https://static-baske...70343c525352cc.jsnon_blocking
    https://static-baske...929605b4c13f24.jsnon_blocking
    https://static-baske...189d4afc566d51.jsnon_blocking
    https://static-baske...fd2e85aa8e08cf.jsnon_blocking
    https://static-baske...c54b4469ca2326.jsnon_blocking
    https://static-baske...73cc173ca912f0.jsnon_blocking
    https://static-baske...ca31c17664fd48.jsnon_blocking
    https://static-baske...4420545df4a2d.cssdynamically_injected_non_blocking
    https://static-baske...d0f3fb3d318939.jsnon_blocking
    https://static-baske...e32ebfa950991.cssdynamically_injected_non_blocking
    https://static-baske...3e5b1a0cae46a0.jsnon_blocking
    https://static-baske...f1125190d8fa07.jsnon_blocking
    https://static-baske...a86ddb252f410e.jsnon_blocking
    https://static-baske...28d2f00406af03.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...b878aa25d627d8.jsnon_blocking
    https://static-baske...5d10a64384c556.jsnon_blocking
    https://static-baske...1ee501c061f553.jsnon_blocking
    https://static-baske...2faac799c0eab3.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...51c59957f4e217.jsnon_blocking
    https://static-baske...571df382b5a066.jsnon_blocking
    https://static-baske...01c8dfe5c53b2d.jsnon_blocking
    https://static-baske...aa876c05321642.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 2445
    Max Potential First Input Delay 1658
    Long Tasks before First Paint179
    Long Tasks before First Contentful Paint179
    Long Tasks before Largest Contentful Paint5993
    Long Tasks after Load Event End11658
    Total Long Tasks72824

    CPU last long task happened at 42.667 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown366179window
    self606283window
    self8247442window
    self993997window
    self12678292window
    self24468173window
    self426671658window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML60
    styleLayout467
    paintCompositeRender176
    scriptParseCompile3
    scriptEvaluation1501
    garbageCollection95
    other1865
    Events (ms)
    RunTask1468
    RunMicrotasks1030
    UpdateLayoutTree267
    v8.run220
    Layout181
    FunctionCall154
    Paint112
    PrePaint82
    URLLoader::Context::OnReceivedResponse77
    Layerize54
    PaintImage48
    Commit47
    ParseHTML45
    URLLoader::Context::OnCompletedRequest33
    v8.callFunction21
    V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING20
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL19
    V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE17
    V8.GC_MC_INCREMENTAL16
    TimerFire15
    ParseAuthorStyleSheet14
    IntersectionObserverController::computeIntersections12
    DecodedDataDocumentParser::AppendBytes12
    ThrottlingURLLoader::StartNow11
    EventDispatch11

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol0/j/video.min.30e2aa8c55ae167d.js181
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js122
    https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.1.js70
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js35
    https://static-basket-01.wbbasket.ru/vol0/j/spa/models/product.min.c90db75f8c3fcde9.js18
    https://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.js18

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru442.9
    | 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
    static-basket-01.wb.ru
    basket-08.wbbasket.ru
    card.wb.ru
    static-basket-03.wbbasket.ru
    basket-01.wbbasket.ru
    basket-10.wbbasket.ru
    basket-03.wbbasket.ru
    feedbacks2.wb.ru
    feedback06.wbbasket.ru
    videofeedback01.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 b0 b0 b0
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    json0 b18.6 KB146.6 KB11
    other0 b0 b0 b5
    svg0 b1.3 KB1.5 KB1
    favicon0 b15.6 KB15.0 KB1
    TotalN/A63.5 KB228.6 KB20

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b260.8 KB1.3 MB11
    javascript421 B518.4 KB1.8 MB51
    image0 b1.4 MB1.4 MB78
    font0 b0 b0 b0
    svg0 b15.6 KB77.9 KB1
    json0 b419.2 KB17.6 MB38
    plain2.4 KB360 B32 B16
    Total2.7 KB2.6 MB22.1 MB195

    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

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

    TypeViolations (median)
    Critical 0 (0 issues)
    Serious2 (36 issues)
    Moderate1 (7 issues)
    Minor0 (0 issues)