Page summary

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

Tested 2025-01-14 22:06:36 using Chrome 131.0.6778.85 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score58
Total Page Transfer Size4.2 MB
Requests95
Timing metrics
TTFB [median]763 ms
First Paint [median]2.410 s
Fully Loaded [median]17.215 s
Google Web Vitals
TTFB [median]763 ms
First Contentful Paint (FCP) [median]2.410 s
Largest Contentful Paint (LCP) [median]12.433 s
Cumulative Layout Shift (CLS) [median]0.13
Total Blocking Time [median]1.079 s
Max Potential FID [median]840 ms
CPU metrics
CPU long tasks [median]5
CPU longest task duration2.025 s
CPU last long task happens at14.238 s
Visual Metrics
First Visual Change [median]2.434 s
Speed Index [median]10.895 s
Visual Complete 85% [median]14.334 s
Visual Complete 99% [median]14.334 s
Last Visual Change [median]14.367 s
Screenshot of run 2

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange2.267 s2.434 s2.422 s2.566 s
LastVisualChange12.833 s14.367 s14.178 s15.333 s
SpeedIndex10.363 s10.895 s11.326 s12.720 s
VisualReadiness10.566 s11.933 s11.755 s12.767 s
VisualComplete8512.667 s14.334 s14.111 s15.333 s
VisualComplete9512.667 s14.334 s14.111 s15.333 s
VisualComplete9912.667 s14.334 s14.111 s15.333 s
Google Web Vitals
Time To First Byte (TTFB)756 ms763 ms772 ms798 ms
Largest Contentful Paint (LCP)12.412 s12.433 s13.389 s15.323 s
First Contentful Paint (FCP)2.250 s2.410 s2.405 s2.556 s
Cumulative Layout Shift (CLS)0.13240.13240.13240.1324
More metrics
firstPaint2.250 s2.410 s2.405 s2.556 s
loadEventEnd6.820 s7.961 s17.422 s37.486 s
CPU
Total Blocking Time1.037 s1.079 s1.699 s2.981 s
Max Potential FID794 ms840 ms1.220 s2.025 s
CPU long tasks 5556
CPU last long task happens at11.308 s14.238 s24.711 s48.588 s
| Waterfall | | Download HAR | 

Waterfall

Run 2 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
2.5 sFirst Contentful Paint 2.410 sFirst Visual Change 2.434 s
2.6 s
2.7 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 sCPU Long Task duration 74 msDOM Content Loaded Time 4.295 s
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 s
6.2 s
6.3 s
6.4 s
6.5 s
6.6 s
6.7 sCPU Long Task duration 840 ms
7.6 s
7.7 s
7.8 s
7.9 s
8 sPage Load Time 7.961 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 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 sCPU Long Task duration 298 ms
11.3 s
11.4 s
11.5 s
12.5 sLCP <IMG> 12.412 s
12.6 s
12.9 s
13 s
13.1 s
13.7 s
14.2 sCPU Long Task duration 58 ms
14.3 sCPU Long Task duration 59 msLayout Shift 0.13237 14.286 s
14.4 sVisual Complete 85% 14.334 sVisual Complete 95% 14.334 sVisual Complete 99% 14.334 sLast Visual Change 14.367 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

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

I am the coach

Coach score

Performance advice (58)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 1 blocking requests and 3 in body parser blocking (3 JavaScript and 1 CSS).70
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.57a8a9d32d016065db5d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-5-0.ccf4ef37.js
  • Don't scale images in the browser (avoidScalingImages)The page has 19 images that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.0
    Description: It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.
    Offenders:
  • https://basket-10.wbbasket.ru/vol1502/part150253/150253709/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol37/part3796/3796744/images/c516x688/1.webp
  • https://basket-03.wbbasket.ru/vol383/part38329/38329326/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol262/part26237/26237299/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1502/part150253/150253708/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol279/part27936/27936822/images/c516x688/1.webp
  • https://basket-11.wbbasket.ru/vol1653/part165318/165318107/images/c516x688/1.webp
  • https://basket-06.wbbasket.ru/vol1023/part102342/102342317/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol108/part10852/10852708/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol67/part6713/6713881/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol20/part2077/2077644/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol39/part3908/3908323/images/c516x688/1.webp
  • https://basket-03.wbbasket.ru/vol352/part35295/35295730/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol24/part2463/2463261/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol887/part88783/88783432/images/c516x688/1.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-store.png
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/google-play.png
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-gallery.png
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/rustore.png
  • Have a fast first contentful paint (firstContentfulPaint)First contentful paint can be improved (2.556 s). It is in the Google Web Vitals needs improvement range, slower than 1.8 seconds.50
    Description: The First Contentful Paint (FCP) metric measures the time from when the page starts loading to when any part of the page content is rendered on the screen. For this metric, "content" refers to text, images (including background images), <svg> elements, or non-white <canvas> elements.
    Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Have a fast largest contentful paint (largestContentfulPaint)Largest contentful paint is poor 15.323 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 3.284 s. The total blocking time is 2.981 s and 1 long task before first contentful paint with total time of 53 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/vol2/site/s/desktop/style/views/spa/main-v3...939d1411bc28f.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 72 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 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/s/desktop/style/views/spa/main-v3...939d1411bc28f.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-5-0.ccf4ef37.js
  • https://static-basket-01.wbbasket.ru/vol0/l/als-hauss-vf.woff2
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/cookies.04c0780e.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.b600e6433f4e5401b467.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.7f...8638480db88d91.js
  • https://static-basket-01.wbbasket.ru/vol0/data/cargo-delivery-stores-v2.json
  • https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuLk.f345e8d9.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/footer.7db0dfb1.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...9c84c5b67e60f0.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/spacatalog.0ff53523.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/xCatalogDat...ad8cd5218260f3.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/queryHelper...960bdee40f81ba.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/provider...42f1b52ab5c1d9.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/sorterModel...2c538540af5bd6.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...09c473e4c3eed.css
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...b91f96ffe3da8.css
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...37b4f7cb90127.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.fec060cd0acf69dad6b1.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/categoryCatalog.8c4f235829684a141196.js
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.680bcaf2896488802062.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuTopTmpl.dac4c2eb.json
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.71a66c124b97fcb6f3b4.js
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-store.png
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/google-play.png
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-gallery.png
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/rustore.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/onlineChatPopup.5577172b.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...8fcf03d129d63.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...7796a70708408c.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCard.3ce1eda2.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCore.5e601ea7.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogSitePath.3057d797.json
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.searchTags.c...ec4113398294c9.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/lazyBlockLoader....90a678955c61ae.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCat...a42e6358674f4d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/shared/c...a0149cf8815615.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.96...4adcf8a9bfba39.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.9eb77fb49b103b278192.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.19158f0c388a8109f604.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.fa2d2f1f.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/recommendations/rec...cc859b7ba6c189.js
  • 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://static-basket-01.wbbasket.ru/vol2/site/t/jst/filterItem.edd21a2e.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/filtres/...df33bab8edcccb.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/mobilePopupFilter.911ad6db.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/mobilePop...9ca0964095fec.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/filtres/...0d97692ee41440.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.f8c3dc1523537761b00d.js
  • https://static-basket-01.wbbasket.ru/vol0/data/all-poo-v9.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/all-poo-fr-v9.json
  • https://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
  • Long cache headers is good (cacheHeadersLong)The page has 15 requests that have a shorter cache time than 30 days (but still a cache time).85
    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://basket-01.wbbasket.ru/vol37/part3796/3796744/images/c516x688/1.webp
  • https://basket-03.wbbasket.ru/vol383/part38329/38329326/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol262/part26237/26237299/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1502/part150253/150253709/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1502/part150253/150253708/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol279/part27936/27936822/images/c516x688/1.webp
  • https://basket-11.wbbasket.ru/vol1653/part165318/165318107/images/c516x688/1.webp
  • https://basket-06.wbbasket.ru/vol1023/part102342/102342317/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol108/part10852/10852708/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol67/part6713/6713881/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol20/part2077/2077644/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol39/part3908/3908323/images/c516x688/1.webp
  • https://basket-03.wbbasket.ru/vol352/part35295/35295730/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol24/part2463/2463261/images/c516x688/1.webp
  • https://basket-05.wbbasket.ru/vol887/part88783/88783432/images/c516x688/1.webp
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 123.2 kB and uncompressed size is 821.5 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...939d1411bc28f.css 76.5 KB496.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/catalo...09c473e4c3eed.css 22.4 KB153.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...b91f96ffe3da8.css 6.7 KB55.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...37b4f7cb90127.css 2.7 KB10.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...8fcf03d129d63.css 10.4 KB76.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css 917 B6.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/mobilePop...9ca0964095fec.css 893 B2.8 KB
    The favicon should be small and cacheable (favicon)The favicon size is 16 kB bytes. That's quite big, can you make it smaller? The favicon has no cache time. 0
    Description: It is easy to make the favicon big but please avoid doing that, because every browser will then perform an unnecessarily large download. And make sure the cache headers are set for a long time for the favicon. It is easy to miss since it's another content type.
    Offenders:
  • https://www.wildberries.ru/favicon.ico
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 464.5 kB and the uncompressed size is 1.8 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.57a8a9d32d016065db5d.js 64.8 KB190.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js 198.6 KB803.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-5-0.ccf4ef37.js 18.0 KB113.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.b600e6433f4e5401b467.js 8.6 KB26.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.7f...8638480db88d91.js 11.3 KB36.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...9c84c5b67e60f0.js 1.6 KB3.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/xCatalogDat...ad8cd5218260f3.js 896 B3.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/queryHelper...960bdee40f81ba.js 1.3 KB3.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/provider...42f1b52ab5c1d9.js 2.3 KB7.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/sorterModel...2c538540af5bd6.js 1.5 KB4.9 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.fec060cd0acf69dad6b1.js 2.5 KB8.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/categoryCatalog.8c4f235829684a141196.js 4.0 KB14.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.680bcaf2896488802062.js 4.1 KB16.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.71a66c124b97fcb6f3b4.js 26.7 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...7796a70708408c.js 11.8 KB38.2 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...a42e6358674f4d.js 20.8 KB96.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/shared/c...a0149cf8815615.js 613 B994 B
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.96...4adcf8a9bfba39.js 327 B236 B
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.9eb77fb49b103b278192.js 40.6 KB132.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.19158f0c388a8109f604.js 7.9 KB21.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/lazyBlockLoader.c66511f48cf5a64f33e7.js 1.0 KB2.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/recommendations/rec...cc859b7ba6c189.js 10.0 KB38.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/filtres/...df33bab8edcccb.js 5.8 KB23.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/filtres/...0d97692ee41440.js 509 B666 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.f8c3dc1523537761b00d.js 6.4 KB18.9 KB
    Avoid using incorrect mime types (mimeTypes)The page has 5 misconfigured mime types. 95
    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://www.wildberries.ru/webapi/stats/events
  • Make each CSS response small (optimalCssSize)https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3.2be9cf4939d1411bc28f.css size is 78.3 kB (78299) 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.280efb109c473e4c3eed.css size is 22.9 kB (22890) 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...939d1411bc28f.css 76.5 KB496.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/catalo...09c473e4c3eed.css 22.4 KB153.7 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 4.4 MB, which is more than the coach limit of 2 MB. That is really big and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://www.wildberries.ru/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603 8.6 KB30.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...939d1411bc28f.css 76.5 KB496.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js 64.8 KB190.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js 198.6 KB803.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-5-0.ccf4ef37.js 18.0 KB113.1 KB
    https://static-basket-01.wbbasket.ru/vol0/l/als-hauss-vf.woff2 134.5 KB134.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/cookies.04c0780e.json 423 B536 B
    https://static-basket-01.wbbasket.ru/vol1/global-payment/default-payment.json 348 B324 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.b600e6433f4e5401b467.js 8.6 KB26.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.7f...8638480db88d91.js 11.3 KB36.3 KB
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/cargo-delivery-stores-v2.json 22.0 KB113.5 KB
    https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json 116.2 KB2.3 MB
    https://www.wildberries.ru/webapi/logging/jserror N/A0 b
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash 169 B16 B
    https://www.wildberries.ru/webapi/logging/jserror N/A0 b
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuLk.f345e8d9.json 1.1 KB7.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/footer.7db0dfb1.json 2.4 KB12.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...9c84c5b67e60f0.js 1.6 KB3.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/spacatalog.0ff53523.json 872 B2.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/xCatalogDat...ad8cd5218260f3.js 896 B3.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/queryHelper...960bdee40f81ba.js 1.3 KB3.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/provider...42f1b52ab5c1d9.js 2.3 KB7.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/sorterModel...2c538540af5bd6.js 1.5 KB4.9 KB
    https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json 71.7 KB483.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/catalo...09c473e4c3eed.css 22.4 KB153.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...b91f96ffe3da8.css 6.7 KB55.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...37b4f7cb90127.css 2.7 KB10.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.fec060cd0acf69dad6b1.js 2.5 KB8.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/categoryCatalog.8c4f235829684a141196.js 4.0 KB14.0 KB
    https://www.wildberries.ru/webapi/stats/pageview 665 B38 B
    https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info 616 B369 B
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json 735 B1.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.680bcaf2896488802062.js 4.1 KB16.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuTopTmpl.dac4c2eb.json 1.5 KB6.8 KB
    https://www.wildberries.ru/webapi/stats/pageview 666 B38 B
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 6.0 KB39.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.71a66c124b97fcb6f3b4.js 26.7 KB103.4 KB
    https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987 33.8 KB128.2 KB
    https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987 72 B128.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-store.png 4.5 KB4.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/google-play.png 5.9 KB5.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-gallery.png 4.6 KB4.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/rustore.png 4.2 KB4.1 KB
    https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog 68.2 KB312.1 KB
    https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog 68.1 KB312.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChatPopup.5577172b.json 3.9 KB19.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...8fcf03d129d63.css 10.4 KB76.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...7796a70708408c.js 11.8 KB38.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCard.3ce1eda2.json 2.8 KB9.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCore.5e601ea7.json 4.2 KB16.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogSitePath.3057d797.json 518 B1.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css 917 B6.2 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...a42e6358674f4d.js 20.8 KB96.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/shared/c...a0149cf8815615.js 613 B994 B
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.96...4adcf8a9bfba39.js 327 B236 B
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.9eb77fb49b103b278192.js 40.6 KB132.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.19158f0c388a8109f604.js 7.9 KB21.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/lazyBlockLoader.c66511f48cf5a64f33e7.js 1.0 KB2.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/recommendationsList.fa2d2f1f.json 2.2 KB7.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/recommendations/rec...cc859b7ba6c189.js 10.0 KB38.3 KB
    https://catalog.wb.ru/catalog/jewellery1/v8/filters...llery1/v8/filters 1.4 KB4.1 KB
    https://basket-01.wbbasket.ru/vol37/part3796/3796744/images/c516x688/1.webp 33.9 KB33.5 KB
    https://basket-03.wbbasket.ru/vol383/part38329/38329326/images/c516x688/1.webp 13.9 KB13.5 KB
    https://basket-02.wbbasket.ru/vol262/part26237/26237299/images/c516x688/1.webp 25.2 KB24.8 KB
    https://basket-10.wbbasket.ru/vol1502/part150253/150253709/images/c516x688/1.webp 30.6 KB30.2 KB
    https://www.wildberries.ru/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa 1012 B1.2 KB
    https://basket-10.wbbasket.ru/vol1502/part150253/150253708/images/c516x688/1.webp 32.8 KB32.7 KB
    https://basket-02.wbbasket.ru/vol279/part27936/27936822/images/c516x688/1.webp 34.9 KB34.8 KB
    https://basket-11.wbbasket.ru/vol1653/part165318/165318107/images/c516x688/1.webp 32.7 KB32.2 KB
    https://basket-06.wbbasket.ru/vol1023/part102342/102342317/images/c516x688/1.webp 24.5 KB24.0 KB
    https://basket-01.wbbasket.ru/vol108/part10852/10852708/images/c516x688/1.webp 37.4 KB37.3 KB
    https://basket-01.wbbasket.ru/vol67/part6713/6713881/images/c516x688/1.webp 32.7 KB32.6 KB
    https://basket-01.wbbasket.ru/vol20/part2077/2077644/images/c516x688/1.webp 21.6 KB21.5 KB
    https://basket-01.wbbasket.ru/vol39/part3908/3908323/images/c516x688/1.webp 27.4 KB27.3 KB
    https://basket-03.wbbasket.ru/vol352/part35295/35295730/images/c516x688/1.webp 13.5 KB13.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/filterItem.edd21a2e.json 1.7 KB5.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/filtres/...df33bab8edcccb.js 5.8 KB23.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/mobilePopupFilter.911ad6db.json 386 B499 B
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/mobilePop...9ca0964095fec.css 893 B2.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/filtres/...0d97692ee41440.js 509 B666 B
    https://basket-01.wbbasket.ru/vol24/part2463/2463261/images/c516x688/1.webp 15.8 KB15.7 KB
    https://basket-05.wbbasket.ru/vol887/part88783/88783432/images/c516x688/1.webp 34.4 KB34.0 KB
    https://www.wildberries.ru/webapi/stats/events N/A0 b
    https://static-basket-01.wbbasket.ru/vol2/site/j/performanceAnalytics.f8c3dc1523537761b00d.js 6.4 KB18.9 KB
    https://static-basket-01.wbbasket.ru/vol0/data/all-poo-v9.json.hash 169 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/all-poo-fr-v9.json 2.7 MB20.0 MB
    https://www.wildberries.ru/manifestv2.json 981 B1.5 KB
    https://www.wildberries.ru/icon.svg 1.3 KB1.5 KB
    https://www.wildberries.ru/favicon.ico 15.6 KB15.0 KB
    https://www.wildberries.ru/android-icon-144x144.png 16.7 KB16.1 KB
    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/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/android-icon-144x144.png
  • 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 (82 requests and 4.4 MB) then first party (13 requests and 53.2 kB). The page transfer more bytes from third party domains (4.4 MB) then first party (53.2 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 11 responses that sets both a max-age and expires header. There are 11 responses that sets a pragma no-cache header (that is a request header). There are 18 responses that sets a server header. 60
    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://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/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://www.wildberries.ru/webapi/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://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • 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://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/favicon.ico
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • 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
    Height4483
    DOM elements2974
    Avg DOM depth15
    Max DOM depth19
    Iframes0
    Script tags1628
    Local storage25.2 KB
    Session storage437 B
    Network Information API4g
    Resource Hints
    preconnect
    https://static-basket-01.wbbasket.ru/
    https://splitter.wb.ru/
    https://wb.ru/

    Technologies used to build the page.

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

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

    Data from run 2

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)756 ms
    First Contentful Paint (FCP)2.410 s
    Largest Contentful Paint (LCP)12.412 s
    Cumulative Layout Shift (CLS)0.13
    Total Blocking Time (TBT)1.079 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP187
    Time spent in recalculate style before FCP35.624 ms
    Extra timings
    TTFB756 ms
    First Paint2.410 s
    Load Event End7.961 s
    Fully loaded17.215 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" data-src-pb="https://basket-10.wbbasket.ru/vol1502/part150253/150253709/images/c516x688/1.webp" alt="Кольцо серебро 925 пробы ювелирное классическое SOKOLOV">
    Render time 12.412 s
    Elements that needed recalculate style before LCP3251
    Time spent in recalculate style before LCP246.127 ms
    Load time12.397 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.13237 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.13237<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>,<span class="btn-icon__white white"></span>,<::after></::after>
    body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(1) > div#catalog > div:eq(2) > div#MDRlZjQ2YzEtOTA0My02YjAxLTk1OTYtYmE1YjkwZDEzZWM1 > 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) > div > ::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#c150253709 > div > div:eq(3) > p:eq(1) > a > span:eq(0),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#c3796744 > div > div:eq(2) > div > ::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
    790 ms840 ms0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    267 ms305 ms18 ms4.9 ms13.1 ms

    Forced Style And Layout Duration: 133 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    67 ms62.1 ms57.9 ms43.9 ms14 ms

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

    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCatalog/catalogCore.af2b32a42e6358674f4d.js

    Forced Style And Layout Duration: 9 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    24 ms74.4 ms-0.4 ms0 ms-0.4 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    3 ms1.594 s44.8 ms0 ms44.8 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    1 ms51 ms0 ms0 ms0 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms54.2 ms-0.2 ms0.1 ms-0.3 ms
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-5-0.ccf4ef37.js

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

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Requests loaded after onLoad event  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests95
    Total domains12
    Total transfer size4.2 MB
    Total content size27.0 MB
    Responses missing compression49
    Number of cookies0
    Third party cookies0
    Requests per response code
    20093
    2042

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b8.6 KB30.5 KB1
    css0 b120.3 KB802.2 KB7
    javascript0 b453.6 KB1.7 MB28
    image0 b447.2 KB442.3 KB20
    font0 b134.5 KB134.4 KB1
    json0 b3.1 MB23.9 MB29
    other0 b0 b0 b5
    plain0 b338 B32 B2
    svg0 b1.3 KB1.5 KB1
    favicon0 b15.6 KB15.0 KB1
    Total0 b4.2 MB27.0 MB95

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru4.107 s45.4 KB65.9 KB11
    static-basket-01.wbbasket.ru72.977 s3.6 MB25.6 MB62
    user-geo-data.wildberries.ru1.762 s616 B369 B1
    banners-website.wildberries.ru1.618 s6.0 KB39.7 KB1
    catalog.wb.ru4.816 s171.6 KB884.8 KB5
    basket-01.wbbasket.ru15.581 s168.9 KB167.9 KB6
    basket-03.wbbasket.ru3.584 s27.4 KB26.9 KB2
    basket-02.wbbasket.ru4.629 s60.1 KB59.5 KB2
    basket-10.wbbasket.ru4.989 s63.4 KB62.9 KB2
    basket-11.wbbasket.ru3.159 s32.7 KB32.2 KB1
    basket-06.wbbasket.ru3.573 s24.5 KB24.0 KB1
    basket-05.wbbasket.ru2.605 s34.4 KB34.0 KB1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified2 minutes4 weeks35 weeks

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript0 b0
    image16.7 KB1
    font0 b0
    json981 B1
    svg1.3 KB1
    favicon15.6 KB1
    Total34.6 KB4

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css43.8 KB6
    javascript152.3 KB23
    image447.2 KB20
    font0 b0
    other0 b5
    json3.1 MB27
    plain338 B2
    svg1.3 KB1
    favicon15.6 KB1
    Total3.7 MB85

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    130

    Render information

    URLType
    https://static-baske...be7cf948372693.jsin_body_parser_blocking
    https://static-baske...ls-hauss-vf.woff2non_blocking
    https://static-baske...939d1411bc28f.cssblocking
    https://static-baske...d32d016065db5d.jsin_body_parser_blocking
    https://static-baske...b49b103b278192.jsnon_blocking
    https://static-baske...124b97fcb6f3b4.jsnon_blocking
    https://static-baske...09c473e4c3eed.cssdynamically_injected_non_blocking
    https://static-baske...a42e6358674f4d.jsnon_blocking
    https://static-baske...1-5-0.ccf4ef37.jsin_body_parser_blocking
    https://static-baske...7796a70708408c.jsnon_blocking
    https://static-baske...8638480db88d91.jsnon_blocking
    https://static-baske...8fcf03d129d63.cssdynamically_injected_non_blocking
    https://static-baske...cc859b7ba6c189.jsnon_blocking
    https://static-baske...433f4e5401b467.jsnon_blocking
    https://static-baske...0c388a8109f604.jsnon_blocking
    https://static-baske...b91f96ffe3da8.cssdynamically_injected_non_blocking
    https://static-baske...1523537761b00d.jsnon_blocking
    https://static-baske...df33bab8edcccb.jsnon_blocking
    https://static-baske...f2896488802062.jsnon_blocking
    https://static-baske...5829684a141196.jsnon_blocking
    https://static-baske...37b4f7cb90127.cssdynamically_injected_non_blocking
    https://static-baske...cd0acf69dad6b1.jsnon_blocking
    https://static-baske...42f1b52ab5c1d9.jsnon_blocking
    https://static-baske...9c84c5b67e60f0.jsnon_blocking
    https://static-baske...2c538540af5bd6.jsnon_blocking
    https://static-baske...960bdee40f81ba.jsnon_blocking
    https://static-baske...f48cf5a64f33e7.jsnon_blocking
    https://static-baske...d4a81a33f9c85.cssdynamically_injected_non_blocking
    https://static-baske...ad8cd5218260f3.jsnon_blocking
    https://static-baske...9ca0964095fec.cssdynamically_injected_non_blocking
    https://static-baske...a12d1cd25122c2.jsnon_blocking
    https://static-baske...a0149cf8815615.jsnon_blocking
    https://static-baske...ec4113398294c9.jsnon_blocking
    https://static-baske...0d97692ee41440.jsnon_blocking
    https://static-baske...90a678955c61ae.jsnon_blocking
    https://static-baske...4adcf8a9bfba39.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 1079
    Max Potential First Input Delay 840
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint31212
    Long Tasks after Load Event End3415
    Total Long Tasks51329

    CPU last long task happened at 14.238 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self421274window
    self6657840window
    self10908298window
    self1417658window
    self1423859window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML51
    styleLayout319
    paintCompositeRender140
    scriptParseCompile2
    scriptEvaluation1513
    garbageCollection52
    other1402
    Events (ms)
    RunMicrotasks1244
    RunTask1210
    UpdateLayoutTree235
    v8.run131
    FunctionCall96
    Paint80
    PrePaint73
    Layout70
    PaintImage47
    Layerize46
    Commit45
    ParseHTML43
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL24

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.ee3a6bbe7cf948372693.js120
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCatalog/catalogCore.af2b32a42e6358674f4d.js66
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js45
    https://a.wb.ru/sdk/sdk.js26

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru230.6
    a.wb.ru26.4
    | 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
    basket-10.wbbasket.ru
    basket-01.wbbasket.ru
    basket-03.wbbasket.ru
    basket-02.wbbasket.ru
    basket-06.wbbasket.ru
    basket-11.wbbasket.ru
    basket-05.wbbasket.ru

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b8.6 KB30.5 KB1
    css0 b0 b0 b0
    javascript0 b0 b0 b0
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    other0 b0 b0 b3
    json0 b9.8 KB42.8 KB6
    svg0 b1.3 KB1.5 KB1
    favicon0 b15.6 KB15.0 KB1
    TotalN/A52.0 KB105.9 KB13

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b120.3 KB802.2 KB7
    javascript0 b453.6 KB1.7 MB28
    image0 b430.5 KB426.2 KB19
    font0 b134.5 KB134.4 KB1
    json0 b3.1 MB23.9 MB23
    other0 b0 b0 b2
    plain0 b338 B32 B2
    TotalN/A4.2 MB26.9 MB82

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