Run 3 summary

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

Tested 2024-10-18 15:08:48 using Chrome 129.0.6668.89 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score57
Total page size1.4 MB
Requests115
Timing metrics
TTFB799 ms
First Paint3.018 s
Fully Loaded14.142 s
Google Web Vitals
TTFB799 ms
First Contentful Paint (FCP) 3.018 s
Largest Contentful Paint (LCP) 10.367 s
Cumulative Layout Shift (CLS) 0.13
Total Blocking Time740 ms
Max Potential FID566 ms
CPU metrics
CPU long tasks6
CPU last long task happens at12.168 s
Visual Metrics
First Visual Change3.034 s
Speed Index9.408 s
Visual Complete 85%12.300 s
Visual Complete 99%12.300 s
Last Visual Change12.300 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
3 sCPU Long Task duration 88 ms
3.1 sFirst Contentful Paint 3.018 sFirst Visual Change 3.034 s
3.2 s
3.3 s
3.4 s
3.5 s
3.6 s
3.7 s
3.8 s
3.9 sCPU Long Task duration 77 ms
4 s
4.1 sDOM Content Loaded Time 4.001 s
4.2 s
4.3 sCPU Long Task duration 51 ms
4.4 s
4.5 s
4.6 s
4.7 s
4.8 s
4.9 s
5 s
5.1 s
5.2 s
5.3 s
5.4 s
5.5 s
5.6 s
5.7 s
5.8 s
5.9 s
6 s
6.1 sCPU Long Task duration 566 ms
6.7 s
6.8 s
6.9 sPage Load Time 6.837 s
7 s
7.1 s
7.2 s
7.3 s
7.4 s
7.5 s
7.6 s
7.7 s
7.8 s
7.9 s
8 s
8.1 s
8.2 s
8.3 s
8.4 s
8.5 s
8.6 s
8.7 s
8.8 s
8.9 s
9 s
9.1 sCPU Long Task duration 242 ms
9.4 s
10.4 sLCP <IMG> 10.367 s
10.7 s
10.8 s
10.9 s
11.1 s
12.2 sCPU Long Task duration 54 ms
12.3 sLayout Shift 0.13320 12.261 sLast Visual Change 12.300 sVisual Complete 85% 12.300 sVisual Complete 95% 12.300 sVisual Complete 99% 12.300 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

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

I am the coach

Coach score

Performance advice (57)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 2 blocking requests and 4 in body parser blocking (4 JavaScript and 2 CSS).60
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.825a12fd0353784f.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 15 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-10.wbbasket.ru/vol1502/part150253/150253709/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol62/part6283/6283263/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol42/part4216/4216391/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol23/part2324/2324871/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1426/part142614/142614510/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol67/part6713/6713881/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol39/part3908/3908323/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1503/part150300/150300899/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1798/part179875/179875869/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol31/part3125/3125173/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol19/part1962/1962712/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol37/part3743/3743224/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol30/part3026/3026666/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol77/part7783/7783144/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol34/part3478/3478778/images/c516x688/1.webp
  • Have a fast first contentful paint (firstContentfulPaint)First contentful paint is poor (3.018 s). It is in the Google Web Vitals poor range, slower than 3 seconds.0
    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 10.367 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-10.wbbasket.ru/vol1502/part150253/150253709/images/c516x688/1.webp
  • Avoid CPU Long Tasks (longTasks)The page has 6 CPU long tasks with the total of 1.078 s. The total blocking time is 740 ms and 1 long task before first contentful paint with total time of 88 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
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 2 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.90
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 61 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 961.2 kB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.bd54797f203b9042.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.3ae7c63f4268e263.css
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/header/wb-logo_wb-birthday_2024_2.webp
  • https://static-basket-01.wbbasket.ru/vol0/i/v3/apps/qr-apps.svg
  • https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.825a12fd0353784f.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.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.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/j/spa/customTags/banners.min.fa5c594041669961.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/searchInput/suggestionsH...1f418cdf2364df.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/spacatalog-ru-ru.4a58fa0073746103.json
  • 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/queryHelper.min.4a19010826e8d00e.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/catalog/sorterModel/sort...bdf2a551380b02.js
  • https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/catalog-pag...c0778a54e724c.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/promotion-c...75eab0813cb5c.css
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/promotion-m...38ee7602792fa.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.recentItems.min.ef1499c48738a2a7.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/models/categoryCatalog.min.7a810ff85be1f0ac.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/data/promotion-creatives.json
  • https://static-basket-01.wbbasket.ru/vol0/data/menu/catalog/ekspress-dostavka.json
  • https://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.js
  • https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog
  • 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://www.wildberries.ru/icon.svg
  • https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/android-icon-144x144.png
  • 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/t/jst/catalogsitepath-ru-ru.82bb2a30e309e655.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/customTags/lazyBlockLoader.min.6623456650f0eac0.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_v2/shared/catalo...96e69c40b710e9.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/recommendationslist-ru-ru.e2fdd963f8a9c93f.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/recommendations/recommen...86860f6915047b.js
  • https://catalog.wb.ru/catalog/jewellery1/v6/filters...llery1/v6/filters
  • https://www.wildberries.ru/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/onlinechatpopup-ru-ru.57da630cb64e406d.json
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/filteritem-ru-ru.6be66106ba231687.json
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/onlineChat/onlineChatPop...f03933b9278345.js
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/filtres/filte...a9584b65eb9b5d.js
  • https://static-basket-01.wbbasket.ru/vol0/t/jst/mobilepopupfilter-ru-ru.b0d871a474c04dee.json
  • https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/mobilePopupFil...202312be6f62f.css
  • https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/filtres/mobil...89ba2af34eb709.js
  • Long cache headers is good (cacheHeadersLong)The page has 16 requests that have a shorter cache time than 30 days (but still a cache time).84
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://a.wb.ru/sdk/sdk.js
  • https://basket-10.wbbasket.ru/vol1502/part150253/150253709/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol62/part6283/6283263/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol42/part4216/4216391/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol23/part2324/2324871/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1426/part142614/142614510/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol67/part6713/6713881/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol39/part3908/3908323/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1503/part150300/150300899/images/c516x688/1.webp
  • https://basket-12.wbbasket.ru/vol1798/part179875/179875869/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol31/part3125/3125173/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol19/part1962/1962712/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol37/part3743/3743224/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol30/part3026/3026666/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol77/part7783/7783144/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol34/part3478/3478778/images/c516x688/1.webp
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 195.6 kB and uncompressed size is 959.9 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/catalog-pag...c0778a54e724c.css 17.0 KB125.6 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/promotion-c...75eab0813cb5c.css 6.9 KB60.0 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/promotion-m...38ee7602792fa.css 2.3 KB10.2 KB
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/modules/mobilePopupFil...202312be6f62f.css 889 B3.0 KB
    The favicon should be small and cacheable (favicon)The favicon size is 16 kB bytes. That's quite big, can you make it smaller? The favicon has no cache time. 0
    Description: It is easy to make the favicon big but please avoid doing that, because every browser will then perform an unnecessarily large download. And make sure the cache headers are set for a long time for the favicon. It is easy to miss since it's another content type.
    Offenders:
  • https://www.wildberries.ru/favicon.ico
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 310.7 kB and the uncompressed size is 1.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/vol0/j/app.min.ad19a657450fb2cc.js 42.2 KB108.9 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.825a12fd0353784f.js 121.8 KB492.3 KB
    https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.42.1.js 1.8 KB5.7 KB
    https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.1.js 17.7 KB109.6 KB
    https://a.wb.ru/sdk/sdk.js 2.1 KB5.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/orderService.min.1ae4b06e459a9146.js 8.8 KB26.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/services/wbxOrderService.min.a49817e336a3df91.js 11.4 KB36.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.fa5c594041669961.js 4.0 KB15.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/searchInput/suggestionsH...1f418cdf2364df.js 2.1 KB5.3 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog/xCatalogData.min.fd5c570d7a53a5ea.js 1.3 KB4.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog/queryHelper.min.4a19010826e8d00e.js 1.3 KB3.5 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/catalog/sorterModel/sort...bdf2a551380b02.js 2.1 KB6.8 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.recentItems.min.ef1499c48738a2a7.js 670 B986 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.tooltip.min.427c93e1900719eb.js 2.3 KB8.0 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/models/categoryCatalog.min.7a810ff85be1f0ac.js 4.3 KB15.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.js 26.7 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.searchTags.min.8e915a967b6c8579.js 526 B745 B
    https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/lazyBlockLoader.min.6623456650f0eac0.js 501 B801 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_v2/shared/catalo...96e69c40b710e9.js 866 B1.7 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js 946 B2.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/recommendations/recommen...86860f6915047b.js 9.0 KB35.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/modules/catalog_v2/filtres/filte...a9584b65eb9b5d.js 5.9 KB25.1 KB
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/filtres/mobil...89ba2af34eb709.js 515 B689 B
    Avoid using incorrect mime types (mimeTypes)The page has 1 misconfigured mime type. 99
    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://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 (54315) 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. https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/catalog-page-v3.min.bdfc0778a54e724c.css size is 17.4 kB (17444) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.70
    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
    https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/catalog-pag...c0778a54e724c.css 17.0 KB125.6 KB
    Don't use private headers on static content (privateAssets)The page has 5 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.60
    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://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/manifestv2.json
  • 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.1332) 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 (103 requests and 1.4 MB) then first party (12 requests and 71.4 kB). The page transfer more bytes from third party domains (1.4 MB) then first party (71.4 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 10 responses that sets both a max-age and expires header. There are 9 responses that sets a pragma no-cache header (that is a request header). There are 50 responses that sets a server header. 31
    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://a.wb.ru/sdk/sdk.js
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://a.wb.ru/e/user_id...a.wb.ru/e/user_id
  • https://a.wb.ru/e/session_start...u/e/session_start
  • https://a.wb.ru/e/pageview....wb.ru/e/pageview
  • https://a.wb.ru/e/Footer_S....wb.ru/e/Footer_S
  • https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog
  • https://a.wb.ru/e/pageview....wb.ru/e/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/icon.svg
  • https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • 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://catalog.wb.ru/catalog/jewellery1/v6/filters...llery1/v6/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://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • 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.ru
    Width485
    Height4323
    DOM elements2741
    Avg DOM depth15
    Max DOM depth19
    Iframes0
    Script tags1476
    Local storage1.9 KB
    Session storage439 B
    Network Information API3g
    Resource Hints
    preconnect
    https://static-basket-01.wbbasket.ru/
    https://splitter.wb.ru/
    https://photos.wbstatic.net/
    https://wb.ru/

    Technologies used to build the page.

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

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

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)799 ms
    First Contentful Paint (FCP)3.018 s
    Largest Contentful Paint (LCP)10.367 s
    Cumulative Layout Shift (CLS)0.13
    Total Blocking Time (TBT)740 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP331
    Time spent in recalculate style before FCP57.893 ms
    Extra timings
    TTFB799 ms
    First Paint3.018 s
    Load Event End6.837 s
    Fully loaded14.142 s

    Largest Contentful Paint

    When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.

    Element typeIMG
    Element/tag<img class="j-thumbnail" width="516" height="688" src="https://basket-10.wbbasket.ru/vol1502/part150253/150253709/images/c516x688/1.webp" alt="Кольцо серебро 925 пробы ювелирное классическое SOKOLOV">
    Render time 10.367 s
    Elements that needed recalculate style before LCP3590
    Time spent in recalculate style before LCP205.301 ms
    Load time10.352 s
    URL https://basket-10.wb...s/c516x688/1.webp
    Size (width*height)66006
    DOM path
    div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(1) > div#catalog > div:eq(3) > div:eq(0) > div:eq(0) > div > article#c150253709 > div > div:eq(0) > div:eq(1) > img> div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(1) > div#catalog > div:eq(3) > div:eq(0) > div:eq(0) > div > article#c150253709 > div > div:eq(0) > div:eq(1) > img>
    LCP

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

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

    LCP

    Detected Cumulative Layout Shift

    0.13320 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.13320<button class="sorter-mobile__btn" data-link="{on showMobileSorter}text{:sorterModel.sorterModel.textValue}" type="button" data-jsv="#92^/92^"></button>,<div class="catalog-page__main new-size" data-link="{include goodsList tmpl=goodsList.template}class{merge: sizerModel.currentCardSize == 1 toggle='catalog-big-card'}"></div>,<::after></::after>,<::after></::after>
    body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(1) > div#catalog > div:eq(2) > div#NDBjYTBmMWItY2U0Yy0xMDRmLTY3ZTItYjI5MjE5YTNlZmE0 > div > div > div > div:eq(1) > div > button:eq(1),body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(1) > div#catalog > div:eq(3),body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(1) > div#catalog > div:eq(3) > div:eq(0) > div:eq(0) > div > article#c150253709 > div > div:eq(2) > p > ::after,body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(1) > div#catalog > div:eq(3) > div:eq(0) > div:eq(0) > div > article#c6283263 > div > div:eq(2) > p > ::after
    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
    517 ms567 ms0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.825a12fd0353784f.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    207 ms243 ms15 ms0.1 ms14.9 ms

    Forced Style And Layout Duration: 124 ms

    Invoker:  SCRIPT[src=//static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/goodsCatalog/catalogCore.min.7b92a5a40c04b2d0.js].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    49 ms57.5 ms45.5 ms30.6 ms14.9 ms

    Invoker:  SCRIPT[src=//static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/filtres/filterItem.min.f4a9584b65eb9b5d.js].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/goodsCatalog/catalogCore.min.7b92a5a40c04b2d0.js

    Forced Style And Layout Duration: 8 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    46 ms2.110 s88.1 ms0 ms88.1 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    27 ms77 ms0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.825a12fd0353784f.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    2 ms52.7 ms0.3 ms0 ms0.3 ms
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.825a12fd0353784f.js

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

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents33
    Frames25
    JSEventListeners178
    LayoutObjects2484
    MediaKeySessions0
    MediaKeys0
    Nodes7345
    Resources120
    ContextLifecycleStateObservers34
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers33
    AdSubframes0
    DetachedScriptStates2
    ArrayBufferContents0
    LayoutCount37
    RecalcStyleCount45
    LayoutDuration78
    RecalcStyleDuration175
    DevToolsCommandDuration22
    ScriptDuration229
    V8CompileDuration1
    TaskDuration2527
    TaskOtherDuration2021
    ThreadTime3
    ProcessTime4
    JSHeapUsedSize15196948
    JSHeapTotalSize31854592
    FirstMeaningfulPaint9336
    | 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 requests115
    Total domains10
    Total transfer size1.4 MB
    Total content size5.6 MB
    Responses missing compression45
    Number of cookies0
    Third party cookies0
    Requests per response code
    200115

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.4 KB49.4 KB1
    css0 b191.0 KB937.4 KB6
    javascript421 B303.4 KB1.1 MB26
    image0 b511.5 KB508.2 KB18
    svg0 b16.8 KB79.4 KB2
    plain5.9 KB170 B16 B35
    json0 b348.0 KB2.9 MB25
    favicon0 b15.6 KB15.0 KB1
    other0 b0 b0 b1
    Total6.4 KB1.4 MB5.6 MB115

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru4.489 s48.0 KB84.9 KB9
    static-basket-01.wbbasket.ru39.510 s748.1 KB4.2 MB49
    a.wb.ru11.424 s2.1 KB5.8 KB35
    static-basket-01.wb.ru2.063 s390 B195 B1
    user-geo-data.wildberries.ru2.007 s603 B355 B1
    banners-website.wildberries.ru2.446 s21.1 KB268.6 KB2
    catalog.wb.ru3.694 s133.1 KB616.7 KB3
    basket-10.wbbasket.ru2.763 s87.1 KB86.5 KB3
    basket-01.wbbasket.ru13.667 s325.6 KB324.1 KB11
    basket-12.wbbasket.ru1.848 s31.8 KB31.4 KB1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified2 minutes3 weeks42 weeks

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css889 B1
    javascript50.7 KB9
    image461.2 KB16
    font0 b0
    svg1.3 KB1
    json86.9 KB11
    favicon15.6 KB1
    other0 b1
    plain0 b29
    Total616.5 KB69

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css27.0 KB4
    javascript97.6 KB19
    image461.2 KB16
    font0 b0
    json261.8 KB22
    plain0 b34
    svg1.3 KB1
    favicon15.6 KB1
    other0 b1
    Total864.5 KB98

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    240

    Render information

    URLType
    https://static-baske...5a12fd0353784f.jsin_body_parser_blocking
    https://static-baske...7c63f4268e263.cssblocking
    https://static-baske...4797f203b9042.cssblocking
    https://static-baske...19a657450fb2cc.jsin_body_parser_blocking
    https://static-baske...55dc87e84f5c3f.jsnon_blocking
    https://static-baske...92a5a40c04b2d0.jsnon_blocking
    https://static-baske...a-ru.10.0.42.1.jsin_body_parser_blocking
    https://static-baske...c0778a54e724c.cssdynamically_injected_non_blocking
    https://static-baske...f03933b9278345.jsnon_blocking
    https://static-baske...9817e336a3df91.jsnon_blocking
    https://static-baske...86860f6915047b.jsnon_blocking
    https://static-baske...e4b06e459a9146.jsnon_blocking
    https://static-baske...75eab0813cb5c.cssdynamically_injected_non_blocking
    https://static-baske...a9584b65eb9b5d.jsnon_blocking
    https://static-baske...810ff85be1f0ac.jsnon_blocking
    https://static-baske...5c594041669961.jsnon_blocking
    https://static-baske...7c93e1900719eb.jsnon_blocking
    https://static-baske...24127e470ebfcd.jsnon_blocking
    https://static-baske...38ee7602792fa.cssdynamically_injected_non_blocking
    https://a.wb.ru/sdk/sdk.jsnon_blocking
    https://static-baske...bdf2a551380b02.jsnon_blocking
    https://static-baske...1f418cdf2364df.jsnon_blocking
    https://static-baske...u-ru.10.0.42.1.jsin_body_parser_blocking
    https://static-baske...5c570d7a53a5ea.jsnon_blocking
    https://static-baske...19010826e8d00e.jsnon_blocking
    https://static-baske...571df382b5a066.jsnon_blocking
    https://static-baske...202312be6f62f.cssdynamically_injected_non_blocking
    https://static-baske...96e69c40b710e9.jsnon_blocking
    https://static-baske...1499c48738a2a7.jsnon_blocking
    https://static-baske...915a967b6c8579.jsnon_blocking
    https://static-baske...89ba2af34eb709.jsnon_blocking
    https://static-baske...23456650f0eac0.jsnon_blocking
    CPU Long Tasks | CPU Time Spent | CPU Time Spent Per Request | CPU Time Per Tool/Domain | 

    CPU

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

    Long Tasks

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

    TypeQuantityTotal duration (ms)
    Total Blocking Time 740
    Max Potential First Input Delay 566
    Long Tasks before First Paint188
    Long Tasks before First Contentful Paint188
    Long Tasks before Largest Contentful Paint51024
    Long Tasks after Load Event End2296
    Total Long Tasks61078

    CPU last long task happened at 12.168 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown291388window
    self386777window
    self422551window
    self6054566window
    self9062242window
    self1216854window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML45
    styleLayout304
    paintCompositeRender114
    scriptParseCompile1
    scriptEvaluation1111
    garbageCollection32
    other936
    Events (ms)
    RunMicrotasks858
    RunTask730
    UpdateLayoutTree198
    v8.run135
    Layout92
    FunctionCall69
    Paint66
    PrePaint53
    Layerize51
    PaintImage38
    ParseHTML32
    URLLoader::Context::OnReceivedResponse31
    Commit30
    URLLoader::Context::Start15
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL14
    ParseAuthorStyleSheet12

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.825a12fd0353784f.js104
    https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.42.1.js77
    https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/goodsCatalog/catalogCore.min.7b92a5a40c04b2d0.js37
    https://a.wb.ru/sdk/sdk.js29
    https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js23

    CPU time spent

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

    Third party

    Third party requests categorised by Third party web version 0.24.0.

    CategoryRequests
    CategoryNumber of tools

    Unmatched third party domains

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

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

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.4 KB49.4 KB1
    css0 b0 b0 b0
    javascript0 b0 b0 b0
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    json0 b24.8 KB271.7 KB7
    svg0 b1.3 KB1.5 KB1
    favicon0 b15.6 KB15.0 KB1
    other0 b0 b0 b1
    TotalN/A69.7 KB353.8 KB12

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b191.0 KB937.4 KB6
    javascript421 B303.4 KB1.1 MB26
    image0 b494.9 KB492.1 KB17
    font0 b0 b0 b0
    svg0 b15.6 KB77.9 KB1
    plain5.9 KB170 B16 B35
    json0 b323.3 KB2.7 MB18
    Total6.3 KB1.3 MB5.3 MB103
    afterPageCompleteCheck.png | layoutShift.png | largestContentfulPaint.png | 

    Screenshots

    afterPageCompleteCheck.png

    afterPageCompleteCheck.png

    layoutShift.png

    layoutShift.png

    largestContentfulPaint.png

    largestContentfulPaint.png

    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

    critical
    Buttons must have discernible text (cat.name-role-value,wcag2a,wcag412,section508,section508.22.a,TTv5,TT6.a,EN-301-549,EN-9.4.1.2,ACT) - button-nameEnsure buttons have discernible text
    Fix any of the following: Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute Element's default semantics were not overridden with role="none" or role="presentation"
    • <button class="nav-icon__geo j-geocity-link j-wba-header-item" data-wba-header-name="DLV_Adress" type="button"></button>
    serious
    Elements must meet minimum color contrast ratio thresholds (cat.color,wcag2aa,wcag143,TTv5,TT13.c,EN-301-549,EN-9.1.4.3,ACT) - color-contrastEnsure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds
    Fix any of the following: Element has insufficient color contrast of 3.58 (foreground color: #868695, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1
    • <span itemprop="name">Главная</span>
    • <span itemprop="name">Ювелирные изделия</span>
    • <span itemprop="name">Кольца</span>
    • <span data-link="html{spaceFormatted:pagerModel.totalItems}">6 124</span>
    • <span data-link="text{pluralize:pagerModel.totalItems 'товар' 'товара' 'товаров'}">товара</span>
    • <span class="btn-switch__text">С ДР ВБ!</span>
    • <div class="dropdown-filter__btn-name" data-link="{on model.toggleSwitcherFilter}{on getEventHandler(model)}" data-jsv="#316^/316^#317^/317^">
    • <span class="product-card__name"> <span class=""> / </span>Кольцо серебро 925 пробы ювелирное классическое </span>
    • <span class="product-card__name"> <span class=""> / </span>Кольцо серебро 925 пробы ювелирное классическое </span>
    • <span class="product-card__name"> <span class=""> / </span>Кольцо серебро 925 пробы ювелирное помолвочное </span>
    • <span class="product-card__name"> <span class=""> / </span>Кольцо серебро 925 пробы ювелирное классическое </span>
    • <span class="product-card__name"> <span class=""> / </span>Кольцо золотое 585 пробы с фианитами ювелирное </span>
    • <span class="product-card__name"> <span class=""> / </span>Кольцо серебро 925 пробы ювелирное помолвочное </span>
    • <span class="product-card__name"> <span class=""> / </span>Обручальное кольцо золотое 585 пробы на свадьбу </span>
    • <span class="product-card__name"> <span class=""> / </span>Кольцо золотое 585 пробы с гранатом и фианитами ювелирное </span>
    • <span>© Wildberries 2004–2024.<span> Все права защищены.</span></span>
    • <span> Все права защищены.</span>
    • <span>Применяются <a href="/services/pravila-primeneniya-rekomendatelnyh-tehnologiy" class="footer__link">рекомендательные технологии</a></span>
    • <a href="/services/pravila-primeneniya-rekomendatelnyh-tehnologiy" class="footer__link">рекомендательные технологии</a>
    Links must have discernible text (cat.name-role-value,wcag2a,wcag244,wcag412,section508,section508.22.a,TTv5,TT6.a,EN-301-549,EN-9.2.4.4,EN-9.4.1.2,ACT) - link-nameEnsure links have discernible text
    Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    • <a class="product-card__add-basket j-add-to-basket btn-main" href="/lk/basket" data-link="href{:addedToBooking ? '/lk/booking' : '/lk/basket'} class{merge:((!addedToBasket &amp;&amp; !~isInBasket &amp;&amp; !isItemInBasket) || (~isKursk &amp;&amp; (addedToBasket || ~isInBasket || isItemInBasket))) toggle='btn-main'} class{merge:(addedToBasket || ~isInBasket || isItemInBasket) toggle='btn-base'} class{merge:(isPremiumAccent &amp;&amp; !~isInBasket &amp;&amp; !addedToBasket) toggle='product-card__add-basket--premium-seller'} class{merge:(~isInBasket &amp;&amp; addedToBasket) toggle='disabled'} class{merge:~isKursk toggle='j-btn-Kursk'}" ~iskursk="">
    moderate
    All page content should be contained by landmarks (cat.keyboard,best-practice) - regionEnsure all page content is contained by landmarks
    Fix any of the following: Some page content is not contained by landmarks
    • <input class="menu-burger__btn-search j-search-input-mobile" type="search" placeholder="Найти на Wildberries">
    • <div class="menu-burger__main j-menu-burger-main">
    • <a class="navbar-mobile__link" data-wba-header-name="Main_tabbar" data-link-type="home" href="/" aria-label="Главная страница">
    • <a class="navbar-mobile__link" data-wba-header-name="Cart_tabbar" href="/lk/basket" aria-label="Корзина">
    • <a class="navbar-mobile__link" data-wba-header-name="Favorites_tabbar" href="lk/favorites" aria-label="Избранные товары" data-link="{on 'click' ~showPopupLoginMobile}" data-jsv="#12^/12^">
    • <a class="navbar-mobile__link" data-wba-header-name="LK_tabbar" href="/lk" aria-label="Личный кабинет" data-link="{on 'click' ~showPopupLoginMobile}" data-jsv="#14^/14^">
    • <p class="cookies__text">Мы используем <a href="/services/politika-obrabotki-personalnyh-dannyh" target="_blank" data-link="{on cookies}" class="cookies__link" data-jsv="#5^/5^">cookies</a>, чтобы сохранять ваш поиск, рекомендовать<br> полезное и&nbsp;создавать другие удобства на&nbsp;сайте</p>