Page summary

https://www.wildberries.ru

Tested 2024-10-18 00:47:28 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 Score58
Total Page Transfer Size7.4 MB
Requests129
Timing metrics
TTFB [median]49 ms
First Paint [median]294 ms
Fully Loaded [median]6.386 s
Google Web Vitals
TTFB [median]49 ms
First Contentful Paint (FCP) [median]294 ms
Largest Contentful Paint (LCP) [median]239 ms
Cumulative Layout Shift (CLS) [median]0.11
Total Blocking Time [median]725 ms
Max Potential FID [median]437 ms
CPU metrics
CPU long tasks [median]5
CPU longest task duration1.470 s
CPU last long task happens at4.113 s
Visual Metrics
First Visual Change [median]333 ms
Speed Index [median]2.851 s
Visual Complete 85% [median]4.667 s
Visual Complete 99% [median]4.767 s
Last Visual Change [median]5.833 s
Screenshot of run 2

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange300 ms333 ms355 ms433 ms
LastVisualChange5.800 s5.833 s14.789 s32.733 s
SpeedIndex2.608 s2.851 s4.275 s7.366 s
VisualReadiness5.500 s5.500 s14.433 s32.300 s
VisualComplete854.566 s4.667 s13.911 s32.500 s
VisualComplete954.566 s4.733 s13.966 s32.600 s
VisualComplete994.600 s4.767 s14.033 s32.733 s
Google Web Vitals
Time To First Byte (TTFB)48 ms49 ms71 ms116 ms
Largest Contentful Paint (LCP)221 ms239 ms279 ms378 ms
First Contentful Paint (FCP)274 ms294 ms332 ms427 ms
Cumulative Layout Shift (CLS)0.11270.11350.12390.1455
More metrics
firstPaint274 ms294 ms332 ms427 ms
loadEventEnd482 ms1.296 s10.794 s30.604 s
CPU
Total Blocking Time643 ms725 ms1.201 s2.235 s
Max Potential FID390 ms437 ms766 ms1.470 s
CPU long tasks 5556
CPU last long task happens at4.005 s4.113 s8.081 s16.124 s
| Waterfall | | Download HAR | 

Waterfall

Run 2 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.2 sCPU Long Task duration 86 ms
0.3 sLCP <> banner_0040e249-f8c2-42af-93fa-8c69f9855c6b 239 msFirst Contentful Paint 294 msCPU Long Task duration 73 ms
0.4 sFirst Visual Change 333 msDOM Content Loaded Time 393 ms
0.5 sLayout Shift 0.00046 422 msLayout Shift 0.00007 467 ms
0.6 sLayout Shift 0.00038 528 msLayout Shift 0.00018 532 msLayout Shift 0.00012 573 msLayout Shift 0.00061 596 ms
0.7 sLayout Shift 0.00986 676 msCPU Long Task duration 390 ms
0.8 s
1.3 sPage Load Time 1.296 s
1.4 sCPU Long Task duration 78 ms
1.5 sLayout Shift 0.07746 1.446 s
1.6 sLayout Shift 0.00083 1.540 sLayout Shift 0.00021 1.565 sLayout Shift 0.00025 1.591 s
1.7 sLayout Shift 0.00065 1.609 sLayout Shift 0.00082 1.635 sLayout Shift 0.00047 1.660 sLayout Shift 0.00112 1.696 s
1.8 sLayout Shift 0.00133 1.728 sLayout Shift 0.00157 1.752 sLayout Shift 0.00082 1.778 s
1.9 sLayout Shift 0.00177 1.803 sLayout Shift 0.00085 1.828 sLayout Shift 0.00085 1.840 sLayout Shift 0.00086 1.852 sLayout Shift 0.00085 1.867 sLayout Shift 0.00085 1.884 sLayout Shift 0.00085 1.900 s
2 sLayout Shift 0.00084 1.918 sLayout Shift 0.00083 1.934 sLayout Shift 0.00082 1.950 sLayout Shift 0.00079 1.968 sLayout Shift 0.00073 1.984 s
2.1 sLayout Shift 0.00067 2.001 sLayout Shift 0.00062 2.017 sLayout Shift 0.00057 2.034 sLayout Shift 0.00051 2.051 sLayout Shift 0.00047 2.067 sLayout Shift 0.00042 2.083 sLayout Shift 0.00037 2.100 s
2.2 sLayout Shift 0.00033 2.116 sLayout Shift 0.00029 2.135 sLayout Shift 0.00025 2.150 sLayout Shift 0.00021 2.167 sLayout Shift 0.00018 2.184 s
2.3 sLayout Shift 0.00015 2.201 sLayout Shift 0.00012 2.216 sLayout Shift 0.00009 2.244 sLayout Shift 0.00007 2.253 sLayout Shift 0.00005 2.267 sLayout Shift 0.00004 2.284 sLayout Shift 0.00002 2.300 s
2.4 s
3 sLayout Shift 0.00002 2.918 s
4.2 sCPU Long Task duration 302 ms
4.5 s
4.7 sVisual Complete 85% 4.667 s
4.8 sVisual Complete 95% 4.733 sVisual Complete 99% 4.767 s
5.9 sLast Visual Change 5.833 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 (58)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 3 blocking requests and 9 in body parser blocking (9 JavaScript and 3 CSS).10
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/j/swiper.min.7a55dc87e84f5c3f.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.89ca31c17664fd48.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/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 41 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/2880_priz.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/2880_drwb_1810.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/2880_priz.webp
  • https://basket-04.wbbasket.ru/vol604/part60422/60422460/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1766/part176649/176649740/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2334/part233418/233418983/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1461/part146160/146160800/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol506/part50638/50638578/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1689/part168915/168915920/images/c516x688/1.webp
  • https://basket-03.wbbasket.ru/vol356/part35650/35650072/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2251/part225168/225168152/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2142/part214240/214240990/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol1001/part100157/100157271/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol547/part54787/54787298/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1833/part183365/183365141/images/c516x688/1.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069679485515689.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069701005320361.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069709778769215.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069697662172238.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728919028823242498.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728919368331269821.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729155887769608331.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069720172837985.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069742718815833.webp
  • https://basket-12.wbbasket.ru/vol1879/part187918/187918631/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2092/part209204/209204375/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol95/part9505/9505224/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol493/part49302/49302586/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2294/part229408/229408087/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol752/part75228/75228974/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2057/part205780/205780338/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol762/part76280/76280452/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1755/part175533/175533691/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol619/part61996/61996166/images/c516x688/1.webp
  • https://basket-16.wbbasket.ru/vol2536/part253609/253609869/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2287/part228730/228730828/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.
    Avoid CPU Long Tasks (longTasks)The page has 6 CPU long tasks with the total of 2.580 s. The total blocking time is 2.235 s and 1 long task before first contentful paint with total time of 95 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
  • self
  • Avoid Frontend single point of failures (spof)The page has 3 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.90
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://static-basket-01.wbbasket.ru/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/s/desktop/style/views/site/main-page-v...e3aba865477cc.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 84 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 5.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/s/desktop/style/views/site/main-page-v...e3aba865477cc.css
  • 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/adsf/1724065841472911219.jpg
  • https://static-basket-01.wbbasket.ru/vol0/i/blank.gif
  • 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/j/swiper.min.7a55dc87e84f5c3f.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.89ca31c17664fd48.js
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/apps/qr-apps.svg
  • 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/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/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/j/spa/customTags/banners.min.fa5c594041669961.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://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://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/2880_priz.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/clubwb_2880_0910.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/Frame-2087329373.webp
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/services/parseToken/parseTokenSe...05f4ccddd20bcf.js
  • 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/1729069679485515689.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069701005320361.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069709778769215.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069697662172238.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728919028823242498.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728919368331269821.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729155887769608331.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069720172837985.webp
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069742718815833.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
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728662665128919997.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/avto_2880-0910.webp
  • https://static-basket-01.wbbasket.ru/vol0/data/all-poo-v9.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/all-poo-fr-v9.json
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728666321409133834.webp
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/2880_drwb_1810.webp
  • Long cache headers is good (cacheHeadersLong)The page has 27 requests that have a shorter cache time than 30 days (but still a cache time).73
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://pow.wildberries.ru/scripts/d.js?7eec71a7
  • https://pow.wildberries.ru/scripts/default_wasm_exec.js?8bccb701
  • https://pow.wildberries.ru/scripts/default_solve.wasm?2600f3d2
  • https://basket-04.wbbasket.ru/vol604/part60422/60422460/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1766/part176649/176649740/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2334/part233418/233418983/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1461/part146160/146160800/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol506/part50638/50638578/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1689/part168915/168915920/images/c516x688/1.webp
  • https://basket-03.wbbasket.ru/vol356/part35650/35650072/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2251/part225168/225168152/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2142/part214240/214240990/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1833/part183365/183365141/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol1001/part100157/100157271/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol547/part54787/54787298/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1879/part187918/187918631/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2092/part209204/209204375/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol95/part9505/9505224/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol493/part49302/49302586/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2294/part229408/229408087/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol752/part75228/75228974/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2057/part205780/205780338/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol762/part76280/76280452/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1755/part175533/175533691/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol619/part61996/61996166/images/c516x688/1.webp
  • https://basket-16.wbbasket.ru/vol2536/part253609/253609869/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2287/part228730/228730828/images/c516x688/1.webp
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 175.5 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 53.0 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.7 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.9 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 365.8 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/j/swiper.min.7a55dc87e84f5c3f.js 26.6 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.89ca31c17664fd48.js 3.8 KB15.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/lazyBlockLoader.min.6623456650f0eac0.js 382 B801 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.tooltip.min.427c93e1900719eb.js 2.2 KB8.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.shortDeliveries.m...74ef15a1f2f942.js 1.4 KB4.8 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/j/spa/services/orderService.min.1ae4b06e459a9146.js 8.7 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/modules/searchInput/suggestionsH...1f418cdf2364df.js 2.1 KB5.3 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.fa5c594041669961.js 4.0 KB15.4 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 525 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...05f4ccddd20bcf.js 23.2 KB73.8 KB
    https://pow.wildberries.ru/scripts/d.js?7eec71a7 21.1 KB59.0 KB
    https://pow.wildberries.ru/scripts/default_wasm_exec.js?8bccb701 4.9 KB16.3 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/feedbacks/feedbacksPaym...52e80756a6a35a.js 1005 B2.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js 945 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 730 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 9 misconfigured mime types. 91
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json
  • https://pow.wildberries.ru/scripts/default_solve.wasm?2600f3d2
  • https://www.wildberries.ru/webapi/stats/events
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • Make each CSS response small (optimalCssSize)https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css size is 54.3 kB (54307) 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.0 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 7.8 MB, which is more than the coach limit of 2 MB. That is insane and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://www.wildberries.ru/ 17.1 KB87.8 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css 53.0 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.7 KB46.0 KB
    https://static-basket-01.wbbasket.ru/vol0/i/v3/header/wb-logo_wb-birthday_2024_2.webp 35.8 KB35.7 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1724065841472911219.jpg 105.4 KB105.3 KB
    https://static-basket-01.wbbasket.ru/vol0/i/blank.gif 111 B49 B
    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/j/swiper.min.7a55dc87e84f5c3f.js 26.6 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.89ca31c17664fd48.js 3.8 KB15.4 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/spa/customTags/lazyBlockLoader.min.6623456650f0eac0.js 382 B801 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.tooltip.min.427c93e1900719eb.js 2.2 KB8.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.shortDeliveries.m...74ef15a1f2f942.js 1.4 KB4.8 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.7 KB14.5 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.7 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.7 KB74.2 KB
    https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json 71.3 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/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/j/spa/customTags/banners.min.fa5c594041669961.js 4.0 KB15.4 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 602 B355 B
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 11.1 KB139.0 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 525 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://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.1 KB139.0 KB
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 11.0 KB139.0 KB
    https://www.wildberries.ru/webapi/api/home/seo 2.9 KB6.9 KB
    https://www.wildberries.ru/webapi/personalinfo 1.2 KB608 B
    https://static-basket-01.wbbasket.ru/vol0/data/menu/catalog/ekspress-dostavka.json 16.7 KB111.2 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/2880_priz.webp 149.0 KB148.9 KB
    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.4 KB160.3 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/Frame-2087329373.webp 125.7 KB125.5 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/parseToken/parseTokenSe...05f4ccddd20bcf.js 23.2 KB73.8 KB
    https://pow.wildberries.ru/api/v1/js-settings 762 B138 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/default_wasm_exec.js?8bccb701 4.9 KB16.3 KB
    https://pow.wildberries.ru/scripts/default_solve.wasm?2600f3d2 791.6 KB2.8 MB
    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 40.4 KB149.6 KB
    https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search 38.9 KB145.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/feedbacks/feedbacksPaym...52e80756a6a35a.js 1005 B2.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js 945 B2.1 KB
    https://basket-04.wbbasket.ru/vol604/part60422/60422460/images/c516x688/1.webp 49.6 KB49.2 KB
    https://basket-12.wbbasket.ru/vol1766/part176649/176649740/images/c516x688/1.webp 15.0 KB14.9 KB
    https://basket-15.wbbasket.ru/vol2334/part233418/233418983/images/c516x688/1.webp 37.3 KB36.9 KB
    https://basket-10.wbbasket.ru/vol1461/part146160/146160800/images/c516x688/1.webp 46.2 KB45.8 KB
    https://basket-04.wbbasket.ru/vol506/part50638/50638578/images/c516x688/1.webp 35.2 KB35.1 KB
    https://basket-12.wbbasket.ru/vol1689/part168915/168915920/images/c516x688/1.webp 16.1 KB15.7 KB
    https://basket-03.wbbasket.ru/vol356/part35650/35650072/images/c516x688/1.webp 97.4 KB96.9 KB
    https://basket-15.wbbasket.ru/vol2251/part225168/225168152/images/c516x688/1.webp 123.6 KB123.4 KB
    https://basket-14.wbbasket.ru/vol2142/part214240/214240990/images/c516x688/1.webp 31.1 KB31.0 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069679485515689.webp 100.8 KB100.7 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069701005320361.webp 99.1 KB98.9 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069709778769215.webp 190.5 KB190.3 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069697662172238.webp 86.9 KB86.8 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728919028823242498.webp 189.8 KB189.7 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728919368331269821.webp 97.3 KB97.2 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729155887769608331.webp 141.6 KB141.4 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069720172837985.webp 146.2 KB146.1 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1729069742718815833.webp 178.6 KB178.5 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-12.wbbasket.ru/vol1833/part183365/183365141/images/c516x688/1.webp 40.6 KB40.4 KB
    https://basket-05.wbbasket.ru/vol1001/part100157/100157271/images/c516x688/1.webp 44.6 KB44.2 KB
    https://basket-04.wbbasket.ru/vol547/part54787/54787298/images/c516x688/1.webp 26.4 KB26.3 KB
    https://basket-12.wbbasket.ru/vol1879/part187918/187918631/images/c516x688/1.webp 54.2 KB54.1 KB
    https://basket-14.wbbasket.ru/vol2092/part209204/209204375/images/c516x688/1.webp 65.5 KB65.1 KB
    https://basket-01.wbbasket.ru/vol95/part9505/9505224/images/c516x688/1.webp 73.0 KB72.6 KB
    https://basket-04.wbbasket.ru/vol493/part49302/49302586/images/c516x688/1.webp 80.0 KB79.8 KB
    https://basket-15.wbbasket.ru/vol2294/part229408/229408087/images/c516x688/1.webp 53.5 KB53.3 KB
    https://basket-05.wbbasket.ru/vol752/part75228/75228974/images/c516x688/1.webp 20.0 KB19.9 KB
    https://basket-14.wbbasket.ru/vol2057/part205780/205780338/images/c516x688/1.webp 46.7 KB46.6 KB
    https://basket-05.wbbasket.ru/vol762/part76280/76280452/images/c516x688/1.webp 33.6 KB33.5 KB
    https://basket-12.wbbasket.ru/vol1755/part175533/175533691/images/c516x688/1.webp 5.3 KB5.2 KB
    https://basket-04.wbbasket.ru/vol619/part61996/61996166/images/c516x688/1.webp 79.4 KB79.3 KB
    https://basket-16.wbbasket.ru/vol2536/part253609/253609869/images/c516x688/1.webp 79.4 KB79.0 KB
    https://basket-15.wbbasket.ru/vol2287/part228730/228730828/images/c516x688/1.webp 76.8 KB76.7 KB
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 265 B22 B
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 341 B98 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 730 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
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728662665128919997.webp 56.5 KB56.4 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/koshelek_new_2880.webp 213.6 KB213.5 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/avto_2880-0910.webp 141.0 KB140.9 KB
    https://www.wildberries.ru/webapi/stats/events N/A0 b
    https://static-basket-01.wbbasket.ru/vol0/data/all-poo-v9.json.hash 171 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/all-poo-fr-v9.json 2.1 MB14.9 MB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1728666321409133834.webp 41.7 KB41.5 KB
    https://www.wildberries.ru/webapi/stats/events N/A0 b
    https://www.wildberries.ru/manifestv2.json 947 B1.5 KB
    https://www.wildberries.ru/icon.svg 1.3 KB1.5 KB
    https://www.wildberries.ru/favicon.ico 15.6 KB15.0 KB
    https://www.wildberries.ru/android-icon-144x144.png 16.7 KB16.1 KB
    https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/2880_drwb_1810.webp 182.2 KB182.0 KB
    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://pow.wildberries.ru/api/v1/js-settings
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/android-icon-144x144.png
  • Best practice advice (67)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)You have a cumulative layout shift score (0.1455) 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 (102 requests and 6.9 MB) then first party (27 requests and 935.8 kB). The page transfer more bytes from third party domains (6.9 MB) then first party (935.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 21 responses that sets both a max-age and expires header. There are 18 responses that sets a pragma no-cache header (that is a request header). There are 34 responses that sets a server header. 27
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://www.wildberries.ru/
  • https://www.wildberries.ru/
  • https://www.wildberries.ru/
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://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://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://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/personalinfo
  • 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/default_wasm_exec.js?8bccb701
  • https://pow.wildberries.ru/scripts/default_wasm_exec.js?8bccb701
  • https://pow.wildberries.ru/scripts/default_solve.wasm?2600f3d2
  • https://pow.wildberries.ru/scripts/default_solve.wasm?2600f3d2
  • 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://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • Privacy advice (93)

    TitleAdviceScore
    Set a referrer-policy header to make sure you do not leak user information. (referrerPolicyHeader)Set a referrer-policy header to make sure you do not leak user information.0
    Description: Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. https://scotthelme.co.uk/a-new-security-header-referrer-policy/.
    Offenders:
  • https://www.wildberries.ru/
  • Set a strict transport header to make sure the user always use HTTPS. (strictTransportSecurityHeader)A strict transport header is set but miss out on setting includeSubDomains90
    Description: The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) lets a web site tell browsers that it should only be accessed using HTTPS, instead of using HTTP. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security.

    Page info

    Page info
    TitleИнтернет-магазин Wildberries: широкий ассортимент товаров - скидки каждый день!
    Width1904
    Height2983
    DOM elements3792
    Avg DOM depth14
    Max DOM depth20
    Iframes0
    Script tags2123
    Local storage238.5 KB
    Session storage288 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 2

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)49 ms
    First Contentful Paint (FCP)294 ms
    Largest Contentful Paint (LCP)239 ms
    Cumulative Layout Shift (CLS)0.11
    Total Blocking Time (TBT)643 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP1068
    Time spent in recalculate style before FCP37.292 ms
    Extra timings
    TTFB49 ms
    First Paint294 ms
    Load Event End1.296 s
    Fully loaded6.386 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.

    Render time 239 ms
    Elements that needed recalculate style before LCP1082
    Time spent in recalculate style before LCP37.622 ms
    Element idbanner_0040e249-f8c2-42af-93fa-8c69f9855c6b
    Load time239 ms
    URL https://static-baske...5841472911219.jpg
    Size (width*height)241920
    DOM path
    <>
    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.11355 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.00177
    0.00157
    0.00133
    0.00112
    0.00086
    0.00085
    0.00085
    0.00085
    0.00085
    0.00085
    0.00084
    0.00083
    0.00083
    0.00082
    0.00082
    0.00082
    0.00079
    0.00073
    0.00067
    0.00065
    0.00062
    0.00061
    0.00057
    0.00051
    0.00047
    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.00042
    0.00038
    0.00037
    0.00033
    0.00029
    0.00025
    0.00025
    0.00021
    0.00021
    0.00018
    0.00018
    0.00015
    0.00012
    0.00012
    0.00009
    0.00007
    0.00007
    0.00005
    0.00004
    0.00002
    0.00002
    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
    1.009 s1.070 s0.7 ms0.1 ms0.6 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    341 ms395.9 ms0.1 ms0 ms0.1 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
    272 ms316.6 ms19.4 ms0 ms19.4 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    42 ms98.3 ms85.7 ms0.2 ms85.5 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    36 ms90.3 ms7.7 ms0 ms7.7 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    24 ms86.5 ms0.5 ms0.1 ms0.4 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
    0 ms50.5 ms5.5 ms0.1 ms5.4 ms
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js

    Invoker:  https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms59.7 ms2.3 ms0 ms2.3 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms79 ms1 ms0.1 ms0.9 ms

    Forced Style And Layout Duration: 13 ms

    Invoker:  SCRIPT[src=//static-basket-01.wbbasket.ru/vol0/j/spa/models/home.min.af1110877a94f02d.js].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

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

    Forced Style And Layout Duration: 7 ms

    Invoker:  Response.json.then
    Invoker Type: resolve-promise
    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 requests129
    Total domains18
    Total transfer size7.4 MB
    Total content size26.4 MB
    Responses missing compression50
    Number of cookies0
    Third party cookies0
    Requests per response code
    200126
    2043

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b17.1 KB87.8 KB1
    css0 b171.4 KB794.3 KB4
    javascript0 b357.3 KB1.3 MB28
    image0 b3.7 MB3.6 MB47
    svg0 b16.8 KB79.4 KB2
    json0 b2.5 MB17.7 MB33
    plain0 b509 B48 B4
    other0 b791.6 KB2.8 MB9
    favicon0 b15.6 KB15.0 KB1
    Total0 b7.4 MB26.4 MB129

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru387 ms59.7 KB136.4 KB15
    static-basket-01.wbbasket.ru4.105 s5.3 MB21.5 MB70
    static-basket-01.wb.ru65 ms390 B195 B1
    user-geo-data.wildberries.ru146 ms602 B355 B1
    banners-website.wildberries.ru304 ms33.2 KB416.9 KB3
    pow.wildberries.ru277 ms820.2 KB2.9 MB6
    recom.wb.ru246 ms79.3 KB295.4 KB3
    basket-04.wbbasket.ru566 ms270.6 KB269.7 KB5
    basket-12.wbbasket.ru709 ms131.2 KB130.3 KB5
    basket-15.wbbasket.ru1.114 s291.2 KB290.3 KB4
    basket-10.wbbasket.ru170 ms46.2 KB45.8 KB1
    basket-03.wbbasket.ru196 ms97.4 KB96.9 KB1
    basket-14.wbbasket.ru352 ms143.3 KB142.7 KB3
    points.wb.ru359 ms606 B120 B4
    basket-05.wbbasket.ru466 ms98.1 KB97.5 KB3
    basket-01.wbbasket.ru153 ms73.0 KB72.6 KB1
    basket-16.wbbasket.ru122 ms79.4 KB79.0 KB1
    chat-prod.wildberries.ru231 ms286 B3 B2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 week
    Last modified20 seconds1 week2 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript0 b0
    image198.8 KB2
    font0 b0
    json947 B1
    svg1.3 KB1
    favicon15.6 KB1
    other0 b1
    Total216.6 KB6

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css1.7 KB1
    javascript119.3 KB17
    image3.5 MB43
    font0 b0
    plain340 B3
    json2.5 MB32
    other791.6 KB9
    svg1.3 KB1
    favicon15.6 KB1
    Total6.9 MB107

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    390

    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.jsin_body_parser_blocking
    https://static-baske...05f4ccddd20bcf.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.cssblocking
    https://pow.wildberr...ault_wasm_exec.jsnon_blocking
    https://static-baske...5c594041669961.jsnon_blocking
    https://static-baske...ca31c17664fd48.jsin_body_parser_blocking
    https://static-baske...24127e470ebfcd.jsnon_blocking
    https://static-baske...7c93e1900719eb.jsin_body_parser_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.jsin_body_parser_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.jsin_body_parser_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 643
    Max Potential First Input Delay 390
    Long Tasks before First Paint186
    Long Tasks before First Contentful Paint186
    Long Tasks before Largest Contentful Paint186
    Long Tasks after Load Event End2380
    Total Long Tasks5929

    CPU last long task happened at 4.113 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown15186window
    self30073window
    self698390window
    unknown135878window
    unknown4113302window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML41
    styleLayout412
    paintCompositeRender61
    scriptParseCompile1
    scriptEvaluation2041
    garbageCollection40
    other855
    Events (ms)
    RunMicrotasks1806
    RunTask614
    UpdateLayoutTree253
    Layout147
    v8.run143
    Layerize61
    URLLoader::Context::OnReceivedResponse42
    Paint38
    FunctionCall38
    ParseHTML33
    PrePaint28
    URLLoader::Context::OnCompletedRequest23
    PaintImage16
    v8.callFunction16
    Commit14
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL14
    V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING11
    DecodedDataDocumentParser::AppendBytes10

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.3ef8139d61468dff.js98
    https://a.wb.ru/sdk/sdk.js24
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js23
    https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.1.js22
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/parseToken/parseTokenService.min.c105f4ccddd20bcf.js13

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru155.2
    a.wb.ru24.4
    | 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-03.wbbasket.ru
    basket-12.wbbasket.ru
    basket-04.wbbasket.ru
    basket-01.wbbasket.ru
    basket-07.wbbasket.ru
    points.wb.ru
    basket-13.wbbasket.ru
    basket-16.wbbasket.ru
    basket-02.wbbasket.ru
    basket-10.wbbasket.ru

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b17.1 KB87.8 KB1
    css0 b0 b0 b0
    javascript0 b26.0 KB75.3 KB2
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    json0 b45.6 KB433.9 KB15
    other0 b791.6 KB2.8 MB6
    svg0 b1.3 KB1.5 KB1
    favicon0 b15.6 KB15.0 KB1
    TotalN/A913.9 KB3.4 MB27

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b171.4 KB794.3 KB4
    javascript0 b331.3 KB1.2 MB26
    image0 b3.6 MB3.6 MB46
    font0 b0 b0 b0
    svg0 b15.6 KB77.9 KB1
    json0 b2.4 MB17.3 MB18
    plain0 b509 B48 B4
    other0 b0 b0 b3
    TotalN/A6.6 MB23.0 MB102

    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 (64 issues)
    Moderate2 (34 issues)
    Minor0 (0 issues)