Run 1 summary

https://www.wildberries.ru

Tested 2025-01-14 06:15:52 using Chrome 131.0.6778.85 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score64
Total page size1.9 MB
Requests121
Timing metrics
TTFB244 ms
First Paint750 ms
Fully Loaded7.959 s
Google Web Vitals
TTFB244 ms
First Contentful Paint (FCP) 750 ms
Largest Contentful Paint (LCP) 4.214 s
Cumulative Layout Shift (CLS) 0.41
Total Blocking Time1.174 s
Max Potential FID853 ms
CPU metrics
CPU long tasks3
CPU last long task happens at6.539 s
Visual Metrics
First Visual Change734 ms
Speed Index5.165 s
Visual Complete 85%7.541 s
Visual Complete 99%7.541 s
Last Visual Change7.541 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.8 sFirst Visual Change 734 msFirst Contentful Paint 750 ms
0.9 sCPU Long Task duration 75 ms
1 sDOM Content Loaded Time 944 ms
1.1 s
1.2 s
1.3 sCPU Long Task duration 853 ms
2.2 s
2.3 sPage Load Time 2.288 s
2.4 s
2.5 s
2.6 s
2.7 s
2.8 s
3.2 s
3.3 s
3.4 s
3.5 s
3.6 s
3.7 s
3.8 s
3.9 s
4 s
4.1 s
4.3 sLCP <IMG> 4.214 s
4.7 s
4.8 s
4.9 s
5 s
5.1 s
5.2 s
6.2 sLayout Shift 0.06916 6.149 sLayout Shift 0.00018 6.167 sLayout Shift 0.00025 6.183 sLayout Shift 0.00032 6.200 s
6.3 sLayout Shift 0.00040 6.217 sLayout Shift 0.00049 6.233 sLayout Shift 0.00059 6.249 sLayout Shift 0.00069 6.267 sLayout Shift 0.00082 6.283 sLayout Shift 0.00094 6.300 s
6.4 sLayout Shift 0.00107 6.316 sLayout Shift 0.00122 6.333 sLayout Shift 0.00137 6.349 sLayout Shift 0.00152 6.367 sLayout Shift 0.00169 6.383 sLayout Shift 0.00185 6.399 s
6.5 sLayout Shift 0.00203 6.416 sLayout Shift 0.00221 6.433 sLayout Shift 0.00239 6.450 sLayout Shift 0.00256 6.467 sLayout Shift 0.00265 6.483 sLayout Shift 0.00268 6.500 s
6.6 sLayout Shift 0.00270 6.517 sLayout Shift 0.00271 6.533 sCPU Long Task duration 396 ms
7 s
7.4 s
7.5 s
7.6 sLast Visual Change 7.541 sVisual Complete 85% 7.541 sVisual Complete 95% 7.541 sVisual Complete 99% 7.541 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 (64)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 1 blocking requests and 3 in body parser blocking (3 JavaScript and 1 CSS).70
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.fe7c18fc528189dae6a1.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-4-1.41381534.js
  • Don't scale images in the browser (avoidScalingImages)The page has 11 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/vol1/crm-bnrs/poster/ru/anno/1440x40/koshel...3_2880_newww.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/960_...huyu-pokupku.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/cyber_992_413.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/cyber_992_413.webp
  • https://basket-14.wbbasket.ru/vol2122/part212296/212296429/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1866/part186651/186651451/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1592/part159281/159281751/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1892/part189237/189237445/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1914/part191443/191443784/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1797/part179714/179714109/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1750/part175088/175088486/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 is poor 4.214 s. It is in the Google Web Vitals poor range, slower than 4.5 seconds. You can add fetchPriority="high" to the image to increase the load priority in Chrome.0
    Description: Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/cyber_992_413.webp
  • Avoid CPU Long Tasks (longTasks)The page has 3 CPU long tasks with the total of 1.324 s. The total blocking time is 1.174 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.40
    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
  • 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/vol2/site/s/desktop/style/views/spa/main-v3...4d47fa9f2cbb9.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 71 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.4 MB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...4d47fa9f2cbb9.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.fe7c18fc528189dae6a1.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-4-1.41381534.js
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/header/wb-logo_new-year_2024.webp
  • https://static-basket-01.wbbasket.ru/vol0/l/als-hauss-vf.woff2
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/cookies.04c0780e.json
  • https://static-basket-01.wbbasket.ru/vol1/global-payment/default-payment.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.1de4ce8904f0cfb4b443.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.a4...75f165b8d81932.js
  • https://static-basket-01.wbbasket.ru/vol0/data/cargo-delivery-stores-v2.json
  • https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • https://www.wildberries.ru/manifestv2.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuLk.f345e8d9.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/footer.7db0dfb1.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...9c84c5b67e60f0.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/spahome.0a080d7a.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/main-p...04219deb38d51.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.71a66c124b97fcb6f3b4.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.680bcaf2896488802062.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/lazyBlockLoader....90a678955c61ae.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.tooltip.fec060cd0acf69dad6b1.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.shortDeliver...c00e9b2863316d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/home.a27b252df78aa600071e.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/favicon.ico
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCard.3ce1eda2.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCore.5e601ea7.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.searchTags.c...ec4113398294c9.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCat...a42e6358674f4d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/xCatalogDat...ad8cd5218260f3.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/provider...42f1b52ab5c1d9.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/userInfo/userInfoRe...f047a15e0bfd21.js
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuTopTmpl.dac4c2eb.json
  • https://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://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTo...2b5346cf07bc0e.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.96...4adcf8a9bfba39.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.9eb77fb49b103b278192.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.19158f0c388a8109f604.js
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/cyber_992_413.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/blank.gif
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/anno/1440x40/koshel...3_2880_newww.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/960_...huyu-pokupku.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/vol2/site/j/spa/services/feedbacks/feedback...d8483db8a16cc8.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/lazyBlockLoader.c66511f48cf5a64f33e7.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChatPopup.7cfef08b.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...8fcf03d129d63.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...7796a70708408c.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChat.873921fb.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...1d6fe85ff2d74.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.contextMenu....696f23cf02cb02.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...47221dfe5e51e0.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/storageService.9ca9f3dc34cc8ef96a0d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.f8c3dc1523537761b00d.js
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • Long cache headers is good (cacheHeadersLong)The page has 11 requests that have a shorter cache time than 30 days (but still a cache time).89
    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?5c7aa861
  • https://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • https://basket-14.wbbasket.ru/vol2122/part212296/212296429/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1866/part186651/186651451/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1592/part159281/159281751/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1892/part189237/189237445/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1914/part191443/191443784/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1797/part179714/179714109/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1750/part175088/175088486/images/c516x688/1.webp
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 97.5 kB and uncompressed size is 646.5 kB. That is big and the CSS could most probably be smaller.50
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...4d47fa9f2cbb9.css 76.5 KB496.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/main-p...04219deb38d51.css 5.8 KB42.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css 917 B6.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...8fcf03d129d63.css 10.4 KB76.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...1d6fe85ff2d74.css 1.7 KB9.0 KB
    The favicon should be small and cacheable (favicon)The favicon size is 16 kB bytes. That's quite big, can you make it smaller? The favicon has no cache time. 0
    Description: It is easy to make the favicon big but please avoid doing that, because every browser will then perform an unnecessarily large download. And make sure the cache headers are set for a long time for the favicon. It is easy to miss since it's another content type.
    Offenders:
  • https://www.wildberries.ru/favicon.ico
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 519.1 kB and the uncompressed size is 1.9 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js 64.8 KB190.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.fe7c18fc528189dae6a1.js 197.9 KB798.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-4-1.41381534.js 18.0 KB113.1 KB
    https://a.wb.ru/sdk/sdk.js 2.1 KB5.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.1de4ce8904f0cfb4b443.js 8.6 KB25.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.a4...75f165b8d81932.js 11.2 KB36.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...9c84c5b67e60f0.js 1.6 KB3.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.71a66c124b97fcb6f3b4.js 26.7 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.680bcaf2896488802062.js 4.1 KB16.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/lazyBlockLoader....90a678955c61ae.js 489 B780 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.tooltip.fec060cd0acf69dad6b1.js 2.5 KB8.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.shortDeliver...c00e9b2863316d.js 1.6 KB6.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/home.a27b252df78aa600071e.js 7.3 KB24.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.searchTags.c...ec4113398294c9.js 535 B766 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCat...a42e6358674f4d.js 20.8 KB96.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/xCatalogDat...ad8cd5218260f3.js 896 B3.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/provider...42f1b52ab5c1d9.js 2.3 KB7.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/userInfo/userInfoRe...f047a15e0bfd21.js 1.3 KB4.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTo...2b5346cf07bc0e.js 23.4 KB75.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.96...4adcf8a9bfba39.js 327 B236 B
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.9eb77fb49b103b278192.js 40.6 KB132.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.19158f0c388a8109f604.js 7.9 KB21.1 KB
    https://pow.wildberries.ru/scripts/d.js?7eec71a7 21.1 KB59.0 KB
    https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861 5.2 KB15.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/feedbacks/feedback...d8483db8a16cc8.js 868 B1.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/lazyBlockLoader.c66511f48cf5a64f33e7.js 1.0 KB2.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...7796a70708408c.js 11.8 KB38.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.contextMenu....696f23cf02cb02.js 720 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...47221dfe5e51e0.js 8.7 KB28.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/storageService.9ca9f3dc34cc8ef96a0d.js 6.0 KB19.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.f8c3dc1523537761b00d.js 6.4 KB18.9 KB
    Avoid using incorrect mime types (mimeTypes)The page has 9 misconfigured mime types. 91
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/stats/events
  • https://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • Make each CSS response small (optimalCssSize)https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3.67b9e3e4d47fa9f2cbb9.css size is 78.3 kB (78314) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.90
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...4d47fa9f2cbb9.css 76.5 KB496.6 KB
    Don't use private headers on static content (privateAssets)The page has 8 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.20
    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
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • Best practice advice (58)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)You have a poor cumulative layout shift score (0.4067). 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 (97 requests and 1.7 MB) then first party (24 requests and 234.1 kB). The page transfer more bytes from third party domains (1.7 MB) then first party (234.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 21 responses that sets both a max-age and expires header. There are 17 responses that sets a pragma no-cache header (that is a request header). There are 54 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/
  • 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://a.wb.ru/e/Alert_S...a.wb.ru/e/Alert_S
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/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/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://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/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://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/personalinfo
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://a.wb.ru/e/Banner_S....wb.ru/e/Banner_S
  • 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://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861
  • https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861
  • https://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • https://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • https://pow.wildberries.ru/api/v1/client/verify-answer
  • https://pow.wildberries.ru/api/v1/client/verify-answer
  • https://pow.wildberries.ru/api/v1/client/verify-answer
  • https://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://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search
  • 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://a.wb.ru/e/Goods_Mark_S...ru/e/Goods_Mark_S
  • 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://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://a.wb.ru/e/performance....ru/e/performance
  • https://a.wb.ru/e/performance....ru/e/performance
  • https://a.wb.ru/e/performance....ru/e/performance
  • https://a.wb.ru/e/performance....ru/e/performance
  • https://a.wb.ru/e/performance....ru/e/performance
  • https://a.wb.ru/e/performance....ru/e/performance
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • 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
    Height7883
    DOM elements4185
    Avg DOM depth14
    Max DOM depth20
    Iframes0
    Script tags2278
    Local storage232.8 KB
    Session storage224 B
    Network Information API4g
    Resource Hints
    preconnect
    https://static-basket-01.wbbasket.ru/
    https://splitter.wb.ru/
    https://wb.ru/

    Technologies used to build the page.

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

    TechnologyConfidenceCategory
    HSTS 100  Security
    HTTP/3 100  Miscellaneous
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Long Aninimation Frames | Metrics from CDP | 

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)244 ms
    First Contentful Paint (FCP)750 ms
    Largest Contentful Paint (LCP)4.214 s
    Cumulative Layout Shift (CLS)0.41
    Total Blocking Time (TBT)1.174 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP187
    Time spent in recalculate style before FCP33.488 ms
    Extra timings
    TTFB244 ms
    First Paint750 ms
    Load Event End2.288 s
    Fully loaded7.959 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/cyber_992_413.webp" data-src-pb="https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/cyber_992_413.webp" class="swiper-lazy swiper-lazy-loaded" name="banner_fff3ef21-3e01-4327-9a04-07e8c96b93ee" alt="Киберпонедельник" width="1440" height="168">
    Render time 4.214 s
    Elements that needed recalculate style before LCP2016
    Time spent in recalculate style before LCP134.44 ms
    Load time4.214 s
    URL https://static-baske...yber_992_413.webp
    Size (width*height)85443
    DOM path
    div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(1) > div > div:eq(2) > 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(2) > 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.40667 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.06916
    0.00271
    0.00270
    0.00268
    0.00265
    0.00256
    0.00239
    0.00221
    0.00203
    0.00185
    0.00169
    0.00152
    0.00137
    0.00122
    0.00107
    0.00094
    0.00082
    0.00069
    0.00059
    0.00049
    0.00040
    0.00032
    0.00025
    0.00018
    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
    965 ms1.014 s1.5 ms1.1 ms0.4 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    803 ms853 ms0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.fe7c18fc528189dae6a1.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    375 ms403.9 ms28.1 ms9.3 ms18.8 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    26 ms80 ms0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.fe7c18fc528189dae6a1.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    5 ms54.6 ms11.4 ms1.9 ms9.5 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms449.1 ms41.9 ms0 ms41.9 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms95.2 ms4.8 ms2 ms2.8 ms

    Forced Style And Layout Duration: 30 ms

    Invoker:  SCRIPT[src=//static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.680bcaf2896488802062.js].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Forced Style And Layout Duration: 9 ms

    Invoker:  SCRIPT[src=//static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.shortDeliveries.d11c88c00e9b2863316d.js].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms69.6 ms0.4 ms0.5 ms-0.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
    Documents33
    Frames25
    JSEventListeners406
    LayoutObjects3532
    MediaKeySessions0
    MediaKeys0
    Nodes9656
    Resources141
    ContextLifecycleStateObservers68
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers33
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents7
    LayoutCount190
    RecalcStyleCount215
    LayoutDuration103
    RecalcStyleDuration360
    DevToolsCommandDuration37
    ScriptDuration222
    V8CompileDuration2
    TaskDuration4253
    TaskOtherDuration3529
    ThreadTime4
    ProcessTime6
    JSHeapUsedSize19691112
    JSHeapTotalSize37441536
    FirstMeaningfulPaint750
    | 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 requests121
    Total domains13
    Total transfer size1.9 MB
    Total content size7.1 MB
    Responses missing compression52
    Number of cookies0
    Third party cookies0
    Requests per response code
    200115
    2046

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b8.6 KB30.4 KB1
    css0 b95.2 KB631.3 KB5
    javascript421 B506.9 KB1.8 MB31
    image0 b660.3 KB657.3 KB13
    font0 b134.5 KB134.4 KB1
    json0 b377.5 KB3.5 MB35
    other0 b130.0 KB342.6 KB9
    plain3.5 KB340 B32 B24
    svg0 b1.3 KB1.5 KB1
    favicon0 b15.6 KB15.0 KB1
    Total3.9 KB1.9 MB7.1 MB121

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru1.198 s51.4 KB79.0 KB12
    static-basket-01.wbbasket.ru9.596 s1.2 MB5.7 MB60
    a.wb.ru1.733 s2.1 KB5.8 KB21
    user-geo-data.wildberries.ru419 ms618 B369 B1
    banners-website.wildberries.ru1.456 s17.2 KB116.1 KB3
    catalog.wb.ru383 ms34.1 KB128.6 KB1
    pow.wildberries.ru1.082 s158.8 KB418.0 KB6
    recom.wb.ru684 ms77.4 KB286.2 KB4
    basket-14.wbbasket.ru546 ms39.3 KB38.9 KB1
    basket-12.wbbasket.ru2.947 s293.5 KB292.6 KB5
    basket-10.wbbasket.ru570 ms61.2 KB60.8 KB1
    points.wb.ru1.311 s608 B120 B4
    chat-prod.wildberries.ru348 ms585 B3 B2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified1 minute4 weeks1 year

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css18.8 KB4
    javascript204.2 KB25
    image645.7 KB12
    font0 b0
    json236.2 KB29
    plain0 b19
    svg1.3 KB1
    favicon15.6 KB1
    other130.0 KB4
    Total1.2 MB95

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css18.8 KB4
    javascript204.2 KB25
    image645.7 KB12
    font0 b0
    other130.0 KB8
    json376.8 KB33
    plain340 B24
    svg1.3 KB1
    favicon15.6 KB1
    Total1.4 MB108

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    130

    Render information

    URLType
    https://static-baske...fc528189dae6a1.jsin_body_parser_blocking
    https://static-baske...ls-hauss-vf.woff2non_blocking
    https://static-baske...4d47fa9f2cbb9.cssblocking
    https://static-baske...d32d016065db5d.jsin_body_parser_blocking
    https://static-baske...b49b103b278192.jsnon_blocking
    https://static-baske...124b97fcb6f3b4.jsnon_blocking
    https://static-baske...2b5346cf07bc0e.jsnon_blocking
    https://pow.wildberr...s.ru/scripts/d.jsnon_blocking
    https://static-baske...a42e6358674f4d.jsnon_blocking
    https://static-baske...1-4-1.41381534.jsin_body_parser_blocking
    https://static-baske...7796a70708408c.jsnon_blocking
    https://static-baske...75f165b8d81932.jsnon_blocking
    https://static-baske...8fcf03d129d63.cssdynamically_injected_non_blocking
    https://static-baske...47221dfe5e51e0.jsnon_blocking
    https://static-baske...8904f0cfb4b443.jsnon_blocking
    https://static-baske...0c388a8109f604.jsnon_blocking
    https://static-baske...2df78aa600071e.jsnon_blocking
    https://static-baske...1523537761b00d.jsnon_blocking
    https://static-baske...dc34cc8ef96a0d.jsnon_blocking
    https://static-baske...04219deb38d51.cssdynamically_injected_non_blocking
    https://pow.wildberr...ipts/wasm_exec.jsnon_blocking
    https://static-baske...f2896488802062.jsnon_blocking
    https://static-baske...cd0acf69dad6b1.jsnon_blocking
    https://static-baske...42f1b52ab5c1d9.jsnon_blocking
    https://a.wb.ru/sdk/sdk.jsnon_blocking
    https://static-baske...1d6fe85ff2d74.cssdynamically_injected_non_blocking
    https://static-baske...9c84c5b67e60f0.jsnon_blocking
    https://static-baske...c00e9b2863316d.jsnon_blocking
    https://static-baske...f047a15e0bfd21.jsnon_blocking
    https://static-baske...f48cf5a64f33e7.jsnon_blocking
    https://static-baske...d4a81a33f9c85.cssdynamically_injected_non_blocking
    https://static-baske...ad8cd5218260f3.jsnon_blocking
    https://static-baske...d8483db8a16cc8.jsnon_blocking
    https://static-baske...696f23cf02cb02.jsnon_blocking
    https://static-baske...ec4113398294c9.jsnon_blocking
    https://static-baske...90a678955c61ae.jsnon_blocking
    https://static-baske...4adcf8a9bfba39.jsnon_blocking
    CPU Long Tasks | CPU Time Spent | CPU Time Spent Per Request | CPU Time Per Tool/Domain | 

    CPU

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

    Long Tasks

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

    TypeQuantityTotal duration (ms)
    Total Blocking Time 1174
    Max Potential First Input Delay 853
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint2928
    Long Tasks after Load Event End1396
    Total Long Tasks31324

    CPU last long task happened at 6.539 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self85975window
    self1232853window
    unknown6539396window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML43
    styleLayout461
    paintCompositeRender102
    scriptParseCompile2
    scriptEvaluation2602
    garbageCollection52
    other1003
    Events (ms)
    RunMicrotasks2364
    RunTask829
    UpdateLayoutTree344
    v8.run144
    Layout104
    Layerize57
    Paint49
    PrePaint46
    ParseHTML37
    FunctionCall36
    Commit31
    v8.callFunction24
    PaintImage21
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL20
    HitTest16
    V8.GC_SCAVENGER_SCAVENGE14
    IntersectionObserverController::computeIntersections14

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.fe7c18fc528189dae6a1.js115
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js30
    https://a.wb.ru/sdk/sdk.js22
    https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.f8c3dc1523537761b00d.js15

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru160.2
    a.wb.ru22.3
    | 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
    a.wb.ru
    catalog.wb.ru
    recom.wb.ru
    basket-14.wbbasket.ru
    basket-12.wbbasket.ru
    basket-10.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 b8.6 KB30.4 KB1
    css0 b0 b0 b0
    javascript0 b26.3 KB74.7 KB2
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    other0 b130.0 KB342.6 KB3
    json0 b30.2 KB133.0 KB15
    svg0 b1.3 KB1.5 KB1
    favicon0 b15.6 KB15.0 KB1
    TotalN/A228.6 KB613.4 KB24

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b95.2 KB631.3 KB5
    javascript421 B480.6 KB1.7 MB29
    image0 b643.7 KB641.2 KB12
    font0 b134.5 KB134.4 KB1
    json0 b347.3 KB3.4 MB20
    other0 b0 b0 b6
    plain3.5 KB340 B32 B24
    Total3.8 KB1.7 MB6.5 MB97
    afterPageCompleteCheck.png | layoutShift.png | largestContentfulPaint.png | 

    Screenshots

    afterPageCompleteCheck.png

    afterPageCompleteCheck.png

    layoutShift.png

    layoutShift.png

    largestContentfulPaint.png

    largestContentfulPaint.png

    Axe

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

    Violations

    serious
    Elements must meet minimum color contrast ratio thresholds (cat.color,wcag2aa,wcag143,TTv5,TT13.c,EN-301-549,EN-9.1.4.3,ACT) - color-contrastEnsure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds
    Fix any of the following: Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #a73afd, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</span>
    • <span class="btn-text">Завтра</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: #F400FF; --custom-promo-filter-switch-color: #F958FF; --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>