Page summary

https://www.wildberries.ru

Tested 2025-01-16 15:32:05 using Chrome 131.0.6778.85 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score63
Total Page Transfer Size6.7 MB
Requests126
Timing metrics
TTFB [median]72 ms
First Paint [median]297 ms
Fully Loaded [median]6.713 s
Google Web Vitals
TTFB [median]72 ms
First Contentful Paint (FCP) [median]297 ms
Largest Contentful Paint (LCP) [median]2.021 s
Cumulative Layout Shift (CLS) [median]0.11
Interaction To Next Paint (INP) [median]124 ms
Total Blocking Time [median]1.010 s
Max Potential FID [median]777 ms
CPU metrics
CPU long tasks [median]4
CPU longest task duration1.836 s
CPU last long task happens at4.465 s
Visual Metrics
First Visual Change [median]300 ms
Speed Index [median]3.160 s
Visual Complete 85% [median]5.067 s
Visual Complete 99% [median]5.067 s
Last Visual Change [median]5.734 s
Chrome User Experience Report (CRUX)
First Contentful Paint [p75]1.314 s
Largest Contentful Paint (LCP) [p75]3.479 s
Cumulative Layout Shift (CLS) [p75]0.72
Screenshot of run 3

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange200 ms300 ms267 ms300 ms
LastVisualChange5.034 s5.734 s15.223 s34.900 s
SpeedIndex3.105 s3.160 s4.312 s6.670 s
VisualReadiness4.734 s5.534 s14.956 s34.600 s
VisualComplete855.000 s5.067 s5.056 s5.100 s
VisualComplete955.034 s5.067 s14.300 s32.800 s
VisualComplete995.034 s5.067 s14.356 s32.967 s
Google Web Vitals
Time To First Byte (TTFB)44 ms72 ms64 ms77 ms
Largest Contentful Paint (LCP)2.005 s2.021 s2.017 s2.024 s
First Contentful Paint (FCP)217 ms297 ms273 ms305 ms
Cumulative Layout Shift (CLS)0.11190.11260.11260.1132
More metrics
firstPaint217 ms297 ms273 ms305 ms
loadEventEnd529 ms1.512 s10.828 s30.443 s
CPU
Total Blocking Time931 ms1.010 s1.560 s2.740 s
Max Potential FID723 ms777 ms1.112 s1.836 s
CPU long tasks 4445
CPU last long task happens at4.454 s4.465 s8.246 s15.819 s
| Waterfall | | Download HAR | 

Waterfall

Run 3 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.2 sCPU Long Task duration 50 msFirst Visual Change 200 ms
0.3 sFirst Contentful Paint 217 msCPU Long Task duration 79 ms
0.4 sLayout Shift 0.00000 320 msDOM Content Loaded Time 329 msLayout Shift 0.00048 366 ms
0.5 sLayout Shift 0.00001 485 ms
0.6 s
0.7 s
0.8 sLayout Shift 0.00986 707 msCPU Long Task duration 777 ms
1.6 sLayout Shift 0.00122 1.508 sCPU Long Task duration 51 msPage Load Time 1.512 s
1.7 s
2 sLayout Shift 0.00003 1.932 sLayout Shift 0.00015 1.952 s
2.1 sLayout Shift 0.07746 2.007 sLCP <IMG> 2.021 sLayout Shift 0.00036 2.044 sLayout Shift 0.00021 2.059 s
2.2 sLayout Shift 0.00096 2.101 sLayout Shift 0.00037 2.130 sLayout Shift 0.00092 2.160 sLayout Shift 0.00112 2.191 s
2.3 sLayout Shift 0.00134 2.231 sLayout Shift 0.00157 2.256 sLayout Shift 0.00082 2.282 sLayout Shift 0.00083 2.297 s
2.4 sLayout Shift 0.00084 2.314 sLayout Shift 0.00084 2.324 sLayout Shift 0.00085 2.336 sLayout Shift 0.00085 2.350 sLayout Shift 0.00085 2.367 sLayout Shift 0.00085 2.384 s
2.5 sLayout Shift 0.00084 2.401 sLayout Shift 0.00084 2.419 sLayout Shift 0.00175 2.450 sLayout Shift 0.00079 2.468 sLayout Shift 0.00073 2.492 s
2.6 sLayout Shift 0.00067 2.506 sLayout Shift 0.00062 2.524 sLayout Shift 0.00056 2.545 sLayout Shift 0.00051 2.564 sLayout Shift 0.00047 2.582 s
2.7 sLayout Shift 0.00082 2.604 sLayout Shift 0.00033 2.620 sLayout Shift 0.00029 2.643 sLayout Shift 0.00025 2.663 sLayout Shift 0.00021 2.669 sLayout Shift 0.00018 2.688 s
2.8 sLayout Shift 0.00015 2.712 sLayout Shift 0.00012 2.724 sLayout Shift 0.00009 2.742 sLayout Shift 0.00007 2.756 sLayout Shift 0.00010 2.784 s
2.9 sLayout Shift 0.00002 2.811 s
4.5 sCPU Long Task duration 303 ms
4.9 s
5 s
5.1 sVisual Complete 85% 5.067 sVisual Complete 95% 5.067 sVisual Complete 99% 5.067 s
5.8 sLast Visual Change 5.734 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 (63)

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.9064b3bb6f5c7ab5e52e.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-5-1.bf9268b5.js
  • Don't scale images in the browser (avoidScalingImages)The page has 33 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/bners1/wb_koshelek_cyber_2880_1.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/2880_domoy-bolshuyu-pokupku.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/cm_2880x336.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/pvz_new_2880.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/cyber_heroes_2880.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/2880_domoy-bolshuyu-pokupku.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/cm_2880x336.webp
  • https://basket-03.wbbasket.ru/vol297/part29767/29767294/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol904/part90409/90409964/images/c516x688/1.webp
  • https://basket-13.wbbasket.ru/vol1980/part198063/198063994/images/c516x688/1.webp
  • https://basket-03.wbbasket.ru/vol421/part42119/42119854/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol558/part55868/55868688/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol137/part13780/13780816/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol255/part25534/25534940/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol649/part64909/64909680/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol498/part49833/49833755/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1597/part159787/159787876/images/c516x688/1.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947074329243570.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947109689294031.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947136686720349.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947152407606781.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736956170848126194.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736956477816522630.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947166442619775.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947180012822281.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736973903248919176.webp
  • https://basket-14.wbbasket.ru/vol2108/part210884/210884132/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2096/part209666/209666407/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1332/part133281/133281680/images/c516x688/1.webp
  • https://basket-06.wbbasket.ru/vol1021/part102150/102150809/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1592/part159281/159281751/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol904/part90409/90409962/images/c516x688/1.webp
  • https://basket-13.wbbasket.ru/vol1954/part195455/195455204/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) You can add fetchPriority="high" to the image to increase the load priority in Chrome.95
    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.
    Avoid CPU Long Tasks (longTasks)The page has 4 CPU long tasks with the total of 2.958 s. The total blocking time is 2.740 s and 1 long task before first contentful paint with total time of 68 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.20
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • self
  • self
  • unknown
  • self
  • Avoid Frontend single point of failures (spof)The page has 2 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.90
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...939d1411bc28f.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 5.8 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...939d1411bc28f.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.9064b3bb6f5c7ab5e52e.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-5-1.bf9268b5.js
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/header/logoWb.svg
  • 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.b600e6433f4e5401b467.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.7f...8638480db88d91.js
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/cargo-delivery-stores-v2.json
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json
  • 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/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://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • 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/vol2/site/i/v3/apps/qr-apps.svg
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuTopTmpl.dac4c2eb.json
  • 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/bners1/cm_2880x336.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/blank.gif
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/wb_koshelek_cyber_2880_1.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/2880_domoy-bolshuyu-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/vol1/crm-bnrs/adsf/1736947074329243570.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947109689294031.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947136686720349.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947152407606781.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736956170848126194.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736956477816522630.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947166442619775.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947180012822281.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736973903248919176.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736949016754938332.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChatPopup.5577172b.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.7a288e54.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.bf4066dc9efb99da67b8.js
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.f8c3dc1523537761b00d.js
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/pvz_new_2880.webp
  • https://static-basket-01.wbbasket.ru/vol0/data/all-poo-v9.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/all-poo-fr-v9.json
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/cyber_heroes_2880.webp
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/android-icon-144x144.png
  • Long cache headers is good (cacheHeadersLong)The page has 20 requests that have a shorter cache time than 30 days (but still a cache time).80
    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://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-03.wbbasket.ru/vol297/part29767/29767294/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol904/part90409/90409964/images/c516x688/1.webp
  • https://basket-13.wbbasket.ru/vol1980/part198063/198063994/images/c516x688/1.webp
  • https://basket-03.wbbasket.ru/vol421/part42119/42119854/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol558/part55868/55868688/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol137/part13780/13780816/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol255/part25534/25534940/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol649/part64909/64909680/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol498/part49833/49833755/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1597/part159787/159787876/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2108/part210884/210884132/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2096/part209666/209666407/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1332/part133281/133281680/images/c516x688/1.webp
  • https://basket-06.wbbasket.ru/vol1021/part102150/102150809/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1592/part159281/159281751/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol904/part90409/90409962/images/c516x688/1.webp
  • https://basket-13.wbbasket.ru/vol1954/part195455/195455204/images/c516x688/1.webp
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 97.4 kB and uncompressed size is 646.4 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...939d1411bc28f.css 76.3 KB496.5 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 image size shouldn't be too big (imageSize)The page total image size is 3 MB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.50
    Description: Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 517.9 kB and the uncompressed size is 1.9 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js 65.0 KB190.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.9064b3bb6f5c7ab5e52e.js 198.7 KB803.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-5-1.bf9268b5.js 18.1 KB113.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.b600e6433f4e5401b467.js 8.6 KB26.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.7f...8638480db88d91.js 11.3 KB36.3 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.bf4066dc9efb99da67b8.js 6.1 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 12 misconfigured mime types. 88
    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://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • https://www.wildberries.ru/webapi/stats/events
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://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.2be9cf4939d1411bc28f.css size is 78.2 kB (78172) 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...939d1411bc28f.css 76.3 KB496.5 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 7 MB, which is more than the coach limit of 2 MB. That is insane 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/ 8.6 KB30.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...939d1411bc28f.css 76.3 KB496.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js 65.0 KB190.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.9064b3bb6f5c7ab5e52e.js 198.7 KB803.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-5-1.bf9268b5.js 18.1 KB113.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/header/logoWb.svg 1.1 KB2.5 KB
    https://static-basket-01.wbbasket.ru/vol0/l/als-hauss-vf.woff2 134.5 KB134.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/cookies.04c0780e.json 423 B536 B
    https://static-basket-01.wbbasket.ru/vol1/global-payment/default-payment.json 346 B324 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.b600e6433f4e5401b467.js 8.6 KB26.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.7f...8638480db88d91.js 11.3 KB36.3 KB
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash 169 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/cargo-delivery-stores-v2.json 22.1 KB114.1 KB
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash 169 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json 117.7 KB2.3 MB
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json 2.0 KB4.9 KB
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json 735 B1.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuLk.f345e8d9.json 1.1 KB7.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/footer.7db0dfb1.json 2.4 KB12.5 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/t/jst/spahome.0a080d7a.json 2.3 KB9.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/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://www.wildberries.ru/webapi/stats/pageview 666 B38 B
    https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info 616 B369 B
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCard.3ce1eda2.json 2.8 KB9.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCore.5e601ea7.json 4.2 KB16.5 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://www.wildberries.ru/webapi/api/home/seo 2.9 KB6.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/apps/qr-apps.svg 6.4 KB51.1 KB
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 6.4 KB44.8 KB
    https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json 71.7 KB484.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuTopTmpl.dac4c2eb.json 1.5 KB6.8 KB
    https://www.wildberries.ru/webapi/stats/pageview 666 B38 B
    https://www.wildberries.ru/webapi/api/home/seo 2.9 KB6.9 KB
    https://www.wildberries.ru/webapi/personalinfo 1.2 KB627 B
    https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987 34.0 KB128.6 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/generalPreloader.afe2ccfd4a81a33f9c85.css 917 B6.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.19158f0c388a8109f604.js 7.9 KB21.1 KB
    https://pow.wildberries.ru/api/v1/js-settings 746 B122 B
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/cm_2880x336.webp 199.7 KB199.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/blank.gif 173 B49 B
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/wb_koshelek_cyber_2880_1.webp 71.3 KB71.1 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/2880_domoy-bolshuyu-pokupku.webp 113.8 KB113.7 KB
    https://pow.wildberries.ru/scripts/d.js?7eec71a7 21.1 KB59.0 KB
    https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de 1.0 KB433 B
    https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861 5.2 KB15.7 KB
    https://pow.wildberries.ru/scripts/solve.wasm?7b450d09 130.0 KB342.6 KB
    https://pow.wildberries.ru/api/v1/client/verify-answer 743 B120 B
    https://www.wildberries.ru/webapi/stats/events N/A0 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 0 b0 b
    https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search 34.9 KB132.4 KB
    https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search 35.4 KB136.0 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://basket-03.wbbasket.ru/vol297/part29767/29767294/images/c516x688/1.webp 55.5 KB55.3 KB
    https://basket-05.wbbasket.ru/vol904/part90409/90409964/images/c516x688/1.webp 61.7 KB61.3 KB
    https://basket-13.wbbasket.ru/vol1980/part198063/198063994/images/c516x688/1.webp 77.6 KB77.1 KB
    https://basket-03.wbbasket.ru/vol421/part42119/42119854/images/c516x688/1.webp 59.1 KB58.6 KB
    https://basket-04.wbbasket.ru/vol558/part55868/55868688/images/c516x688/1.webp 41.8 KB41.3 KB
    https://basket-01.wbbasket.ru/vol137/part13780/13780816/images/c516x688/1.webp 14.6 KB14.2 KB
    https://basket-02.wbbasket.ru/vol255/part25534/25534940/images/c516x688/1.webp 34.5 KB34.0 KB
    https://basket-04.wbbasket.ru/vol649/part64909/64909680/images/c516x688/1.webp 23.4 KB23.3 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947074329243570.webp 191.9 KB191.7 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947109689294031.webp 139.4 KB139.2 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947136686720349.webp 126.3 KB126.1 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947152407606781.webp 71.3 KB71.1 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736956170848126194.webp 90.5 KB90.4 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736956477816522630.webp 106.6 KB106.5 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947166442619775.webp 174.1 KB174.0 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947180012822281.webp 88.6 KB88.4 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736973903248919176.webp 102.1 KB102.0 KB
    https://basket-04.wbbasket.ru/vol498/part49833/49833755/images/c516x688/1.webp 46.3 KB46.2 KB
    https://basket-10.wbbasket.ru/vol1597/part159787/159787876/images/c516x688/1.webp 55.3 KB55.2 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736949016754938332.webp 60.4 KB60.2 KB
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 0 b0 b
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 0 b0 b
    https://basket-14.wbbasket.ru/vol2108/part210884/210884132/images/c516x688/1.webp 42.0 KB41.5 KB
    https://basket-14.wbbasket.ru/vol2096/part209666/209666407/images/c516x688/1.webp 127.6 KB127.5 KB
    https://basket-10.wbbasket.ru/vol1332/part133281/133281680/images/c516x688/1.webp 61.1 KB60.7 KB
    https://basket-06.wbbasket.ru/vol1021/part102150/102150809/images/c516x688/1.webp 82.7 KB82.3 KB
    https://basket-10.wbbasket.ru/vol1592/part159281/159281751/images/c516x688/1.webp 60.9 KB60.8 KB
    https://basket-05.wbbasket.ru/vol904/part90409/90409962/images/c516x688/1.webp 61.1 KB60.9 KB
    https://basket-13.wbbasket.ru/vol1954/part195455/195455204/images/c516x688/1.webp 87.4 KB87.3 KB
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 572 B327 B
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 571 B326 B
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChatPopup.5577172b.json 3.9 KB19.3 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/j/spa/modules/onlineChat/onlineCh...7796a70708408c.js 11.8 KB38.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChat.7a288e54.json 4.0 KB18.3 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...47221dfe5e51e0.js 8.7 KB28.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/storageService.bf4066dc9efb99da67b8.js 6.1 KB19.8 KB
    https://chat-prod.wildberries.ru/api/support/v1/unauth/messages 0 b0 b
    https://www.wildberries.ru/webapi/stats/events N/A0 b
    https://chat-prod.wildberries.ru/api/support/v1/unauth/messages 585 B3 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.f8c3dc1523537761b00d.js 6.4 KB18.9 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/pvz_new_2880.webp 109.8 KB109.7 KB
    https://www.wildberries.ru/webapi/stats/events N/A0 b
    https://static-basket-01.wbbasket.ru/vol0/data/all-poo-v9.json.hash 169 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/all-poo-fr-v9.json 2.7 MB20.1 MB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/cyber_heroes_2880.webp 208.5 KB208.4 KB
    https://www.wildberries.ru/webapi/stats/events N/A0 b
    https://www.wildberries.ru/manifestv2.json 981 B1.5 KB
    https://www.wildberries.ru/icon.svg 1.3 KB1.5 KB
    https://www.wildberries.ru/favicon.ico 15.6 KB15.0 KB
    https://www.wildberries.ru/android-icon-144x144.png 16.7 KB16.1 KB
    https://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://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/android-icon-144x144.png
  • Best practice advice (66)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)You have a cumulative layout shift score (0.1126) that needs improvements. It is in the Google Web Vitals needs improvement range, shift higher than 0.1. You should manually check the filmstrip or video and check if it will affect the user.50
    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 (101 requests and 6.8 MB) then first party (25 requests and 223.1 kB). The page transfer more bytes from third party domains (6.8 MB) then first party (223.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 23 responses that sets both a max-age and expires header. There are 20 responses that sets a pragma no-cache header (that is a request header). There are 34 responses that sets a server header. 23
    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://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://www.wildberries.ru/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/v1/banners...public/v1/banners
  • 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://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://pow.wildberries.ru/scripts/d.js?7eec71a7
  • https://pow.wildberries.ru/scripts/d.js?7eec71a7
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/scripts/wasm_exec.js?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://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • 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://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • 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://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://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://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: широкий ассортимент товаров - скидки каждый день!
    Width1904
    Height3467
    DOM elements3682
    Avg DOM depth14
    Max DOM depth20
    Iframes0
    Script tags2040
    Local storage242.1 KB
    Session storage209 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 | Interaction To Next Paint | Long Aninimation Frames | 

    Data from run 3

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)44 ms
    First Contentful Paint (FCP)217 ms
    Largest Contentful Paint (LCP)2.021 s
    Cumulative Layout Shift (CLS)0.11
    Interaction to next paint (INP)144 ms
    Total Blocking Time (TBT)1.010 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP186
    Time spent in recalculate style before FCP25.631 ms
    Extra timings
    TTFB44 ms
    First Paint217 ms
    Load Event End1.512 s
    Fully loaded6.321 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/bners1/cm_2880x336.webp" data-src-pb="https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/cm_2880x336.webp" class="swiper-lazy swiper-lazy-loaded" name="banner_61245a59-2a55-4437-89fc-84bd4a0f4069" alt="Киберпонедельник" width="1440" height="168">
    Render time 2.021 s
    Elements that needed recalculate style before LCP1511
    Time spent in recalculate style before LCP94.354 ms
    Load time2.021 s
    URL https://static-baske.../cm_2880x336.webp
    Size (width*height)241920
    DOM path
    div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(1) > div > div:eq(1) > div > div > div:eq(0) > div:eq(1) > div > a > div > img> div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(1) > div > div:eq(1) > div > div > div:eq(0) > div:eq(1) > div > a > div > img>
    LCP

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

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

    LCP

    Detected Cumulative Layout Shift

    0.11322 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.07746<div id="mainContainer" class="main__container"></div>
    body > div:eq(0) > main#body-layout > div#mainContainer
    0.00986<div id="mainContainer" class="main__container"></div>
    body > div:eq(0) > main#body-layout > div#mainContainer
    0.00175
    0.00157
    0.00134
    0.00122
    0.00112
    0.00096
    0.00092
    0.00085
    0.00085
    0.00085
    0.00085
    0.00084
    0.00084
    0.00084
    0.00084
    0.00083
    0.00082
    0.00082
    0.00079
    0.00073
    0.00067
    0.00062
    0.00056
    0.00051
    0.00048<div class="search-catalog__btn-wrap"></div>,<div class="header__navbar-pc navbar-pc hide-mobile j-b-header-menu" id="basketContent"></div>
    body > div:eq(0) > header > div > div:eq(1) > div#searchBlock > div:eq(0) > div:eq(1),body > div:eq(0) > header > div > div:eq(1) > div#basketContent
    0.00047
    0.00037
    0.00036
    0.00033
    0.00029
    0.00025
    0.00021
    0.00021
    0.00018
    0.00015
    0.00015
    0.00012
    0.00010
    0.00009
    0.00007
    0.00003
    0.00002
    0.00001<div class="header__wrap"></div>,<div class="simple-menu__item header__currency j-b-header-country"></div>
    body > div:eq(0) > header > div > div:eq(0) > div,body > div:eq(0) > header > div > div:eq(0) > div > div:eq(1)
    0.00000<span class="simple-menu__text-full"></span>
    body > div:eq(0) > header > div > div:eq(0) > ul > li:eq(3) > a > span:eq(0)
    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.

    Interaction to Next Paint

    Interaction to Next Paint (INP) is a metric that try to measure responsiveness. It's useful if you are testing user journeys. Read more about Interaction to Next Paint.

    The measured latency was 144 ms.

    Event typepointerout
    Element typeDIV
    Element class namemain-page__content
    Event target#app>div>div.main-page>div.main-page__content-wrapper>div.main-page__content
    Load state when the event happenedcomplete

    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
    974 ms1.032 s1.8 ms1.1 ms0.7 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    728 ms780.7 ms1.3 ms1.2 ms0.1 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.9064b3bb6f5c7ab5e52e.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    279 ms319.6 ms25.4 ms6.2 ms19.2 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    35 ms82.2 ms5.8 ms4.9 ms0.9 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.9064b3bb6f5c7ab5e52e.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    10 ms89.1 ms48.9 ms0 ms48.9 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    9 ms114.1 ms0.9 ms0 ms0.9 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    2 ms100.2 ms0.8 ms0.4 ms0.4 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms60.4 ms4.6 ms0 ms4.6 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms83.1 ms-0.1 ms0.2 ms-0.3 ms
    https://a.wb.ru/sdk/sdk.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms75.6 ms4.4 ms0 ms4.4 ms

    Invoker:  SCRIPT[src=//static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggestionsHelper.9099f29c84c5b67e60f0.js].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

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

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests126
    Total domains18
    Total transfer size6.7 MB
    Total content size29.3 MB
    Responses missing compression52
    Number of cookies0
    Third party cookies0
    Requests per response code
    200120
    2046

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b8.6 KB30.5 KB1
    css0 b95.1 KB631.3 KB5
    javascript0 b505.8 KB1.8 MB30
    image0 b2.8 MB2.8 MB34
    font0 b134.5 KB134.4 KB1
    svg0 b8.8 KB55.1 KB3
    json0 b3.0 MB23.5 MB34
    other0 b130.0 KB342.6 KB12
    plain0 b507 B48 B5
    favicon0 b15.6 KB15.0 KB1
    Total0 b6.7 MB29.3 MB126

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru359 ms51.5 KB79.1 KB15
    static-basket-01.wbbasket.ru2.966 s5.4 MB27.4 MB75
    user-geo-data.wildberries.ru126 ms616 B369 B1
    banners-website.wildberries.ru251 ms6.4 KB44.8 KB1
    catalog.wb.ru104 ms34.0 KB128.6 KB1
    pow.wildberries.ru263 ms158.8 KB418.0 KB6
    recom.wb.ru263 ms70.3 KB268.4 KB4
    basket-03.wbbasket.ru310 ms114.5 KB113.9 KB2
    basket-05.wbbasket.ru237 ms122.8 KB122.2 KB2
    basket-13.wbbasket.ru249 ms165.0 KB164.4 KB2
    basket-04.wbbasket.ru450 ms111.5 KB110.8 KB3
    basket-01.wbbasket.ru156 ms14.6 KB14.2 KB1
    basket-02.wbbasket.ru165 ms34.5 KB34.0 KB1
    basket-10.wbbasket.ru312 ms177.3 KB176.7 KB3
    points.wb.ru554 ms1.1 KB653 B4
    basket-14.wbbasket.ru302 ms169.6 KB169.0 KB2
    basket-06.wbbasket.ru170 ms82.7 KB82.3 KB1
    chat-prod.wildberries.ru121 ms585 B3 B2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified6 seconds3 weeks44 weeks

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript0 b0
    image16.7 KB1
    font0 b0
    json981 B1
    svg1.3 KB1
    favicon15.6 KB1
    other0 b1
    Total34.6 KB5

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css18.8 KB4
    javascript204.2 KB25
    image2.8 MB34
    font0 b0
    other130.0 KB11
    plain507 B5
    json3.0 MB32
    svg7.7 KB2
    favicon15.6 KB1
    Total6.2 MB114

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    130

    Render information

    URLType
    https://static-baske...bb6f5c7ab5e52e.jsin_body_parser_blocking
    https://static-baske...ls-hauss-vf.woff2non_blocking
    https://static-baske...939d1411bc28f.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-5-1.bf9268b5.jsin_body_parser_blocking
    https://static-baske...7796a70708408c.jsnon_blocking
    https://static-baske...8638480db88d91.jsnon_blocking
    https://static-baske...8fcf03d129d63.cssdynamically_injected_non_blocking
    https://static-baske...47221dfe5e51e0.jsnon_blocking
    https://static-baske...433f4e5401b467.jsnon_blocking
    https://static-baske...0c388a8109f604.jsnon_blocking
    https://static-baske...2df78aa600071e.jsnon_blocking
    https://static-baske...1523537761b00d.jsnon_blocking
    https://static-baske...dc9efb99da67b8.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://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 1010
    Max Potential First Input Delay 777
    Long Tasks before First Paint150
    Long Tasks before First Contentful Paint150
    Long Tasks before Largest Contentful Paint4957
    Long Tasks after Load Event End2354
    Total Long Tasks51260

    CPU last long task happened at 4.465 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown13650window
    self23379window
    self714777window
    self151251window
    self4465303window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML52
    styleLayout384
    paintCompositeRender76
    scriptParseCompile2
    scriptEvaluation2533
    garbageCollection33
    other1091
    Events (ms)
    RunMicrotasks2282
    RunTask938
    UpdateLayoutTree274
    v8.run153
    Layout97
    Layerize56
    ParseHTML43
    Paint35
    v8.callFunction35
    FunctionCall31
    PrePaint31
    Commit19
    PaintImage17
    HitTest16
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL14

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.9064b3bb6f5c7ab5e52e.js128
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js38
    https://a.wb.ru/sdk/sdk.js24
    https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.f8c3dc1523537761b00d.js12
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTokenService.b8ef252b5346cf07bc0e.js11
    https://pow.wildberries.ru/scripts/d.js?7eec71a710

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru189.7
    a.wb.ru23.8
    pow.wildberries.ru10.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
    points.wb.ru
    basket-13.wbbasket.ru
    basket-17.wbbasket.ru
    basket-04.wbbasket.ru
    basket-15.wbbasket.ru
    basket-10.wbbasket.ru
    basket-01.wbbasket.ru
    basket-05.wbbasket.ru
    basket-16.wbbasket.ru
    basket-11.wbbasket.ru
    basket-14.wbbasket.ru

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b8.6 KB30.5 KB1
    css0 b0 b0 b0
    javascript0 b26.3 KB74.7 KB2
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    json0 b19.3 KB61.7 KB13
    other0 b130.0 KB342.6 KB6
    svg0 b1.3 KB1.5 KB1
    favicon0 b15.6 KB15.0 KB1
    TotalN/A217.8 KB542.2 KB25

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b95.1 KB631.3 KB5
    javascript0 b479.4 KB1.7 MB28
    image0 b2.8 MB2.8 MB33
    font0 b134.5 KB134.4 KB1
    svg0 b7.5 KB53.6 KB2
    json0 b3.0 MB23.4 MB21
    other0 b0 b0 b6
    plain0 b507 B48 B5
    TotalN/A6.5 MB28.8 MB101

    Axe

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

    Violations

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

    TypeViolations (median)
    Critical 0 (0 issues)
    Serious1 (50 issues)
    Moderate2 (3 issues)
    Minor0 (0 issues)

    loadingExperience ALL | | originLoadingExperience ALL | | 

    CrUx

    Chrome User Experience Report (CrUx) is powered by real user measurement across the public web, aggregated from users who have opted-in to syncing their browsing history, have not set up a Sync passphrase, and have usage statistic reporting enabled and is using Chrome.

    The CrUx data has four different buckets (form factor) depending on device: DESKTOP, PHONE, TABLET and ALL. You can choose which data to get with --crux.formFactor.

    Over the last 30 days, this is the field data for this page for Chrome users.

    Form Factor ALL

    Data collected between 2024-12-18 and 2025-1-14

    MetricValue
    Round trip time 75 percentile143 ms
    Time to first byte (TTFB) 75 percentile444 ms
    First Contentful Paint (FCP) 75 percentile1.314 s
    Largest Contentful Paint (LCP) 75 percentile3.479 s
    Cumulative Layout Shift (CLS) 75 percentile0.72
    Interaction to next paint (INP) 75 percentile1.913 s

    Form factors

    Form factorValue
    Desktop16.95%
    Phone81.81%
    Tablet1.24%

    Navigation types

    Navigation typeValue
    Navigate 80.12%
    Navigate cache 0.00%
    Reload 7.56%
    Restore 0.10%
    Back/Forward 1.50%
    Back/Forward cache 0.00%
    Prerender 10.72%

    Distribution

    Time to first byte (TTFB)First Contentful Paint (FCP)
    Largest Contentful Paint (LCP) Cumulative Layout Shift (CLS)
    Interaction to next paint (INP)

    All pages served from this origin

    This is a summary of all pages served from this origin over the last 30 days for Chrome users.

    Form Factor ALL

    Data collected between 2024-12-18 and 2025-1-14

    MetricValue
    Round trip time 75 percentile141 ms
    Time to first byte (TTFB) 75 percentile439 ms
    First Contentful Paint (FCP) 75 percentile1.277 s
    Largest Contentful Paint (LCP) 75 percentile4.138 s
    Cumulative Layout Shift (CLS) 75 percentile0.79
    Interaction to next paint (INP) 75 percentile1.444 s

    Form factors

    Form factorValue
    Desktop18.87%
    Phone79.67%
    Tablet1.46%

    Navigation types

    Navigation typeValue
    Navigate 62.46%
    Navigate cache 0.00%
    Reload 28.08%
    Restore 0.81%
    Back/Forward 3.71%
    Back/Forward cache 0.00%
    Prerender 4.94%

    Distribution

    Time to first byte (TTFB)First Contentful Paint (FCP)
    Largest Contentful Paint (LCP) Cumulative Layout Shift (CLS)
    Interaction to next paint (INP)