Run 3 summary

https://www.wildberries.ru

Tested 2024-10-21 03:17:01 using Chrome 130.0.6723.58 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score65
Total page size1.5 MB
Requests101
Timing metrics
TTFB192 ms
First Paint753 ms
Fully Loaded7.259 s
Google Web Vitals
TTFB192 ms
First Contentful Paint (FCP) 753 ms
Largest Contentful Paint (LCP) 2.508 s
Cumulative Layout Shift (CLS) 0.31
Total Blocking Time752 ms
Max Potential FID493 ms
CPU metrics
CPU long tasks4
CPU last long task happens at5.456 s
Visual Metrics
First Visual Change766 ms
Speed Index4.331 s
Visual Complete 85%5.866 s
Visual Complete 99%6.166 s
Last Visual Change6.166 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.7 sCPU Long Task duration 102 ms
0.8 sFirst Contentful Paint 753 msFirst Visual Change 766 msCPU Long Task duration 76 ms
0.9 sDOM Content Loaded Time 872 ms
1 s
1.1 s
1.2 sPage Load Time 1.144 sCPU Long Task duration 493 ms
1.7 s
1.8 s
1.9 s
2 s
2.1 sLayout Shift 0.01716 2.011 s
2.4 sLayout Shift 0.20244 2.358 s
2.5 sLayout Shift 0.00008 2.477 sLayout Shift 0.00013 2.487 s
2.6 sLayout Shift 0.00020 2.501 sLCP <IMG> 2.508 sLayout Shift 0.00027 2.517 sLayout Shift 0.00035 2.533 sLayout Shift 0.00044 2.550 sLayout Shift 0.00055 2.568 sLayout Shift 0.00066 2.584 s
2.7 sLayout Shift 0.00078 2.601 sLayout Shift 0.00091 2.617 sLayout Shift 0.00105 2.634 sLayout Shift 0.00120 2.650 sLayout Shift 0.00136 2.667 sLayout Shift 0.00153 2.683 s
2.8 sLayout Shift 0.00170 2.705 sLayout Shift 0.00189 2.716 sLayout Shift 0.00207 2.733 sLayout Shift 0.00227 2.750 sLayout Shift 0.00246 2.767 sLayout Shift 0.00267 2.783 sLayout Shift 0.00288 2.800 s
2.9 sLayout Shift 0.00296 2.816 sLayout Shift 0.00299 2.833 sLayout Shift 0.00301 2.850 sLayout Shift 0.00302 2.866 sLayout Shift 0.00305 2.883 sLayout Shift 0.00304 2.900 s
3 sLayout Shift 0.00304 2.916 sLayout Shift 0.00305 2.933 sLayout Shift 0.00302 2.950 sLayout Shift 0.00301 2.966 sLayout Shift 0.00300 2.983 sLayout Shift 0.00296 3.000 s
3.1 sLayout Shift 0.00288 3.017 sLayout Shift 0.00268 3.033 sLayout Shift 0.00248 3.049 sLayout Shift 0.00228 3.067 sLayout Shift 0.00207 3.083 sLayout Shift 0.00190 3.100 s
3.2 sLayout Shift 0.00171 3.116 sLayout Shift 0.00154 3.133 sLayout Shift 0.00137 3.150 sLayout Shift 0.00121 3.167 sLayout Shift 0.00106 3.184 sLayout Shift 0.00092 3.200 s
3.3 sLayout Shift 0.00079 3.228 sLayout Shift 0.00066 3.244 sLayout Shift 0.00056 3.250 sLayout Shift 0.00045 3.267 sLayout Shift 0.00036 3.283 sLayout Shift 0.00028 3.300 s
3.4 sLayout Shift 0.00021 3.317 sLayout Shift 0.00014 3.334 sLayout Shift 0.00008 3.350 s
4 sLayout Shift 0.00008 3.966 sLayout Shift 0.00013 3.983 sLayout Shift 0.00020 4.000 s
4.1 sLayout Shift 0.00027 4.016 sLayout Shift 0.00035 4.033 sLayout Shift 0.00044 4.049 s
5.1 s
5.5 sCPU Long Task duration 333 ms
5.9 sVisual Complete 85% 5.866 s
6 s
6.1 s
6.2 sVisual Complete 95% 6.133 sLast Visual Change 6.166 sVisual Complete 99% 6.166 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 (65)

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.825a12fd0353784f.js
  • https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.42.4.js
  • https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.4.js
  • Don't scale images in the browser (avoidScalingImages)The page has 8 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.20
    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/vol1/crm-bnrs/poster/ru/bignew/992x413/Frame-2087329362.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/sale_40_992.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/kursk_992x413.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/sale_40_992.webp
  • https://basket-12.wbbasket.ru/vol1872/part187283/187283424/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1735/part173511/173511448/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1766/part176649/176649740/images/c516x688/1.webp
  • https://basket-11.wbbasket.ru/vol1622/part162268/162268948/images/c516x688/1.webp
  • Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Have a fast largest contentful paint (largestContentfulPaint)Largest contentful paint can be improved 2.508 s. It is in the Google Web Vitals needs improvement range, slower than 2.5 seconds. You can add fetchPriority="high" to the image to increase the load priority in Chrome.75
    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://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/sale_40_992.webp
  • Avoid CPU Long Tasks (longTasks)The page has 4 CPU long tasks with the total of 1.004 s. The total blocking time is 752 ms and 1 long task before first contentful paint with total time of 102 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.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:
  • unknown
  • self
  • self
  • unknown
  • 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 66 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 1.2 MB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/header/wb-logo_wb-birthday_2024_2.webp
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/apps/qr-apps.svg
  • https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.825a12fd0353784f.js
  • https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.42.4.js
  • https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.4.js
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/header/background_wb-birthday_2024.webp
  • https://static-basket-01.wb.ru/vol1/global-payment/default-payment.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/orderService.min.1ae4b06e459a9146.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/wbxOrderService.min.a49817e336a3df91.js
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/cargo-delivery-stores-v2.json
  • https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json
  • https://www.wildberries.ru/manifestv2.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.fa5c594041669961.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/searchInput/suggestionsH...1f418cdf2364df.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/spahome-ru-ru.34c9e63907252df4.json
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/main-page-v...e3aba865477cc.css
  • https://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.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/spa.tooltip.min.427c93e1900719eb.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.shortDeliveries.m...74ef15a1f2f942.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/models/home.min.af1110877a94f02d.js
  • https://www.wildberries.ru/icon.svg
  • 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/favicon.ico
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/catalogcard-ru-ru.8514a1319a327664.json
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/catalogcore-ru-ru.b3a09120c910d559.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.searchTags.min.8e915a967b6c8579.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/goodsCatalog/...92a5a40c04b2d0.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog/xCatalogData.min.fd5c570d7a53a5ea.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/providers/xCa...24127e470ebfcd.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/userInfo/userInfoRequest...1e7d1aa1ab26f5.js
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/menutoptmpl-ru-ru.d7da992fc1c000da.json
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/parseToken/parseTokenSe...05f4ccddd20bcf.js
  • https://static-basket-01.wbbasket.ru/vol0/data/menu/catalog/ekspress-dostavka.json
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/sale_40_992.webp
  • https://static-basket-01.wbbasket.ru/vol0/i/blank.gif
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/kursk_992x413.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/Frame-2087329362.webp
  • https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search
  • https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/feedbacks/feedbacksPaym...52e80756a6a35a.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/onlinechatpopup-ru-ru.57da630cb64e406d.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChatPop...f03933b9278345.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/onlinechat-ru-ru.cd9fa3043e557514.json
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/chatSli...ec7d19f108d59.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.contextMenu.min.2fb7b7670aad32ab.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChat.mi...5d48f5c5e2af97.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/storageService.min.03faf4a7932ef69c.js
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • Long cache headers is good (cacheHeadersLong)The page has 8 requests that have a shorter cache time than 30 days (but still a cache time).92
    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://pow.wildberries.ru/scripts/d.js?7eec71a7
  • https://pow.wildberries.ru/scripts/wasm_exec.js?2a3a0c27
  • https://pow.wildberries.ru/scripts/solve.wasm?7debbd70
  • https://basket-12.wbbasket.ru/vol1872/part187283/187283424/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1735/part173511/173511448/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1766/part176649/176649740/images/c516x688/1.webp
  • https://basket-11.wbbasket.ru/vol1622/part162268/162268948/images/c516x688/1.webp
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 175.6 kB and uncompressed size is 813.4 kB. That is big and the CSS could most probably be smaller.0
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css 53.1 KB258.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css 110.9 KB480.1 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/main-page-v...e3aba865477cc.css 5.8 KB46.0 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/chatSli...ec7d19f108d59.css 1.7 KB9.8 KB
    The favicon should be small and cacheable (favicon)The favicon size is 16 kB bytes. That's quite big, can you make it smaller? The favicon has no cache time. 0
    Description: It is easy to make the favicon big but please avoid doing that, because every browser will then perform an unnecessarily large download. And make sure the cache headers are set for a long time for the favicon. It is easy to miss since it's another content type.
    Offenders:
  • https://www.wildberries.ru/favicon.ico
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 365.1 kB and the uncompressed size is 1.3 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.825a12fd0353784f.js 121.8 KB492.3 KB
    https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.42.4.js 1.8 KB5.7 KB
    https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.4.js 17.7 KB109.6 KB
    https://a.wb.ru/sdk/sdk.js 2.1 KB5.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/orderService.min.1ae4b06e459a9146.js 8.8 KB26.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/wbxOrderService.min.a49817e336a3df91.js 11.4 KB36.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.fa5c594041669961.js 4.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/swiper.min.7a55dc87e84f5c3f.js 26.7 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/lazyBlockLoader.min.6623456650f0eac0.js 511 B801 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.tooltip.min.427c93e1900719eb.js 2.3 KB8.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.shortDeliveries.m...74ef15a1f2f942.js 1.5 KB4.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/models/home.min.af1110877a94f02d.js 7.5 KB25.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.searchTags.min.8e915a967b6c8579.js 536 B745 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/goodsCatalog/...92a5a40c04b2d0.js 20.2 KB95.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog/xCatalogData.min.fd5c570d7a53a5ea.js 1.3 KB4.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/providers/xCa...24127e470ebfcd.js 2.3 KB7.1 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/services/parseToken/parseTokenSe...05f4ccddd20bcf.js 23.2 KB73.8 KB
    https://pow.wildberries.ru/scripts/d.js?7eec71a7 21.1 KB59.0 KB
    https://pow.wildberries.ru/scripts/wasm_exec.js?2a3a0c27 5.2 KB15.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/feedbacks/feedbacksPaym...52e80756a6a35a.js 1016 B2.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js 956 B2.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChatPop...f03933b9278345.js 12.4 KB39.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.contextMenu.min.2fb7b7670aad32ab.js 741 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChat.mi...5d48f5c5e2af97.js 9.6 KB31.2 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/storageService.min.03faf4a7932ef69c.js 6.5 KB21.8 KB
    Avoid using incorrect mime types (mimeTypes)The page has 6 misconfigured mime types. 94
    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://www.wildberries.ru/webapi/stats/events
  • https://pow.wildberries.ru/scripts/solve.wasm?7debbd70
  • 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/stats/events
  • Make each CSS response small (optimalCssSize)https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css size is 54.3 kB (54326) and that is bigger than the limit of 14.5 kB. https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css size is 113.6 kB (113596) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.80
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css 53.1 KB258.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css 110.9 KB480.1 KB
    Don't use private headers on static content (privateAssets)The page has 7 requests with private headers. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.30
    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/
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://pow.wildberries.ru/api/v1/js-settings
  • Best practice advice (58)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)You have a poor cumulative layout shift score (0.3083). 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 19 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 (76 requests and 1.3 MB) then first party (25 requests and 256.2 kB). The page transfer more bytes from third party domains (1.3 MB) then first party (256.2 kB). The regex .*wildberries.* was used to calculate first/third party requests.0
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 19 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 45 responses that sets a server header. 21
    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/
  • https://www.wildberries.ru/
  • https://www.wildberries.ru/
  • https://a.wb.ru/sdk/sdk.js
  • https://a.wb.ru/sdk/sdk.js
  • https://a.wb.ru/e/user_id...a.wb.ru/e/user_id
  • https://a.wb.ru/e/session_start...u/e/session_start
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://a.wb.ru/e/pageview....wb.ru/e/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/icon.svg
  • 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://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V
  • https://a.wb.ru/e/Footer_S....wb.ru/e/Footer_S
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/personalinfo
  • https://a.wb.ru/e/pageview....wb.ru/e/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://a.wb.ru/e/Banner_S....wb.ru/e/Banner_S
  • https://pow.wildberries.ru/scripts/d.js?7eec71a7
  • https://pow.wildberries.ru/scripts/d.js?7eec71a7
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/scripts/wasm_exec.js?2a3a0c27
  • https://pow.wildberries.ru/scripts/wasm_exec.js?2a3a0c27
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://pow.wildberries.ru/scripts/solve.wasm?7debbd70
  • https://pow.wildberries.ru/scripts/solve.wasm?7debbd70
  • https://pow.wildberries.ru/api/v1/client/verify-answer
  • https://pow.wildberries.ru/api/v1/client/verify-answer
  • https://pow.wildberries.ru/api/v1/client/verify-answer
  • https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search
  • https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search
  • https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • 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://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • 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/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • 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/
  • 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Интернет-магазин Wildberries: широкий ассортимент товаров - скидки каждый день!
    Width485
    Height7698
    DOM elements3973
    Avg DOM depth14
    Max DOM depth20
    Iframes0
    Script tags2176
    Local storage236.3 KB
    Session storage223 B
    Network Information API4g
    Resource Hints
    preconnect
    https://static-basket-01.wbbasket.ru/
    https://splitter.wb.ru/
    https://photos.wbstatic.net/
    https://wb.ru/

    Technologies used to build the page.

    Data collected using Wappalyzerversion 6.10.66.  Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyser find more information about technologies used.

    TechnologyConfidenceCategory
    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 | Metrics from CDP | 

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)192 ms
    First Contentful Paint (FCP)753 ms
    Largest Contentful Paint (LCP)2.508 s
    Cumulative Layout Shift (CLS)0.31
    Total Blocking Time (TBT)752 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP331
    Time spent in recalculate style before FCP54.317 ms
    Extra timings
    TTFB192 ms
    First Paint753 ms
    Load Event End1.144 s
    Fully loaded7.259 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 src="https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/sale_40_992.webp" class="swiper-lazy swiper-lazy-loaded" name="banner_9d8c2866-e09e-4256-92d8-8fb2357b2283" alt="Пресейл День шопинга" width="1440" height="168">
    Render time 2.508 s
    Elements that needed recalculate style before LCP2187
    Time spent in recalculate style before LCP101.746 ms
    Load time2.508 s
    URL https://static-baske.../sale_40_992.webp
    Size (width*height)85443
    DOM path
    div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(1) > div > div:eq(1) > div > div > div:eq(0) > div:eq(1) > div > a > div > img> div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(1) > div > div:eq(1) > div > div > div:eq(0) > div:eq(1) > div > a > 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

    0.30832 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.20244<div id="mainContainer" class="main__container"></div>
    body > div:eq(0) > main#body-layout > div#mainContainer
    0.01716<div id="mainContainer" class="main__container"></div>
    body > div:eq(0) > main#body-layout > div#mainContainer
    0.00305
    0.00305
    0.00304
    0.00304
    0.00302
    0.00302
    0.00301
    0.00301
    0.00300
    0.00299
    0.00296
    0.00296
    0.00288
    0.00288
    0.00268
    0.00267
    0.00248
    0.00246
    0.00228
    0.00227
    0.00207
    0.00207
    0.00190
    0.00189
    0.00171
    0.00170
    0.00154
    0.00153
    0.00137
    0.00136
    0.00121
    0.00120
    0.00106
    0.00105
    0.00092
    0.00091
    0.00079
    0.00078
    0.00066
    0.00066
    0.00056
    0.00055
    0.00045
    0.00044
    0.00044
    0.00036
    0.00035
    0.00035
    0.00028
    0.00027
    0.00027
    0.00021
    0.00020
    0.00020
    0.00014
    0.00013
    0.00013
    0.00008
    0.00008
    0.00008
    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
    968 ms1.030 s0.6 ms0.9 ms-0.3 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    444 ms495.4 ms0.6 ms0 ms0.6 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.825a12fd0353784f.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    313 ms340.8 ms29.2 ms5.4 ms23.8 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    57 ms419.5 ms101.5 ms0.1 ms101.4 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    26 ms79 ms0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.825a12fd0353784f.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms54.6 ms0.4 ms0.3 ms0.1 ms
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms66.7 ms0.3 ms0 ms0.3 ms
    https://a.wb.ru/sdk/sdk.js

    Invoker:  https://a.wb.ru/sdk/sdk.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms100.4 ms1.6 ms0 ms1.6 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.825a12fd0353784f.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms80.2 ms1.8 ms0 ms1.8 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms52.4 ms0.6 ms0.5 ms0.1 ms
    No availible script information.

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents36
    Frames27
    JSEventListeners346
    LayoutObjects3908
    MediaKeySessions0
    MediaKeys0
    Nodes10267
    Resources128
    ContextLifecycleStateObservers57
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers36
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents7
    LayoutCount174
    RecalcStyleCount206
    LayoutDuration145
    RecalcStyleDuration308
    DevToolsCommandDuration19
    ScriptDuration230
    V8CompileDuration1
    TaskDuration3479
    TaskOtherDuration2776
    ThreadTime4
    ProcessTime5
    JSHeapUsedSize21145768
    JSHeapTotalSize34099200
    FirstMeaningfulPaint753
    | 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 requests101
    Total domains12
    Total transfer size1.5 MB
    Total content size5.8 MB
    Responses missing compression50
    Number of cookies0
    Third party cookies0
    Requests per response code
    20098
    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 b171.5 KB794.3 KB4
    javascript421 B356.5 KB1.3 MB28
    image0 b469.0 KB466.6 KB11
    svg0 b16.8 KB79.4 KB2
    json0 b328.5 KB2.9 MB33
    plain2.1 KB360 B32 B15
    other0 b127.9 KB339.0 KB6
    favicon0 b15.6 KB15.0 KB1
    Total2.5 KB1.5 MB5.8 MB101

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru1.074 s54.0 KB98.0 KB12
    static-basket-01.wbbasket.ru6.896 s971.0 KB4.4 MB51
    a.wb.ru1.110 s2.1 KB5.8 KB13
    static-basket-01.wb.ru271 ms381 B195 B1
    user-geo-data.wildberries.ru358 ms604 B355 B1
    banners-website.wildberries.ru1.031 s38.8 KB479.5 KB4
    pow.wildberries.ru894 ms156.6 KB414.1 KB6
    recom.wb.ru730 ms82.0 KB298.8 KB3
    basket-12.wbbasket.ru1.209 s140.4 KB139.7 KB3
    basket-11.wbbasket.ru436 ms50.7 KB50.3 KB1
    points.wb.ru885 ms682 B196 B4
    chat-prod.wildberries.ru484 ms285 B3 B2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified1 minute2 weeks43 weeks

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css7.5 KB2
    javascript150.7 KB21
    image418.6 KB9
    font0 b0
    json238.6 KB28
    plain0 b11
    svg1.3 KB1
    favicon15.6 KB1
    other127.9 KB5
    Total960.2 KB78

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css7.5 KB2
    javascript162.1 KB22
    image418.6 KB9
    font0 b0
    plain360 B15
    json328.1 KB32
    other127.9 KB6
    svg1.3 KB1
    favicon15.6 KB1
    Total1.0 MB88

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    240

    Render information

    URLType
    https://static-baske...5a12fd0353784f.jsin_body_parser_blocking
    https://static-baske...7c63f4268e263.cssblocking
    https://static-baske...4797f203b9042.cssblocking
    https://static-baske...19a657450fb2cc.jsin_body_parser_blocking
    https://static-baske...55dc87e84f5c3f.jsnon_blocking
    https://static-baske...05f4ccddd20bcf.jsnon_blocking
    https://pow.wildberr...s.ru/scripts/d.jsnon_blocking
    https://static-baske...92a5a40c04b2d0.jsnon_blocking
    https://static-baske...a-ru.10.0.42.4.jsin_body_parser_blocking
    https://static-baske...f03933b9278345.jsnon_blocking
    https://static-baske...9817e336a3df91.jsnon_blocking
    https://static-baske...e4b06e459a9146.jsnon_blocking
    https://static-baske...1110877a94f02d.jsnon_blocking
    https://static-baske...e3aba865477cc.cssdynamically_injected_non_blocking
    https://pow.wildberr...ipts/wasm_exec.jsnon_blocking
    https://static-baske...5c594041669961.jsnon_blocking
    https://static-baske...7c93e1900719eb.jsnon_blocking
    https://static-baske...24127e470ebfcd.jsnon_blocking
    https://a.wb.ru/sdk/sdk.jsnon_blocking
    https://static-baske...1f418cdf2364df.jsnon_blocking
    https://static-baske...u-ru.10.0.42.4.jsin_body_parser_blocking
    https://static-baske...74ef15a1f2f942.jsnon_blocking
    https://static-baske...5c570d7a53a5ea.jsnon_blocking
    https://static-baske...1e7d1aa1ab26f5.jsnon_blocking
    https://static-baske...52e80756a6a35a.jsnon_blocking
    https://static-baske...571df382b5a066.jsnon_blocking
    https://static-baske...915a967b6c8579.jsnon_blocking
    https://static-baske...23456650f0eac0.jsnon_blocking
    CPU Long Tasks | CPU Time Spent | CPU Time Spent Per Request | CPU Time Per Tool/Domain | 

    CPU

    Download the Chrome trace log and drag and drop it into Developer Tools / Performance in Chrome.

    Long Tasks

    Collected using the Long Task API. A long task is a task that take 50 milliseconds or more.

    TypeQuantityTotal duration (ms)
    Total Blocking Time 752
    Max Potential First Input Delay 493
    Long Tasks before First Paint1102
    Long Tasks before First Contentful Paint1102
    Long Tasks before Largest Contentful Paint3671
    Long Tasks after Load Event End2826
    Total Long Tasks41004

    CPU last long task happened at 5.456 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown619102window
    self78176window
    self1173493window
    unknown5456333window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML46
    styleLayout453
    paintCompositeRender80
    scriptParseCompile1
    scriptEvaluation2089
    garbageCollection31
    other736
    Events (ms)
    RunMicrotasks1860
    RunTask588
    UpdateLayoutTree295
    v8.run150
    Layout148
    Layerize48
    FunctionCall40
    Paint39
    ParseHTML39
    PrePaint33
    Commit19
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL17
    PaintImage17
    v8.callFunction15
    HitTest14
    DecodedDataDocumentParser::AppendBytes11

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.825a12fd0353784f.js97
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js32
    https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.4.js27
    https://a.wb.ru/sdk/sdk.js27
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/parseToken/parseTokenService.min.c105f4ccddd20bcf.js11

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru166.6
    a.wb.ru27.3
    | Categories | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.24.0.

    CategoryRequests
    CategoryNumber of tools

    Unmatched third party domains

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

    static-basket-01.wbbasket.ru
    a.wb.ru
    static-basket-01.wb.ru
    recom.wb.ru
    basket-12.wbbasket.ru
    basket-11.wbbasket.ru
    points.wb.ru

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.4 KB49.4 KB1
    css0 b0 b0 b0
    javascript0 b26.2 KB74.4 KB2
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    json0 b51.2 KB496.5 KB16
    svg0 b1.3 KB1.5 KB1
    favicon0 b15.6 KB15.0 KB1
    other0 b127.9 KB339.0 KB3
    TotalN/A250.2 KB991.9 KB25

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b171.5 KB794.3 KB4
    javascript421 B330.3 KB1.2 MB26
    image0 b452.3 KB450.5 KB10
    font0 b0 b0 b0
    svg0 b15.6 KB77.9 KB1
    json0 b277.3 KB2.4 MB17
    plain2.1 KB360 B32 B15
    other0 b0 b0 b3
    Total2.4 KB1.2 MB4.9 MB76
    afterPageCompleteCheck.png | layoutShift.png | largestContentfulPaint.png | 

    Screenshots

    afterPageCompleteCheck.png

    afterPageCompleteCheck.png

    layoutShift.png

    layoutShift.png

    largestContentfulPaint.png

    largestContentfulPaint.png

    Axe

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

    Violations

    critical
    Buttons must have discernible text (cat.name-role-value,wcag2a,wcag412,section508,section508.22.a,TTv5,TT6.a,EN-301-549,EN-9.4.1.2,ACT) - button-nameEnsure buttons have discernible text
    Fix any of the following: Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute Element's default semantics were not overridden with role="none" or role="presentation"
    • <button class="nav-icon__geo j-geocity-link j-wba-header-item" data-wba-header-name="DLV_Adress" type="button"></button>
    serious
    Elements must meet minimum color contrast ratio thresholds (cat.color,wcag2aa,wcag143,TTv5,TT13.c,EN-301-549,EN-9.1.4.3,ACT) - color-contrastEnsure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds
    Fix any of the following: Element has insufficient color contrast of 2.69 (foreground color: #9d9da5, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
    • <span class="product-card__name"> <span class=""> / </span>Наушники беспроводные AirPro 2 для iPhone Android </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Колготки теплые с мехом зимние </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Наушники беспроводные Air Pro для iPhone и Android блютуз </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Трусы боксеры набор 4 шт </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Теплое бесшовное термобелье </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Вязаный комбинезон для новорожденных комплект на выписку </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Широкие джинсы утепленные </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Носки теплые, верблюжья шерсть </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Гель для душа женский парфюмированный </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Чистящая паста розовая средство чистящее для уборки 1кг </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Пылесос для автомобиля беспроводной мощный в салон </span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Трусы набор 6 штук </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>водолазка с горлом утепленная </span>
    • <span class="product-card__name"> <span class=""> / </span>Смарт часы Smart Watch GS 9 Pro </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Развивающие игрушки многоразовая тетрадь пиши стирай 1 </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Теплые кашемировые колготки </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Энзимная пенка для умывания лица увлажняющая уходовая </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Патчи для глаз лифтинг </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Крем-скульптор для лица антивозрастной </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Гирлянда штора новогодняя 3x2 занавес </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Леггинсы зимние утепленные с начесом </span>
    • <span class="product-card__name"> <span class=""> / </span>Набор для творчества и лепки - Юный кондитер </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Гель для душа мужской Dark Temptation </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Игровая приставка консоль для детей и взрослых </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Зонт автомат антиветер усиленный 16 спиц черный </span>
    • <span class="btn-text">Завтра</span>
    • <span class="product-card__name"> <span class=""> / </span>Спортивные широкие джоггеры на осень-зима без начеса </span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span>© Wildberries 2004–2024.<span> Все права защищены.</span></span>
    • <span> Все права защищены.</span>
    • <span>Применяются <a href="/services/pravila-primeneniya-rekomendatelnyh-tehnologiy" class="footer__link">рекомендательные технологии</a></span>
    • <a href="/services/pravila-primeneniya-rekomendatelnyh-tehnologiy" class="footer__link">рекомендательные технологии</a>
    moderate
    Page should contain a level-one heading (cat.semantics,best-practice) - page-has-heading-oneEnsure that the page, or at least one of its frames contains a level-one heading
    Fix all of the following: Page must have a level-one heading
    • <html lang="ru" translate="no" class="adaptive" style="--custom-promo-filter-color: #FFFFFF; --custom-promo-filter-background: #FF01E2; --custom-promo-filter-switch-color: #FF9954; --custom-promo-filter-switch-background: #FFFFFF;">
    All page content should be contained by landmarks (cat.keyboard,best-practice) - regionEnsure all page content is contained by landmarks
    Fix any of the following: Some page content is not contained by landmarks
    • <input class="menu-burger__btn-search j-search-input-mobile" type="search" placeholder="Найти на Wildberries">
    • <div class="menu-burger__main j-menu-burger-main">
    • <a class="navbar-mobile__link" data-wba-header-name="Main_tabbar" data-link-type="home" href="/" aria-label="Главная страница">
    • <a class="navbar-mobile__link" data-wba-header-name="Cart_tabbar" href="/lk/basket" aria-label="Корзина">
    • <a class="navbar-mobile__link" data-wba-header-name="Favorites_tabbar" href="lk/favorites" aria-label="Избранные товары" data-link="{on 'click' ~showPopupLoginMobile}" data-jsv="#12^/12^">
    • <a class="navbar-mobile__link" data-wba-header-name="LK_tabbar" href="/lk" aria-label="Личный кабинет" data-link="{on 'click' ~showPopupLoginMobile}" data-jsv="#14^/14^">
    • <p class="cookies__text">Мы используем <a href="/services/politika-obrabotki-personalnyh-dannyh" target="_blank" data-link="{on cookies}" class="cookies__link" data-jsv="#5^/5^">cookies</a>, чтобы сохранять ваш поиск, рекомендовать<br> полезное и&nbsp;создавать другие удобства на&nbsp;сайте</p>