Page summary

https://www.wildberries.ru

Tested 2024-10-17 00:31:41 using Chrome 129.0.6668.89 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score61
Total Page Transfer Size3.9 MB
Requests136
Timing metrics
TTFB [median]79 ms
First Paint [median]384 ms
Fully Loaded [median]6.497 s
Google Web Vitals
TTFB [median]79 ms
First Contentful Paint (FCP) [median]384 ms
Largest Contentful Paint (LCP) [median]1.720 s
Cumulative Layout Shift (CLS) [median]0.11
Total Blocking Time [median]827 ms
Max Potential FID [median]463 ms
CPU metrics
CPU long tasks [median]5
CPU longest task duration1.438 s
CPU last long task happens at4.325 s
Visual Metrics
First Visual Change [median]367 ms
Speed Index [median]3.047 s
Visual Complete 85% [median]5.000 s
Visual Complete 99% [median]5.034 s
Last Visual Change [median]6.367 s
Chrome User Experience Report (CRUX)
First Contentful Paint [p75]1.426 s
Largest Contentful Paint (LCP) [p75]3.338 s
Cumulative Layout Shift (CLS) [p75]1.01
Screenshot of run 1

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange367 ms367 ms689 ms1.334 s
LastVisualChange5.967 s6.367 s15.334 s33.667 s
SpeedIndex2.920 s3.047 s4.948 s8.877 s
VisualReadiness5.600 s6.000 s14.644 s32.333 s
VisualComplete854.733 s5.000 s14.389 s33.434 s
VisualComplete954.733 s5.000 s14.422 s33.534 s
VisualComplete994.767 s5.034 s14.489 s33.667 s
Google Web Vitals
Time To First Byte (TTFB)51 ms79 ms71 ms83 ms
Largest Contentful Paint (LCP)1.620 s1.720 s2.026 s2.737 s
First Contentful Paint (FCP)357 ms384 ms694 ms1.341 s
Cumulative Layout Shift (CLS)0.11160.11230.11280.1145
More metrics
firstPaint357 ms384 ms694 ms1.341 s
loadEventEnd598 ms1.552 s11.202 s31.455 s
CPU
Total Blocking Time698 ms827 ms1.209 s2.103 s
Max Potential FID433 ms463 ms778 ms1.438 s
CPU long tasks 5556
CPU last long task happens at4.181 s4.325 s8.465 s16.889 s
| Waterfall | | Download HAR | 

Waterfall

Run 1 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.3 sCPU Long Task duration 59 ms
0.4 sFirst Visual Change 367 msFirst Contentful Paint 384 ms
0.5 sCPU Long Task duration 79 msDOM Content Loaded Time 496 ms
0.6 sLayout Shift 0.00046 532 ms
0.7 sCPU Long Task duration 463 ms
1.2 s
1.3 sLayout Shift 0.00001 1.206 s
1.4 s
1.5 sLayout Shift 0.00986 1.418 s
1.6 sPage Load Time 1.552 s
1.7 sCPU Long Task duration 99 ms
1.8 sLCP <IMG> 1.720 sLayout Shift 0.07746 1.724 s
1.9 sLayout Shift 0.00002 1.817 sLayout Shift 0.00035 1.856 sLayout Shift 0.00029 1.884 sLayout Shift 0.00018 1.897 s
2 sLayout Shift 0.00049 1.933 sLayout Shift 0.00160 1.987 s
2.1 sLayout Shift 0.00102 2.018 sLayout Shift 0.00123 2.052 sLayout Shift 0.00067 2.079 s
2.2 sLayout Shift 0.00157 2.103 sLayout Shift 0.00082 2.128 sLayout Shift 0.00083 2.141 sLayout Shift 0.00085 2.156 sLayout Shift 0.00084 2.169 sLayout Shift 0.00085 2.184 sLayout Shift 0.00086 2.200 s
2.3 sLayout Shift 0.00085 2.216 sLayout Shift 0.00085 2.233 sLayout Shift 0.00084 2.250 sLayout Shift 0.00084 2.267 sLayout Shift 0.00083 2.283 sLayout Shift 0.00083 2.300 s
2.4 sLayout Shift 0.00078 2.316 sLayout Shift 0.00073 2.333 sLayout Shift 0.00067 2.350 sLayout Shift 0.00062 2.368 sLayout Shift 0.00057 2.383 sLayout Shift 0.00051 2.399 s
2.5 sLayout Shift 0.00047 2.417 sLayout Shift 0.00041 2.433 sLayout Shift 0.00037 2.450 sLayout Shift 0.00033 2.466 sLayout Shift 0.00029 2.483 sLayout Shift 0.00025 2.500 s
2.6 sLayout Shift 0.00021 2.518 sLayout Shift 0.00036 2.560 sLayout Shift 0.00012 2.568 sLayout Shift 0.00009 2.583 s
2.7 sLayout Shift 0.00007 2.606 sLayout Shift 0.00005 2.620 sLayout Shift 0.00004 2.633 sLayout Shift 0.00002 2.650 s
4.4 sCPU Long Task duration 386 ms
4.8 s
4.9 s
5 sVisual Complete 85% 5.000 sVisual Complete 95% 5.000 s
5.1 sVisual Complete 99% 5.034 s
6.4 sLast Visual Change 6.367 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 (61)

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 40 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/vol0/i/v3/header/wb-logo_wb-birthday_2024_2.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/double_2880_80.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/big_sale_2880.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/avto_2880-0910.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/clubwb_2880_0910.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/koshelek_new_2880.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/big_sale_2880.webp
  • https://basket-10.wbbasket.ru/vol1461/part146173/146173623/images/c516x688/1.webp
  • https://basket-16.wbbasket.ru/vol2593/part259351/259351088/images/c516x688/1.webp
  • https://basket-16.wbbasket.ru/vol2427/part242742/242742647/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol152/part15255/15255412/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2142/part214240/214240990/images/c516x688/1.webp
  • https://basket-11.wbbasket.ru/vol1624/part162448/162448823/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol137/part13788/13788732/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol746/part74643/74643152/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol103/part10302/10302970/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol620/part62000/62000793/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1431/part143117/143117762/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2083/part208331/208331956/images/c516x688/1.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728738851142543871.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633540043587709.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633580760057877.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633587264905430.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728919057183619340.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728919495566970664.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633511535324943.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633454281093436.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633501711579719.webp
  • https://basket-15.wbbasket.ru/vol2346/part234667/234667855/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1833/part183365/183365141/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1461/part146160/146160800/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol95/part9505/9505224/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol706/part70688/70688205/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1774/part177471/177471613/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol948/part94848/94848475/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2400/part240088/240088515/images/c516x688/1.webp
  • https://basket-09.wbbasket.ru/vol1222/part122203/122203969/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1735/part173511/173511448/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1543/part154382/154382277/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2343/part234341/234341951/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 5 CPU long tasks with the total of 1.086 s. The total blocking time is 827 ms and 1 long task before first contentful paint with total time of 59 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 76 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 2.6 MB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://static-basket-01.wbbasket.ru/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://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog/xCatalogData.min.fd5c570d7a53a5ea.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/providers/xCa...24127e470ebfcd.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/userInfo/userInfoRequest...1e7d1aa1ab26f5.js
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://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://www.wildberries.ru/manifestv2.json
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/big_sale_2880.webp
  • https://static-basket-01.wbbasket.ru/vol0/i/blank.gif
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/double_2880_80.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/clubwb_2880_0910.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/kursk_2880_1.webp
  • https://www.wildberries.ru/icon.svg
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/parseToken/parseTokenSe...5647cd8fb78e8b.js
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search
  • https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/feedbacks/feedbacksPaym...52e80756a6a35a.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728738851142543871.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633540043587709.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633580760057877.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633587264905430.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728919057183619340.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728919495566970664.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633511535324943.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633454281093436.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633501711579719.webp
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/onlinechatpopup-ru-ru.57da630cb64e406d.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChatPop...f03933b9278345.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/onlinechat-ru-ru.cd9fa3043e557514.json
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/chatSli...ec7d19f108d59.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.contextMenu.min.2fb7b7670aad32ab.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChat.mi...5d48f5c5e2af97.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/storageService.min.03faf4a7932ef69c.js
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • Long cache headers is good (cacheHeadersLong)The page has 28 requests that have a shorter cache time than 30 days (but still a cache time).72
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://a.wb.ru/sdk/sdk.js
  • https://pow.wildberries.ru/scripts/d.js?7eec71a7
  • https://pow.wildberries.ru/scripts/wasm_exec.js?2a3a0c27
  • https://pow.wildberries.ru/scripts/solve.wasm?ef96ced4
  • https://basket-10.wbbasket.ru/vol1461/part146173/146173623/images/c516x688/1.webp
  • https://basket-16.wbbasket.ru/vol2593/part259351/259351088/images/c516x688/1.webp
  • https://basket-16.wbbasket.ru/vol2427/part242742/242742647/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol152/part15255/15255412/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2142/part214240/214240990/images/c516x688/1.webp
  • https://basket-11.wbbasket.ru/vol1624/part162448/162448823/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol137/part13788/13788732/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol746/part74643/74643152/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol103/part10302/10302970/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol620/part62000/62000793/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1431/part143117/143117762/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2083/part208331/208331956/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2346/part234667/234667855/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1833/part183365/183365141/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1461/part146160/146160800/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol95/part9505/9505224/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol706/part70688/70688205/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1774/part177471/177471613/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol948/part94848/94848475/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2400/part240088/240088515/images/c516x688/1.webp
  • https://basket-09.wbbasket.ru/vol1222/part122203/122203969/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1735/part173511/173511448/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1543/part154382/154382277/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2343/part234341/234341951/images/c516x688/1.webp
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 175.6 kB and uncompressed size is 813.4 kB. That is big and the CSS could most probably be smaller.0
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css 52.9 KB258.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css 111.1 KB480.1 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/main-page-v...e3aba865477cc.css 5.8 KB46.0 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/chatSli...ec7d19f108d59.css 1.7 KB9.8 KB
    The favicon should be small and cacheable (favicon)The favicon size is 16 kB bytes. That's quite big, can you make it smaller? The favicon has no cache time. 0
    Description: It is easy to make the favicon big but please avoid doing that, because every browser will then perform an unnecessarily large download. And make sure the cache headers are set for a long time for the favicon. It is easy to miss since it's another content type.
    Offenders:
  • https://www.wildberries.ru/favicon.ico
  • Total image size shouldn't be too big (imageSize)The page total image size is 3.2 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 364.3 kB and the uncompressed size is 1.3 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js 42.2 KB108.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.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.8 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/catalog/xCatalogData.min.fd5c570d7a53a5ea.js 1.3 KB4.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/providers/xCa...24127e470ebfcd.js 2.3 KB7.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/userInfo/userInfoRequest...1e7d1aa1ab26f5.js 1.3 KB4.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/parseToken/parseTokenSe...5647cd8fb78e8b.js 22.5 KB71.8 KB
    https://pow.wildberries.ru/scripts/d.js?7eec71a7 21.1 KB59.0 KB
    https://pow.wildberries.ru/scripts/wasm_exec.js?2a3a0c27 5.1 KB15.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/feedbacks/feedbacksPaym...52e80756a6a35a.js 1016 B2.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js 956 B2.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChatPop...f03933b9278345.js 12.4 KB39.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.contextMenu.min.2fb7b7670aad32ab.js 741 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChat.mi...5d48f5c5e2af97.js 9.6 KB31.2 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/storageService.min.03faf4a7932ef69c.js 6.5 KB21.8 KB
    Avoid using incorrect mime types (mimeTypes)The page has 6 misconfigured mime types. 94
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json
  • https://pow.wildberries.ru/scripts/solve.wasm?ef96ced4
  • 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
  • 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.2 kB (54181) 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.7 kB (113741) 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 52.9 KB258.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css 111.1 KB480.1 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 4.1 MB, which is more than the coach limit of 2 MB. That is really big and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://www.wildberries.ru/ 11.4 KB49.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css 52.9 KB258.4 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css 111.1 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.8 KB109.6 KB
    https://static-basket-01.wbbasket.ru/vol0/i/v3/header/background_wb-birthday_2024.webp 14.7 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 390 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 180 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash 180 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/promotion-creatives.json 632 B1.0 KB
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json 0 b0 b
    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://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://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info 602 B355 B
    https://a.wb.ru/e/Footer_S....wb.ru/e/Footer_S 0 b0 b
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 10.9 KB134.6 KB
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 10.9 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.1 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://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog/xCatalogData.min.fd5c570d7a53a5ea.js 1.3 KB4.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/providers/xCa...24127e470ebfcd.js 2.3 KB7.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/userInfo/userInfoRequest...1e7d1aa1ab26f5.js 1.3 KB4.4 KB
    https://www.wildberries.ru/webapi/api/home/seo 2.9 KB6.9 KB
    https://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json 67.8 KB453.7 KB
    https://static-basket-01.wbbasket.ru/vol0/t/jst/menutoptmpl-ru-ru.d7da992fc1c000da.json 1.7 KB7.5 KB
    https://a.wb.ru/e/pageview....wb.ru/e/pageview 0 b0 b
    https://www.wildberries.ru/webapi/stats/pageview 631 B38 B
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 10.9 KB134.6 KB
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 10.9 KB134.6 KB
    https://www.wildberries.ru/webapi/api/home/seo 2.9 KB6.9 KB
    https://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V 0 b0 b
    https://www.wildberries.ru/webapi/personalinfo 1.2 KB608 B
    https://static-basket-01.wbbasket.ru/vol0/data/menu/catalog/ekspress-dostavka.json 17.3 KB112.1 KB
    https://www.wildberries.ru/manifestv2.json 947 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/big_sale_2880.webp 104.1 KB104.0 KB
    https://static-basket-01.wbbasket.ru/vol0/i/blank.gif 184 B49 B
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/double_2880_80.webp 40.5 KB40.3 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/clubwb_2880_0910.webp 160.5 KB160.3 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/kursk_2880_1.webp 58.6 KB58.4 KB
    https://www.wildberries.ru/icon.svg 1.3 KB1.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/parseToken/parseTokenSe...5647cd8fb78e8b.js 22.5 KB71.8 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/favicon.ico 15.6 KB15.0 KB
    https://www.wildberries.ru/android-icon-144x144.png 16.7 KB16.1 KB
    https://pow.wildberries.ru/api/v1/js-settings 746 B122 B
    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?2a3a0c27 5.1 KB15.4 KB
    https://pow.wildberries.ru/scripts/solve.wasm?ef96ced4 127.8 KB339.0 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 37.5 KB136.6 KB
    https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search 37.5 KB136.6 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/feedbacks/feedbacksPaym...52e80756a6a35a.js 1016 B2.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js 956 B2.1 KB
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://basket-10.wbbasket.ru/vol1461/part146173/146173623/images/c516x688/1.webp 107.0 KB106.6 KB
    https://basket-16.wbbasket.ru/vol2593/part259351/259351088/images/c516x688/1.webp 35.0 KB34.6 KB
    https://basket-16.wbbasket.ru/vol2427/part242742/242742647/images/c516x688/1.webp 38.1 KB38.0 KB
    https://basket-02.wbbasket.ru/vol152/part15255/15255412/images/c516x688/1.webp 66.8 KB66.4 KB
    https://basket-14.wbbasket.ru/vol2142/part214240/214240990/images/c516x688/1.webp 31.1 KB31.0 KB
    https://basket-11.wbbasket.ru/vol1624/part162448/162448823/images/c516x688/1.webp 33.1 KB32.7 KB
    https://basket-01.wbbasket.ru/vol137/part13788/13788732/images/c516x688/1.webp 25.6 KB25.2 KB
    https://basket-05.wbbasket.ru/vol746/part74643/74643152/images/c516x688/1.webp 63.5 KB63.0 KB
    https://basket-01.wbbasket.ru/vol103/part10302/10302970/images/c516x688/1.webp 16.3 KB16.2 KB
    https://basket-04.wbbasket.ru/vol620/part62000/62000793/images/c516x688/1.webp 80.1 KB79.7 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728738851142543871.webp 161.8 KB161.7 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633540043587709.webp 186.8 KB186.7 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633580760057877.webp 173.6 KB173.5 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633587264905430.webp 147.1 KB147.0 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728919057183619340.webp 194.2 KB194.1 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728919495566970664.webp 116.1 KB116.0 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633511535324943.webp 79.1 KB78.9 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633454281093436.webp 99.8 KB99.6 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728633501711579719.webp 155.5 KB155.4 KB
    https://basket-10.wbbasket.ru/vol1431/part143117/143117762/images/c516x688/1.webp 54.7 KB54.6 KB
    https://basket-14.wbbasket.ru/vol2083/part208331/208331956/images/c516x688/1.webp 52.9 KB52.5 KB
    https://basket-15.wbbasket.ru/vol2346/part234667/234667855/images/c516x688/1.webp 45.1 KB44.7 KB
    https://basket-12.wbbasket.ru/vol1833/part183365/183365141/images/c516x688/1.webp 40.8 KB40.4 KB
    https://basket-10.wbbasket.ru/vol1461/part146160/146160800/images/c516x688/1.webp 45.9 KB45.8 KB
    https://basket-01.wbbasket.ru/vol95/part9505/9505224/images/c516x688/1.webp 72.7 KB72.6 KB
    https://basket-04.wbbasket.ru/vol706/part70688/70688205/images/c516x688/1.webp 93.0 KB92.8 KB
    https://basket-12.wbbasket.ru/vol1774/part177471/177471613/images/c516x688/1.webp 22.5 KB22.4 KB
    https://basket-05.wbbasket.ru/vol948/part94848/94848475/images/c516x688/1.webp 69.1 KB68.9 KB
    https://basket-15.wbbasket.ru/vol2400/part240088/240088515/images/c516x688/1.webp 58.7 KB58.6 KB
    https://basket-09.wbbasket.ru/vol1222/part122203/122203969/images/c516x688/1.webp 92.6 KB92.2 KB
    https://basket-12.wbbasket.ru/vol1735/part173511/173511448/images/c516x688/1.webp 22.6 KB22.4 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-10.wbbasket.ru/vol1543/part154382/154382277/images/c516x688/1.webp 28.5 KB28.4 KB
    https://basket-15.wbbasket.ru/vol2343/part234341/234341951/images/c516x688/1.webp 90.0 KB89.9 KB
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 498 B254 B
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 498 B254 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://static-basket-01.wbbasket.ru/vol0/t/jst/onlinechat-ru-ru.cd9fa3043e557514.json 4.8 KB23.3 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/popups/chatSli...ec7d19f108d59.css 1.7 KB9.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.contextMenu.min.2fb7b7670aad32ab.js 741 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChat.mi...5d48f5c5e2af97.js 9.6 KB31.2 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/storageService.min.03faf4a7932ef69c.js 6.5 KB21.8 KB
    https://chat-prod.wildberries.ru/api/support/v1/unauth/messages 0 b0 b
    https://chat-prod.wildberries.ru/api/support/v1/unauth/messages 286 B3 B
    https://www.wildberries.ru/webapi/stats/events N/A0 b
    Don't use private headers on static content (privateAssets)The page has 7 requests with private headers. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.30
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://www.wildberries.ru/
  • https://www.wildberries.ru/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
  • https://pow.wildberries.ru/api/v1/js-settings
  • Best practice advice (66)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)You have a cumulative layout shift score (0.1123) 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 (111 requests and 3.9 MB) then first party (25 requests and 261.1 kB). The page transfer more bytes from third party domains (3.9 MB) then first party (261.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 19 responses that sets both a max-age and expires header. There are 15 responses that sets a pragma no-cache header (that is a request header). There are 50 responses that sets a server header. 16
    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://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://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://a.wb.ru/e/Footer_S....wb.ru/e/Footer_S
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V
  • https://a.wb.ru/e/pageview....wb.ru/e/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://www.wildberries.ru/webapi/api/home/seo
  • https://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V
  • https://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/personalinfo
  • https://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/Banner_S....wb.ru/e/Banner_S
  • https://a.wb.ru/e/Banner_S....wb.ru/e/Banner_S
  • 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://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?2a3a0c27
  • https://pow.wildberries.ru/scripts/wasm_exec.js?2a3a0c27
  • https://pow.wildberries.ru/scripts/solve.wasm?ef96ced4
  • https://pow.wildberries.ru/scripts/solve.wasm?ef96ced4
  • 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://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://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
    Height2983
    DOM elements3786
    Avg DOM depth14
    Max DOM depth20
    Iframes0
    Script tags2122
    Local storage232.2 KB
    Session storage223 B
    Network Information API4g
    Resource Hints
    preconnect
    https://static-basket-01.wbbasket.ru/
    https://splitter.wb.ru/
    https://photos.wbstatic.net/
    https://wb.ru/

    Technologies used to build the page.

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

    TechnologyConfidenceCategory
    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)83 ms
    First Contentful Paint (FCP)384 ms
    Largest Contentful Paint (LCP)1.720 s
    Cumulative Layout Shift (CLS)0.11
    Total Blocking Time (TBT)827 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP881
    Time spent in recalculate style before FCP33.932 ms
    Extra timings
    TTFB83 ms
    First Paint384 ms
    Load Event End1.552 s
    Fully loaded6.497 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/big_sale_2880.webp" class="swiper-lazy swiper-lazy-loaded" name="banner_3be14e58-7d31-4a03-8e22-92b2b95a90ec" alt="С ДР, ВБ!" width="1440" height="168">
    Render time 1.720 s
    Elements that needed recalculate style before LCP1799
    Time spent in recalculate style before LCP82.982 ms
    Load time1.720 s
    URL https://static-baske...ig_sale_2880.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.11226 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.00160
    0.00157
    0.00123
    0.00102
    0.00086
    0.00085
    0.00085
    0.00085
    0.00085
    0.00084
    0.00084
    0.00084
    0.00083
    0.00083
    0.00083
    0.00082
    0.00078
    0.00073
    0.00067
    0.00067
    0.00062
    0.00057
    0.00051
    0.00049
    0.00047
    0.00046<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.00041
    0.00037
    0.00036
    0.00035
    0.00033
    0.00029
    0.00029
    0.00025
    0.00021
    0.00018
    0.00012
    0.00009
    0.00007
    0.00005
    0.00004
    0.00002
    0.00002
    0.00001<div class="simple-menu__item header__currency j-b-header-country"></div>
    body > div:eq(0) > header > div > div:eq(0) > div > div
    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
    966 ms1.027 s0.9 ms0.2 ms0.7 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    413 ms463 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
    367 ms395.7 ms31.3 ms0.1 ms31.2 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    53 ms132.1 ms3.9 ms0 ms3.9 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    29 ms79 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
    14 ms202.8 ms58.2 ms0 ms58.2 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms100 ms4 ms0 ms4 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js

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

    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 ms62.6 ms0.4 ms0.1 ms0.3 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms62.5 ms-0.5 ms0 ms-0.5 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms56 ms1 ms0.1 ms0.9 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js

    Invoker:  IntersectionObserverCallback
    Invoker Type: user-callback
    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 requests136
    Total domains21
    Total transfer size3.9 MB
    Total content size8.3 MB
    Responses missing compression50
    Number of cookies0
    Third party cookies0
    Requests per response code
    200133
    2043

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.4 KB49.4 KB1
    css0 b171.5 KB794.3 KB4
    javascript421 B355.8 KB1.3 MB28
    image0 b2.9 MB2.9 MB41
    svg0 b16.8 KB79.4 KB2
    json0 b326.2 KB2.9 MB33
    plain3.0 KB360 B32 B20
    other0 b127.8 KB339.0 KB6
    favicon0 b15.6 KB15.0 KB1
    Total3.4 KB3.9 MB8.3 MB136

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru337 ms54.0 KB98.0 KB12
    static-basket-01.wbbasket.ru3.788 s2.4 MB5.8 MB61
    a.wb.ru402 ms2.1 KB5.8 KB18
    static-basket-01.wb.ru104 ms390 B195 B1
    user-geo-data.wildberries.ru90 ms602 B355 B1
    banners-website.wildberries.ru348 ms43.6 KB538.3 KB4
    pow.wildberries.ru267 ms156.6 KB414.1 KB6
    recom.wb.ru252 ms75.0 KB273.2 KB3
    basket-10.wbbasket.ru492 ms236.1 KB235.4 KB4
    basket-16.wbbasket.ru314 ms73.1 KB72.6 KB2
    basket-02.wbbasket.ru177 ms66.8 KB66.4 KB1
    basket-14.wbbasket.ru400 ms84.0 KB83.5 KB2
    basket-11.wbbasket.ru150 ms33.1 KB32.7 KB1
    basket-01.wbbasket.ru414 ms114.6 KB114.0 KB3
    basket-05.wbbasket.ru314 ms132.5 KB132.0 KB2
    basket-04.wbbasket.ru348 ms173.1 KB172.5 KB2
    basket-15.wbbasket.ru395 ms193.8 KB193.1 KB3
    basket-12.wbbasket.ru456 ms85.9 KB85.3 KB3
    basket-09.wbbasket.ru161 ms92.6 KB92.2 KB1
    points.wb.ru368 ms996 B508 B4
    chat-prod.wildberries.ru131 ms286 B3 B2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 week
    Last modified3 minutes2 weeks1 year

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css1.7 KB1
    javascript79.8 KB9
    image2.9 MB39
    font0 b0
    json106.3 KB13
    svg1.3 KB1
    plain0 b11
    favicon15.6 KB1
    other127.8 KB5
    Total3.2 MB80

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css7.5 KB2
    javascript150.0 KB21
    image2.9 MB39
    font0 b0
    plain180 B19
    json325.8 KB32
    other127.8 KB6
    svg1.3 KB1
    favicon15.6 KB1
    Total3.5 MB121

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    240

    Render information

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

    CPU

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

    Long Tasks

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

    TypeQuantityTotal duration (ms)
    Total Blocking Time 827
    Max Potential First Input Delay 463
    Long Tasks before First Paint159
    Long Tasks before First Contentful Paint159
    Long Tasks before Largest Contentful Paint4700
    Long Tasks after Load Event End2485
    Total Long Tasks51086

    CPU last long task happened at 4.325 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown29159window
    self40679window
    self638463window
    unknown161999window
    unknown4325386window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML43
    styleLayout424
    paintCompositeRender60
    scriptParseCompile1
    scriptEvaluation2217
    garbageCollection30
    other728
    Events (ms)
    RunMicrotasks1931
    RunTask512
    UpdateLayoutTree275
    v8.run166
    Layout137
    URLLoader::Context::OnReceivedResponse50
    Layerize47
    FunctionCall42
    v8.callFunction36
    Paint35
    URLLoader::Context::OnCompletedRequest34
    ParseHTML34
    PrePaint29
    PaintImage18
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL15
    Commit13

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js124
    https://a.wb.ru/sdk/sdk.js44
    https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.1.js28
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js20
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/parseToken/parseTokenService.min.165647cd8fb78e8b.js12

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru184.0
    a.wb.ru44.5
    | Categories | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.24.0.

    CategoryRequests
    CategoryNumber of tools

    Unmatched third party domains

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

    static-basket-01.wbbasket.ru
    a.wb.ru
    static-basket-01.wb.ru
    recom.wb.ru
    basket-10.wbbasket.ru
    basket-16.wbbasket.ru
    basket-02.wbbasket.ru
    basket-14.wbbasket.ru
    basket-11.wbbasket.ru
    basket-01.wbbasket.ru
    basket-05.wbbasket.ru
    basket-04.wbbasket.ru
    basket-15.wbbasket.ru
    basket-12.wbbasket.ru
    basket-09.wbbasket.ru
    points.wb.ru

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.4 KB49.4 KB1
    css0 b0 b0 b0
    javascript0 b26.2 KB74.4 KB2
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    json0 b56.0 KB555.3 KB16
    svg0 b1.3 KB1.5 KB1
    favicon0 b15.6 KB15.0 KB1
    other0 b127.8 KB339.0 KB3
    TotalN/A255.0 KB1.0 MB25

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b171.5 KB794.3 KB4
    javascript421 B329.6 KB1.2 MB26
    image0 b2.9 MB2.9 MB40
    font0 b0 b0 b0
    svg0 b15.6 KB77.9 KB1
    json0 b270.1 KB2.3 MB17
    plain3.0 KB360 B32 B20
    other0 b0 b0 b3
    Total3.3 KB3.7 MB7.3 MB111

    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 0 (0 issues)
    Serious1 (67 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-9-17 and 2024-10-14

    MetricValue
    Round trip time 75 percentile147 ms
    Time to first byte (TTFB) 75 percentile431 ms
    First Contentful Paint (FCP) 75 percentile1.426 s
    Largest Contentful Paint (LCP) 75 percentile3.338 s
    Cumulative Layout Shift (CLS) 75 percentile1.01
    Interaction to next paint (INP) 75 percentile1.451 s

    Form factors

    Form factorValue
    Desktop17.13%
    Phone81.74%
    Tablet1.13%

    Navigation types

    Navigation typeValue
    Navigate 86.44%
    Navigate cache 0.01%
    Reload 6.98%
    Restore 0.14%
    Back/Forward 1.45%
    Back/Forward cache 0.00%
    Prerender 4.98%

    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-9-17 and 2024-10-14

    MetricValue
    Round trip time 75 percentile144 ms
    Time to first byte (TTFB) 75 percentile419 ms
    First Contentful Paint (FCP) 75 percentile1.344 s
    Largest Contentful Paint (LCP) 75 percentile4.092 s
    Cumulative Layout Shift (CLS) 75 percentile1.01
    Interaction to next paint (INP) 75 percentile1.023 s

    Form factors

    Form factorValue
    Desktop20.59%
    Phone78.08%
    Tablet1.33%

    Navigation types

    Navigation typeValue
    Navigate 65.55%
    Navigate cache 0.01%
    Reload 27.54%
    Restore 0.91%
    Back/Forward 3.72%
    Back/Forward cache 0.00%
    Prerender 2.27%

    Distribution

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