Page summary

https://www.wildberries.ru/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603

Tested 2025-03-31 09:08:32 using Chrome 134.0.6998.35 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score59
Total Page Transfer Size1.5 MB
Requests101
Timing metrics
TTFB [median]789 ms
First Paint [median]2.640 s
Fully Loaded [median]15.764 s
Google Web Vitals
TTFB [median]789 ms
First Contentful Paint (FCP) [median]2.640 s
Largest Contentful Paint (LCP) [median]4.888 s
Cumulative Layout Shift (CLS) [median]0.01
Total Blocking Time [median]1.017 s
Max Potential FID [median]1.010 s
CPU metrics
CPU long tasks [median]4
CPU longest task duration1.267 s
CPU last long task happens at8.709 s
Visual Metrics
First Visual Change [median]2.648 s
Speed Index [median]4.516 s
Visual Complete 85% [median]4.900 s
Visual Complete 99% [median]5.463 s
Last Visual Change [median]13.100 s
Screenshot of run 2

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange2.300 s2.648 s2.549 s2.700 s
LastVisualChange13.100 s13.100 s13.649 s14.748 s
SpeedIndex4.346 s4.516 s4.575 s4.862 s
VisualReadiness10.400 s10.800 s11.100 s12.100 s
VisualComplete854.834 s4.900 s5.043 s5.396 s
VisualComplete955.034 s5.133 s5.210 s5.463 s
VisualComplete995.034 s5.463 s7.721 s12.666 s
Google Web Vitals
Time To First Byte (TTFB)782 ms789 ms803 ms839 ms
Largest Contentful Paint (LCP)4.840 s4.888 s9.377 s18.404 s
First Contentful Paint (FCP)2.332 s2.640 s2.549 s2.676 s
Cumulative Layout Shift (CLS)0.00570.00570.04790.1324
More metrics
firstPaint2.332 s2.640 s2.549 s2.676 s
loadEventEnd6.576 s6.941 s7.649 s9.430 s
CPU
Total Blocking Time962 ms1.017 s1.133 s1.419 s
Max Potential FID993 ms1.010 s1.090 s1.267 s
CPU long tasks 4445
CPU last long task happens at7.436 s8.709 s10.719 s16.011 s
| Waterfall | | Download HAR | 

Waterfall

Run 2 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
2.7 sFirst Contentful Paint 2.676 sFirst Visual Change 2.700 s
2.8 s
2.9 s
3 s
3.1 s
3.2 s
3.3 s
3.4 s
3.5 s
3.6 s
3.7 s
3.8 s
3.9 s
4 s
4.1 s
4.2 s
4.3 s
4.4 s
4.5 s
4.6 sCPU Long Task duration 61 msCPU Long Task duration 56 msDOM Content Loaded Time 4.586 s
4.7 s
4.8 s
4.9 sLCP <P> 4.888 sVisual Complete 85% 4.900 s
5 s
5.1 sLayout Shift 0.00569 5.099 s
5.2 sVisual Complete 95% 5.133 s
5.3 s
5.4 s
5.5 s
5.6 s
5.7 s
5.8 s
5.9 sCPU Long Task duration 50 ms
6 s
6.1 s
6.2 s
6.3 s
6.4 s
6.5 s
6.6 s
6.7 s
6.8 s
6.9 s
7 sPage Load Time 6.941 s
7.1 s
7.2 s
7.3 s
7.4 s
7.5 sCPU Long Task duration 993 ms
8.5 s
8.6 s
8.7 s
8.8 sCPU Long Task duration 52 ms
8.9 s
9 s
9.1 s
9.2 s
9.3 s
9.4 s
9.5 s
9.6 s
9.7 s
9.8 s
9.9 s
10 s
10.1 s
10.2 s
10.3 s
10.4 s
10.5 s
10.6 s
10.7 s
10.8 s
10.9 s
11 s
11.1 s
11.2 s
11.3 s
11.4 s
11.5 s
11.6 s
11.7 s
11.8 s
11.9 s
12 s
12.1 s
12.2 s
12.3 s
12.4 s
12.5 s
12.6 s
12.7 sVisual Complete 99% 12.666 s
12.8 s
12.9 s
13 s
13.1 sLast Visual Change 13.100 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 8.1.1.

I am the coach

Coach score

Performance advice (59)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 1 blocking requests and 4 in body parser blocking (4 JavaScript and 1 CSS).60
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • https://static-basket-01.wbbasket.ru/vol2/site/j/app.7c55f47880e103d84bab.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.17c1b56c748f3ece8ab1.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.7f239ace2fcf8a7bb122.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-18-1.42845ec3.js
  • Don't scale images in the browser (avoidScalingImages)The page has 19 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://basket-01.wbbasket.ru/vol29/part2961/2961946/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol37/part3796/3796614/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol101/part10199/10199472/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol101/part10199/10199477/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1503/part150300/150300892/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol279/part27936/27936886/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol39/part3908/3908298/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1502/part150253/150253708/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol115/part11526/11526997/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol67/part6713/6713932/images/c516x688/1.webp
  • https://basket-11.wbbasket.ru/vol1653/part165318/165318107/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol105/part10516/10516377/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol32/part3284/3284770/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol20/part2077/2077638/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2063/part206335/206335830/images/c516x688/1.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-store.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/google-play.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-gallery.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/rustore.webp
  • Have a fast first contentful paint (firstContentfulPaint)First contentful paint can be improved (2.640 s). It is in the Google Web Vitals needs improvement range, slower than 1.8 seconds.50
    Description: The First Contentful Paint (FCP) metric measures the time from when the page starts loading to when any part of the page content is rendered on the screen. For this metric, "content" refers to text, images (including background images), <svg> elements, or non-white <canvas> elements.
    Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Have a fast largest contentful paint (largestContentfulPaint)Largest contentful paint is poor 18.404 s. It is in the Google Web Vitals poor range, slower than 4.5 seconds. You can add fetchPriority="high" to the image to increase the load priority in Chrome.0
    Description: Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance.
    Offenders:
  • https://basket-01.wbbasket.ru/vol29/part2961/2961946/images/c516x688/1.webp
  • Avoid CPU Long Tasks (longTasks)The page has 5 CPU long tasks with the total of 1.669 s. The total blocking time is 1.419 s . However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • self
  • self
  • self
  • self
  • 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/vol2/site/s/desktop/style/views/spa/main-v3...4c482632d5489.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/modal.75158a0f0d1d2f230958.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 77 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 1.4 MB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol2/site/f/als-hauss-vf.woff2
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...4c482632d5489.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/app.7c55f47880e103d84bab.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.17c1b56c748f3ece8ab1.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.7f239ace2fcf8a7bb122.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-18-1.42845ec3.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/cookies.6dfe33e4.json
  • https://static-basket-01.wbbasket.ru/vol1/global-payment/default-payment.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.2c21321717279f1b0a8c.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.3f...8c05fd7b44ed8c.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuLk.b38253b0.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/mobileMenuTemp.42883d4f.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/footer.413388ce.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...4925c66d180c76.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.3f1f360c9d33874fe5c5.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/spacatalog.4e328407.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/xCatalogDat...3d627a6c648066.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/queryHelper...cc88110dbf014d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/provider...b3013822024ea4.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/sorterModel...c012603197fa73.js
  • https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/catalo...bbe06f3acd0aa.css
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...58bb2f771e7ae.css
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...e3bb8793dd7aa.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.recentItems....a12d1cd25122c2.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.tooltip.d1551932ebb94b589950.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/categoryCatalog.882793610430fc4bd50b.js
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/uploadImageForSearchByImagePopUp.29d85a1d.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/spa/modules/uploadImageForSearc...ae50b44a28588.css
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1257786
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuTopTmpl.dac4c2eb.json
  • https://banners-website.wildberries.ru/public/v2/banners...public/v2/banners
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.473830efc3430176d1b8.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/uploadImageForSearc...db4e8069618937.js
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-store.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/google-play.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-gallery.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/rustore.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTo...378e54035cf6d6.js
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/favicon.ico
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChatPopup.5577172b.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...4cd109248f542.css
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...47791157e0d4ac.js
  • https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog
  • https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCard.ca941b61.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCore.239e7083.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.searchTags.c...ec4113398294c9.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/lazyBlockLoader....90a678955c61ae.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCat...29d0e0146e7d80.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogSitePath.3057d797.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/shared/c...a0149cf8815615.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.4463b5fe473e03f21749.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/mo-icons.82b0e5d82416af73ae55.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/mo-ui.56c8afa090f39783c39e.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/modal-component.f8c024614931875ef1ad.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.b1...749655f40cf947.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/modal.75158a0f0d1d2f230958.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/14627.eb35aeacc24e8988fd4a.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/37266.1262e74f2a4dd51ea1a8.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.42e4645df7160c309213.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/lazyBlockLoader.c66511f48cf5a64f33e7.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/recommendationsList.9acf850b.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/recommendations/rec...d2ef18e9a4f432.js
  • https://www.wildberries.ru/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa
  • https://catalog.wb.ru/catalog/jewellery1/v8/filters...llery1/v8/filters
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/filterItem.1e6bcc6b.json
  • Long cache headers is good (cacheHeadersLong)The page has 4 requests that have a shorter cache time than 30 days (but still a cache time).96
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://a.wb.ru/sdk/sdk.js
  • https://pow.wildberries.ru/scripts/d.js?7eec71a7
  • https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861
  • https://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 133 kB and uncompressed size is 876.2 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/vol2/site/s/desktop/style/views/spa/main-v3...4c482632d5489.css 81.7 KB542.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/catalo...bbe06f3acd0aa.css 26.7 KB163.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...58bb2f771e7ae.css 5.9 KB49.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...e3bb8793dd7aa.css 2.6 KB10.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/spa/modules/uploadImageForSearc...ae50b44a28588.css 1.1 KB4.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...4cd109248f542.css 10.4 KB76.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/modal.75158a0f0d1d2f230958.css 603 B1.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css 917 B6.2 KB
    The favicon should be small and cacheable (favicon)The favicon size is 16 kB bytes. That's quite big, can you make it smaller? The favicon has no cache time. 0
    Description: It is easy to make the favicon big but please avoid doing that, because every browser will then perform an unnecessarily large download. And make sure the cache headers are set for a long time for the favicon. It is easy to miss since it's another content type.
    Offenders:
  • https://www.wildberries.ru/favicon.ico
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 588 kB and the uncompressed size is 2.2 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.7c55f47880e103d84bab.js 64.8 KB190.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.17c1b56c748f3ece8ab1.js 83.5 KB359.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.7f239ace2fcf8a7bb122.js 142.9 KB559.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-18-1.42845ec3.js 16.7 KB80.6 KB
    https://a.wb.ru/sdk/sdk.js 2.1 KB5.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.2c21321717279f1b0a8c.js 9.8 KB31.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.3f...8c05fd7b44ed8c.js 12.4 KB40.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...4925c66d180c76.js 1.5 KB3.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.3f1f360c9d33874fe5c5.js 26.6 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/xCatalogDat...3d627a6c648066.js 853 B3.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/queryHelper...cc88110dbf014d.js 1.3 KB3.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/provider...b3013822024ea4.js 2.3 KB7.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/sorterModel...c012603197fa73.js 1.2 KB4.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.recentItems....a12d1cd25122c2.js 565 B983 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.tooltip.d1551932ebb94b589950.js 2.6 KB9.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/categoryCatalog.882793610430fc4bd50b.js 3.6 KB12.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.473830efc3430176d1b8.js 9.8 KB41.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/uploadImageForSearc...db4e8069618937.js 1.4 KB5.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTo...378e54035cf6d6.js 23.5 KB75.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...47791157e0d4ac.js 12.0 KB39.3 KB
    https://pow.wildberries.ru/scripts/d.js?7eec71a7 23.8 KB59.0 KB
    https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861 6.0 KB15.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.searchTags.c...ec4113398294c9.js 535 B766 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/lazyBlockLoader....90a678955c61ae.js 489 B780 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCat...29d0e0146e7d80.js 24.3 KB124.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/shared/c...a0149cf8815615.js 613 B994 B
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.4463b5fe473e03f21749.js 40.6 KB132.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/mo-icons.82b0e5d82416af73ae55.js 7.4 KB24.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/mo-ui.56c8afa090f39783c39e.js 11.9 KB75.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/modal-component.f8c024614931875ef1ad.js 1.1 KB2.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.b1...749655f40cf947.js 327 B236 B
    https://static-basket-01.wbbasket.ru/vol2/site/app/14627.eb35aeacc24e8988fd4a.js 4.5 KB11.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/37266.1262e74f2a4dd51ea1a8.js 18.3 KB52.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.42e4645df7160c309213.js 3.7 KB9.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/lazyBlockLoader.c66511f48cf5a64f33e7.js 1.0 KB2.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/recommendations/rec...d2ef18e9a4f432.js 10.2 KB39.0 KB
    Avoid using incorrect mime types (mimeTypes)The page has 8 misconfigured mime types. 92
    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/promotion-creatives.json.hash
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • https://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://catalog.wb.ru/catalog/jewellery1/v8/filters...llery1/v8/filters
  • https://www.wildberries.ru/webapi/stats/events
  • Make each CSS response small (optimalCssSize)https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3.3f468264c482632d5489.css size is 83.6 kB (83618) and that is bigger than the limit of 14.5 kB. https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/catalog-page-v3.8c11abbbbe06f3acd0aa.css size is 27.3 kB (27304) 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/vol2/site/s/desktop/style/views/spa/main-v3...4c482632d5489.css 81.7 KB542.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/catalo...bbe06f3acd0aa.css 26.7 KB163.5 KB
    Don't use private headers on static content (privateAssets)The page has 6 requests with private headers. The main page has a private header. It could be right in some cases where the user can be logged in and served specific content. But if your asset is static it should never be private. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.50
    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/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603
  • 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
  • https://www.wildberries.ru/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa
  • Best practice advice (70)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)You have a cumulative layout shift score (0.1324) 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.
    Have a good URL format (url)The page is using more than two request parameters. You should really rethink and try to minimize the number of parameters. 50
    Description: A clean URL is good for the user and for SEO. Make them human readable, avoid too long URLs, spaces in the URL, too many request parameters, and never ever have the session id in your URL.
    Avoid too many third party requests (thirdParty)The page do more requests to third party domains (81 requests and 1.3 MB) then first party (20 requests and 247.7 kB). The page transfer more bytes from third party domains (1.3 MB) then first party (247.7 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 26 responses that sets a server header. 40
    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/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603
  • https://www.wildberries.ru/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603
  • https://www.wildberries.ru/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603
  • https://a.wb.ru/sdk/sdk.js
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1257786
  • 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/v2/banners...public/v2/banners
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://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://pow.wildberries.ru/scripts/d.js?7eec71a7
  • https://pow.wildberries.ru/scripts/d.js?7eec71a7
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de
  • https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861
  • https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861
  • https://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • https://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • https://pow.wildberries.ru/api/v1/client/verify-answer
  • https://pow.wildberries.ru/api/v1/client/verify-answer
  • https://pow.wildberries.ru/api/v1/client/verify-answer
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://www.wildberries.ru/webapi/logging/jserror
  • https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog
  • https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog
  • https://catalog.wb.ru/catalog/jewellery1/v8/filters...llery1/v8/filters
  • https://www.wildberries.ru/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa
  • https://www.wildberries.ru/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa
  • https://www.wildberries.ru/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa
  • https://catalog.wb.ru/catalog/jewellery1/v8/filters...llery1/v8/filters
  • 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/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603
  • Set a strict transport header to make sure the user always use HTTPS. (strictTransportSecurityHeader)A strict transport header is set but miss out on setting includeSubDomains90
    Description: The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) lets a web site tell browsers that it should only be accessed using HTTPS, instead of using HTTP. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security.

    Page info

    Page info
    TitleКольца в интернет-магазине Wildberries
    Width485
    Height4611
    DOM elements3100
    Avg DOM depth15
    Max DOM depth19
    Iframes0
    Script tags1686
    Local storage59.7 KB
    Session storage437 B
    Network Information API3g
    Resource Hints
    preconnect
    https://static-basket-01.wbbasket.ru/
    https://splitter.wb.ru/

    Technologies used to build the page.

    Data collected using Wappalyzer version 6.10.66. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyzer find more information about technologies used.

    TechnologyConfidenceCategory
    HSTS 100  Security
    HTTP/3 100  Miscellaneous
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Long Aninimation Frames | 

    Data from run 2

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)839 ms
    First Contentful Paint (FCP)2.676 s
    Largest Contentful Paint (LCP)4.888 s
    Cumulative Layout Shift (CLS)0.01
    Total Blocking Time (TBT)962 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP163
    Time spent in recalculate style before FCP21.242 ms
    Extra timings
    TTFB839 ms
    First Paint2.676 s
    Load Event End6.941 s
    Fully loaded14.875 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 typeP
    Element/tag<p class="cookies__text"></p>
    Render time 4.888 s
    Element render delay4.049 s
    TTFB839 ms
    Resource delay0 ms
    Resource load duration0 ms
    Elements that needed recalculate style before LCP461
    Time spent in recalculate style before LCP39.722 ms
    Load time0 ms
    Size (width*height)16074
    DOM path
    div:eq(2) > div > div > p> div:eq(2) > div > div > p>
    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.

    Detected Cumulative Layout Shift

    0.00569 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.00569<div class="navbar-mobile hide-desktop j-navbar-mobile" data-link="{on 'click' '.navbar-mobile__link' sendAnalytics}" data-jsv="#30^/30^"></div>
    body > div:eq(1)
    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
    962.9 ms1.013 s0 ms0 ms0 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    944 ms994.4 ms0.1 ms0 ms0.1 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.7f239ace2fcf8a7bb122.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    76.6 ms124.7 ms2.2 ms2.2 ms0 ms

    Forced Style And Layout Duration: 29 ms

    Invoker:  SCRIPT[src=https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCatalog/catalogCore.00657029d0e0146e7d80.js].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    32.1 ms82.1 ms0 ms0 ms0 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    11.3 ms61.3 ms0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.7f239ace2fcf8a7bb122.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    7.1 ms53.5 ms6.4 ms0.1 ms6.3 ms

    Forced Style And Layout Duration: 33 ms

    Invoker:  SCRIPT[src=https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.473830efc3430176d1b8.js].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    6.8 ms57.9 ms0.1 ms0 ms0.1 ms
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-18-1.42845ec3.js

    Forced Style And Layout Duration: 1 ms

    Invoker:  #document.onDOMContentLoaded
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    5.1 ms55.7 ms2.4 ms0.1 ms2.3 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.7f239ace2fcf8a7bb122.js

    Forced Style And Layout Duration: 15 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms1.789 s23.2 ms0 ms23.2 ms
    No availible script information.

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    | 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 requests101
    Total domains7
    Total transfer size1.5 MB
    Total content size9.3 MB
    Responses missing compression57
    Number of cookies0
    Third party cookies0
    Requests per response code
    20099
    2042

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.0 KB33.3 KB1
    css0 b129.9 KB855.7 KB8
    javascript399 B574.2 KB2.1 MB36
    image0 b24.9 KB23.8 KB5
    font0 b134.7 KB134.4 KB1
    json0 b472.9 KB5.9 MB31
    other0 b150.0 KB342.6 KB8
    plain1.2 KB169 B16 B9
    svg0 b1.4 KB1.5 KB1
    favicon0 b15.7 KB15.0 KB1
    Total1.6 KB1.5 MB9.3 MB101

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru4.257 s48.4 KB68.4 KB12
    static-basket-01.wbbasket.ru62.054 s1.1 MB8.0 MB66
    a.wb.ru4.757 s2.1 KB5.8 KB9
    user-geo-data.wildberries.ru3.028 s616 B369 B1
    catalog.wb.ru4.908 s173.7 KB780.1 KB6
    banners-website.wildberries.ru1.846 s10.4 KB57.9 KB1
    pow.wildberries.ru3.830 s182.4 KB418.0 KB6

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified1 minute4 weeks1 year

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css11.9 KB3
    javascript166.8 KB17
    image16.7 KB1
    font0 b0
    json142.5 KB14
    svg1.4 KB1
    favicon15.7 KB1
    other150.0 KB4
    plain0 b1
    Total504.9 KB42

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css48.3 KB7
    javascript209.4 KB24
    image24.9 KB5
    font0 b0
    json467.1 KB25
    other150.0 KB8
    plain169 B9
    svg1.4 KB1
    favicon15.7 KB1
    Total916.9 KB80

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    140

    Render information

    URLType
    https://static-baske...ce2fcf8a7bb122.jsin_body_parser_blocking
    https://static-baske...ls-hauss-vf.woff2non_blocking
    https://static-baske...6c748f3ece8ab1.jsin_body_parser_blocking
    https://static-baske...4c482632d5489.cssblocking
    https://static-baske...7880e103d84bab.jsin_body_parser_blocking
    https://static-baske...bbe06f3acd0aa.cssdynamically_injected_non_blocking
    https://static-baske...0c9d33874fe5c5.jsnon_blocking
    https://pow.wildberr...s.ru/scripts/d.jsnon_blocking
    https://static-baske...378e54035cf6d6.jsnon_blocking
    https://static-baske...-18-1.42845ec3.jsin_body_parser_blocking
    https://static-baske...8c05fd7b44ed8c.jsnon_blocking
    https://static-baske...47791157e0d4ac.jsnon_blocking
    https://static-baske...4cd109248f542.cssdynamically_injected_non_blocking
    https://static-baske...efc3430176d1b8.jsnon_blocking
    https://static-baske...1717279f1b0a8c.jsnon_blocking
    https://pow.wildberr...ipts/wasm_exec.jsnon_blocking
    https://static-baske...58bb2f771e7ae.cssdynamically_injected_non_blocking
    https://static-baske...610430fc4bd50b.jsnon_blocking
    https://static-baske...e3bb8793dd7aa.cssdynamically_injected_non_blocking
    https://static-baske...32ebb94b589950.jsnon_blocking
    https://static-baske...b3013822024ea4.jsnon_blocking
    https://a.wb.ru/sdk/sdk.jsnon_blocking
    https://static-baske...4925c66d180c76.jsnon_blocking
    https://static-baske...db4e8069618937.jsnon_blocking
    https://static-baske...cc88110dbf014d.jsnon_blocking
    https://static-baske...c012603197fa73.jsnon_blocking
    https://static-baske...ae50b44a28588.cssdynamically_injected_non_blocking
    https://static-baske...3d627a6c648066.jsnon_blocking
    https://static-baske...a12d1cd25122c2.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 962
    Max Potential First Input Delay 993
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint2117
    Long Tasks after Load Event End21045
    Total Long Tasks51212

    CPU last long task happened at 8.709 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self452061window
    self458656window
    self581850window
    self7443993window
    self870952window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML51
    styleLayout202
    paintCompositeRender124
    scriptParseCompile1
    scriptEvaluation1416
    garbageCollection33
    other1336
    Events (ms)
    RunMicrotasks1230
    RunTask1172
    UpdateLayoutTree154
    v8.run130
    PrePaint68
    Paint61
    PaintImage52
    Commit42
    Layout40
    ParseHTML39
    FunctionCall32
    Layerize31
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL11

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.7f239ace2fcf8a7bb122.js109
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.7c55f47880e103d84bab.js37
    https://a.wb.ru/sdk/sdk.js23

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru146.0
    a.wb.ru22.6
    | Categories | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

    CategoryRequests
    CategoryNumber of tools

    Unmatched third party domains

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

    static-basket-01.wbbasket.ru
    a.wb.ru
    catalog.wb.ru

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.0 KB33.3 KB1
    css0 b0 b0 b0
    javascript0 b29.8 KB74.7 KB2
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    json0 b17.3 KB61.4 KB9
    other0 b150.0 KB342.6 KB5
    svg0 b1.4 KB1.5 KB1
    favicon0 b15.7 KB15.0 KB1
    TotalN/A241.8 KB544.7 KB20

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b129.9 KB855.7 KB8
    javascript399 B544.4 KB2.0 MB34
    image0 b8.2 KB7.7 KB4
    font0 b134.7 KB134.4 KB1
    json0 b455.6 KB5.8 MB22
    other0 b0 b0 b3
    plain1.2 KB169 B16 B9
    Total1.5 KB1.2 MB8.8 MB81

    Axe

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

    Violations

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

    TypeViolations (median)
    Critical 0 (0 issues)
    Serious1 (23 issues)
    Moderate1 (7 issues)
    Minor0 (0 issues)