Page summary

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

Tested 2025-04-02 18:13:28 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 Score57
Total Page Transfer Size1.6 MB
Requests99
Timing metrics
TTFB [median]792 ms
First Paint [median]2.616 s
Fully Loaded [median]17.001 s
Google Web Vitals
TTFB [median]792 ms
First Contentful Paint (FCP) [median]2.616 s
Largest Contentful Paint (LCP) [median]18.112 s
Cumulative Layout Shift (CLS) [median]0.01
Total Blocking Time [median]892 ms
Max Potential FID [median]825 ms
CPU metrics
CPU long tasks [median]3
CPU longest task duration845 ms
CPU last long task happens at16.604 s
Visual Metrics
First Visual Change [median]2.633 s
Speed Index [median]4.579 s
Visual Complete 85% [median]4.933 s
Visual Complete 99% [median]12.900 s
Last Visual Change [median]14.800 s
Screenshot of run 3

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange2.633 s2.633 s2.978 s3.667 s
LastVisualChange14.700 s14.800 s15.267 s16.300 s
SpeedIndex4.544 s4.579 s5.042 s6.003 s
VisualReadiness12.067 s12.167 s12.289 s12.633 s
VisualComplete854.900 s4.933 s5.433 s6.467 s
VisualComplete956.100 s6.200 s6.656 s7.667 s
VisualComplete996.100 s12.900 s10.978 s13.933 s
Google Web Vitals
Time To First Byte (TTFB)785 ms792 ms794 ms804 ms
Largest Contentful Paint (LCP)18.020 s18.112 s18.559 s19.544 s
First Contentful Paint (FCP)2.612 s2.616 s2.956 s3.640 s
Cumulative Layout Shift (CLS)0.00570.00570.04790.1324
More metrics
firstPaint2.612 s2.616 s2.956 s3.640 s
loadEventEnd9.532 s9.565 s10.031 s10.996 s
CPU
Total Blocking Time850 ms892 ms896 ms945 ms
Max Potential FID804 ms825 ms825 ms845 ms
CPU long tasks 3334
CPU last long task happens at16.510 s16.604 s17.052 s18.041 s
| Waterfall | | Download HAR | 

Waterfall

Run 3 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
2.7 sFirst Contentful Paint 2.616 sFirst Visual Change 2.633 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 76 ms
4.7 sDOM Content Loaded Time 4.608 s
4.8 s
4.9 s
5 sVisual Complete 85% 4.933 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 s
6.2 sLayout Shift 0.00569 6.159 sVisual Complete 95% 6.200 s
6.3 s
6.4 s
6.5 s
6.6 s
6.7 s
6.8 s
6.9 sCPU Long Task duration 845 ms
7 s
7.8 sCPU Long Task duration 50 ms
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 s
9.2 s
9.3 s
9.4 s
9.5 s
9.6 sPage Load Time 9.532 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 s
12.8 s
12.9 sVisual Complete 99% 12.900 s
13 s
13.1 s
13.2 s
13.3 s
13.4 s
13.5 s
13.6 s
13.7 s
13.8 s
14.8 sLast Visual Change 14.800 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

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

I am the coach

Coach score

Performance advice (57)

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.d95fa4e9f237e3245a9d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.47fe86b098214cb28e5a.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-19-0.2a51972d.js
  • Don't scale images in the browser (avoidScalingImages)The page has 17 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-08.wbbasket.ru/vol1132/part113256/113256091/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1506/part150617/150617705/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol111/part11197/11197298/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol999/part99923/99923353/images/c516x688/1.webp
  • https://basket-09.wbbasket.ru/vol1172/part117232/117232741/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1506/part150615/150615723/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1563/part156376/156376604/images/c516x688/1.webp
  • 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-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/vol19/part1962/1962712/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol37/part3796/3796601/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 is poor (3.640 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 19.544 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-08.wbbasket.ru/vol1132/part113256/113256091/images/c516x688/1.webp
  • Avoid CPU Long Tasks (longTasks)The page has 4 CPU long tasks with the total of 1.098 s. The total blocking time is 898 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.20
    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
  • 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...e19867983c8fb.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/modal.fc7ba38625439b48a976.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...e19867983c8fb.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/app.7c55f47880e103d84bab.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.d95fa4e9f237e3245a9d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.47fe86b098214cb28e5a.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-19-0.2a51972d.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.46b8a784966c73738c45.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.1a...0edef77e60cf16.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuLk.c68c237c.json
  • https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/userInfo/userInfoRe...77394b2b922f93.js
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.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/onlineChatPopup.0b17d52e.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...a76daa46aa1d8.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...dff1c0ad16fdff.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...9225087d762e56.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...69bddb2947dd63.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.6dc32badc8f312b0c772.js
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.473830efc3430176d1b8.js
  • 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/uploadImageForSearchByImagePopUp.29d85a1d.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/spa/modules/uploadImageForSearc...ae50b44a28588.css
  • https://banners-website.wildberries.ru/public/v2/banners...public/v2/banners
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuTopTmpl.dac4c2eb.json
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/uploadImageForSearc...f1750e244e0f41.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://cdn.wbbasket.ru/api/v3/upstreams?t=1743617620299
  • 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://www.wildberries.ru/android-icon-144x144.png
  • 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.01942f86.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/t/jst/catalogSitePath.3057d797.json
  • https://static-basket-01.wbbasket.ru/vol2/site/app/modal.fc7ba38625439b48a976.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCat...77f6a7c4685b72.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/shared/c...47e9c7443772e9.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/mo-icons.02d8c937f3a6935d28a6.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.4463b5fe473e03f21749.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/mo-ui.38343c4bc6cf2fb98261.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/modal-component.cbf72fa21382bccf9534.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.b1...749655f40cf947.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/14627.eb35aeacc24e8988fd4a.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/54124.6bdf3ca3c2d6925c2a36.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.7b54ed34cfd16c8b12f1.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://www.wildberries.ru/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa
  • https://catalog.wb.ru/catalog/jewellery1/v8/filters...llery1/v8/filters
  • 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
  • Always compress text content (compressAssets)The page has 1 request that are served uncompressed. You could save a lot of bytes by sending them compressed instead.90
    Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.
    Offenders:
    URLTransfer sizeContent size
    https://cdn.wbbasket.ru/api/v3/upstreams?t=1743617620299 10.9 KB10.7 KB
    Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 133.5 kB and uncompressed size is 877 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...e19867983c8fb.css 81.8 KB543.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...a76daa46aa1d8.css 10.4 KB76.9 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 6.0 KB49.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...e3bb8793dd7aa.css 2.7 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/app/modal.fc7ba38625439b48a976.css 641 B1.5 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 598.2 kB and the uncompressed size is 2.3 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.7c55f47880e103d84bab.js 64.8 KB190.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.d95fa4e9f237e3245a9d.js 86.0 KB371.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.47fe86b098214cb28e5a.js 145.5 KB569.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-19-0.2a51972d.js 16.9 KB81.2 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.46b8a784966c73738c45.js 11.2 KB35.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.1a...0edef77e60cf16.js 13.8 KB44.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/userInfo/userInfoRe...77394b2b922f93.js 1.3 KB4.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...4925c66d180c76.js 1.6 KB3.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.3f1f360c9d33874fe5c5.js 26.7 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...dff1c0ad16fdff.js 12.1 KB39.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/xCatalogDat...9225087d762e56.js 1.1 KB4.0 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.4 KB7.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/sorterModel...69bddb2947dd63.js 2.2 KB6.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.recentItems....a12d1cd25122c2.js 660 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.6dc32badc8f312b0c772.js 3.7 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...f1750e244e0f41.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://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...77f6a7c4685b72.js 25.5 KB131.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/shared/c...47e9c7443772e9.js 627 B1.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/mo-icons.02d8c937f3a6935d28a6.js 7.9 KB27.0 KB
    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-ui.38343c4bc6cf2fb98261.js 18.3 KB137.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/modal-component.cbf72fa21382bccf9534.js 1.4 KB2.7 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/54124.6bdf3ca3c2d6925c2a36.js 18.5 KB53.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.7b54ed34cfd16c8b12f1.js 4.0 KB10.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/lazyBlockLoader.c66511f48cf5a64f33e7.js 1.0 KB2.3 KB
    Avoid using incorrect mime types (mimeTypes)The page has 7 misconfigured mime types. 93
    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
  • Make each CSS response small (optimalCssSize)https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3.bbd8610e19867983c8fb.css size is 83.8 kB (83801) 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.4 kB (27355) 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...e19867983c8fb.css 81.8 KB543.1 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 (79 requests and 1.4 MB) then first party (20 requests and 248.1 kB). The page transfer more bytes from third party domains (1.4 MB) then first party (248.1 kB). The regex .*wildberries.* was used to calculate first/third party requests.0
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 19 responses that sets both a max-age and expires header. There are 15 responses that sets a pragma no-cache header (that is a request header). There are 27 responses that sets a server header. 39
    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/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://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/personalinfo
  • https://www.wildberries.ru/webapi/personalinfo
  • 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://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1257786
  • https://banners-website.wildberries.ru/public/v2/banners...public/v2/banners
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • https://cdn.wbbasket.ru/api/v3/upstreams?t=1743617620299
  • 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
  • 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
    Height4611
    DOM elements3157
    Avg DOM depth15
    Max DOM depth19
    Iframes0
    Script tags1737
    Local storage67.9 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 3

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)785 ms
    First Contentful Paint (FCP)2.616 s
    Largest Contentful Paint (LCP)18.020 s
    Cumulative Layout Shift (CLS)0.01
    Total Blocking Time (TBT)945 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP162
    Time spent in recalculate style before FCP21.106 ms
    Extra timings
    TTFB785 ms
    First Paint2.616 s
    Load Event End9.532 s
    Fully loaded16.984 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-08.wbbasket.ru/vol1132/part113256/113256091/images/c516x688/1.webp" data-src-pb="https://basket-08.wbbasket.ru/vol1132/part113256/113256091/images/c516x688/1.webp" alt="Кольцо золотое 585 SOKOLOV">
    Render time 18.020 s
    Element render delay14 ms
    TTFB785 ms
    Resource delay15.875 s
    Resource load duration1.347 s
    Elements that needed recalculate style before LCP457
    Time spent in recalculate style before LCP38.245 ms
    Load time18.007 s
    URL https://basket-08.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#c113256091 > 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#c113256091 > 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.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="#27^/27^"></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.8 ms1.013 s0 ms0 ms0 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    795.3 ms845.3 ms0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.47fe86b098214cb28e5a.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    128.1 ms176.5 ms3.3 ms3.3 ms0 ms

    Forced Style And Layout Duration: 41 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    42.1 ms92.1 ms0 ms0 ms0 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    26.6 ms77.4 ms0.2 ms0 ms0.2 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.d95fa4e9f237e3245a9d.js

    Invoker:  https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.d95fa4e9f237e3245a9d.js
    Invoker Type: classic-script
    Window attribution: self

    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.47fe86b098214cb28e5a.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    4.8 ms74.4 ms4.6 ms4.6 ms0 ms

    Invoker:  SCRIPT[src=https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.3f1f360c9d33874fe5c5.js].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Forced Style And Layout Duration: 3 ms

    Invoker:  SCRIPT[src=https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineChatPopup.705b8bdff1c0ad16fdff.js].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.473830efc3430176d1b8.js

    Invoker:  https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.473830efc3430176d1b8.js
    Invoker Type: classic-script
    Window attribution: self

    Forced Style And Layout Duration: 23 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
    0 ms1.796 s22.3 ms0 ms22.3 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 requests99
    Total domains8
    Total transfer size1.6 MB
    Total content size9.8 MB
    Responses missing compression57
    Number of cookies0
    Third party cookies0
    Requests per response code
    20097
    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 b130.4 KB856.4 KB8
    javascript399 B584.2 KB2.2 MB36
    image0 b24.9 KB23.8 KB5
    font0 b134.7 KB134.4 KB1
    json0 b551.3 KB6.2 MB32
    other0 b150.0 KB342.6 KB7
    plain942 B169 B16 B7
    svg0 b1.4 KB1.5 KB1
    favicon0 b15.7 KB15.0 KB1
    Total1.3 KB1.6 MB9.8 MB99

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru4.819 s49.3 KB69.4 KB12
    static-basket-01.wbbasket.ru61.079 s1.1 MB8.2 MB65
    a.wb.ru6.433 s2.1 KB5.8 KB7
    user-geo-data.wildberries.ru2.470 s616 B369 B1
    catalog.wb.ru5.038 s240.3 KB1.0 MB6
    banners-website.wildberries.ru1.747 s10.0 KB54.5 KB1
    cdn.wbbasket.ru1.537 s10.9 KB10.7 KB1
    pow.wildberries.ru3.814 s182.4 KB418.0 KB6

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified5 minutes2 weeks1 year

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css1.5 KB2
    javascript153.3 KB15
    image16.7 KB1
    font0 b0
    json152.6 KB11
    svg1.4 KB1
    favicon15.7 KB1
    other150.0 KB3
    Total491.2 KB34

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css48.5 KB7
    javascript243.8 KB29
    image24.9 KB5
    font0 b0
    other150.0 KB7
    json549.6 KB29
    plain169 B7
    svg1.4 KB1
    favicon15.7 KB1
    Total1.0 MB86

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    140

    Render information

    URLType
    https://static-baske...b098214cb28e5a.jsin_body_parser_blocking
    https://static-baske...ls-hauss-vf.woff2non_blocking
    https://static-baske...e9f237e3245a9d.jsin_body_parser_blocking
    https://static-baske...e19867983c8fb.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...-19-0.2a51972d.jsin_body_parser_blocking
    https://static-baske...0edef77e60cf16.jsnon_blocking
    https://static-baske...dff1c0ad16fdff.jsnon_blocking
    https://static-baske...84966c73738c45.jsnon_blocking
    https://static-baske...a76daa46aa1d8.cssdynamically_injected_non_blocking
    https://static-baske...efc3430176d1b8.jsnon_blocking
    https://pow.wildberr...ipts/wasm_exec.jsnon_blocking
    https://static-baske...58bb2f771e7ae.cssdynamically_injected_non_blocking
    https://static-baske...adc8f312b0c772.jsnon_blocking
    https://static-baske...e3bb8793dd7aa.cssdynamically_injected_non_blocking
    https://static-baske...32ebb94b589950.jsnon_blocking
    https://static-baske...b3013822024ea4.jsnon_blocking
    https://static-baske...69bddb2947dd63.jsnon_blocking
    https://a.wb.ru/sdk/sdk.jsnon_blocking
    https://static-baske...4925c66d180c76.jsnon_blocking
    https://static-baske...f1750e244e0f41.jsnon_blocking
    https://static-baske...cc88110dbf014d.jsnon_blocking
    https://static-baske...77394b2b922f93.jsnon_blocking
    https://static-baske...ae50b44a28588.cssdynamically_injected_non_blocking
    https://static-baske...9225087d762e56.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 945
    Max Potential First Input Delay 845
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint41145
    Long Tasks after Load Event End1174
    Total Long Tasks41145

    CPU last long task happened at 16.510 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self452576window
    self6893845window
    self779650window
    self16510174window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML40
    styleLayout179
    paintCompositeRender120
    scriptParseCompile1
    scriptEvaluation2253
    garbageCollection36
    other1289
    Events (ms)
    RunMicrotasks2060
    RunTask1126
    v8.run135
    UpdateLayoutTree135
    PrePaint69
    Paint58
    PaintImage51
    Commit42
    Layout37
    Layerize32
    FunctionCall31
    ParseHTML29
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL15

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.47fe86b098214cb28e5a.js119
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.7c55f47880e103d84bab.js27
    https://a.wb.ru/sdk/sdk.js21

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru145.6
    a.wb.ru21.0
    | 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
    cdn.wbbasket.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
    other0 b150.0 KB342.6 KB4
    json0 b17.8 KB59.0 KB10
    svg0 b1.4 KB1.5 KB1
    favicon0 b15.7 KB15.0 KB1
    TotalN/A242.3 KB542.2 KB20

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b130.4 KB856.4 KB8
    javascript399 B554.4 KB2.1 MB34
    image0 b8.2 KB7.7 KB4
    font0 b134.7 KB134.4 KB1
    json0 b533.5 KB6.2 MB22
    other0 b0 b0 b3
    plain942 B169 B16 B7
    Total1.2 KB1.3 MB9.2 MB79

    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 (26 issues)
    Moderate1 (7 issues)
    Minor0 (0 issues)