Page summary

https://www.wildberries.ru

Tested 2024-10-17 01:16:26 using Chrome 129.0.6668.89 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score57
Total Page Transfer Size2.2 MB
Requests90
Timing metrics
TTFB [median]205 ms
First Paint [median]754 ms
Fully Loaded [median]7.156 s
Google Web Vitals
TTFB [median]205 ms
First Contentful Paint (FCP) [median]754 ms
Largest Contentful Paint (LCP) [median]2.765 s
Cumulative Layout Shift (CLS) [median]0.33
Total Blocking Time [median]671 ms
Max Potential FID [median]417 ms
CPU metrics
CPU long tasks [median]5
CPU longest task duration418 ms
CPU last long task happens at3.958 s
Visual Metrics
First Visual Change [median]767 ms
Speed Index [median]3.934 s
Visual Complete 85% [median]4.600 s
Visual Complete 99% [median]4.800 s
Last Visual Change [median]4.800 s
Screenshot of run 1

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange733 ms767 ms1.111 s1.833 s
LastVisualChange3.700 s4.800 s4.956 s6.367 s
SpeedIndex2.811 s3.934 s3.562 s3.940 s
VisualReadiness2.967 s2.967 s3.845 s5.600 s
VisualComplete853.700 s4.600 s4.889 s6.367 s
VisualComplete953.700 s4.667 s4.911 s6.367 s
VisualComplete993.700 s4.800 s4.956 s6.367 s
Google Web Vitals
Time To First Byte (TTFB)202 ms205 ms553 ms1.253 s
Largest Contentful Paint (LCP)2.401 s2.765 s3.026 s3.913 s
First Contentful Paint (FCP)725 ms754 ms1.098 s1.815 s
Cumulative Layout Shift (CLS)0.32410.33220.34090.3664
More metrics
firstPaint725 ms754 ms1.098 s1.815 s
loadEventEnd1.200 s1.561 s2.998 s6.234 s
CPU
Total Blocking Time619 ms671 ms664 ms702 ms
Max Potential FID382 ms417 ms406 ms418 ms
CPU long tasks 5555
CPU last long task happens at2.843 s3.958 s4.057 s5.371 s
| Waterfall | | Download HAR | 

Waterfall

Run 1 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
1.8 sCPU Long Task duration 79 ms
1.9 sFirst Contentful Paint 1.815 sFirst Visual Change 1.833 sCPU Long Task duration 100 ms
2 sDOM Content Loaded Time 1.964 s
2.1 s
2.2 s
2.3 sCPU Long Task duration 417 ms
2.7 s
2.8 s
2.9 s
3 sLayout Shift 0.01716 2.991 s
3.1 s
3.4 sCPU Long Task duration 59 ms
3.5 sLayout Shift 0.26250 3.448 s
3.6 sLayout Shift 0.00023 3.506 sLayout Shift 0.00018 3.518 sLayout Shift 0.00025 3.534 sLayout Shift 0.00031 3.554 sLayout Shift 0.00040 3.567 sLayout Shift 0.00048 3.588 s
3.7 sLayout Shift 0.00059 3.607 sLayout Shift 0.00070 3.617 sLayout Shift 0.00081 3.637 sLayout Shift 0.00094 3.653 sLayout Shift 0.00107 3.667 sLayout Shift 0.00122 3.684 s
3.8 sLayout Shift 0.00137 3.705 sLayout Shift 0.00152 3.720 sLayout Shift 0.00169 3.737 sLayout Shift 0.00184 3.750 sLayout Shift 0.00204 3.767 sLayout Shift 0.00221 3.783 s
3.9 sLayout Shift 0.00240 3.801 sLayout Shift 0.00255 3.817 sLayout Shift 0.00265 3.834 sLayout Shift 0.00268 3.850 sLayout Shift 0.00270 3.867 sLayout Shift 0.00272 3.894 sLayout Shift 0.00271 3.900 s
4 sLCP <IMG> 3.913 sLayout Shift 0.00275 3.917 sLayout Shift 0.00273 3.934 sLayout Shift 0.00273 3.950 sCPU Long Task duration 243 ms
4.3 s
4.6 sVisual Complete 85% 4.600 s
4.7 sVisual Complete 95% 4.667 s
4.8 sLast Visual Change 4.800 sVisual Complete 99% 4.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.0.2.

I am the coach

Coach score

Performance advice (57)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 2 blocking requests and 4 in body parser blocking (4 JavaScript and 2 CSS).60
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js
  • https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.42.1.js
  • https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.1.js
  • Don't scale images in the browser (avoidScalingImages)The page has 16 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/double_2880_80_22.jpg
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/big_sale_992.jpg
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728666376919143986.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/992_pvz.jpg
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/wb_sert_992-0910.jpg
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/big_sale_992.jpg
  • https://basket-08.wbbasket.ru/vol1121/part112103/112103076/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol762/part76280/76280452/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1796/part179664/179664269/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1348/part134875/134875175/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol97/part9766/9766659/images/c516x688/1.webp
  • https://basket-13.wbbasket.ru/vol2045/part204520/204520327/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol515/part51524/51524888/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1872/part187283/187283424/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1698/part169887/169887122/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1495/part149564/149564395/images/c516x688/1.webp
  • Have a fast first contentful paint (firstContentfulPaint)First contentful paint can be improved (1.815 s). It is in the Google Web Vitals needs improvement range, slower than 1.8 seconds.50
    Description: The First Contentful Paint (FCP) metric measures the time from when the page starts loading to when any part of the page content is rendered on the screen. For this metric, "content" refers to text, images (including background images), <svg> elements, or non-white <canvas> elements.
    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.913 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/big_sale_992.jpg
  • Avoid CPU Long Tasks (longTasks)The page has 5 CPU long tasks with the total of 898 ms. The total blocking time is 619 ms and 1 long task before first contentful paint with total time of 79 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.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:
  • unknown
  • self
  • self
  • unknown
  • unknown
  • Avoid Frontend single point of failures (spof)The page has 2 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.90
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 60 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.7 MB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/header/wb-logo_wb-birthday_2024_2.webp
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/apps/qr-apps.svg
  • https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js
  • https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.42.1.js
  • https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.1.js
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/header/background_wb-birthday_2024.webp
  • https://static-basket-01.wb.ru/vol1/global-payment/default-payment.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/orderService.min.1ae4b06e459a9146.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/wbxOrderService.min.a49817e336a3df91.js
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/cargo-delivery-stores-v2.json
  • https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.89ca31c17664fd48.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/searchInput/suggestionsH...1f418cdf2364df.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/spahome-ru-ru.34c9e63907252df4.json
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/main-page-v...e3aba865477cc.css
  • https://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/lazyBlockLoader.min.6623456650f0eac0.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.tooltip.min.427c93e1900719eb.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.shortDeliveries.m...74ef15a1f2f942.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/models/home.min.af1110877a94f02d.js
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/catalogcard-ru-ru.8514a1319a327664.json
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/catalogcore-ru-ru.b3a09120c910d559.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.searchTags.min.8e915a967b6c8579.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/goodsCatalog/...92a5a40c04b2d0.js
  • https://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/vol0/t/jst/menutoptmpl-ru-ru.d7da992fc1c000da.json
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://static-basket-01.wbbasket.ru/vol0/data/menu/catalog/ekspress-dostavka.json
  • https://main-page.wildberries.ru/api/v3/site-recommendation?count=1000&locale=ru
  • https://main-page.wildberries.ru/api/v3/site-recommendation?count=1000&locale=ru
  • https://static-basket-01.wbbasket.ru/vol0/data/adult-subjects.json
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/big_sale_992.jpg
  • https://static-basket-01.wbbasket.ru/vol0/i/blank.gif
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/anno/1440x40/double_2880_80_22.jpg
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/wb_sert_992-0910.jpg
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/kursk_992x413.jpg
  • https://card.wb.ru/cards/v2/list....ru/cards/v2/list
  • https://card.wb.ru/cards/v2/list....ru/cards/v2/list
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js
  • 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
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/onlinechatpopup-ru-ru.57da630cb64e406d.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChatPop...f03933b9278345.js
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728666376919143986.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/992_pvz.jpg
  • Long cache headers is good (cacheHeadersLong)The page has 11 requests that have a shorter cache time than 30 days (but still a cache time).89
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://a.wb.ru/sdk/sdk.js
  • https://basket-08.wbbasket.ru/vol1121/part112103/112103076/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol762/part76280/76280452/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1796/part179664/179664269/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1348/part134875/134875175/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol97/part9766/9766659/images/c516x688/1.webp
  • https://basket-13.wbbasket.ru/vol2045/part204520/204520327/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol515/part51524/51524888/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1872/part187283/187283424/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1698/part169887/169887122/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1495/part149564/149564395/images/c516x688/1.webp
  • Always compress text content (compressAssets)The page has 2 requests that are served uncompressed. You could save a lot of bytes by sending them compressed instead.80
    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://main-page.wildberries.ru/api/v3/site-recommendation?count=1000&locale=ru 3.0 KB2.8 KB
    https://main-page.wildberries.ru/api/v3/site-recommendation?count=1000&locale=ru 3.0 KB2.8 KB
    Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 173.9 kB and uncompressed size is 803.3 kB. That is big and the CSS could most probably be smaller.0
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css 53.1 KB258.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css 110.9 KB480.1 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/main-page-v...e3aba865477cc.css 5.8 KB46.0 KB
    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 1.6 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 291.2 kB and the uncompressed size is 1.1 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js 42.2 KB108.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js 121.8 KB492.3 KB
    https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.42.1.js 1.8 KB5.7 KB
    https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.1.js 17.7 KB109.6 KB
    https://a.wb.ru/sdk/sdk.js 2.1 KB5.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/orderService.min.1ae4b06e459a9146.js 8.8 KB26.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/wbxOrderService.min.a49817e336a3df91.js 11.4 KB36.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.89ca31c17664fd48.js 4.0 KB15.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/searchInput/suggestionsH...1f418cdf2364df.js 2.1 KB5.3 KB
    https://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.js 26.7 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/lazyBlockLoader.min.6623456650f0eac0.js 511 B801 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.tooltip.min.427c93e1900719eb.js 2.3 KB8.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.shortDeliveries.m...74ef15a1f2f942.js 1.5 KB4.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/models/home.min.af1110877a94f02d.js 7.5 KB25.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.searchTags.min.8e915a967b6c8579.js 536 B745 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/goodsCatalog/...92a5a40c04b2d0.js 20.2 KB95.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js 956 B2.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChatPop...f03933b9278345.js 12.4 KB39.8 KB
    Avoid using incorrect mime types (mimeTypes)The page has 4 misconfigured mime types. 96
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json
  • https://main-page.wildberries.ru/api/v3/site-recommendation?count=1000&locale=ru
  • https://main-page.wildberries.ru/api/v3/site-recommendation?count=1000&locale=ru
  • https://www.wildberries.ru/webapi/stats/events
  • Make each CSS response small (optimalCssSize)https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css size is 54.3 kB (54326) and that is bigger than the limit of 14.5 kB. https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css size is 113.6 kB (113596) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.80
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css 53.1 KB258.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css 110.9 KB480.1 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.4 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/ 11.4 KB49.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css 53.1 KB258.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css 110.9 KB480.1 KB
    https://static-basket-01.wbbasket.ru/vol0/i/v3/header/wb-logo_wb-birthday_2024_2.webp 16.0 KB15.9 KB
    https://static-basket-01.wbbasket.ru/vol0/i/v3/apps/qr-apps.svg 15.6 KB77.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js 42.2 KB108.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js 121.8 KB492.3 KB
    https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.42.1.js 1.8 KB5.7 KB
    https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.1.js 17.7 KB109.6 KB
    https://static-basket-01.wbbasket.ru/vol0/i/v3/header/background_wb-birthday_2024.webp 14.6 KB14.5 KB
    https://a.wb.ru/sdk/sdk.js 2.1 KB5.8 KB
    https://static-basket-01.wb.ru/vol1/global-payment/default-payment.json 401 B195 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/orderService.min.1ae4b06e459a9146.js 8.8 KB26.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/wbxOrderService.min.a49817e336a3df91.js 11.4 KB36.0 KB
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.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/vol0/data/cargo-delivery-stores-v2.json 13.6 KB73.8 KB
    https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json 70.9 KB1.3 MB
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json 621 B1.0 KB
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json 2.1 KB5.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.89ca31c17664fd48.js 4.0 KB15.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/searchInput/suggestionsH...1f418cdf2364df.js 2.1 KB5.3 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/spahome-ru-ru.34c9e63907252df4.json 2.5 KB11.3 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/main-page-v...e3aba865477cc.css 5.8 KB46.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.js 26.7 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/lazyBlockLoader.min.6623456650f0eac0.js 511 B801 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.tooltip.min.427c93e1900719eb.js 2.3 KB8.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.shortDeliveries.m...74ef15a1f2f942.js 1.5 KB4.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/models/home.min.af1110877a94f02d.js 7.5 KB25.1 KB
    https://www.wildberries.ru/webapi/stats/pageview 631 B38 B
    https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info 603 B355 B
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 11.0 KB134.6 KB
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 11.0 KB134.6 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/catalogcard-ru-ru.8514a1319a327664.json 2.9 KB10.9 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/catalogcore-ru-ru.b3a09120c910d559.json 5.0 KB22.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.searchTags.min.8e915a967b6c8579.js 536 B745 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/goodsCatalog/...92a5a40c04b2d0.js 20.2 KB95.1 KB
    https://main-page.wildberries.ru/api/v3/site-recommendation?count=1000&locale=ru 0 b0 b
    https://www.wildberries.ru/webapi/api/home/seo 2.9 KB6.9 KB
    https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json 67.7 KB453.7 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/menutoptmpl-ru-ru.d7da992fc1c000da.json 1.7 KB7.5 KB
    https://www.wildberries.ru/webapi/stats/pageview 631 B38 B
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 11.0 KB134.6 KB
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 11.0 KB134.6 KB
    https://main-page.wildberries.ru/api/v3/site-recommendation?count=1000&locale=ru 0 b0 b
    https://www.wildberries.ru/webapi/api/home/seo 2.9 KB6.9 KB
    https://static-basket-01.wbbasket.ru/vol0/data/menu/catalog/ekspress-dostavka.json 17.3 KB112.1 KB
    https://main-page.wildberries.ru/api/v3/site-recommendation?count=1000&locale=ru 3.0 KB2.8 KB
    https://main-page.wildberries.ru/api/v3/site-recommendation?count=1000&locale=ru 3.0 KB2.8 KB
    https://static-basket-01.wbbasket.ru/vol0/data/adult-subjects.json 635 B1.1 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/big_sale_992.jpg 186.0 KB185.9 KB
    https://static-basket-01.wbbasket.ru/vol0/i/blank.gif 184 B49 B
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/anno/1440x40/double_2880_80_22.jpg 85.5 KB85.4 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/wb_sert_992-0910.jpg 176.1 KB176.0 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/kursk_992x413.jpg 68.7 KB68.6 KB
    https://card.wb.ru/cards/v2/list....ru/cards/v2/list 55.3 KB213.7 KB
    https://card.wb.ru/cards/v2/list....ru/cards/v2/list 54.3 KB210.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js 956 B2.1 KB
    https://basket-08.wbbasket.ru/vol1121/part112103/112103076/images/c516x688/1.webp 37.8 KB37.4 KB
    https://basket-05.wbbasket.ru/vol762/part76280/76280452/images/c516x688/1.webp 33.9 KB33.5 KB
    https://basket-12.wbbasket.ru/vol1796/part179664/179664269/images/c516x688/1.webp 34.5 KB34.4 KB
    https://basket-10.wbbasket.ru/vol1348/part134875/134875175/images/c516x688/1.webp 86.4 KB85.9 KB
    https://basket-01.wbbasket.ru/vol97/part9766/9766659/images/c516x688/1.webp 70.1 KB69.7 KB
    https://basket-13.wbbasket.ru/vol2045/part204520/204520327/images/c516x688/1.webp 53.8 KB53.4 KB
    https://basket-04.wbbasket.ru/vol515/part51524/51524888/images/c516x688/1.webp 38.4 KB38.0 KB
    https://basket-12.wbbasket.ru/vol1872/part187283/187283424/images/c516x688/1.webp 73.8 KB73.7 KB
    https://basket-12.wbbasket.ru/vol1698/part169887/169887122/images/c516x688/1.webp 87.8 KB87.3 KB
    https://basket-10.wbbasket.ru/vol1495/part149564/149564395/images/c516x688/1.webp 69.1 KB68.9 KB
    https://www.wildberries.ru/webapi/stats/events 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/pageview....wb.ru/e/pageview 0 b0 b
    https://a.wb.ru/e/Footer_S....wb.ru/e/Footer_S 0 b0 b
    https://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V 0 b0 b
    https://a.wb.ru/e/pageview....wb.ru/e/pageview 0 b0 b
    https://www.wildberries.ru/manifestv2.json 947 B1.5 KB
    https://www.wildberries.ru/icon.svg 1.3 KB1.5 KB
    https://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V 0 b0 b
    https://www.wildberries.ru/favicon.ico 15.6 KB15.0 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/android-icon-144x144.png 16.7 KB16.1 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://static-basket-01.wbbasket.ru/vol0/t/jst/onlinechatpopup-ru-ru.57da630cb64e406d.json 4.5 KB27.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChatPop...f03933b9278345.js 12.4 KB39.8 KB
    https://a.wb.ru/e/Banner_S....wb.ru/e/Banner_S 0 b0 b
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728666376919143986.webp 58.8 KB58.6 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/poster/ru/bignew/992x413/992_pvz.jpg 238.6 KB238.5 KB
    Don't use private headers on static content (privateAssets)The page has 6 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.40
    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://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • 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.3241). 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 (71 requests and 2.3 MB) then first party (19 requests and 105.8 kB). The page transfer more bytes from third party domains (2.3 MB) then first party (105.8 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 11 responses that sets both a max-age and expires header. There are 10 responses that sets a pragma no-cache header (that is a request header). There are 34 responses that sets a server header. 45
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://www.wildberries.ru/
  • https://www.wildberries.ru/
  • https://www.wildberries.ru/
  • https://a.wb.ru/sdk/sdk.js
  • https://a.wb.ru/sdk/sdk.js
  • https://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://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://main-page.wildberries.ru/api/v3/site-recommendation?count=1000&locale=ru
  • 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/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://main-page.wildberries.ru/api/v3/site-recommendation?count=1000&locale=ru
  • 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://main-page.wildberries.ru/api/v3/site-recommendation?count=1000&locale=ru
  • https://main-page.wildberries.ru/api/v3/site-recommendation?count=1000&locale=ru
  • https://card.wb.ru/cards/v2/list....ru/cards/v2/list
  • https://card.wb.ru/cards/v2/list....ru/cards/v2/list
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://a.wb.ru/e/user_id...a.wb.ru/e/user_id
  • https://a.wb.ru/e/session_start...u/e/session_start
  • https://a.wb.ru/e/pageview....wb.ru/e/pageview
  • https://a.wb.ru/e/Footer_S....wb.ru/e/Footer_S
  • https://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V
  • https://a.wb.ru/e/pageview....wb.ru/e/pageview
  • https://www.wildberries.ru/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://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://a.wb.ru/e/Banner_S....wb.ru/e/Banner_S
  • https://a.wb.ru/e/Banner_S....wb.ru/e/Banner_S
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/Banner_S....wb.ru/e/Banner_S
  • 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
    Height6683
    DOM elements2976
    Avg DOM depth14
    Max DOM depth20
    Iframes0
    Script tags1444
    Local storage37.5 KB
    Session storage194 B
    Network Information API4g
    Resource Hints
    preconnect
    https://static-basket-01.wbbasket.ru/
    https://splitter.wb.ru/
    https://photos.wbstatic.net/
    https://wb.ru/

    Technologies used to build the page.

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

    TechnologyConfidenceCategory
    Nginx 1.24.0100  Web servers Reverse proxies
    HSTS 100  Security
    HTTP/3 100  Miscellaneous
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Long Aninimation Frames | 

    Data from run 1

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)1.253 s
    First Contentful Paint (FCP)1.815 s
    Largest Contentful Paint (LCP)3.913 s
    Cumulative Layout Shift (CLS)0.32
    Total Blocking Time (TBT)619 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP331
    Time spent in recalculate style before FCP53.176 ms
    Extra timings
    TTFB1.253 s
    First Paint1.815 s
    Load Event End6.234 s
    Fully loaded13.712 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/big_sale_992.jpg" class="swiper-lazy swiper-lazy-loaded" name="banner_c3619e67-3d56-4d73-a0b4-ef19ffb6491d" alt="С ДР, ВБ!" width="1440" height="168">
    Render time 3.913 s
    Elements that needed recalculate style before LCP2452
    Time spent in recalculate style before LCP107.358 ms
    Load time3.913 s
    URL https://static-baske.../big_sale_992.jpg
    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.32412 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.01716<div id="mainContainer" class="main__container"></div>
    body > div:eq(0) > main#body-layout > div#mainContainer
    0.00275
    0.00273
    0.00273
    0.00272
    0.00271
    0.00270
    0.00268
    0.00265
    0.00255
    0.00240
    0.00221
    0.00204
    0.00184
    0.00169
    0.00152
    0.00137
    0.00122
    0.00107
    0.00094
    0.00081
    0.00070
    0.00059
    0.00048
    0.00040
    0.00031
    0.00025
    0.00023
    0.00018
    Layout shift

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

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    367 ms417 ms0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    213 ms250.6 ms20.4 ms0 ms20.4 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    50 ms100 ms0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    36 ms456 ms79 ms0 ms79 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    14 ms71.3 ms3.7 ms0.1 ms3.6 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms66.3 ms0.7 ms0 ms0.7 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms48.5 ms1.5 ms0 ms1.5 ms

    Forced Style And Layout Duration: 4 ms

    Invoker:  SCRIPT[src=//static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.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 requests90
    Total domains15
    Total transfer size2.2 MB
    Total content size6.4 MB
    Responses missing compression41
    Number of cookies0
    Third party cookies0
    Requests per response code
    20087
    2043

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.4 KB49.4 KB1
    css0 b169.8 KB784.5 KB3
    javascript421 B284.4 KB1.1 MB18
    image0 b1.4 MB1.4 MB20
    svg0 b16.8 KB79.4 KB2
    json0 b351.8 KB3.0 MB25
    plain2.1 KB6.3 KB5.6 KB16
    other0 b0 b0 b4
    favicon0 b15.6 KB15.0 KB1
    Total2.5 KB2.2 MB6.4 MB90

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru1.998 s52.8 KB97.4 KB10
    static-basket-01.wbbasket.ru7.827 s1.5 MB4.8 MB45
    a.wb.ru10.172 s2.1 KB5.8 KB13
    static-basket-01.wb.ru281 ms401 B195 B1
    user-geo-data.wildberries.ru392 ms603 B355 B1
    banners-website.wildberries.ru1.238 s43.9 KB538.3 KB4
    main-page.wildberries.ru644 ms6.0 KB5.6 KB4
    card.wb.ru901 ms109.6 KB424.2 KB2
    basket-08.wbbasket.ru368 ms37.8 KB37.4 KB1
    basket-05.wbbasket.ru411 ms33.9 KB33.5 KB1
    basket-12.wbbasket.ru2.053 s196.1 KB195.5 KB3
    basket-10.wbbasket.ru941 ms155.5 KB154.9 KB2
    basket-01.wbbasket.ru510 ms70.1 KB69.7 KB1
    basket-13.wbbasket.ru623 ms53.8 KB53.4 KB1
    basket-04.wbbasket.ru608 ms38.4 KB38.0 KB1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified3 minutes7 days1 year

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript12.4 KB1
    image314.1 KB3
    font0 b0
    json5.5 KB2
    svg1.3 KB1
    plain0 b6
    favicon15.6 KB1
    Total348.8 KB14

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css5.8 KB1
    javascript78.6 KB11
    image1.4 MB18
    font0 b0
    plain6.3 KB16
    json351.4 KB24
    other0 b4
    svg1.3 KB1
    favicon15.6 KB1
    Total1.8 MB76

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    240

    Render information

    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 619
    Max Potential First Input Delay 417
    Long Tasks before First Paint179
    Long Tasks before First Contentful Paint179
    Long Tasks before Largest Contentful Paint4655
    Long Tasks after Load Event End00
    Total Long Tasks5898

    CPU last long task happened at 3.958 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown171379window
    self1849100window
    self2252417window
    unknown338559window
    unknown3958243window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML48
    styleLayout337
    paintCompositeRender49
    scriptParseCompile1
    scriptEvaluation923
    garbageCollection28
    other790
    Events (ms)
    RunMicrotasks710
    RunTask595
    UpdateLayoutTree218
    v8.run141
    Layout110
    Layerize47
    FunctionCall40
    ParseHTML38
    URLLoader::Context::OnCompletedRequest33
    Paint28
    URLLoader::Context::OnReceivedResponse27
    PrePaint23
    Commit15
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL13
    PaintImage12

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js114
    https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.1.js31
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js27
    https://a.wb.ru/sdk/sdk.js12

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru171.7
    a.wb.ru11.7
    | Categories | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.24.0.

    CategoryRequests
    CategoryNumber of tools

    Unmatched third party domains

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

    static-basket-01.wbbasket.ru
    a.wb.ru
    static-basket-01.wb.ru
    card.wb.ru
    basket-08.wbbasket.ru
    basket-05.wbbasket.ru
    basket-12.wbbasket.ru
    basket-10.wbbasket.ru
    basket-01.wbbasket.ru
    basket-13.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 b11.4 KB49.4 KB1
    css0 b0 b0 b0
    javascript0 b0 b0 b0
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    json0 b52.4 KB554.0 KB10
    other0 b0 b0 b3
    plain0 b6.0 KB5.6 KB2
    svg0 b1.3 KB1.5 KB1
    favicon0 b15.6 KB15.0 KB1
    TotalN/A103.3 KB641.7 KB19

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b169.8 KB784.5 KB3
    javascript421 B284.4 KB1.1 MB18
    image0 b1.4 MB1.4 MB19
    font0 b0 b0 b0
    svg0 b15.6 KB77.9 KB1
    json0 b299.4 KB2.5 MB15
    plain2.1 KB338 B32 B14
    other0 b0 b0 b1
    Total2.5 KB2.1 MB5.8 MB71

    Axe

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

    Violations

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

    TypeViolations (median)
    Critical 1 (1 issues)
    Serious1 (31 issues)
    Moderate2 (8 issues)
    Minor0 (0 issues)