Page summary

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

Tested 2025-01-14 04:32:52 using Chrome 131.0.6778.85 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score61
Total Page Transfer Size2.1 MB
Requests180
Timing metrics
TTFB [median]57 ms
First Paint [median]281 ms
Fully Loaded [median]9.024 s
Google Web Vitals
TTFB [median]57 ms
First Contentful Paint (FCP) [median]281 ms
Largest Contentful Paint (LCP) [median]242 ms
Cumulative Layout Shift (CLS) [median]0.02
Total Blocking Time [median]954 ms
Max Potential FID [median]643 ms
CPU metrics
CPU long tasks [median]7
CPU longest task duration1.773 s
CPU last long task happens at4.819 s
Visual Metrics
First Visual Change [median]267 ms
Speed Index [median]3.630 s
Visual Complete 85% [median]4.633 s
Visual Complete 99% [median]6.667 s
Last Visual Change [median]6.667 s
Chrome User Experience Report (CRUX)
First Contentful Paint [p75]1.325 s
Largest Contentful Paint (LCP) [p75]5.956 s
Cumulative Layout Shift (CLS) [p75]0.75
Screenshot of run 3

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange200 ms267 ms245 ms267 ms
LastVisualChange4.933 s6.667 s14.944 s33.233 s
SpeedIndex3.587 s3.630 s4.117 s5.134 s
VisualReadiness4.666 s6.400 s14.700 s33.033 s
VisualComplete854.534 s4.633 s4.622 s4.700 s
VisualComplete954.667 s6.667 s14.856 s33.233 s
VisualComplete994.933 s6.667 s14.944 s33.233 s
Google Web Vitals
Time To First Byte (TTFB)44 ms57 ms64 ms90 ms
Largest Contentful Paint (LCP)182 ms242 ms228 ms260 ms
First Contentful Paint (FCP)205 ms281 ms256 ms283 ms
Cumulative Layout Shift (CLS)0.01880.01880.01880.0188
More metrics
firstPaint205 ms281 ms256 ms283 ms
loadEventEnd486 ms1.469 s10.032 s28.142 s
CPU
Total Blocking Time906 ms954 ms1.509 s2.668 s
Max Potential FID608 ms643 ms1.008 s1.773 s
CPU long tasks 7778
CPU last long task happens at4.705 s4.819 s8.430 s15.766 s
| Waterfall | | Download HAR | 

Waterfall

Run 3 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.3 sLCP <HEADER> 260 msFirst Visual Change 267 msFirst Contentful Paint 281 msCPU Long Task duration 64 ms
0.4 sDOM Content Loaded Time 372 ms
0.5 s
0.6 sCPU Long Task duration 608 ms
1.2 s
1.3 s
1.4 s
1.5 sPage Load Time 1.469 s
1.6 s
1.7 s
1.8 s
1.9 s
2 s
2.1 s
2.2 s
2.3 s
2.4 s
2.5 s
2.6 s
2.7 s
2.8 s
2.9 s
3.9 s
4 s
4.1 sCPU Long Task duration 208 ms
4.3 s
4.4 sCPU Long Task duration 118 ms
4.5 s
4.6 sCPU Long Task duration 70 msVisual Complete 85% 4.534 sCPU Long Task duration 93 ms
4.7 sLayout Shift 0.01801 4.675 s
4.8 sCPU Long Task duration 95 msLayout Shift 0.00081 4.797 s
5.5 s
6.4 s
6.7 sLast Visual Change 6.667 sVisual Complete 95% 6.667 sVisual Complete 99% 6.667 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 (61)

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.fe7c18fc528189dae6a1.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-4-1.41381534.js
  • Don't scale images in the browser (avoidScalingImages)The page has 30 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/vol1392/part139242/139242359/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2080/part208010/208010076/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol115/part11527/11527049/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol279/part27936/27936878/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol23/part2324/2324907/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol39/part3944/3944947/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1503/part150300/150300892/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol37/part3796/3796614/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol650/part65075/65075151/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol32/part3284/3284770/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol29/part2961/2961946/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol37/part3796/3796581/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1502/part150253/150253708/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol111/part11197/11197176/images/c516x688/1.webp
  • https://basket-03.wbbasket.ru/vol293/part29318/29318975/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2063/part206335/206335830/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2206/part220693/220693722/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol105/part10516/10516376/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1512/part151262/151262357/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol77/part7783/7783099/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol47/part4790/4790784/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol39/part3908/3908299/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol23/part2379/2379415/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol105/part10516/10516377/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2108/part210846/210846541/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol29/part2961/2961947/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol101/part10199/10199477/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol20/part2092/2092906/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2146/part214664/214664595/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol279/part27936/27936886/images/c516x688/1.webp
  • Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Avoid CPU Long Tasks (longTasks)The page has 8 CPU long tasks with the total of 1.355 s. The total blocking time is 954 ms and 1 long task before first contentful paint with total time of 51 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
  • 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...4d47fa9f2cbb9.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 80 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.3 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...4d47fa9f2cbb9.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.fe7c18fc528189dae6a1.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-4-1.41381534.js
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/header/wb-logo_new-year_2024.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/header/logoWb.svg
  • 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.1de4ce8904f0cfb4b443.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.a4...75f165b8d81932.js
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • 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://www.wildberries.ru/manifestv2.json
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://www.wildberries.ru/icon.svg
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.680bcaf2896488802062.js
  • https://www.wildberries.ru/favicon.ico
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1257786
  • 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://www.wildberries.ru/android-icon-144x144.png
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/apps/qr-apps.svg
  • https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.71a66c124b97fcb6f3b4.js
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • 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/spa/services/parseToken/parseTo...2b5346cf07bc0e.js
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://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/j/spa/services/feedbacks/feedback...d8483db8a16cc8.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/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/t/jst/catalogSitePath.3057d797.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/shared/c...a0149cf8815615.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/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/generalPreloader.afe2ccfd4a81a33f9c85.css
  • 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...177c55c8f71a6f.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/t/jst/onlineChatPopup.7cfef08b.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/onlineChat.873921fb.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...1d6fe85ff2d74.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.contextMenu....696f23cf02cb02.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...47221dfe5e51e0.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/storageService.9ca9f3dc34cc8ef96a0d.js
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • Long cache headers is good (cacheHeadersLong)The page has 36 requests that have a shorter cache time than 30 days (but still a cache time).64
    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
  • https://basket-10.wbbasket.ru/vol1392/part139242/139242359/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2080/part208010/208010076/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol115/part11527/11527049/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol279/part27936/27936878/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol23/part2324/2324907/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol39/part3944/3944947/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1503/part150300/150300892/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol37/part3796/3796614/images/c516x688/1.webp
  • https://basket-04.wbbasket.ru/vol650/part65075/65075151/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol32/part3284/3284770/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol29/part2961/2961946/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1502/part150253/150253708/images/c516x688/1.webp
  • https://basket-03.wbbasket.ru/vol293/part29318/29318975/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol37/part3796/3796581/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol111/part11197/11197176/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2063/part206335/206335830/images/c516x688/1.webp
  • https://basket-15.wbbasket.ru/vol2206/part220693/220693722/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol105/part10516/10516376/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1512/part151262/151262357/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol77/part7783/7783099/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol47/part4790/4790784/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol39/part3908/3908299/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol23/part2379/2379415/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol105/part10516/10516377/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2108/part210846/210846541/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol29/part2961/2961947/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol101/part10199/10199477/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol20/part2092/2092906/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2146/part214664/214664595/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol279/part27936/27936886/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol115/part11527/11527049/images/c516x688/2.webp
  • https://basket-01.wbbasket.ru/vol115/part11527/11527049/images/c516x688/3.webp
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 125 kB and uncompressed size is 830.7 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...4d47fa9f2cbb9.css 76.5 KB496.6 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/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
    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/s/desktop/style/modules/popups/ch...1d6fe85ff2d74.css 1.7 KB9.0 KB
    The favicon should be small and cacheable (favicon)The favicon size is 16 kB bytes. That's quite big, can you make it smaller? The favicon has no cache time. 0
    Description: It is easy to make the favicon big but please avoid doing that, because every browser will then perform an unnecessarily large download. And make sure the cache headers are set for a long time for the favicon. It is easy to miss since it's another content type.
    Offenders:
  • https://www.wildberries.ru/favicon.ico
  • Total image size shouldn't be too big (imageSize)The page total image size is 854.2 kB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.50
    Description: Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 527 kB and the uncompressed size is 1.9 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.fe7c18fc528189dae6a1.js 197.9 KB798.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-4-1.41381534.js 18.0 KB113.1 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.1de4ce8904f0cfb4b443.js 8.6 KB25.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.a4...75f165b8d81932.js 11.2 KB36.1 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/services/parseToken/parseTo...2b5346cf07bc0e.js 23.4 KB75.1 KB
    https://pow.wildberries.ru/scripts/d.js?7eec71a7 21.1 KB59.0 KB
    https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861 5.2 KB15.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/feedbacks/feedback...d8483db8a16cc8.js 868 B1.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...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...177c55c8f71a6f.js 9.9 KB38.1 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/spa/modules/onlineChat/onlineCh...7796a70708408c.js 11.8 KB38.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.contextMenu....696f23cf02cb02.js 720 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...47221dfe5e51e0.js 8.7 KB28.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/storageService.9ca9f3dc34cc8ef96a0d.js 6.0 KB19.8 KB
    Avoid using incorrect mime types (mimeTypes)The page has 10 misconfigured mime types. 90
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • https://pow.wildberries.ru/scripts/solve.wasm?7b450d09
  • https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog
  • https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://catalog.wb.ru/catalog/jewellery1/v8/filters...llery1/v8/filters
  • https://www.wildberries.ru/webapi/stats/events
  • Make each CSS response small (optimalCssSize)https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3.67b9e3e4d47fa9f2cbb9.css size is 78.3 kB (78314) 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...4d47fa9f2cbb9.css 76.5 KB496.6 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 2.2 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.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...4d47fa9f2cbb9.css 76.5 KB496.6 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.fe7c18fc528189dae6a1.js 197.9 KB798.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-4-1.41381534.js 18.0 KB113.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/header/wb-logo_new-year_2024.webp 14.6 KB14.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/header/logoWb.svg 1.2 KB2.5 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 434 B536 B
    https://a.wb.ru/sdk/sdk.js 2.1 KB5.8 KB
    https://static-basket-01.wbbasket.ru/vol1/global-payment/default-payment.json 355 B323 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.1de4ce8904f0cfb4b443.js 8.6 KB25.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.a4...75f165b8d81932.js 11.2 KB36.1 KB
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash 180 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash 180 B16 B
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json 0 b0 b
    https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json 2.0 KB4.8 KB
    https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json 746 B1.3 KB
    https://a.wb.ru/e/user_id...a.wb.ru/e/user_id 0 b0 b
    https://a.wb.ru/e/session_start...u/e/session_start 0 b0 b
    https://a.wb.ru/e/Alert_S...a.wb.ru/e/Alert_S 0 b0 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://a.wb.ru/e/pageview....wb.ru/e/pageview 0 b0 b
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/spacatalog.0ff53523.json 883 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.7 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 666 B38 B
    https://www.wildberries.ru/manifestv2.json 982 B1.5 KB
    https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info 617 B369 B
    https://www.wildberries.ru/icon.svg 1.3 KB1.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.680bcaf2896488802062.js 4.1 KB16.0 KB
    https://www.wildberries.ru/favicon.ico 15.6 KB15.0 KB
    https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1257786 33.8 KB127.9 KB
    https://static-basket-01.wbbasket.ru/vol0/data/cargo-delivery-stores-v2.json 21.9 KB113.3 KB
    https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json 115.9 KB2.3 MB
    https://www.wildberries.ru/android-icon-144x144.png 16.7 KB16.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/i/v3/apps/qr-apps.svg 6.4 KB51.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.71a66c124b97fcb6f3b4.js 26.7 KB103.4 KB
    https://a.wb.ru/e/Footer_S....wb.ru/e/Footer_S 0 b0 b
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 5.8 KB38.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuTopTmpl.dac4c2eb.json 1.5 KB6.8 KB
    https://a.wb.ru/e/pageview....wb.ru/e/pageview 0 b0 b
    https://www.wildberries.ru/webapi/stats/pageview 666 B38 B
    https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners 5.8 KB38.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTo...2b5346cf07bc0e.js 23.4 KB75.1 KB
    https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987 33.5 KB127.9 KB
    https://pow.wildberries.ru/api/v1/js-settings 746 B122 B
    https://pow.wildberries.ru/scripts/d.js?7eec71a7 21.1 KB59.0 KB
    https://pow.wildberries.ru/api/v1/client/get-task?client_id=c810af55-d5e0-41dc-960b-33f809d7e6de 1.0 KB433 B
    https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861 5.2 KB15.7 KB
    https://pow.wildberries.ru/scripts/solve.wasm?7b450d09 130.0 KB342.6 KB
    https://pow.wildberries.ru/api/v1/client/verify-answer 743 B120 B
    https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog 0 b0 b
    https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog 0 b0 b
    https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog 65.9 KB305.1 KB
    https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog 65.9 KB305.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/feedbacks/feedback...d8483db8a16cc8.js 868 B1.7 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.3 KB16.5 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/t/jst/catalogSitePath.3057d797.json 529 B1.1 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/generalPreloader.afe2ccfd4a81a33f9c85.css 917 B6.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.19158f0c388a8109f604.js 7.9 KB21.1 KB
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 0 b0 b
    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...177c55c8f71a6f.js 9.9 KB38.1 KB
    https://points.wb.ru/points-users-api/api/v1/w/promotion/available 265 B22 B
    https://basket-10.wbbasket.ru/vol1392/part139242/139242359/images/c516x688/1.webp 10.6 KB10.2 KB
    https://basket-14.wbbasket.ru/vol2080/part208010/208010076/images/c516x688/1.webp 14.8 KB14.4 KB
    https://basket-01.wbbasket.ru/vol115/part11527/11527049/images/c516x688/1.webp 29.1 KB29.0 KB
    https://basket-02.wbbasket.ru/vol279/part27936/27936878/images/c516x688/1.webp 14.3 KB13.9 KB
    https://basket-01.wbbasket.ru/vol23/part2324/2324907/images/c516x688/1.webp 16.6 KB16.2 KB
    https://basket-01.wbbasket.ru/vol39/part3944/3944947/images/c516x688/1.webp 11.3 KB11.2 KB
    https://basket-10.wbbasket.ru/vol1503/part150300/150300892/images/c516x688/1.webp 24.9 KB24.8 KB
    https://basket-01.wbbasket.ru/vol37/part3796/3796614/images/c516x688/1.webp 19.8 KB19.7 KB
    https://basket-04.wbbasket.ru/vol650/part65075/65075151/images/c516x688/1.webp 21.9 KB21.4 KB
    https://basket-01.wbbasket.ru/vol32/part3284/3284770/images/c516x688/1.webp 16.8 KB16.7 KB
    https://catalog.wb.ru/catalog/jewellery1/v8/filters...llery1/v8/filters 0 b0 b
    https://catalog.wb.ru/catalog/jewellery1/v8/filters...llery1/v8/filters 1.4 KB4.1 KB
    https://www.wildberries.ru/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa 1012 B1.2 KB
    https://basket-01.wbbasket.ru/vol29/part2961/2961946/images/c516x688/1.webp 26.4 KB26.3 KB
    https://basket-10.wbbasket.ru/vol1502/part150253/150253708/images/c516x688/1.webp 32.8 KB32.7 KB
    https://basket-03.wbbasket.ru/vol293/part29318/29318975/images/c516x688/1.webp 23.3 KB22.9 KB
    https://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V 0 b0 b
    https://a.wb.ru/e/Goods_Mark_S...ru/e/Goods_Mark_S 0 b0 b
    https://a.wb.ru/e/Goods_Mark_S...ru/e/Goods_Mark_S 0 b0 b
    https://a.wb.ru/e/Goods_Mark_S...ru/e/Goods_Mark_S 0 b0 b
    https://a.wb.ru/e/Goods_Mark_S...ru/e/Goods_Mark_S 0 b0 b
    https://a.wb.ru/e/Goods_Mark_S...ru/e/Goods_Mark_S 0 b0 b
    https://basket-01.wbbasket.ru/vol37/part3796/3796581/images/c516x688/1.webp 30.7 KB30.6 KB
    https://basket-01.wbbasket.ru/vol111/part11197/11197176/images/c516x688/1.webp 29.6 KB29.5 KB
    https://basket-14.wbbasket.ru/vol2063/part206335/206335830/images/c516x688/1.webp 28.4 KB28.3 KB
    https://basket-15.wbbasket.ru/vol2206/part220693/220693722/images/c516x688/1.webp 21.6 KB21.2 KB
    https://basket-01.wbbasket.ru/vol105/part10516/10516376/images/c516x688/1.webp 15.3 KB15.2 KB
    https://basket-10.wbbasket.ru/vol1512/part151262/151262357/images/c516x688/1.webp 23.4 KB23.3 KB
    https://basket-01.wbbasket.ru/vol77/part7783/7783099/images/c516x688/1.webp 35.5 KB35.4 KB
    https://basket-01.wbbasket.ru/vol47/part4790/4790784/images/c516x688/1.webp 27.7 KB27.6 KB
    https://basket-01.wbbasket.ru/vol39/part3908/3908299/images/c516x688/1.webp 37.8 KB37.6 KB
    https://basket-01.wbbasket.ru/vol23/part2379/2379415/images/c516x688/1.webp 31.0 KB30.8 KB
    https://basket-01.wbbasket.ru/vol105/part10516/10516377/images/c516x688/1.webp 35.0 KB34.9 KB
    https://basket-14.wbbasket.ru/vol2108/part210846/210846541/images/c516x688/1.webp 18.6 KB18.5 KB
    https://basket-01.wbbasket.ru/vol29/part2961/2961947/images/c516x688/1.webp 26.8 KB26.7 KB
    https://basket-01.wbbasket.ru/vol101/part10199/10199477/images/c516x688/1.webp 17.3 KB17.2 KB
    https://basket-01.wbbasket.ru/vol20/part2092/2092906/images/c516x688/1.webp 34.7 KB34.6 KB
    https://basket-14.wbbasket.ru/vol2146/part214664/214664595/images/c516x688/1.webp 25.6 KB25.5 KB
    https://basket-02.wbbasket.ru/vol279/part27936/27936886/images/c516x688/1.webp 12.3 KB12.2 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://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D 0 b0 b
    https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S 0 b0 b
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/mobilePopupFilter.911ad6db.json 397 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://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S 0 b0 b
    https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S 0 b0 b
    https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S 0 b0 b
    https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S 0 b0 b
    https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S 0 b0 b
    https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S 0 b0 b
    https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S 0 b0 b
    https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S 0 b0 b
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S 0 b0 b
    https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S 0 b0 b
    https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S 0 b0 b
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S 0 b0 b
    https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S 0 b0 b
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec 0 b0 b
    https://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChatPopup.7cfef08b.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/onlineChat.873921fb.json 4.0 KB18.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...1d6fe85ff2d74.css 1.7 KB9.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.contextMenu....696f23cf02cb02.js 720 B1.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...47221dfe5e51e0.js 8.7 KB28.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/storageService.9ca9f3dc34cc8ef96a0d.js 6.0 KB19.8 KB
    https://chat-prod.wildberries.ru/api/support/v1/unauth/messages 0 b0 b
    https://basket-01.wbbasket.ru/vol115/part11527/11527049/images/c516x688/2.webp 17.7 KB17.6 KB
    https://chat-prod.wildberries.ru/api/support/v1/unauth/messages 585 B3 B
    https://www.wildberries.ru/webapi/stats/events N/A0 b
    https://basket-01.wbbasket.ru/vol115/part11527/11527049/images/c516x688/3.webp 22.4 KB22.3 KB
    Don't use private headers on static content (privateAssets)The page has 7 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.40
    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/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://www.wildberries.ru/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • Best practice advice (77)

    TitleAdviceScore
    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 (160 requests and 2 MB) then first party (20 requests and 222.2 kB). The page transfer more bytes from third party domains (2 MB) then first party (222.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 18 responses that sets both a max-age and expires header. There are 14 responses that sets a pragma no-cache header (that is a request header). There are 79 responses that sets a server header. 0
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://www.wildberries.ru/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603
  • https://www.wildberries.ru/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603
  • https://www.wildberries.ru/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603
  • https://a.wb.ru/sdk/sdk.js
  • https://a.wb.ru/sdk/sdk.js
  • https://a.wb.ru/e/user_id...a.wb.ru/e/user_id
  • https://a.wb.ru/e/session_start...u/e/session_start
  • https://a.wb.ru/e/Alert_S...a.wb.ru/e/Alert_S
  • https://a.wb.ru/e/pageview....wb.ru/e/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/manifestv2.json
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • 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://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1257786
  • 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://a.wb.ru/e/Footer_S....wb.ru/e/Footer_S
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://a.wb.ru/e/pageview....wb.ru/e/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://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://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/v2/catalog...llery1/v2/catalog
  • https://catalog.wb.ru/catalog/jewellery1/v2/catalog...llery1/v2/catalog
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://points.wb.ru/points-users-api/api/v1/w/promotion/available
  • https://catalog.wb.ru/catalog/jewellery1/v8/filters...llery1/v8/filters
  • 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://a.wb.ru/e/Screen_V....wb.ru/e/Screen_V
  • https://a.wb.ru/e/Goods_Mark_S...ru/e/Goods_Mark_S
  • https://a.wb.ru/e/Goods_Mark_S...ru/e/Goods_Mark_S
  • https://a.wb.ru/e/Goods_Mark_S...ru/e/Goods_Mark_S
  • https://a.wb.ru/e/Goods_Mark_S...ru/e/Goods_Mark_S
  • https://a.wb.ru/e/Goods_Mark_S...ru/e/Goods_Mark_S
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_D....wb.ru/e/Filter_D
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/Filter_S....wb.ru/e/Filter_S
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://a.wb.ru/e/ec...ps://a.wb.ru/e/ec
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://chat-prod.wildberries.ru/api/support/v1/unauth/messages
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • 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
    Width1904
    Height4035
    DOM elements4825
    Avg DOM depth15
    Max DOM depth18
    Iframes0
    Script tags2813
    Local storage7.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
    Cart Functionality 100  Ecommerce
    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)90 ms
    First Contentful Paint (FCP)281 ms
    Largest Contentful Paint (LCP)260 ms
    Cumulative Layout Shift (CLS)0.02
    Total Blocking Time (TBT)906 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP186
    Time spent in recalculate style before FCP17.435 ms
    Extra timings
    TTFB90 ms
    First Paint281 ms
    Load Event End1.469 s
    Fully loaded9.024 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 typeHEADER
    Element/tag<header class="header j-header"></header>
    Render time 260 ms
    Elements that needed recalculate style before LCP189
    Time spent in recalculate style before LCP17.615 ms
    Load time260 ms
    URL https://static-baske...ew-year_2024.webp
    Size (width*height)217056
    DOM path
    div:eq(0) > header> div:eq(0) > header>
    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.01881 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.01801<button class="dropdown-filter__btn dropdown-filter__btn--sorter " data-link="class{merge:model.count > 0 toggle='selected'}" type="button"></button>,<button class="dropdown-filter__btn dropdown-filter__btn--burger " data-link="class{merge:model.count > 0 toggle='selected'}" type="button"></button>,<div class="fixed-block j-fixed-block"></div>
    body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(1) > div#catalog > div:eq(2) > div#NDU4N2VkMjMtNDJlNC05MmEzLWFjNGYtMjI4MzIyNTYwM2Zm > div > div > div > div:eq(0) > div#NTUwZmJiZTctZWYyYy0wOWU1LWZkZjEtOTM0ZTVmNDc5Njcw > button,body > div:eq(0) > main#body-layout > div#mainContainer > div#app > div:eq(1) > div#catalog > div:eq(2) > div#NDU4N2VkMjMtNDJlNC05MmEzLWFjNGYtMjI4MzIyNTYwM2Zm > div > div > div > div:eq(0) > div#NWM5ZmMxNjAtMTc3MS1hMmY4LTgyNTQtM2I4ZDgxZGIzZGMx > button,body > div:eq(3)
    0.00081<div class="fixed-block j-fixed-block"></div>
    body > div:eq(3)
    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
    963 ms1.013 s0.2 ms0 ms0.2 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    558 ms608 ms0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.fe7c18fc528189dae6a1.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    174 ms209.4 ms15.6 ms3.6 ms12 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.fe7c18fc528189dae6a1.js

    Forced Style And Layout Duration: 97 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    114 ms87.1 ms92.9 ms85.6 ms7.3 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: 45 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    68 ms16.9 ms117.1 ms60 ms57.1 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCatalog/catalogCore.af2b32a42e6358674f4d.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    46 ms26 ms95 ms91.1 ms3.9 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCatalog/catalogCore.af2b32a42e6358674f4d.js

    Invoker:  FrameRequestCallback
    Invoker Type: user-callback
    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: 44 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    19 ms66.6 ms4.4 ms4.4 ms0 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.fe7c18fc528189dae6a1.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms127.6 ms35.4 ms0.1 ms35.3 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms100.3 ms4.7 ms0.1 ms4.6 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.fe7c18fc528189dae6a1.js

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

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

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

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests180
    Total domains16
    Total transfer size2.1 MB
    Total content size7.9 MB
    Responses missing compression59
    Number of cookies0
    Third party cookies0
    Requests per response code
    200175
    2045

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b8.6 KB30.4 KB1
    css0 b122.0 KB811.3 KB8
    javascript421 B514.6 KB1.8 MB35
    image0 b785.4 KB779.1 KB34
    font0 b134.5 KB134.4 KB1
    svg0 b8.9 KB55.1 KB3
    json0 b458.1 KB3.9 MB37
    other0 b130.0 KB342.6 KB10
    plain8.4 KB360 B32 B50
    favicon0 b15.6 KB15.0 KB1
    Total8.8 KB2.1 MB7.9 MB180

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru275 ms45.4 KB65.8 KB9
    static-basket-01.wbbasket.ru1.843 s1004.1 KB5.7 MB69
    a.wb.ru917 ms2.1 KB5.8 KB49
    user-geo-data.wildberries.ru88 ms617 B369 B1
    catalog.wb.ru386 ms200.6 KB870.0 KB8
    banners-website.wildberries.ru148 ms11.6 KB77.2 KB2
    pow.wildberries.ru214 ms158.8 KB418.0 KB6
    points.wb.ru225 ms265 B22 B2
    basket-10.wbbasket.ru332 ms91.7 KB91.0 KB4
    basket-14.wbbasket.ru238 ms87.4 KB86.6 KB4
    basket-01.wbbasket.ru1.126 s481.5 KB479.3 KB19
    basket-02.wbbasket.ru153 ms26.6 KB26.1 KB2
    basket-04.wbbasket.ru154 ms21.9 KB21.4 KB1
    basket-03.wbbasket.ru136 ms23.3 KB22.9 KB1
    basket-15.wbbasket.ru136 ms21.6 KB21.2 KB1
    chat-prod.wildberries.ru111 ms585 B3 B2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified40 seconds4 weeks1 year

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css45.5 KB7
    javascript211.9 KB29
    image770.8 KB33
    font0 b0
    json454.7 KB33
    plain0 b45
    svg7.7 KB2
    favicon15.6 KB1
    other130.0 KB6
    Total1.6 MB156

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css45.5 KB7
    javascript211.9 KB29
    image770.8 KB33
    font0 b0
    other130.0 KB10
    plain360 B50
    json457.4 KB35
    svg7.7 KB2
    favicon15.6 KB1
    Total1.6 MB167

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    130

    Render information

    URLType
    https://static-baske...fc528189dae6a1.jsin_body_parser_blocking
    https://static-baske...ls-hauss-vf.woff2non_blocking
    https://static-baske...4d47fa9f2cbb9.cssblocking
    https://static-baske...d32d016065db5d.jsin_body_parser_blocking
    https://static-baske...b49b103b278192.jsnon_blocking
    https://static-baske...124b97fcb6f3b4.jsnon_blocking
    https://static-baske...2b5346cf07bc0e.jsnon_blocking
    https://static-baske...09c473e4c3eed.cssdynamically_injected_non_blocking
    https://pow.wildberr...s.ru/scripts/d.jsnon_blocking
    https://static-baske...a42e6358674f4d.jsnon_blocking
    https://static-baske...1-4-1.41381534.jsin_body_parser_blocking
    https://static-baske...7796a70708408c.jsnon_blocking
    https://static-baske...75f165b8d81932.jsnon_blocking
    https://static-baske...8fcf03d129d63.cssdynamically_injected_non_blocking
    https://static-baske...177c55c8f71a6f.jsnon_blocking
    https://static-baske...47221dfe5e51e0.jsnon_blocking
    https://static-baske...8904f0cfb4b443.jsnon_blocking
    https://static-baske...0c388a8109f604.jsnon_blocking
    https://static-baske...b91f96ffe3da8.cssdynamically_injected_non_blocking
    https://static-baske...dc34cc8ef96a0d.jsnon_blocking
    https://static-baske...df33bab8edcccb.jsnon_blocking
    https://pow.wildberr...ipts/wasm_exec.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://a.wb.ru/sdk/sdk.jsnon_blocking
    https://static-baske...1d6fe85ff2d74.cssdynamically_injected_non_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...d8483db8a16cc8.jsnon_blocking
    https://static-baske...696f23cf02cb02.jsnon_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 906
    Max Potential First Input Delay 608
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint00
    Long Tasks after Load Event End5584
    Total Long Tasks71256

    CPU last long task happened at 4.705 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self29364window
    self515608window
    self4045208window
    self4316118window
    self451270window
    self458693window
    self470595window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML49
    styleLayout331
    paintCompositeRender64
    scriptParseCompile2
    scriptEvaluation2350
    garbageCollection36
    other842
    Events (ms)
    RunMicrotasks1995
    RunTask747
    UpdateLayoutTree256
    FunctionCall173
    v8.run137
    Layout62
    ParseHTML39
    Paint36
    PrePaint25
    Layerize23
    PaintImage21
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL17
    Commit12
    URLLoader::Context::OnReceivedResponse12
    ParseAuthorStyleSheet10

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCatalog/catalogCore.af2b32a42e6358674f4d.js230
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.fe7c18fc528189dae6a1.js109
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.57a8a9d32d016065db5d.js33
    https://a.wb.ru/sdk/sdk.js32
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTokenService.b8ef252b5346cf07bc0e.js13

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru384.4
    a.wb.ru32.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
    points.wb.ru
    basket-10.wbbasket.ru
    basket-01.wbbasket.ru
    basket-02.wbbasket.ru
    basket-04.wbbasket.ru
    basket-03.wbbasket.ru
    basket-15.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.4 KB1
    css0 b0 b0 b0
    javascript0 b26.3 KB74.7 KB2
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    json0 b18.5 KB81.0 KB12
    svg0 b1.3 KB1.5 KB1
    favicon0 b15.6 KB15.0 KB1
    other0 b130.0 KB342.6 KB2
    TotalN/A217.0 KB561.4 KB20

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b122.0 KB811.3 KB8
    javascript421 B488.3 KB1.8 MB33
    image0 b768.7 KB763.0 KB33
    font0 b134.5 KB134.4 KB1
    svg0 b7.6 KB53.6 KB2
    json0 b439.6 KB3.8 MB25
    other0 b0 b0 b8
    plain8.4 KB360 B32 B50
    Total8.7 KB1.9 MB7.3 MB160

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

    loadingExperience ALL | | originLoadingExperience ALL | | 

    CrUx

    Chrome User Experience Report (CrUx) is powered by real user measurement across the public web, aggregated from users who have opted-in to syncing their browsing history, have not set up a Sync passphrase, and have usage statistic reporting enabled and is using Chrome.

    The CrUx data has four different buckets (form factor) depending on device: DESKTOP, PHONE, TABLET and ALL. You can choose which data to get with --crux.formFactor.

    Over the last 30 days, this is the field data for this page for Chrome users.

    Form Factor ALL

    Data collected between 2024-12-15 and 2025-1-11

    MetricValue
    Round trip time 75 percentile119 ms
    Time to first byte (TTFB) 75 percentile503 ms
    First Contentful Paint (FCP) 75 percentile1.325 s
    Largest Contentful Paint (LCP) 75 percentile5.956 s
    Cumulative Layout Shift (CLS) 75 percentile0.75
    Interaction to next paint (INP) 75 percentile2.845 s

    Form factors

    Form factorValue
    Desktop9.56%
    Phone90.44%
    Tablet0.00%

    Distribution

    Time to first byte (TTFB)First Contentful Paint (FCP)
    Largest Contentful Paint (LCP) Cumulative Layout Shift (CLS)
    Interaction to next paint (INP)

    All pages served from this origin

    This is a summary of all pages served from this origin over the last 30 days for Chrome users.

    Form Factor ALL

    Data collected between 2024-12-15 and 2025-1-11

    MetricValue
    Round trip time 75 percentile140 ms
    Time to first byte (TTFB) 75 percentile438 ms
    First Contentful Paint (FCP) 75 percentile1.280 s
    Largest Contentful Paint (LCP) 75 percentile4.132 s
    Cumulative Layout Shift (CLS) 75 percentile0.82
    Interaction to next paint (INP) 75 percentile1.430 s

    Form factors

    Form factorValue
    Desktop18.75%
    Phone79.81%
    Tablet1.44%

    Navigation types

    Navigation typeValue
    Navigate 62.75%
    Navigate cache 0.00%
    Reload 28.02%
    Restore 0.77%
    Back/Forward 3.68%
    Back/Forward cache 0.00%
    Prerender 4.78%

    Distribution

    Time to first byte (TTFB)First Contentful Paint (FCP)
    Largest Contentful Paint (LCP) Cumulative Layout Shift (CLS)
    Interaction to next paint (INP)