Run 1 summary

https://www.wildberries.ru

Tested 2025-04-05 00:33:06 using Chrome 134.0.6998.35 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score62
Total page size2.0 MB
Requests133
Timing metrics
TTFB231 ms
First Paint876 ms
Fully Loaded10.045 s
Google Web Vitals
TTFB231 ms
First Contentful Paint (FCP) 876 ms
Largest Contentful Paint (LCP) 3.616 s
Cumulative Layout Shift (CLS) 0.43
Total Blocking Time1.513 s
Max Potential FID985 ms
CPU metrics
CPU long tasks6
CPU last long task happens at6.672 s
Visual Metrics
First Visual Change867 ms
Speed Index5.032 s
Visual Complete 85%7.800 s
Visual Complete 99%7.800 s
Last Visual Change7.800 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.9 sFirst Visual Change 867 msFirst Contentful Paint 876 ms
1 sCPU Long Task duration 71 msDOM Content Loaded Time 998 ms
1.1 s
1.2 s
1.3 s
1.6 s
1.7 sCPU Long Task duration 985 ms
2.7 sCPU Long Task duration 53 ms
2.8 sLayout Shift 0.00569 2.741 s
2.9 sLayout Shift 0.01716 2.817 sCPU Long Task duration 80 ms
3.1 sPage Load Time 3.098 s
3.3 sLayout Shift 0.00011 3.250 sLayout Shift 0.00018 3.269 sLayout Shift 0.00027 3.283 sLayout Shift 0.00037 3.300 s
3.4 sLayout Shift 0.00118 3.340 sLayout Shift 0.00074 3.360 sLayout Shift 0.00089 3.370 sCPU Long Task duration 74 ms
3.5 sLayout Shift 0.26250 3.464 sLayout Shift 0.00137 3.476 s
3.6 sLayout Shift 0.00334 3.507 sLayout Shift 0.02445 3.527 sLayout Shift 0.00203 3.539 sLayout Shift 0.00221 3.552 sLayout Shift 0.00239 3.574 sLayout Shift 0.00257 3.586 s
3.7 sLayout Shift 0.00265 3.604 sLCP <IMG> 3.616 sLayout Shift 0.00267 3.617 sLayout Shift 0.00270 3.633 sLayout Shift 0.00271 3.650 sLayout Shift 0.00273 3.671 sLayout Shift 0.00272 3.687 sLayout Shift 0.00272 3.700 s
3.8 sLayout Shift 0.00273 3.717 sLayout Shift 0.00271 3.733 sLayout Shift 0.00270 3.750 sLayout Shift 0.00268 3.766 sLayout Shift 0.00265 3.783 sLayout Shift 0.00258 3.800 s
3.9 sLayout Shift 0.00240 3.816 sLayout Shift 0.00221 3.833 sLayout Shift 0.00205 3.850 sLayout Shift 0.00186 3.866 sLayout Shift 0.00170 3.883 sLayout Shift 0.00153 3.900 s
4 sLayout Shift 0.00138 3.917 sLayout Shift 0.00123 3.934 sLayout Shift 0.00108 3.950 sLayout Shift 0.00095 3.966 sLayout Shift 0.00082 3.983 s
4.1 sLayout Shift 0.00070 4.001 sLayout Shift 0.00060 4.016 sLayout Shift 0.00049 4.038 sLayout Shift 0.00041 4.050 sLayout Shift 0.00032 4.066 sLayout Shift 0.00025 4.083 sLayout Shift 0.00018 4.099 s
4.2 sLayout Shift 0.00012 4.117 sLayout Shift 0.00007 4.135 s
4.8 sLayout Shift 0.00007 4.750 sLayout Shift 0.00012 4.766 sLayout Shift 0.00018 4.783 sLayout Shift 0.00025 4.800 s
4.9 sLayout Shift 0.00032 4.816 sLayout Shift 0.00040 4.833 sLayout Shift 0.00049 4.850 sLayout Shift 0.00059 4.866 sLayout Shift 0.00070 4.885 s
5 sLayout Shift 0.00082 4.901 sLayout Shift 0.00094 4.917 sLayout Shift 0.00107 4.933 sLayout Shift 0.00122 4.950 sLayout Shift 0.00137 4.967 sLayout Shift 0.00152 4.983 sLayout Shift 0.00169 5.000 s
5.1 sLayout Shift 0.00186 5.019 sLayout Shift 0.00203 5.033 sLayout Shift 0.00221 5.049 sLayout Shift 0.00239 5.067 sLayout Shift 0.00257 5.085 s
5.2 sLayout Shift 0.00265 5.101 sLayout Shift 0.00268 5.117 sLayout Shift 0.00269 5.138 sLayout Shift 0.00271 5.150 sLayout Shift 0.00273 5.171 sLayout Shift 0.00273 5.183 sLayout Shift 0.00272 5.200 s
5.3 sLayout Shift 0.00273 5.216 sLayout Shift 0.00271 5.235 s
6.3 s
6.4 s
6.5 s
6.6 s
6.7 sCPU Long Task duration 550 ms
7.3 s
7.7 s
7.8 sLast Visual Change 7.800 sVisual Complete 85% 7.800 sVisual Complete 95% 7.800 sVisual Complete 99% 7.800 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 (62)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 1 blocking requests and 4 in body parser blocking (4 JavaScript and 1 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/vol2/site/j/app.7c55f47880e103d84bab.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.d95fa4e9f237e3245a9d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-19-1.3cc7546a.js
  • Don't scale images in the browser (avoidScalingImages)The page has 18 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/wb_kos..._mob_new2203.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/992.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/992el.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/vygodka_heroes_992.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/shoes_sale_992.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/992.webp
  • https://basket-07.wbbasket.ru/vol1102/part110216/110216290/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2401/part240157/240157079/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol906/part90649/90649132/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1487/part148759/148759467/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1548/part154859/154859674/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol480/part48058/48058978/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1496/part149686/149686576/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol743/part74312/74312538/images/c516x688/1.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-store.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/google-play.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-gallery.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/rustore.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 3.616 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/992.webp
  • Avoid CPU Long Tasks (longTasks)The page has 6 CPU long tasks with the total of 1.813 s. The total blocking time is 1.513 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.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • self
  • self
  • unknown
  • self
  • self
  • unknown
  • Avoid Frontend single point of failures (spof)The page has 3 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...cf2550f6bd9b5.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/modal.fc7ba38625439b48a976.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 84 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 1.6 MB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol2/site/f/als-hauss-vf.woff2
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...cf2550f6bd9b5.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/app.7c55f47880e103d84bab.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.d95fa4e9f237e3245a9d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-19-1.3cc7546a.js
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/header/background_turbonadduv_skidok.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/cookies.6dfe33e4.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.46b8a784966c73738c45.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.1a...0edef77e60cf16.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuLk.c68c237c.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/vol2/site/j/spa/modules/userInfo/userInfoRe...77394b2b922f93.js
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/mobileMenuTemp.42883d4f.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/footer.413388ce.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...4925c66d180c76.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.3f1f360c9d33874fe5c5.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChatPopup.0b17d52e.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...a76daa46aa1d8.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...dff1c0ad16fdff.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/spahome.a5bf1784.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/main-p...5f8e97eb6083c.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.473830efc3430176d1b8.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.d1551932ebb94b589950.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.shortDeliver...9f53140a4c37eb.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/home.f3cc3fe2a38422a1c48f.js
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/uploadImageForSearchByImagePopUp.29d85a1d.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/spa/modules/uploadImageForSearc...ae50b44a28588.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/uploadImageForSearc...f1750e244e0f41.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChat.2c163d71.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...6710e52111c3f1.js
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-store.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/google-play.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-gallery.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/rustore.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/xCatalogDat...9225087d762e56.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/provider...b3013822024ea4.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCard.01942f86.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCore.239e7083.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...77f6a7c4685b72.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://www.wildberries.ru/webapi/api/home/seo
  • https://banners-website.wildberries.ru/public/v2/banners...public/v2/banners
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/storageService.d48ea0304cacc65db21a.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTo...378e54035cf6d6.js
  • 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://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://static-basket-01.wbbasket.ru/vol2/site/app/mo-icons.02d8c937f3a6935d28a6.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.4463b5fe473e03f21749.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/mo-ui.38343c4bc6cf2fb98261.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/modal-component.cbf72fa21382bccf9534.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.b1...749655f40cf947.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/modal.fc7ba38625439b48a976.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/14627.eb35aeacc24e8988fd4a.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/54124.6bdf3ca3c2d6925c2a36.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.7b54ed34cfd16c8b12f1.js
  • https://www.wildberries.ru/favicon.ico
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/992.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/wb_kos..._mob_new2203.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/shoes_sale_992.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/BECC...EA88CC44BA59.webp
  • https://cdn.wbbasket.ru/api/v3/upstreams?t=1743813193853
  • 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/modules/lazyBlockLoader.c66511f48cf5a64f33e7.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.4cfa36b69cf0f16d3cc4.js
  • Long cache headers is good (cacheHeadersLong)The page has 12 requests that have a shorter cache time than 30 days (but still a cache time).88
    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-07.wbbasket.ru/vol1102/part110216/110216290/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2401/part240157/240157079/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol906/part90649/90649132/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1487/part148759/148759467/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1548/part154859/154859674/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol480/part48058/48058978/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1496/part149686/149686576/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol743/part74312/74312538/images/c516x688/1.webp
  • Always compress text content (compressAssets)The page has 1 request that are served uncompressed. You could save a lot of bytes by sending them compressed instead.90
    Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.
    Offenders:
    URLTransfer sizeContent size
    https://cdn.wbbasket.ru/api/v3/upstreams?t=1743813193853 10.9 KB10.7 KB
    Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 105.2 kB and uncompressed size is 702.8 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...cf2550f6bd9b5.css 81.8 KB543.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...a76daa46aa1d8.css 10.4 KB76.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/main-p...5f8e97eb6083c.css 6.1 KB45.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/spa/modules/uploadImageForSearc...ae50b44a28588.css 1.1 KB4.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...1d6fe85ff2d74.css 1.7 KB9.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/modal.fc7ba38625439b48a976.css 641 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css 917 B6.2 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 628.9 kB and the uncompressed size is 2.4 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.7c55f47880e103d84bab.js 64.8 KB190.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.d95fa4e9f237e3245a9d.js 86.0 KB371.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.js 145.5 KB569.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-19-1.3cc7546a.js 16.9 KB81.2 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.46b8a784966c73738c45.js 11.3 KB35.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.1a...0edef77e60cf16.js 13.9 KB44.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/userInfo/userInfoRe...77394b2b922f93.js 1.3 KB4.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...4925c66d180c76.js 1.6 KB3.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.3f1f360c9d33874fe5c5.js 26.7 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...dff1c0ad16fdff.js 12.1 KB39.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.473830efc3430176d1b8.js 9.8 KB41.1 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.d1551932ebb94b589950.js 2.6 KB9.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.shortDeliver...9f53140a4c37eb.js 1.8 KB7.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/home.f3cc3fe2a38422a1c48f.js 12.7 KB47.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/uploadImageForSearc...f1750e244e0f41.js 1.4 KB5.3 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...6710e52111c3f1.js 9.0 KB30.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/xCatalogDat...9225087d762e56.js 1.1 KB4.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/provider...b3013822024ea4.js 2.4 KB7.6 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...77f6a7c4685b72.js 25.5 KB131.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/storageService.d48ea0304cacc65db21a.js 7.6 KB25.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTo...378e54035cf6d6.js 23.5 KB75.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/mo-icons.02d8c937f3a6935d28a6.js 7.9 KB27.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.4463b5fe473e03f21749.js 40.6 KB132.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/mo-ui.38343c4bc6cf2fb98261.js 18.3 KB137.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/modal-component.cbf72fa21382bccf9534.js 1.4 KB2.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.b1...749655f40cf947.js 327 B236 B
    https://static-basket-01.wbbasket.ru/vol2/site/app/14627.eb35aeacc24e8988fd4a.js 4.5 KB11.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/54124.6bdf3ca3c2d6925c2a36.js 18.5 KB53.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.7b54ed34cfd16c8b12f1.js 4.0 KB10.9 KB
    https://pow.wildberries.ru/scripts/d.js?7eec71a7 23.8 KB59.0 KB
    https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861 6.0 KB15.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/performanceAnalytics.4cfa36b69cf0f16d3cc4.js 6.4 KB18.8 KB
    Avoid using incorrect mime types (mimeTypes)The page has 9 misconfigured mime types. 91
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.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/logging/jserror
  • https://www.wildberries.ru/webapi/stats/events
  • https://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • https://www.wildberries.ru/webapi/stats/events
  • Make each CSS response small (optimalCssSize)https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3.482c63ccf2550f6bd9b5.css size is 83.8 kB (83810) 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...cf2550f6bd9b5.css 81.8 KB543.2 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.1 MB, which is more than the coach limit of 2 MB. That is really big and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://www.wildberries.ru/ 10.9 KB33.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/f/als-hauss-vf.woff2 134.7 KB134.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...cf2550f6bd9b5.css 81.8 KB543.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.7c55f47880e103d84bab.js 64.8 KB190.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.d95fa4e9f237e3245a9d.js 86.0 KB371.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.js 145.5 KB569.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-19-1.3cc7546a.js 16.9 KB81.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/header/background_turbonadduv_skidok.webp 3.1 KB3.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/cookies.6dfe33e4.json 405 B528 B
    https://a.wb.ru/sdk/sdk.js 2.1 KB5.8 KB
    https://static-basket-01.wbbasket.ru/vol1/global-payment/default-payment.json 349 B323 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.46b8a784966c73738c45.js 11.3 KB35.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.1a...0edef77e60cf16.js 13.9 KB44.8 KB
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash 0 b0 b
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuLk.c68c237c.json 1.2 KB7.6 KB
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json 191.1 KB4.7 MB
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash 169 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash 169 B16 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/userInfo/userInfoRe...77394b2b922f93.js 1.3 KB4.6 KB
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json 0 b0 b
    https://www.wildberries.ru/webapi/personalinfo 1.2 KB627 B
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json 3.4 KB9.4 KB
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json 829 B1.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/mobileMenuTemp.42883d4f.json 652 B2.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/footer.413388ce.json 2.9 KB18.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...4925c66d180c76.js 1.6 KB3.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.3f1f360c9d33874fe5c5.js 26.7 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChatPopup.0b17d52e.json 3.5 KB16.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...a76daa46aa1d8.css 10.4 KB76.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...dff1c0ad16fdff.js 12.1 KB39.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/spahome.a5bf1784.json 2.3 KB9.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/main-p...5f8e97eb6083c.css 6.1 KB45.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.473830efc3430176d1b8.js 9.8 KB41.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/lazyBlockLoader....90a678955c61ae.js 489 B780 B
    https://www.wildberries.ru/webapi/stats/pageview 666 B38 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.tooltip.d1551932ebb94b589950.js 2.6 KB9.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.shortDeliver...9f53140a4c37eb.js 1.8 KB7.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/home.f3cc3fe2a38422a1c48f.js 12.7 KB47.6 KB
    https://www.wildberries.ru/webapi/logging/jserror N/A0 b
    https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info 617 B369 B
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/uploadImageForSearchByImagePopUp.29d85a1d.json 622 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/spa/modules/uploadImageForSearc...ae50b44a28588.css 1.1 KB4.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/uploadImageForSearc...f1750e244e0f41.js 1.4 KB5.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChat.2c163d71.json 4.0 KB18.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...1d6fe85ff2d74.css 1.7 KB9.0 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...6710e52111c3f1.js 9.0 KB30.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-store.webp 1.9 KB1.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/google-play.webp 2.2 KB2.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-gallery.webp 2.0 KB1.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/rustore.webp 2.0 KB1.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/xCatalogDat...9225087d762e56.js 1.1 KB4.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/provider...b3013822024ea4.js 2.4 KB7.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCard.01942f86.json 2.8 KB9.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCore.239e7083.json 4.3 KB16.8 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...77f6a7c4685b72.js 25.5 KB131.2 KB
    https://www.wildberries.ru/webapi/api/home/seo 3.3 KB6.9 KB
    https://www.wildberries.ru/webapi/logging/jserror N/A0 b
    https://a.wb.ru/e/user_id...a.wb.ru/e/user_id 0 b0 b
    https://a.wb.ru/e/session_start...u/e/session_start 0 b0 b
    https://a.wb.ru/e/Alert_S...a.wb.ru/e/Alert_S 0 b0 b
    https://a.wb.ru/e/pageview....wb.ru/e/pageview 0 b0 b
    https://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V 0 b0 b
    https://a.wb.ru/e/Footer_S....wb.ru/e/Footer_S 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json 74.7 KB508.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuTopTmpl.dac4c2eb.json 1.5 KB6.8 KB
    https://a.wb.ru/e/pageview....wb.ru/e/pageview 0 b0 b
    https://www.wildberries.ru/webapi/stats/pageview 666 B38 B
    https://www.wildberries.ru/webapi/api/home/seo 3.3 KB6.9 KB
    https://banners-website.wildberries.ru/public/v2/banners...public/v2/banners 10.1 KB55.2 KB
    https://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V 0 b0 b
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/storageService.d48ea0304cacc65db21a.js 7.6 KB25.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTo...378e54035cf6d6.js 23.5 KB75.5 KB
    https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987 53.0 KB227.0 KB
    https://chat-prod.wildberries.ru/api/support/v1/unauth/messages 0 b0 b
    https://pow.wildberries.ru/api/v1/js-settings 781 B122 B
    https://www.wildberries.ru/manifestv2.json 1.0 KB1.5 KB
    https://www.wildberries.ru/icon.svg 1.4 KB1.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/mo-icons.02d8c937f3a6935d28a6.js 7.9 KB27.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.4463b5fe473e03f21749.js 40.6 KB132.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/mo-ui.38343c4bc6cf2fb98261.js 18.3 KB137.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/modal-component.cbf72fa21382bccf9534.js 1.4 KB2.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.b1...749655f40cf947.js 327 B236 B
    https://static-basket-01.wbbasket.ru/vol2/site/app/modal.fc7ba38625439b48a976.css 641 B1.5 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/app/14627.eb35aeacc24e8988fd4a.js 4.5 KB11.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/54124.6bdf3ca3c2d6925c2a36.js 18.5 KB53.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.7b54ed34cfd16c8b12f1.js 4.0 KB10.9 KB
    https://www.wildberries.ru/favicon.ico 15.7 KB15.0 KB
    https://chat-prod.wildberries.ru/api/support/v1/unauth/messages 585 B3 B
    https://www.wildberries.ru/android-icon-144x144.png 16.7 KB16.1 KB
    https://pow.wildberries.ru/scripts/d.js?7eec71a7 23.8 KB59.0 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/992.webp 48.0 KB47.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/blank.gif 173 B49 B
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/anno/1440x40/wb_kos..._mob_new2203.webp 49.6 KB49.4 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/shoes_sale_992.webp 89.2 KB89.0 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/BECC...EA88CC44BA59.webp 64.5 KB64.3 KB
    https://a.wb.ru/e/Banner_S....wb.ru/e/Banner_S 0 b0 b
    https://a.wb.ru/e/Banner_S....wb.ru/e/Banner_S 0 b0 b
    https://www.wildberries.ru/webapi/stats/events N/A0 b
    https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de 1.1 KB433 B
    https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861 6.0 KB15.7 KB
    https://pow.wildberries.ru/scripts/solve.wasm?7b450d09 150.0 KB342.6 KB
    https://pow.wildberries.ru/api/v1/client/verify-answer 778 B120 B
    https://cdn.wbbasket.ru/api/v3/upstreams?t=1743813193853 10.9 KB10.7 KB
    https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search 0 b0 b
    https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search 0 b0 b
    https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search 41.4 KB147.3 KB
    https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search 36.2 KB132.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/lazyBlockLoader.c66511f48cf5a64f33e7.js 1.0 KB2.3 KB
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://basket-07.wbbasket.ru/vol1102/part110216/110216290/images/c516x688/1.webp 42.8 KB42.4 KB
    https://basket-15.wbbasket.ru/vol2401/part240157/240157079/images/c516x688/1.webp 55.6 KB55.2 KB
    https://basket-05.wbbasket.ru/vol906/part90649/90649132/images/c516x688/1.webp 38.7 KB38.3 KB
    https://basket-10.wbbasket.ru/vol1487/part148759/148759467/images/c516x688/1.webp 26.9 KB26.4 KB
    https://basket-10.wbbasket.ru/vol1548/part154859/154859674/images/c516x688/1.webp 36.7 KB36.5 KB
    https://basket-04.wbbasket.ru/vol480/part48058/48058978/images/c516x688/1.webp 42.8 KB42.4 KB
    https://basket-10.wbbasket.ru/vol1496/part149686/149686576/images/c516x688/1.webp 39.2 KB39.1 KB
    https://basket-05.wbbasket.ru/vol743/part74312/74312538/images/c516x688/1.webp 23.6 KB23.5 KB
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.4cfa36b69cf0f16d3cc4.js 6.4 KB18.8 KB
    https://a.wb.ru/e/performance....ru/e/performance 0 b0 b
    https://a.wb.ru/e/performance....ru/e/performance 0 b0 b
    https://a.wb.ru/e/performance....ru/e/performance 0 b0 b
    https://a.wb.ru/e/performance....ru/e/performance 0 b0 b
    https://a.wb.ru/e/performance....ru/e/performance 0 b0 b
    https://a.wb.ru/e/performance....ru/e/performance 0 b0 b
    https://www.wildberries.ru/webapi/stats/events N/A0 b
    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/webapi/api/home/seo
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://www.wildberries.ru/android-icon-144x144.png
  • Best practice advice (59)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)You have a poor cumulative layout shift score (0.4299). 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 (109 requests and 1.9 MB) then first party (24 requests and 254.5 kB). The page transfer more bytes from third party domains (1.9 MB) then first party (254.5 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 23 responses that sets both a max-age and expires header. There are 19 responses that sets a pragma no-cache header (that is a request header). There are 30 responses that sets a server header. 28
    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://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/personalinfo
  • 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/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • 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://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://banners-website.wildberries.ru/public/v2/banners...public/v2/banners
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • 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://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://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://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • 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://cdn.wbbasket.ru/api/v3/upstreams?t=1743813193853
  • 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://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • Privacy advice (93)

    TitleAdviceScore
    Set a referrer-policy header to make sure you do not leak user information. (referrerPolicyHeader)Set a referrer-policy header to make sure you do not leak user information.0
    Description: Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. https://scotthelme.co.uk/a-new-security-header-referrer-policy/.
    Offenders:
  • https://www.wildberries.ru/
  • 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 elements5255
    Avg DOM depth15
    Max DOM depth19
    Iframes0
    Script tags3039
    Local storage291.8 KB
    Session storage225 B
    Network Information API4g
    Resource Hints
    preconnect
    https://static-basket-01.wbbasket.ru/
    https://splitter.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)231 ms
    First Contentful Paint (FCP)876 ms
    Largest Contentful Paint (LCP)3.616 s
    Cumulative Layout Shift (CLS)0.43
    Total Blocking Time (TBT)1.513 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP162
    Time spent in recalculate style before FCP19.211 ms
    Extra timings
    TTFB231 ms
    First Paint876 ms
    Load Event End3.098 s
    Fully loaded10.045 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/992.webp" data-src-pb="https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/992.webp" class="swiper-lazy swiper-lazy-loaded" name="banner_8e6c3f27-cdfd-49bb-a0cf-6aec9b6e6ed5" alt="ВЫГОДКА" width="1440" height="168">
    Render time 3.616 s
    Element render delay65 ms
    TTFB231 ms
    Resource delay3.188 s
    Resource load duration132 ms
    Elements that needed recalculate style before LCP2337
    Time spent in recalculate style before LCP148.625 ms
    Load time3.555 s
    URL https://static-baske.../992x413/992.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.42990 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.26250<div id="mainContainer" class="main__container"></div>
    body > div:eq(0) > main#body-layout > div#mainContainer
    0.02445<div class="fixed-block__cookies"></div>,<div class="fixed-block j-fixed-block"></div>
    body > div:eq(2) > div,body > div:eq(2)
    0.01716<div id="mainContainer" class="main__container"></div>
    body > div:eq(0) > main#body-layout > div#mainContainer
    0.00569<div class="navbar-mobile hide-desktop j-navbar-mobile" data-link="{on 'click' '.navbar-mobile__link' sendAnalytics}" data-jsv="#53^/53^"></div>
    body > div:eq(1)
    0.00334
    0.00273
    0.00273
    0.00273
    0.00273
    0.00273
    0.00272
    0.00272
    0.00272
    0.00271
    0.00271
    0.00271
    0.00271
    0.00270
    0.00270
    0.00269
    0.00268
    0.00268
    0.00267
    0.00265
    0.00265
    0.00265
    0.00258
    0.00257
    0.00257
    0.00240
    0.00239
    0.00239
    0.00221
    0.00221
    0.00221
    0.00205
    0.00203
    0.00203
    0.00186
    0.00186
    0.00170
    0.00169
    0.00153
    0.00152
    0.00138
    0.00137
    0.00137
    0.00123
    0.00122
    0.00118
    0.00108
    0.00107
    0.00095
    0.00094
    0.00089
    0.00082
    0.00082
    0.00074
    0.00070
    0.00070
    0.00060
    0.00059
    0.00049
    0.00049
    0.00041
    0.00040
    0.00037
    0.00032
    0.00032
    0.00027
    0.00025
    0.00025
    0.00018
    0.00018
    0.00018
    0.00012
    0.00012
    0.00011
    0.00007
    0.00007
    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
    967.6 ms1.026 s1.3 ms1.3 ms0 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    935.8 ms996.7 ms0.1 ms0 ms0.1 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.shortDeliveries.847fbc9f53140a4c37eb.js

    Invoker:  https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.shortDeliveries.847fbc9f53140a4c37eb.js
    Invoker Type: classic-script
    Window attribution: self

    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    511.3 ms555.6 ms10.8 ms10.7 ms0.1 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.js

    Forced Style And Layout Duration: 325 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    82.7 ms203 ms2.5 ms2.4 ms0.1 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.js

    Forced Style And Layout Duration: 1 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    31.4 ms95.4 ms0.7 ms0.7 ms0 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.js

    Forced Style And Layout Duration: 25 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    27 ms91 ms2.2 ms2.2 ms0 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.js

    Forced Style And Layout Duration: 17 ms

    Invoker:  LockManager.request.then
    Invoker Type: resolve-promise
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    21.7 ms74.1 ms0.2 ms0.1 ms0.1 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.d95fa4e9f237e3245a9d.js

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

    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    13.1 ms98.4 ms0.2 ms0.1 ms0.1 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.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
    4.9 ms106.1 ms1.3 ms1.3 ms0 ms

    Invoker:  SCRIPT[src=https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.3f1f360c9d33874fe5c5.js].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.js

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

    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.js

    Forced Style And Layout Duration: 38 ms

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

    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.js

    Forced Style And Layout Duration: 10 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms607 ms20.3 ms0.1 ms20.2 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
    Documents34
    Frames26
    JSEventListeners12267
    LayoutObjects4065
    MediaKeySessions0
    MediaKeys0
    Nodes12017
    Resources155
    ContextLifecycleStateObservers71
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers34
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents7
    LayoutCount193
    RecalcStyleCount223
    LayoutDuration103
    RecalcStyleDuration505
    DevToolsCommandDuration34
    ScriptDuration241
    V8CompileDuration2
    TaskDuration5145
    TaskOtherDuration4260
    ThreadTime5
    ProcessTime7
    JSHeapUsedSize29749912
    JSHeapTotalSize60035072
    FirstMeaningfulPaint874
    | 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 requests133
    Total domains15
    Total transfer size2.0 MB
    Total content size9.8 MB
    Responses missing compression59
    Number of cookies0
    Third party cookies0
    Requests per response code
    200129
    2044

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b10.9 KB33.3 KB1
    css0 b102.7 KB686.4 KB7
    javascript399 B614.2 KB2.3 MB37
    image0 b585.8 KB581.4 KB19
    font0 b134.7 KB134.4 KB1
    json0 b460.0 KB5.8 MB33
    other0 b150.0 KB342.6 KB9
    plain3.1 KB338 B32 B24
    svg0 b1.4 KB1.5 KB1
    favicon0 b15.7 KB15.0 KB1
    Total3.5 KB2.0 MB9.8 MB133

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru2.766 s54.8 KB81.9 KB14
    static-basket-01.wbbasket.ru10.162 s1.3 MB8.5 MB74
    a.wb.ru3.480 s2.1 KB5.8 KB21
    user-geo-data.wildberries.ru414 ms617 B369 B1
    banners-website.wildberries.ru524 ms10.1 KB55.2 KB1
    catalog.wb.ru421 ms53.0 KB227.0 KB1
    chat-prod.wildberries.ru419 ms585 B3 B2
    pow.wildberries.ru1.283 s182.4 KB418.0 KB6
    cdn.wbbasket.ru496 ms10.9 KB10.7 KB1
    recom.wb.ru727 ms77.6 KB279.8 KB4
    basket-07.wbbasket.ru642 ms42.8 KB42.4 KB1
    basket-15.wbbasket.ru640 ms55.6 KB55.2 KB1
    basket-05.wbbasket.ru1.086 s62.4 KB61.8 KB2
    basket-10.wbbasket.ru1.470 s102.8 KB102.1 KB3
    basket-04.wbbasket.ru645 ms42.8 KB42.4 KB1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified1 minute2 weeks1 year

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css1.5 KB2
    javascript132.6 KB12
    image574.5 KB14
    font0 b0
    json91.9 KB7
    svg1.4 KB1
    favicon15.7 KB1
    plain0 b14
    other150.0 KB3
    Total967.6 KB54

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css20.9 KB6
    javascript273.6 KB30
    image582.7 KB18
    font0 b0
    other150.0 KB8
    json458.0 KB30
    plain338 B24
    svg1.4 KB1
    favicon15.7 KB1
    Total1.5 MB118

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    140

    Render information

    URLType
    https://static-baske...1d7398bd04b3eb.jsin_body_parser_blocking
    https://static-baske...ls-hauss-vf.woff2non_blocking
    https://static-baske...e9f237e3245a9d.jsin_body_parser_blocking
    https://static-baske...cf2550f6bd9b5.cssblocking
    https://static-baske...7880e103d84bab.jsin_body_parser_blocking
    https://static-baske...fe473e03f21749.jsnon_blocking
    https://static-baske...0c9d33874fe5c5.jsnon_blocking
    https://static-baske...77f6a7c4685b72.jsnon_blocking
    https://pow.wildberr...s.ru/scripts/d.jsnon_blocking
    https://static-baske...378e54035cf6d6.jsnon_blocking
    https://static-baske...a3c2d6925c2a36.jsnon_blocking
    https://static-baske...4bc6cf2fb98261.jsnon_blocking
    https://static-baske...-19-1.3cc7546a.jsin_body_parser_blocking
    https://static-baske...0edef77e60cf16.jsnon_blocking
    https://static-baske...e2a38422a1c48f.jsnon_blocking
    https://static-baske...dff1c0ad16fdff.jsnon_blocking
    https://static-baske...84966c73738c45.jsnon_blocking
    https://static-baske...a76daa46aa1d8.cssdynamically_injected_non_blocking
    https://static-baske...efc3430176d1b8.jsnon_blocking
    https://static-baske...6710e52111c3f1.jsnon_blocking
    https://static-baske...37f3a6935d28a6.jsnon_blocking
    https://static-baske...304cacc65db21a.jsnon_blocking
    https://static-baske...b69cf0f16d3cc4.jsnon_blocking
    https://static-baske...5f8e97eb6083c.cssdynamically_injected_non_blocking
    https://pow.wildberr...ipts/wasm_exec.jsnon_blocking
    https://static-baske...acc24e8988fd4a.jsnon_blocking
    https://static-baske...34cfd16c8b12f1.jsnon_blocking
    https://static-baske...32ebb94b589950.jsnon_blocking
    https://static-baske...b3013822024ea4.jsnon_blocking
    https://a.wb.ru/sdk/sdk.jsnon_blocking
    https://static-baske...9f53140a4c37eb.jsnon_blocking
    https://static-baske...1d6fe85ff2d74.cssdynamically_injected_non_blocking
    https://static-baske...4925c66d180c76.jsnon_blocking
    https://static-baske...f1750e244e0f41.jsnon_blocking
    https://static-baske...a21382bccf9534.jsnon_blocking
    https://static-baske...77394b2b922f93.jsnon_blocking
    https://static-baske...ae50b44a28588.cssdynamically_injected_non_blocking
    https://static-baske...9225087d762e56.jsnon_blocking
    https://static-baske...f48cf5a64f33e7.jsnon_blocking
    https://static-baske...d4a81a33f9c85.cssdynamically_injected_non_blocking
    https://static-baske...696f23cf02cb02.jsnon_blocking
    https://static-baske...625439b48a976.cssdynamically_injected_non_blocking
    https://static-baske...ec4113398294c9.jsnon_blocking
    https://static-baske...90a678955c61ae.jsnon_blocking
    https://static-baske...749655f40cf947.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 1513
    Max Potential First Input Delay 985
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint51263
    Long Tasks after Load Event End2624
    Total Long Tasks61813

    CPU last long task happened at 6.672 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self91871window
    self1647985window
    unknown266053window
    self285280window
    self338474window
    unknown6672550window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML116
    styleLayout602
    paintCompositeRender120
    scriptParseCompile2
    scriptEvaluation2842
    garbageCollection76
    other1408
    Events (ms)
    RunMicrotasks2588
    RunTask1197
    UpdateLayoutTree485
    v8.run150
    Layout103
    ParseHTML80
    Layerize73
    Paint61
    FunctionCall53
    PrePaint44
    Commit42
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL34
    HTMLDocumentParser::MaybeFetchQueuedPreloads32
    PaintImage24
    HitTest19
    v8.callFunction16
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE15
    IntersectionObserverController::computeIntersections14
    UpdateLayer14

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.1701211d7398bd04b3eb.js134
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.7c55f47880e103d84bab.js38
    https://a.wb.ru/sdk/sdk.js21
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.4463b5fe473e03f21749.js17
    https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.4cfa36b69cf0f16d3cc4.js13
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTokenService.8901b3378e54035cf6d6.js11

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru213.6
    a.wb.ru21.2
    | 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
    cdn.wbbasket.ru
    recom.wb.ru
    basket-07.wbbasket.ru
    basket-15.wbbasket.ru
    basket-05.wbbasket.ru
    basket-10.wbbasket.ru
    basket-04.wbbasket.ru

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b10.9 KB33.3 KB1
    css0 b0 b0 b0
    javascript0 b29.8 KB74.7 KB2
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    json0 b24.0 KB72.2 KB13
    other0 b150.0 KB342.6 KB5
    svg0 b1.4 KB1.5 KB1
    favicon0 b15.7 KB15.0 KB1
    TotalN/A248.5 KB555.4 KB24

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b102.7 KB686.4 KB7
    javascript399 B584.4 KB2.2 MB35
    image0 b569.1 KB565.3 KB18
    font0 b134.7 KB134.4 KB1
    json0 b435.9 KB5.8 MB20
    other0 b0 b0 b4
    plain3.1 KB338 B32 B24
    Total3.4 KB1.8 MB9.3 MB109
    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>© Wildberries 2004–2025.<span> Все права защищены.</span></span>
    • <span> Все права защищены.</span>
    • <span> Применяются <a class="footer__link" target="_blank" data-link="href{legalRedirectUrl: '/services/pravila-primeneniya-rekomendatelnyh-tehnologiy'}" href="https://legal.wildberries.ru/rules-for-the-use-of-recommendation-technologies/country/ru/lang/ru/">рекомендательные технологии</a> </span>
    • <a class="footer__link" target="_blank" data-link="href{legalRedirectUrl: '/services/pravila-primeneniya-rekomendatelnyh-tehnologiy'}" href="https://legal.wildberries.ru/rules-for-the-use-of-recommendation-technologies/country/ru/lang/ru/">рекомендательные технологии</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: #A344FA; --custom-promo-filter-switch-color: #A0A0A0; --custom-promo-filter-switch-background: #FFFFFF; --custom-promo-filter-switch-active-color: #FFFFFF; --custom-promo-filter-switch-active-background: #FA81FF;">
    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 search-placeholder" name="searchInput" 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="#46^/46^">
    • <a class="navbar-mobile__link" data-wba-header-name="LK_tabbar" href="/lk" aria-label="Личный кабинет" data-link="{on 'click' showPopupLoginMobile}" data-jsv="#48^/48^">
    • <p class="cookies__text">