Page summary

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

Tested 2025-04-02 23:15:04 using Chrome 134.0.6998.35 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score58
Total Page Transfer Size2.2 MB
Requests197
Timing metrics
TTFB [median]23 ms
First Paint [median]156 ms
Fully Loaded [median]7.932 s
Google Web Vitals
TTFB [median]23 ms
First Contentful Paint (FCP) [median]156 ms
Largest Contentful Paint (LCP) [median]156 ms
Cumulative Layout Shift (CLS) [median]0.02
Total Blocking Time [median]1.517 s
Max Potential FID [median]1.156 s
CPU metrics
CPU long tasks [median]4
CPU longest task duration1.193 s
CPU last long task happens at4.658 s
Visual Metrics
First Visual Change [median]467 ms
Speed Index [median]917 ms
Visual Complete 85% [median]2.267 s
Visual Complete 99% [median]3.734 s
Last Visual Change [median]6.767 s
Screenshot of run 3

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange434 ms467 ms456 ms467 ms
LastVisualChange5.000 s6.767 s6.789 s8.600 s
SpeedIndex896 ms917 ms919 ms945 ms
VisualReadiness4.533 s6.300 s6.333 s8.166 s
VisualComplete85467 ms2.267 s1.689 s2.334 s
VisualComplete953.367 s3.700 s3.667 s3.934 s
VisualComplete993.433 s3.734 s3.700 s3.934 s
Google Web Vitals
Time To First Byte (TTFB)22 ms23 ms44 ms86 ms
Largest Contentful Paint (LCP)148 ms156 ms255 ms460 ms
First Contentful Paint (FCP)148 ms156 ms255 ms460 ms
Cumulative Layout Shift (CLS)0.01340.01790.01770.0219
More metrics
firstPaint148 ms156 ms255 ms460 ms
loadEventEnd235 ms273 ms413 ms730 ms
CPU
Total Blocking Time1.509 s1.517 s1.549 s1.621 s
Max Potential FID1.129 s1.156 s1.159 s1.193 s
CPU long tasks 2447
CPU last long task happens at2.124 s4.658 s4.277 s6.048 s
| Waterfall | | Download HAR | 

Waterfall

Run 3 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.2 sLayout Shift 0.00586 144 msFirst Contentful Paint 156 msLCP <> 156 ms
0.3 sDOM Content Loaded Time 218 msLayout Shift 0.00048 231 msPage Load Time 235 msLayout Shift 0.00001 268 ms
0.5 sFirst Visual Change 467 ms
0.6 sCPU Long Task duration 416 ms
0.7 s
0.8 s
1.2 sLayout Shift 0.01463 1.179 s
1.4 sLayout Shift 0.00009 1.308 sLayout Shift 0.00078 1.339 s
2.2 sCPU Long Task duration 1.193 s
2.3 sVisual Complete 85% 2.267 s
2.4 s
3.2 s
3.3 s
3.4 sVisual Complete 95% 3.367 s
3.5 sVisual Complete 99% 3.433 s
3.6 s
3.7 s
3.8 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.4 s
5.5 s
5.7 s
5.8 s
5.9 s
6 s
6.1 s
6.2 s
6.3 s
6.4 s
6.5 s
6.6 s
6.7 s
6.8 sLast Visual Change 6.767 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 8.1.1.

I am the coach

Coach score

Performance advice (58)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 4 blocking requests and 11 in body parser blocking (11 JavaScript and 4 CSS).0
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.aa870ba300f60fe3.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...b80e3e5e736b7f.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/r/js-templates-ru-ru.10.0.58.js
  • https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.58.js
  • Don't scale images in the browser (avoidScalingImages)The page has 21 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/logoWb.svg
  • 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://videofeedback03.wbbasket.ru/24667b7a-e99b-4718-a33c-9e18cd810218/preview.webp
  • https://videofeedback03.wbbasket.ru/622c0b7d-c4cb-4013-bdd2-cbea991571a9/preview.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 4 CPU long tasks with the total of 1.821 s. The total blocking time is 1.621 s . However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.20
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • self
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 4 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.9cea5207d2254160.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.614a75c33608de2a.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/product-pag...a4387207b7e33.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/product...010d6ac33bc8f.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 124 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.9cea5207d2254160.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.614a75c33608de2a.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/product-pag...a4387207b7e33.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/product...010d6ac33bc8f.css
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/header/logoWb.svg
  • https://static-basket-01.wbbasket.ru/vol0/i/blank.gif
  • https://www.wildberries.ru/%7B%7B:preview%7D%7D
  • https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.aa870ba300f60fe3.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...b80e3e5e736b7f.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/i/v3/apps/qr-apps.svg
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.hlsPlayer.min.f451c59957f4e217.js
  • https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.58.js
  • https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.58.js
  • https://static-basket-01.wbbasket.ru/vol0/l/als-hauss-vf.woff2
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash
  • 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
  • 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://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json
  • https://www.wildberries.ru/%7B%7B:preview%7D%7D
  • https://www.wildberries.ru/android-icon-144x144.png
  • 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://www.wildberries.ru/manifestv2.json
  • 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.564252add8318e01.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/models/product.min.0e9494843f8065fc.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/android-icon-144x144.png
  • https://static-basket-01.wbbasket.ru/vol0/data/adult-subjects.json
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • 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://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.js
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • 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/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...f26818438d6bfa.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardprice-ru-ru.d951f9d0433b0470.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardP...c6ebe3dd26ea52.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...7c89ab074a30d5.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardordergood-ru-ru.f420a29a33530343.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardO...432d78757f1ebb.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...d5a3931239d15f.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardimagegallery-ru-ru.de3fa7fa568a7932.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...eb946f0ba7fe6a.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...79ca6bd9ac9bd0.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/miniproductcard-ru-ru.ed358224d09425d7.json
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/miniProductCar...953410180da49.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/miniProductCard/miniProd...c576ee3b1c45d2.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.801a44a5dcb78f19.json
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/recommendationslist-ru-ru.acaf3d6c6e3c5ca6.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/recommendations/recommen...0f2b8aa7586447.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...a2c3e9895ff5b.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/productQuestionsService...b878aa25d627d8.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/productFeedbacksService...7ce43f0726f142.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...51c6bc0224c98.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...f99b7b5286631.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCardFeedbacks/sha...28d2f00406af03.js
  • 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://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true
  • 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...218e4fc0e1baea.js
  • 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...997d86ad957534.js
  • https://suppliers-shipment-2.wildberries.ru/api/v1/suppliers/125043
  • 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...45f3c3d74ef2b.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/multipleSeller/multipleS...7243093f329706.js
  • https://pin.wb.ru/pin-user-api/api/v1/pin/w/card/102610189
  • https://feedbacks2.wb.ru/feedbacks/v2/102610189
  • https://static-basket-01.wbbasket.ru/vol0/j/performanceAnalytics.min.a71f5369e38b4055.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/premiumSubscription/pre...2faac799c0eab3.js
  • https://videofeedback03.wbbasket.ru/24667b7a-e99b-4718-a33c-9e18cd810218/preview.webp
  • https://videofeedback03.wbbasket.ru/622c0b7d-c4cb-4013-bdd2-cbea991571a9/preview.webp
  • Long cache headers is good (cacheHeadersLong)The page has 56 requests that have a shorter cache time than 30 days (but still a cache time).44
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/1.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-08.wbbasket.ru/vol1132/part113256/113256091/info/ru/card.json
  • 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://videonme-basket-08.wbbasket.ru/vol91/part11325/113256091/mp4/360p/1.mp4
  • https://basket-03.wbbasket.ru/vol357/part35788/35788328/images/tm/1.webp
  • https://basket-10.wbbasket.ru/vol1563/part156376/156376606/images/tm/1.webp
  • https://basket-08.wbbasket.ru/vol1132/part113256/113256091/info/price-history.json
  • https://feedback08.wbbasket.ru/vol2772/part277203/277203715/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2764/part276480/276480475/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2758/part275867/275867184/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2758/part275867/275867186/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2755/part275535/275535017/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2755/part275535/275535033/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2749/part274911/274911969/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273919/273919917/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273919/273919951/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273920/273920033/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273920/273920041/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273920/273920069/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2746/part274666/274666129/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2746/part274666/274666131/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2744/part274475/274475343/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2744/part274475/274475473/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2744/part274424/274424661/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2743/part274367/274367517/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2741/part274115/274115770/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2733/part273340/273340687/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2733/part273340/273340691/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2731/part273129/273129865/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2731/part273129/273129867/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272894/272894975/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272895/272895021/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272895/272895039/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272895/272895079/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272805/272805096/photos/ms.webp
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 241 kB and uncompressed size is 1.5 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.9cea5207d2254160.css 76.9 KB497.2 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.614a75c33608de2a.css 51.9 KB315.5 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/product-pag...a4387207b7e33.css 62.6 KB421.9 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/product...010d6ac33bc8f.css 15.8 KB82.6 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...953410180da49.css 6.3 KB25.6 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/adultCo...a2c3e9895ff5b.css 536 B1.1 KB
    https://static-basket-01.wbbasket.ru/vol0/s/spa/modules/productCardComments/comm...51c6bc0224c98.css 7.8 KB47.5 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...f99b7b5286631.css 3.5 KB13.0 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/multipleSeller...45f3c3d74ef2b.css 5.9 KB22.3 KB
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 539.7 kB and the uncompressed size is 2 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.aa870ba300f60fe3.js 135.7 KB541.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/lazyBlockLoader.min.6623456650f0eac0.js 405 B801 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/collapsibleBlock.min.a386464784540733.js 1.0 KB3.3 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.recommendations.m...b80e3e5e736b7f.js 2.7 KB9.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.recentItems.min.ef1499c48738a2a7.js 551 B986 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.tooltip.min.427c93e1900719eb.js 2.2 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 852 B2.1 KB
    https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.58.js 1.8 KB5.7 KB
    https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.58.js 17.7 KB109.9 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/modules/searchInput/suggestionsH...1f418cdf2364df.js 2.1 KB5.3 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/models/product.min.0e9494843f8065fc.js 11.1 KB47.4 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/feedbacks/feedbacksPaym...52e80756a6a35a.js 1005 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...f26818438d6bfa.js 1.9 KB5.7 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardP...c6ebe3dd26ea52.js 2.0 KB6.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productSelec...7c89ab074a30d5.js 5.1 KB18.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardO...432d78757f1ebb.js 3.0 KB10.4 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...d5a3931239d15f.js 1.7 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...eb946f0ba7fe6a.js 4.4 KB14.5 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...79ca6bd9ac9bd0.js 2.5 KB7.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/miniProductCard/miniProd...c576ee3b1c45d2.js 4.5 KB16.2 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 945 B2.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/recommendations/recommen...0f2b8aa7586447.js 9.0 KB35.2 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/productQuestionsService...b878aa25d627d8.js 1.6 KB3.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/productFeedbacksService...7ce43f0726f142.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/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/modules/productCard/priceHistory...218e4fc0e1baea.js 3.4 KB10.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/multipleSell...997d86ad957534.js 5.3 KB17.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/performanceAnalytics.min.a71f5369e38b4055.js 6.2 KB18.6 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 8 misconfigured mime types. 92
    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://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true
  • https://suppliers-shipment-2.wildberries.ru/api/v1/suppliers/125043
  • https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091
  • https://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.9cea5207d2254160.css size is 78.7 kB (78740) 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.614a75c33608de2a.css size is 53.1 kB (53146) 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.fc8a4387207b7e33.css size is 64.1 kB (64073) and that is bigger than the limit of 14.5 kB. https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/productCardPopup.min.586010d6ac33bc8f.css size is 16.2 kB (16176) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.60
    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.9cea5207d2254160.css 76.9 KB497.2 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.614a75c33608de2a.css 51.9 KB315.5 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/product-pag...a4387207b7e33.css 62.6 KB421.9 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/product...010d6ac33bc8f.css 15.8 KB82.6 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.3 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 27.9 KB120.8 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.9cea5207d2254160.css 76.9 KB497.2 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.614a75c33608de2a.css 51.9 KB315.5 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/product-pag...a4387207b7e33.css 62.6 KB421.9 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/product...010d6ac33bc8f.css 15.8 KB82.6 KB
    https://static-basket-01.wbbasket.ru/vol0/i/v3/header/logoWb.svg 1.1 KB2.5 KB
    https://static-basket-01.wbbasket.ru/vol0/i/blank.gif 111 B49 B
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/1.webp 39.5 KB39.1 KB
    https://www.wildberries.ru/%7B%7B:preview%7D%7D 64 B64 B
    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.aa870ba300f60fe3.js 135.7 KB541.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/lazyBlockLoader.min.6623456650f0eac0.js 405 B801 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/collapsibleBlock.min.a386464784540733.js 1.0 KB3.3 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.recommendations.m...b80e3e5e736b7f.js 2.7 KB9.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.recentItems.min.ef1499c48738a2a7.js 551 B986 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.tooltip.min.427c93e1900719eb.js 2.2 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/i/v3/apps/qr-apps.svg 15.5 KB77.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.hlsPlayer.min.f451c59957f4e217.js 852 B2.1 KB
    https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.58.js 1.8 KB5.7 KB
    https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.58.js 17.7 KB109.9 KB
    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 2.2 KB1.8 KB
    https://static-basket-01.wbbasket.ru/vol0/l/als-hauss-vf.woff2 134.5 KB134.4 KB
    https://basket-01.wbbasket.ru/vol77/part7723/7723039/images/tm/1.webp 1.4 KB1.3 KB
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash 170 B16 B
    https://static-basket-01.wb.ru/vol1/global-payment/default-payment.json 415 B323 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/settings-front-ru.json.hash 170 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json 847 B1.9 KB
    https://static-basket-01.wbbasket.ru/vol0/data/cargo-delivery-stores-v2.json 34.6 KB151.6 KB
    https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json 186.9 KB4.6 MB
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json 0 b0 b
    https://www.wildberries.ru/manifestv2.json 1.0 KB1.5 KB
    https://www.wildberries.ru/icon.svg 1.4 KB1.5 KB
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json 1.8 KB3.9 KB
    https://www.wildberries.ru/catalog/113256091/detail.aspx 23.7 KB120.8 KB
    https://www.wildberries.ru/%7B%7B:preview%7D%7D 64 B64 B
    https://www.wildberries.ru/android-icon-144x144.png 16.7 KB16.1 KB
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json.hash 109 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash 109 B16 B
    https://www.wildberries.ru/manifestv2.json 1.0 KB1.5 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/t/jst/spaproductcard-ru-ru.564252add8318e01.json 11.1 KB68.6 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/models/product.min.0e9494843f8065fc.js 11.1 KB47.4 KB
    https://www.wildberries.ru/webapi/stats/pageview 666 B38 B
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/info/ru/card.json 3.1 KB6.1 KB
    https://static-basket-01.wbbasket.ru/vol0/data/no-return-subjects.json 9.3 KB34.8 KB
    https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info 616 B369 B
    https://www.wildberries.ru/android-icon-144x144.png 16.7 KB16.1 KB
    https://static-basket-01.wbbasket.ru/vol0/data/adult-subjects.json 640 B1.1 KB
    https://card.wb.ru/cards/v2/detail...u/cards/v2/detail 3.0 KB12.9 KB
    https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json 73.1 KB493.5 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/menutoptmpl-ru-ru.d7da992fc1c000da.json 1.7 KB7.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.js 26.7 KB103.4 KB
    https://www.wildberries.ru/webapi/stats/pageview 666 B38 B
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 9.2 KB61.5 KB
    https://card.wb.ru/cards/v2/detail...u/cards/v2/detail 2.7 KB12.9 KB
    https://static-basket-01.wbbasket.ru/vol0/data/menu/catalog/ekspress-dostavka.json 11.3 KB71.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/feedbacks/feedbacksPaym...52e80756a6a35a.js 1005 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/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 773 B1.7 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardS...f26818438d6bfa.js 1.9 KB5.7 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardprice-ru-ru.d951f9d0433b0470.json 1.2 KB3.7 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardP...c6ebe3dd26ea52.js 2.0 KB6.1 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/productselectionmanager-ru-ru.8a5a8dae4c583799.json 585 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/j/spa/modules/productCard/productSelec...7c89ab074a30d5.js 5.1 KB18.5 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardordergood-ru-ru.f420a29a33530343.json 907 B2.2 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardO...432d78757f1ebb.js 3.0 KB10.4 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/deliveryinfohelper-ru-ru.15664af417de45fe.json 636 B1.4 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/t/jst/productcardponed-ru-ru.ae2c6eee27dd49f7.json 354 B325 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/productCardP...d5a3931239d15f.js 1.7 KB4.9 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardimagegallery-ru-ru.de3fa7fa568a7932.json 2.5 KB10.6 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...eb946f0ba7fe6a.js 4.4 KB14.5 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/t/jst/productcarddescribtionerror-ru-r...e3f78e0cd476.json 507 B645 B
    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...79ca6bd9ac9bd0.js 2.5 KB7.9 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/miniproductcard-ru-ru.ed358224d09425d7.json 1.9 KB7.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/miniProductCar...953410180da49.css 6.3 KB25.6 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/miniProductCard/miniProd...c576ee3b1c45d2.js 4.5 KB16.2 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardpricebottompanel-ru-r...2fc3986a9502.json 619 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/userInfo/userInfoRequest...1e7d1aa1ab26f5.js 1.3 KB4.4 KB
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 0 b0 b
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 0 b0 b
    https://www.wildberries.ru/webapi/personalinfo 1.2 KB627 B
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 266 B22 B
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 266 B22 B
    https://www.wildberries.ru/webapi/product/113256091/data?subject=54&kind=2&brand=4603 1.2 KB1.4 KB
    https://static-basket-01.wbbasket.ru/vol0/data/brands-by-id/4603.json 250 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/c246x328/1.webp 8.7 KB8.6 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/2.webp 11.4 KB11.3 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/3.webp 10.3 KB10.3 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/4.webp 9.9 KB9.9 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/5.webp 9.0 KB8.9 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/6.webp 3.7 KB3.7 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/7.webp 3.4 KB3.3 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/8.webp 2.7 KB2.6 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/9.webp 3.1 KB3.0 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/10.webp 6.4 KB6.4 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/11.webp 12.3 KB12.2 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/12.webp 14.3 KB14.2 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/13.webp 9.7 KB9.6 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/14.webp 10.3 KB10.2 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/15.webp 11.0 KB11.0 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/16.webp 12.6 KB12.5 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/17.webp 11.6 KB11.5 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c246x328/18.webp 10.2 KB10.2 KB
    https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c516x688/1.webp 23.4 KB23.3 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js 945 B2.1 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/catalogcard-ru-ru.801a44a5dcb78f19.json 2.9 KB10.8 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/recommendationslist-ru-ru.acaf3d6c6e3c5ca6.json 2.2 KB7.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/recommendations/recommen...0f2b8aa7586447.js 9.0 KB35.2 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/productcardcolors-ru-ru.d2f7d453204e1248.json 799 B1.7 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/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/s/desktop/style/modules/popups/adultCo...a2c3e9895ff5b.css 536 B1.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/adultConfirmedPopup.min.f101c8dfe5c53b2d.js 886 B1.9 KB
    https://videonme-basket-08.wbbasket.ru/vol91/part11325/113256091/mp4/360p/1.mp4 196.3 KB195.8 KB
    https://static-basket-01.wbbasket.ru/vol1/sellers/brands/ABD58BAFAF20EEB4.webp 2.9 KB2.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/productQuestionsService...b878aa25d627d8.js 1.6 KB3.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/productFeedbacksService...7ce43f0726f142.js 4.8 KB14.7 KB
    https://basket-03.wbbasket.ru/vol357/part35788/35788328/images/tm/1.webp 1.0 KB620 B
    https://basket-10.wbbasket.ru/vol1563/part156376/156376606/images/tm/1.webp 1.1 KB648 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...51c6bc0224c98.css 7.8 KB47.5 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 827 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...f99b7b5286631.css 3.5 KB13.0 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/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://basket-08.wbbasket.ru/vol1132/part113256/113256091/info/price-history.json 285 B493 B
    https://www.wildberries.ru/webapi/product/saverecent 645 B17 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/multipleSellersService/...32563ffd38119c.js 805 B1.5 KB
    https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true 407 B42 B
    https://suppliers-shipment-2.wildberries.ru/api/v1/suppliers/125043 0 b0 b
    https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/t/jst/pricehistorychart-ru-ru.321f155b9cdc36b0.json 1.0 KB2.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/priceHistory...218e4fc0e1baea.js 3.4 KB10.0 KB
    https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091 165 B2 B
    https://static-basket-01.wbbasket.ru/vol0/t/jst/multiplesellerhelper-ru-ru.356059610831d7aa.json 764 B1.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/productCard/multipleSell...997d86ad957534.js 5.3 KB17.9 KB
    https://suppliers-shipment-2.wildberries.ru/api/v1/suppliers/125043 1005 B593 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...45f3c3d74ef2b.css 5.9 KB22.3 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/multipleSeller/multipleS...7243093f329706.js 1.9 KB4.7 KB
    https://www.wildberries.ru/webapi/stats/events N/A0 b
    https://pin.wb.ru/pin-user-api/api/v1/pin/w/card/102610189 328 B84 B
    https://feedbacks2.wb.ru/feedbacks/v2/102610189 220.4 KB1.3 MB
    https://static-basket-01.wbbasket.ru/vol0/j/performanceAnalytics.min.a71f5369e38b4055.js 6.2 KB18.6 KB
    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://highlight.wildberries.ru/highlight-api/api/v1/w/users/mark 246 B2 B
    https://feedback08.wbbasket.ru/vol2772/part277203/277203715/photos/ms.webp 5.2 KB4.8 KB
    https://feedback08.wbbasket.ru/vol2764/part276480/276480475/photos/ms.webp 6.3 KB5.9 KB
    https://feedback08.wbbasket.ru/vol2758/part275867/275867184/photos/ms.webp 4.1 KB3.8 KB
    https://feedback08.wbbasket.ru/vol2758/part275867/275867186/photos/ms.webp 5.5 KB5.1 KB
    https://feedback08.wbbasket.ru/vol2755/part275535/275535017/photos/ms.webp 4.1 KB3.8 KB
    https://feedback08.wbbasket.ru/vol2755/part275535/275535033/photos/ms.webp 5.0 KB4.6 KB
    https://videofeedback03.wbbasket.ru/24667b7a-e99b-4718-a33c-9e18cd810218/preview.webp 9.7 KB9.5 KB
    https://videofeedback03.wbbasket.ru/622c0b7d-c4cb-4013-bdd2-cbea991571a9/preview.webp 2.9 KB2.8 KB
    https://feedback08.wbbasket.ru/vol2749/part274911/274911969/photos/ms.webp 5.3 KB5.0 KB
    https://feedback08.wbbasket.ru/vol2739/part273919/273919917/photos/ms.webp 6.1 KB5.8 KB
    https://feedback08.wbbasket.ru/vol2739/part273919/273919951/photos/ms.webp 6.6 KB6.3 KB
    https://feedback08.wbbasket.ru/vol2739/part273920/273920033/photos/ms.webp 6.5 KB6.2 KB
    https://feedback08.wbbasket.ru/vol2739/part273920/273920041/photos/ms.webp 10.9 KB10.5 KB
    https://feedback08.wbbasket.ru/vol2739/part273920/273920069/photos/ms.webp 4.3 KB3.9 KB
    https://feedback08.wbbasket.ru/vol2746/part274666/274666129/photos/ms.webp 4.2 KB3.8 KB
    https://feedback08.wbbasket.ru/vol2746/part274666/274666131/photos/ms.webp 4.2 KB3.9 KB
    https://feedback08.wbbasket.ru/vol2744/part274475/274475343/photos/ms.webp 3.4 KB3.0 KB
    https://feedback08.wbbasket.ru/vol2744/part274475/274475473/photos/ms.webp 4.2 KB3.9 KB
    https://feedback08.wbbasket.ru/vol2744/part274424/274424661/photos/ms.webp 4.2 KB3.9 KB
    https://feedback08.wbbasket.ru/vol2743/part274367/274367517/photos/ms.webp 7.5 KB7.2 KB
    https://feedback08.wbbasket.ru/vol2741/part274115/274115770/photos/ms.webp 5.9 KB5.6 KB
    https://feedback08.wbbasket.ru/vol2733/part273340/273340687/photos/ms.webp 4.0 KB3.7 KB
    https://feedback08.wbbasket.ru/vol2733/part273340/273340691/photos/ms.webp 5.4 KB5.0 KB
    https://feedback08.wbbasket.ru/vol2731/part273129/273129865/photos/ms.webp 38.0 KB37.6 KB
    https://feedback08.wbbasket.ru/vol2731/part273129/273129867/photos/ms.webp 37.9 KB37.5 KB
    https://feedback08.wbbasket.ru/vol2728/part272894/272894975/photos/ms.webp 2.6 KB2.3 KB
    https://feedback08.wbbasket.ru/vol2728/part272895/272895021/photos/ms.webp 4.1 KB3.8 KB
    https://feedback08.wbbasket.ru/vol2728/part272895/272895039/photos/ms.webp 5.1 KB4.8 KB
    https://feedback08.wbbasket.ru/vol2728/part272895/272895079/photos/ms.webp 2.9 KB2.5 KB
    https://feedback08.wbbasket.ru/vol2728/part272805/272805096/photos/ms.webp 5.9 KB5.5 KB
    Don't use private headers on static content (privateAssets)The page has 38 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/%7B%7B:preview%7D%7D
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/catalog/113256091/detail.aspx
  • https://www.wildberries.ru/%7B%7B:preview%7D%7D
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/webapi/product/113256091/data?subject=54&kind=2&brand=4603
  • https://feedback08.wbbasket.ru/vol2772/part277203/277203715/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2764/part276480/276480475/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2758/part275867/275867184/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2758/part275867/275867186/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2755/part275535/275535017/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2755/part275535/275535033/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2749/part274911/274911969/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273919/273919917/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273919/273919951/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273920/273920033/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273920/273920041/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273920/273920069/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2746/part274666/274666129/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2746/part274666/274666131/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2744/part274475/274475343/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2744/part274475/274475473/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2744/part274424/274424661/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2743/part274367/274367517/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2741/part274115/274115770/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2733/part273340/273340687/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2733/part273340/273340691/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2731/part273129/273129865/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2731/part273129/273129867/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272894/272894975/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272895/272895021/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272895/272895039/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272895/272895079/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272805/272805096/photos/ms.webp
  • Avoid missing and error requests (responseOk)The page has 2 error responses. The page has 2 responses with code 404. 80
    Description: Your page should never request assets that return a 400 or 500 error. These requests are never cached. If that happens something is broken. Please fix it.
    Offenders:
  • https://www.wildberries.ru/%7B%7B:preview%7D%7D
  • https://www.wildberries.ru/%7B%7B:preview%7D%7D
  • Best practice advice (79)

    TitleAdviceScore
    Page title (pageTitle)The title is too long by 26 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 (172 requests and 2.2 MB) then first party (25 requests and 107.1 kB). The page transfer more bytes from third party domains (2.2 MB) then first party (107.1 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 44 responses that sets both a max-age and expires header. There are 15 responses that sets a pragma no-cache header (that is a request header). There are 33 responses that sets a server header. 8
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://www.wildberries.ru/catalog/113256091/detail.aspx
  • https://www.wildberries.ru/catalog/113256091/detail.aspx
  • https://www.wildberries.ru/catalog/113256091/detail.aspx
  • https://www.wildberries.ru/%7B%7B:preview%7D%7D
  • https://www.wildberries.ru/%7B%7B:preview%7D%7D
  • https://www.wildberries.ru/%7B%7B:preview%7D%7D
  • 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/catalog/113256091/detail.aspx
  • https://www.wildberries.ru/catalog/113256091/detail.aspx
  • https://www.wildberries.ru/catalog/113256091/detail.aspx
  • https://www.wildberries.ru/%7B%7B:preview%7D%7D
  • https://www.wildberries.ru/%7B%7B:preview%7D%7D
  • https://www.wildberries.ru/%7B%7B:preview%7D%7D
  • 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://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • 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/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://card.wb.ru/cards/v2/detail...u/cards/v2/detail
  • 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://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://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/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://videonme-basket-08.wbbasket.ru/vol91/part11325/113256091/mp4/360p/1.mp4
  • https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true
  • https://www.wildberries.ru/webapi/product/saverecent
  • https://www.wildberries.ru/webapi/product/saverecent
  • https://www.wildberries.ru/webapi/product/saverecent
  • https://questions.wildberries.ru/api/v1/questions?imtId=102610189&onlyCount=true
  • https://suppliers-shipment-2.wildberries.ru/api/v1/suppliers/125043
  • https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091
  • https://identical-products.wildberries.ru/api/v1/identical?nmID=113256091
  • https://suppliers-shipment-2.wildberries.ru/api/v1/suppliers/125043
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://pin.wb.ru/pin-user-api/api/v1/pin/w/card/102610189
  • https://feedbacks2.wb.ru/feedbacks/v2/102610189
  • https://highlight.wildberries.ru/highlight-api/api/v1/w/users/mark
  • https://highlight.wildberries.ru/highlight-api/api/v1/w/users/mark
  • https://feedback08.wbbasket.ru/vol2772/part277203/277203715/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2764/part276480/276480475/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2758/part275867/275867184/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2758/part275867/275867186/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2755/part275535/275535017/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2755/part275535/275535033/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2749/part274911/274911969/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273919/273919917/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273919/273919951/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273920/273920033/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273920/273920041/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2739/part273920/273920069/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2746/part274666/274666129/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2746/part274666/274666131/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2744/part274475/274475343/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2744/part274475/274475473/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2744/part274424/274424661/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2743/part274367/274367517/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2741/part274115/274115770/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2733/part273340/273340687/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2733/part273340/273340691/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2731/part273129/273129865/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2731/part273129/273129867/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272894/272894975/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272895/272895021/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272895/272895039/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272895/272895079/photos/ms.webp
  • https://feedback08.wbbasket.ru/vol2728/part272805/272805096/photos/ms.webp
  • 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
  • https://www.wildberries.ru/catalog/113256091/detail.aspx
  • Set a strict transport header to make sure the user always use HTTPS. (strictTransportSecurityHeader)A strict transport header is set but miss out on setting includeSubDomains90
    Description: The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) lets a web site tell browsers that it should only be accessed using HTTPS, instead of using HTTP. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security.

    Page info

    Page info
    TitleКольцо золотое 585 SOKOLOV 113256091 купить за 6 382 ₽ в интернет-магазине Wildberries
    Width1904
    Height1963
    DOM elements2997
    Avg DOM depth15
    Max DOM depth22
    Iframes0
    Script tags1348
    Local storage42.6 KB
    Session storage419 B
    Network Information API4g
    Resource Hints
    preconnect
    https://static-basket-01.wbbasket.ru/
    https://wb.ru/

    Technologies used to build the page.

    Data collected using Wappalyzer version 6.10.66. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyzer find more information about technologies used.

    TechnologyConfidenceCategory
    Nginx 100  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)22 ms
    First Contentful Paint (FCP)156 ms
    Largest Contentful Paint (LCP)156 ms
    Cumulative Layout Shift (CLS)0.02
    Total Blocking Time (TBT)1.509 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP1368
    Time spent in recalculate style before FCP77.475 ms
    Extra timings
    TTFB22 ms
    First Paint156 ms
    Load Event End235 ms
    Fully loaded7.515 s

    Largest Contentful Paint

    When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.

    Render time 156 ms
    Element render delay96 ms
    TTFB22 ms
    Resource delay38 ms
    Resource load duration0 ms
    Elements that needed recalculate style before LCP2573
    Time spent in recalculate style before LCP122.319 ms
    Load time110 ms
    URL https://basket-08.wb...images/big/1.webp
    Size (width*height)368726
    DOM path
    <>
    LCP

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

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

    LCP

    Detected Cumulative Layout Shift

    0.02186 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.01463<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>,<div class="product-page__order-buttons" data-link="{include orderModel tmpl=orderModel.template}"></div>,<div class="product-page__about-goods hide-mobile"></div>,<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#ae3c2c17-fcae-8389-3401-8a1c61b7338e > div:eq(2) > div:eq(6) > div:eq(2),body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#ae3c2c17-fcae-8389-3401-8a1c61b7338e > div:eq(2) > div:eq(9),body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#ae3c2c17-fcae-8389-3401-8a1c61b7338e > 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#ae3c2c17-fcae-8389-3401-8a1c61b7338e > div:eq(2) > div:eq(10),body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(2) > div#ae3c2c17-fcae-8389-3401-8a1c61b7338e > div:eq(2) > div:eq(10) > div:eq(1)
    0.00586
    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#ae3c2c17-fcae-8389-3401-8a1c61b7338e > 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#ae3c2c17-fcae-8389-3401-8a1c61b7338e > div:eq(2) > div:eq(13) > div > div:eq(0) > div:eq(5)
    0.00048<div class="search-catalog__btn-wrap"></div>,<div class="header__navbar-pc navbar-pc hide-mobile j-b-header-menu" id="basketContent"></div>
    body > div:eq(0) > header > div > div:eq(1) > div#searchBlock > div:eq(0) > div:eq(1),body > div:eq(0) > header > div > div:eq(1) > div#basketContent
    0.00009
    0.00001<div class="simple-menu__item header__currency j-b-header-country"></div>
    body > div:eq(0) > header > div > div:eq(0) > div > div
    Layout shift

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

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    1.143 s1.193 s0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.aa870ba300f60fe3.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    370.2 ms435.5 ms3.7 ms3.7 ms0 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.aa870ba300f60fe3.js

    Forced Style And Layout Duration: 94 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
    32.5 ms82.5 ms0 ms0 ms0 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms64 ms13 ms0 ms13 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms66.7 ms1.2 ms1.2 ms0 ms
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js

    Invoker:  IMG[src=https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/big/1.webp].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms42.4 ms8 ms6.9 ms1.1 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.aa870ba300f60fe3.js

    Forced Style And Layout Duration: 1 ms

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

    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.aa870ba300f60fe3.js

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

    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.aa870ba300f60fe3.js

    Forced Style And Layout Duration: 4 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms52.5 ms2.1 ms2.1 ms0 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/models/product.min.0e9494843f8065fc.js

    Forced Style And Layout Duration: 12 ms

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

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    | 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 requests197
    Total domains21
    Total transfer size2.2 MB
    Total content size11.2 MB
    Responses missing compression82
    Number of cookies0
    Third party cookies0
    Requests per response code
    200187
    2047
    2061
    4042

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b51.7 KB241.6 KB2
    css0 b235.3 KB1.4 MB11
    javascript0 b527.0 KB1.9 MB51
    image0 b494.8 KB480.1 KB61
    font0 b134.5 KB134.4 KB1
    svg0 b18.0 KB81.9 KB3
    plain0 b558 B64 B4
    json0 b605.1 KB6.8 MB53
    other0 b0 b0 b8
    video0 b196.3 KB195.8 KB1
    Total0 b2.2 MB11.2 MB195

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru640 ms93.1 KB280.5 KB15
    static-basket-01.wbbasket.ru5.100 s1.2 MB9.0 MB104
    basket-08.wbbasket.ru1.505 s229.0 KB230.4 KB23
    basket-01.wbbasket.ru253 ms3.6 KB3.1 KB2
    static-basket-01.wb.ru110 ms415 B323 B1
    user-geo-data.wildberries.ru135 ms616 B369 B1
    card.wb.ru197 ms5.8 KB25.7 KB2
    banners-website.wildberries.ru163 ms9.2 KB61.5 KB1
    points.wb.ru357 ms532 B44 B4
    static-basket-03.wbbasket.ru125 ms500 B476 B1
    videonme-basket-08.wbbasket.ru196 ms196.3 KB195.8 KB1
    basket-03.wbbasket.ru188 ms1.0 KB620 B1
    basket-10.wbbasket.ru196 ms1.1 KB648 B1
    questions.wildberries.ru164 ms407 B42 B2
    suppliers-shipment-2.wildberries.ru210 ms1005 B593 B2
    identical-products.wildberries.ru100 ms165 B2 B2
    pin.wb.ru108 ms328 B84 B1
    feedbacks2.wb.ru194 ms220.4 KB1.3 MB1
    highlight.wildberries.ru243 ms246 B2 B2
    feedback08.wbbasket.ru1.843 s209.4 KB199.8 KB28
    videofeedback03.wbbasket.ru268 ms12.6 KB12.3 KB2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified2 minutes14 weeks2 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css28.2 KB7
    javascript129.6 KB38
    image432.6 KB55
    font0 b0
    json379.6 KB47
    other0 b7
    video196.3 KB1
    Total1.1 MB155

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css28.2 KB7
    javascript129.6 KB38
    image432.6 KB55
    font0 b0
    plain218 B2
    json379.6 KB47
    other0 b7
    video196.3 KB1
    Total1.1 MB157

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    4110

    Render information

    URLType
    https://static-baske...e2aa8c55ae167d.jsin_body_parser_blocking
    https://static-baske...870ba300f60fe3.jsin_body_parser_blocking
    https://static-baske...ls-hauss-vf.woff2non_blocking
    https://static-baske...a5207d2254160.cssblocking
    https://static-baske...a4387207b7e33.cssblocking
    https://static-baske...a75c33608de2a.cssblocking
    https://static-baske...19a657450fb2cc.jsin_body_parser_blocking
    https://static-baske...55dc87e84f5c3f.jsnon_blocking
    https://static-baske...ata-ru.10.0.58.jsin_body_parser_blocking
    https://static-baske...010d6ac33bc8f.cssblocking
    https://static-baske...9817e336a3df91.jsnon_blocking
    https://static-baske...9494843f8065fc.jsnon_blocking
    https://static-baske...0f2b8aa7586447.jsnon_blocking
    https://static-baske...e4b06e459a9146.jsnon_blocking
    https://static-baske...51c6bc0224c98.cssdynamically_injected_non_blocking
    https://static-baske...953410180da49.cssdynamically_injected_non_blocking
    https://static-baske...1f5369e38b4055.jsnon_blocking
    https://static-baske...45f3c3d74ef2b.cssdynamically_injected_non_blocking
    https://static-baske...997d86ad957534.jsnon_blocking
    https://static-baske...7c89ab074a30d5.jsnon_blocking
    https://static-baske...929605b4c13f24.jsnon_blocking
    https://static-baske...7ce43f0726f142.jsnon_blocking
    https://static-baske...c576ee3b1c45d2.jsnon_blocking
    https://static-baske...eb946f0ba7fe6a.jsnon_blocking
    https://static-baske...4420545df4a2d.cssdynamically_injected_non_blocking
    https://static-baske...d0f3fb3d318939.jsnon_blocking
    https://static-baske...f99b7b5286631.cssdynamically_injected_non_blocking
    https://static-baske...218e4fc0e1baea.jsnon_blocking
    https://static-baske...432d78757f1ebb.jsnon_blocking
    https://static-baske...b80e3e5e736b7f.jsin_body_parser_blocking
    https://static-baske...a86ddb252f410e.jsnon_blocking
    https://static-baske...79ca6bd9ac9bd0.jsnon_blocking
    https://static-baske...28d2f00406af03.jsnon_blocking
    https://static-baske...168c40319dde60.jsnon_blocking
    https://static-baske...7c93e1900719eb.jsin_body_parser_blocking
    https://static-baske...1f418cdf2364df.jsnon_blocking
    https://static-baske...c6ebe3dd26ea52.jsnon_blocking
    https://static-baske...499a8e54b9d9bb.jsnon_blocking
    https://static-baske...7243093f329706.jsnon_blocking
    https://static-baske...f26818438d6bfa.jsnon_blocking
    https://static-baske...-ru-ru.10.0.58.jsin_body_parser_blocking
    https://static-baske...d5a3931239d15f.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...8c923c8f858474.jsnon_blocking
    https://static-baske...1d29adea18b106.jsnon_blocking
    https://static-baske...86464784540733.jsin_body_parser_blocking
    https://static-baske...92de745c81dc1a.jsnon_blocking
    https://static-baske...52e80756a6a35a.jsnon_blocking
    https://static-baske...571df382b5a066.jsnon_blocking
    https://static-baske...01c8dfe5c53b2d.jsnon_blocking
    https://static-baske...51c59957f4e217.jsin_body_parser_blocking
    https://static-baske...aa876c05321642.jsnon_blocking
    https://static-baske...32563ffd38119c.jsnon_blocking
    https://static-baske...6bfb3473196de2.jsnon_blocking
    https://static-baske...1499c48738a2a7.jsin_body_parser_blocking
    https://static-baske...a2c3e9895ff5b.cssdynamically_injected_non_blocking
    https://static-baske...23456650f0eac0.jsin_body_parser_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 1509
    Max Potential First Input Delay 1193
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint00
    Long Tasks after Load Event End21609
    Total Long Tasks21609

    CPU last long task happened at 2.124 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self600416window
    self21241193window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML116
    styleLayout359
    paintCompositeRender49
    scriptParseCompile2
    scriptEvaluation3254
    garbageCollection89
    other1704
    Events (ms)
    RunMicrotasks2860
    RunTask1591
    v8.run270
    UpdateLayoutTree251
    Layout94
    ParseHTML80
    FunctionCall72
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL36
    HTMLDocumentParser::MaybeFetchQueuedPreloads34
    Commit29
    Paint26
    v8.produceCache18
    PaintImage16
    V8.GC_SCAVENGER_SCAVENGE14
    DocumentLoader::InitializeWindow13
    PrePaint13
    DecodedDataDocumentParser::AppendBytes12
    Decode Image10

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.aa870ba300f60fe3.js147
    https://static-basket-01.wbbasket.ru/vol0/j/video.min.30e2aa8c55ae167d.js114
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js50
    https://static-basket-01.wbbasket.ru/vol0/j/spa/models/product.min.0e9494843f8065fc.js48

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru358.9
    | Categories | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

    CategoryRequests
    CategoryNumber of tools

    Unmatched third party domains

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

    static-basket-01.wbbasket.ru
    basket-08.wbbasket.ru
    basket-01.wbbasket.ru
    static-basket-01.wb.ru
    card.wb.ru
    points.wb.ru
    static-basket-03.wbbasket.ru
    videonme-basket-08.wbbasket.ru
    basket-03.wbbasket.ru
    basket-10.wbbasket.ru

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b51.7 KB241.6 KB2
    css0 b0 b0 b0
    javascript0 b0 b0 b0
    image0 b33.4 KB32.2 KB2
    font0 b0 b0 b0
    json0 b18.0 KB67.7 KB13
    svg0 b1.4 KB1.5 KB1
    other0 b0 b0 b5
    TotalN/A104.6 KB343.0 KB25

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b235.3 KB1.4 MB11
    javascript0 b527.0 KB1.9 MB51
    image0 b461.3 KB447.9 KB59
    font0 b134.5 KB134.4 KB1
    svg0 b16.7 KB80.4 KB2
    plain0 b558 B64 B4
    json0 b587.0 KB6.8 MB40
    other0 b0 b0 b3
    video0 b196.3 KB195.8 KB1
    TotalN/A2.1 MB10.9 MB172

    Axe

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

    Violations

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

    TypeViolations (median)
    Critical 0 (0 issues)
    Serious2 (80 issues)
    Moderate1 (32 issues)
    Minor0 (0 issues)