Page summary

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

Tested 2025-03-31 11:31:38 using Chrome 134.0.6998.35 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score61
Total Page Transfer Size1.9 MB
Requests157
Timing metrics
TTFB [median]214 ms
First Paint [median]812 ms
Fully Loaded [median]7.426 s
Google Web Vitals
TTFB [median]214 ms
First Contentful Paint (FCP) [median]812 ms
Largest Contentful Paint (LCP) [median]6.920 s
Cumulative Layout Shift (CLS) [median]0.13
Total Blocking Time [median]1.225 s
Max Potential FID [median]823 ms
CPU metrics
CPU long tasks [median]8
CPU longest task duration1.101 s
CPU last long task happens at7.024 s
Visual Metrics
First Visual Change [median]833 ms
Speed Index [median]5.712 s
Visual Complete 85% [median]7.167 s
Visual Complete 99% [median]7.200 s
Last Visual Change [median]7.200 s
Screenshot of run 3

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange677 ms833 ms781 ms834 ms
LastVisualChange6.871 s7.200 s7.101 s7.233 s
SpeedIndex5.507 s5.712 s5.677 s5.811 s
VisualReadiness6.194 s6.366 s6.320 s6.400 s
VisualComplete856.871 s7.167 s7.090 s7.233 s
VisualComplete956.871 s7.200 s7.101 s7.233 s
VisualComplete996.871 s7.200 s7.101 s7.233 s
Google Web Vitals
Time To First Byte (TTFB)209 ms214 ms214 ms218 ms
Largest Contentful Paint (LCP)6.816 s6.920 s6.955 s7.128 s
First Contentful Paint (FCP)692 ms812 ms783 ms844 ms
Cumulative Layout Shift (CLS)0.13240.13240.13240.1324
More metrics
firstPaint692 ms812 ms783 ms844 ms
loadEventEnd1.332 s1.522 s1.476 s1.574 s
CPU
Total Blocking Time1.101 s1.225 s1.252 s1.430 s
Max Potential FID803 ms823 ms909 ms1.101 s
CPU long tasks 7888
CPU last long task happens at6.695 s7.024 s6.918 s7.035 s
| Waterfall | | Download HAR | 

Waterfall

Run 3 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.9 sFirst Visual Change 834 msFirst Contentful Paint 844 ms
1 sCPU Long Task duration 85 msCPU Long Task duration 78 msDOM Content Loaded Time 997 ms
1.1 s
1.2 s
1.3 sCPU Long Task duration 52 ms
1.4 s
1.6 sPage Load Time 1.522 sCPU Long Task duration 823 ms
2.4 s
2.5 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 s
4.4 s
4.5 s
5.6 s
5.7 s
5.8 s
5.9 s
6 s
6.1 s
6.2 s
6.3 sCPU Long Task duration 350 ms
6.6 s
6.7 sCPU Long Task duration 52 ms
6.8 s
7 sLCP <IMG> 6.920 sCPU Long Task duration 103 ms
7.1 sCPU Long Task duration 82 ms
7.2 sLayout Shift 0.13237 7.106 sVisual Complete 85% 7.167 sLast Visual Change 7.200 sVisual Complete 95% 7.200 sVisual Complete 99% 7.200 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 4 in body parser blocking (4 JavaScript and 1 CSS).60
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • https://static-basket-01.wbbasket.ru/vol2/site/j/app.7c55f47880e103d84bab.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.17c1b56c748f3ece8ab1.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.7f239ace2fcf8a7bb122.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-18-1.42845ec3.js
  • Don't scale images in the browser (avoidScalingImages)The page has 19 images that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.0
    Description: It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.
    Offenders:
  • https://basket-01.wbbasket.ru/vol29/part2961/2961946/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol37/part3796/3796614/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol101/part10199/10199472/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol101/part10199/10199477/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1503/part150300/150300892/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol279/part27936/27936886/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol39/part3908/3908298/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1502/part150253/150253708/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol115/part11526/11526997/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol67/part6713/6713932/images/c516x688/1.webp
  • https://basket-11.wbbasket.ru/vol1653/part165318/165318107/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol105/part10516/10516377/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol32/part3284/3284770/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol20/part2077/2077638/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2063/part206335/206335830/images/c516x688/1.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-store.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/google-play.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-gallery.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/rustore.webp
  • 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 7.128 s. It is in the Google Web Vitals poor range, slower than 4.5 seconds. You can add fetchPriority="high" to the image to increase the load priority in Chrome.0
    Description: Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance.
    Offenders:
  • https://basket-01.wbbasket.ru/vol29/part2961/2961946/images/c516x688/1.webp
  • Avoid CPU Long Tasks (longTasks)The page has 8 CPU long tasks with the total of 1.830 s. The total blocking time is 1.430 s . However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • self
  • self
  • self
  • self
  • self
  • unknown
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 3 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.90
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...4c482632d5489.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/modal.75158a0f0d1d2f230958.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 83 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 1.4 MB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://static-basket-01.wbbasket.ru/vol2/site/f/als-hauss-vf.woff2
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...4c482632d5489.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/app.7c55f47880e103d84bab.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.17c1b56c748f3ece8ab1.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.7f239ace2fcf8a7bb122.js
  • https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-18-1.42845ec3.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/cookies.6dfe33e4.json
  • https://static-basket-01.wbbasket.ru/vol1/global-payment/default-payment.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.2c21321717279f1b0a8c.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.3f...8c05fd7b44ed8c.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuLk.b38253b0.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/mobileMenuTemp.42883d4f.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/footer.413388ce.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...4925c66d180c76.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.3f1f360c9d33874fe5c5.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/spacatalog.4e328407.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/xCatalogDat...3d627a6c648066.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/queryHelper...cc88110dbf014d.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/provider...b3013822024ea4.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/sorterModel...c012603197fa73.js
  • https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/catalo...bbe06f3acd0aa.css
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...58bb2f771e7ae.css
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...e3bb8793dd7aa.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.recentItems....a12d1cd25122c2.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.tooltip.d1551932ebb94b589950.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/categoryCatalog.882793610430fc4bd50b.js
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json.hash
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.473830efc3430176d1b8.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/uploadImageForSearchByImagePopUp.29d85a1d.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/spa/modules/uploadImageForSearc...ae50b44a28588.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/uploadImageForSearc...db4e8069618937.js
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1257786
  • https://static-basket-01.wbbasket.ru/vol0/data/settings-front.json
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-store.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/google-play.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/app-gallery.webp
  • https://static-basket-01.wbbasket.ru/vol2/site/i/v3/footer/download/rustore.webp
  • https://banners-website.wildberries.ru/public/v2/banners...public/v2/banners
  • https://www.wildberries.ru/manifestv2.json
  • https://www.wildberries.ru/icon.svg
  • https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json
  • https://www.wildberries.ru/favicon.ico
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/menuTopTmpl.dac4c2eb.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTo...378e54035cf6d6.js
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://pow.wildberries.ru/api/v1/js-settings
  • 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://static-basket-01.wbbasket.ru/vol2/site/t/jst/onlineChatPopup.5577172b.json
  • https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...4cd109248f542.css
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...47791157e0d4ac.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCard.ca941b61.json
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogCore.239e7083.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.searchTags.c...ec4113398294c9.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/lazyBlockLoader....90a678955c61ae.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCat...29d0e0146e7d80.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/catalogSitePath.3057d797.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/shared/c...a0149cf8815615.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.4463b5fe473e03f21749.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/mo-icons.82b0e5d82416af73ae55.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/mo-ui.56c8afa090f39783c39e.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/modal-component.f8c024614931875ef1ad.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.b1...749655f40cf947.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/modal.75158a0f0d1d2f230958.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css
  • https://static-basket-01.wbbasket.ru/vol2/site/app/14627.eb35aeacc24e8988fd4a.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/37266.1262e74f2a4dd51ea1a8.js
  • https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.42e4645df7160c309213.js
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/lazyBlockLoader.c66511f48cf5a64f33e7.js
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/recommendationsList.9acf850b.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/recommendations/rec...d2ef18e9a4f432.js
  • https://www.wildberries.ru/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa
  • https://catalog.wb.ru/catalog/jewellery1/v8/filters...llery1/v8/filters
  • https://static-basket-01.wbbasket.ru/vol2/site/t/jst/filterItem.1e6bcc6b.json
  • https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/filtres/...21e5e6a9d77897.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/...9c4eb9167a5cde.js
  • Long cache headers is good (cacheHeadersLong)The page has 19 requests that have a shorter cache time than 30 days (but still a cache time).81
    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-01.wbbasket.ru/vol29/part2961/2961946/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol37/part3796/3796614/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol101/part10199/10199472/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol101/part10199/10199477/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1503/part150300/150300892/images/c516x688/1.webp
  • https://basket-02.wbbasket.ru/vol279/part27936/27936886/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol39/part3908/3908298/images/c516x688/1.webp
  • https://basket-10.wbbasket.ru/vol1502/part150253/150253708/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol115/part11526/11526997/images/c516x688/1.webp
  • https://basket-11.wbbasket.ru/vol1653/part165318/165318107/images/c516x688/1.webp
  • https://basket-14.wbbasket.ru/vol2063/part206335/206335830/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol67/part6713/6713932/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol105/part10516/10516377/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol32/part3284/3284770/images/c516x688/1.webp
  • https://basket-01.wbbasket.ru/vol20/part2077/2077638/images/c516x688/1.webp
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 134 kB and uncompressed size is 879.1 kB. That is big and the CSS could most probably be smaller.0
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...4c482632d5489.css 81.7 KB542.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/catalo...bbe06f3acd0aa.css 26.6 KB163.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...58bb2f771e7ae.css 5.9 KB49.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/promot...e3bb8793dd7aa.css 2.6 KB10.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/spa/modules/uploadImageForSearc...ae50b44a28588.css 1.2 KB4.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/popups/ch...4cd109248f542.css 10.4 KB76.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/modal.75158a0f0d1d2f230958.css 614 B1.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader.afe2ccfd4a81a33f9c85.css 928 B6.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/modules/mobilePop...9ca0964095fec.css 904 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 594.9 kB and the uncompressed size is 2.2 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.7c55f47880e103d84bab.js 64.8 KB190.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.17c1b56c748f3ece8ab1.js 83.5 KB359.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.7f239ace2fcf8a7bb122.js 142.9 KB559.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/r/route-data.11-18-1.42845ec3.js 16.7 KB80.6 KB
    https://a.wb.ru/sdk/sdk.js 2.1 KB5.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/orderService.2c21321717279f1b0a8c.js 9.8 KB31.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/wbxOrderService.3f...8c05fd7b44ed8c.js 12.4 KB40.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/searchInput/suggest...4925c66d180c76.js 1.5 KB3.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/swiper.3f1f360c9d33874fe5c5.js 26.6 KB103.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/xCatalogDat...3d627a6c648066.js 853 B3.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/queryHelper...cc88110dbf014d.js 1.3 KB3.4 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/provider...b3013822024ea4.js 2.3 KB7.6 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog/sorterModel...c012603197fa73.js 1.2 KB4.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.recentItems....a12d1cd25122c2.js 565 B983 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.tooltip.d1551932ebb94b589950.js 2.6 KB9.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/models/categoryCatalog.882793610430fc4bd50b.js 3.6 KB12.2 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/banners.473830efc3430176d1b8.js 9.8 KB41.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/uploadImageForSearc...db4e8069618937.js 1.4 KB5.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/services/parseToken/parseTo...378e54035cf6d6.js 23.5 KB75.5 KB
    https://pow.wildberries.ru/scripts/d.js?7eec71a7 23.8 KB59.0 KB
    https://pow.wildberries.ru/scripts/wasm_exec.js?5c7aa861 6.0 KB15.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/onlineChat/onlineCh...47791157e0d4ac.js 12.0 KB39.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/spa.searchTags.c...ec4113398294c9.js 546 B766 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/customTags/lazyBlockLoader....90a678955c61ae.js 500 B780 B
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCat...29d0e0146e7d80.js 24.4 KB124.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/shared/c...a0149cf8815615.js 624 B994 B
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.4463b5fe473e03f21749.js 40.6 KB132.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/mo-icons.82b0e5d82416af73ae55.js 7.5 KB24.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/mo-ui.56c8afa090f39783c39e.js 11.9 KB75.8 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/modal-component.f8c024614931875ef1ad.js 1.1 KB2.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/generalPreloader-component.b1...749655f40cf947.js 338 B236 B
    https://static-basket-01.wbbasket.ru/vol2/site/app/14627.eb35aeacc24e8988fd4a.js 4.5 KB11.9 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/37266.1262e74f2a4dd51ea1a8.js 18.3 KB52.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-app.42e4645df7160c309213.js 3.7 KB9.7 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/lazyBlockLoader.c66511f48cf5a64f33e7.js 1.0 KB2.3 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/recommendations/rec...d2ef18e9a4f432.js 10.2 KB39.0 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/filtres/...21e5e6a9d77897.js 6.0 KB24.1 KB
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/filtres/...9c4eb9167a5cde.js 537 B740 B
    Avoid using incorrect mime types (mimeTypes)The page has 9 misconfigured mime types. 91
    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://catalog.wb.ru/catalog/jewellery1/v8/filters...llery1/v8/filters
  • https://www.wildberries.ru/webapi/stats/events
  • Make each CSS response small (optimalCssSize)https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3.3f468264c482632d5489.css size is 83.6 kB (83618) and that is bigger than the limit of 14.5 kB. https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/catalog-page-v3.8c11abbbbe06f3acd0aa.css size is 27.3 kB (27281) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.80
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/spa/main-v3...4c482632d5489.css 81.7 KB542.5 KB
    https://static-basket-01.wbbasket.ru/vol2/site/s/desktop/style/views/site/catalo...bbe06f3acd0aa.css 26.6 KB163.5 KB
    Don't use private headers on static content (privateAssets)The page has 6 requests with private headers. The main page has a private header. It could be right in some cases where the user can be logged in and served specific content. But if your asset is static it should never be private. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.50
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://www.wildberries.ru/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603
  • https://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
  • 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 (140 requests and 1.7 MB) then first party (17 requests and 246.4 kB). The page transfer more bytes from third party domains (1.7 MB) then first party (246.4 kB). The regex .*wildberries.* was used to calculate first/third party requests.0
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 16 responses that sets both a max-age and expires header. There are 12 responses that sets a pragma no-cache header (that is a request header). There are 25 responses that sets a server header. 47
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://www.wildberries.ru/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603
  • https://www.wildberries.ru/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603
  • https://www.wildberries.ru/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603
  • https://a.wb.ru/sdk/sdk.js
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://user-geo-data.wildberries.ru/get-geo-info...s.ru/get-geo-info
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1257786
  • https://banners-website.wildberries.ru/public/v2/banners...public/v2/banners
  • https://www.wildberries.ru/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/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/webapi/stats/pageview
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://www.wildberries.ru/android-icon-144x144.png
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://pow.wildberries.ru/api/v1/js-settings
  • https://catalog.wb.ru/menu/v11/api?locale=ru&lang=ru&id=131289&collapse&dest=-1255987
  • 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://catalog.wb.ru/catalog/jewellery1/v8/filters...llery1/v8/filters
  • https://www.wildberries.ru/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa
  • https://www.wildberries.ru/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa
  • https://www.wildberries.ru/webapi/spa/catalog/metatags/yuvelirnye-ukrasheniya/ko...krasheniya/koltsa
  • https://catalog.wb.ru/catalog/jewellery1/v8/filters...llery1/v8/filters
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • https://www.wildberries.ru/webapi/stats/events
  • Privacy advice (93)

    TitleAdviceScore
    Set a referrer-policy header to make sure you do not leak user information. (referrerPolicyHeader)Set a referrer-policy header to make sure you do not leak user information.0
    Description: Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. https://scotthelme.co.uk/a-new-security-header-referrer-policy/.
    Offenders:
  • https://www.wildberries.ru/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=4603
  • Set a strict transport header to make sure the user always use HTTPS. (strictTransportSecurityHeader)A strict transport header is set but miss out on setting includeSubDomains90
    Description: The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) lets a web site tell browsers that it should only be accessed using HTTPS, instead of using HTTP. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security.

    Page info

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

    Technologies used to build the page.

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

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

    Data from run 3

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)214 ms
    First Contentful Paint (FCP)844 ms
    Largest Contentful Paint (LCP)6.920 s
    Cumulative Layout Shift (CLS)0.13
    Total Blocking Time (TBT)1.225 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP163
    Time spent in recalculate style before FCP18.692 ms
    Extra timings
    TTFB214 ms
    First Paint844 ms
    Load Event End1.522 s
    Fully loaded7.426 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-01.wbbasket.ru/vol29/part2961/2961946/images/c516x688/1.webp" data-src-pb="https://basket-01.wbbasket.ru/vol29/part2961/2961946/images/c516x688/1.webp" alt="Обручальное кольцо серебро 925 пробы SOKOLOV">
    Render time 6.920 s
    Element render delay28 ms
    TTFB214 ms
    Resource delay6.324 s
    Resource load duration353 ms
    Elements that needed recalculate style before LCP5320
    Time spent in recalculate style before LCP328.011 ms
    Load time6.893 s
    URL https://basket-01.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#c2961946 > 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#c2961946 > 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="#120^/120^"></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#NDgzMjI1NGYtN2U1ZS0xZWU5LWEyZTQtMDY4NTMzMjViM2Qy > 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#c2961946 > 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#c2961946 > 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#c3796614 > 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
    964.2 ms1.014 s0 ms0 ms0 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    773.8 ms828.4 ms0.1 ms0 ms0.1 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.7f239ace2fcf8a7bb122.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    307.7 ms352.7 ms7.2 ms7.1 ms0.1 ms

    Forced Style And Layout Duration: 171 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    124.1 ms109.1 ms71 ms66.4 ms4.6 ms

    Invoker:  SCRIPT[src=https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/filtres/filterItem.c2854a21e5e6a9d77897.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.00657029d0e0146e7d80.js

    Forced Style And Layout Duration: 11 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    43.9 ms102 ms0.4 ms0.3 ms0.1 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    35.7 ms86.3 ms0.1 ms0 ms0.1 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/lang/ru.17c1b56c748f3ece8ab1.js

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

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

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

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

    Forced Style And Layout Duration: 1 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    11.3 ms29.8 ms43.1 ms0 ms43.1 ms
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.4463b5fe473e03f21749.js

    Invoker:  https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.4463b5fe473e03f21749.js
    Invoker Type: classic-script
    Window attribution: self

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

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    9.5 ms60.9 ms6.9 ms0 ms6.9 ms

    Forced Style And Layout Duration: 36 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0.139 ms50.1 ms0 ms0 ms0 ms
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.7f239ace2fcf8a7bb122.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 requests157
    Total domains12
    Total transfer size1.9 MB
    Total content size9.8 MB
    Responses missing compression60
    Number of cookies0
    Third party cookies0
    Requests per response code
    200153
    2044

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.0 KB33.3 KB1
    css0 b130.8 KB858.5 KB9
    javascript399 B581.0 KB2.1 MB38
    image0 b422.3 KB417.9 KB20
    font0 b134.7 KB134.4 KB1
    json0 b485.8 KB5.9 MB33
    other0 b150.0 KB342.6 KB9
    plain6.4 KB360 B32 B44
    svg0 b1.4 KB1.5 KB1
    favicon0 b15.7 KB15.0 KB1
    Total6.8 KB1.9 MB9.8 MB157

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.wildberries.ru1.116 s48.4 KB68.4 KB9
    static-basket-01.wbbasket.ru9.828 s1.1 MB8.1 MB74
    a.wb.ru4.024 s2.1 KB5.8 KB43
    user-geo-data.wildberries.ru478 ms617 B369 B1
    catalog.wb.ru1.324 s183.4 KB822.7 KB8
    banners-website.wildberries.ru563 ms9.2 KB54.3 KB1
    pow.wildberries.ru1.081 s182.4 KB418.0 KB6
    basket-01.wbbasket.ru4.235 s266.7 KB265.3 KB10
    basket-10.wbbasket.ru974 ms44.7 KB44.1 KB2
    basket-02.wbbasket.ru545 ms22.4 KB22.0 KB1
    basket-11.wbbasket.ru535 ms33.7 KB33.3 KB1
    basket-14.wbbasket.ru576 ms29.8 KB29.3 KB1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 day
    Last modified1 minute3 weeks1 year

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css12.8 KB4
    javascript197.0 KB20
    image414.0 KB16
    font0 b0
    json177.6 KB19
    svg1.4 KB1
    favicon15.7 KB1
    plain0 b36
    other150.0 KB5
    Total968.5 KB102

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css14.0 KB5
    javascript211.9 KB23
    image422.3 KB20
    font0 b0
    json406.5 KB26
    other150.0 KB8
    plain360 B44
    svg1.4 KB1
    favicon15.7 KB1
    Total1.2 MB128

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    140

    Render information

    URLType
    https://static-baske...ce2fcf8a7bb122.jsin_body_parser_blocking
    https://static-baske...ls-hauss-vf.woff2non_blocking
    https://static-baske...6c748f3ece8ab1.jsin_body_parser_blocking
    https://static-baske...4c482632d5489.cssblocking
    https://static-baske...7880e103d84bab.jsin_body_parser_blocking
    https://static-baske...fe473e03f21749.jsnon_blocking
    https://static-baske...bbe06f3acd0aa.cssdynamically_injected_non_blocking
    https://static-baske...0c9d33874fe5c5.jsnon_blocking
    https://static-baske...29d0e0146e7d80.jsnon_blocking
    https://pow.wildberr...s.ru/scripts/d.jsnon_blocking
    https://static-baske...378e54035cf6d6.jsnon_blocking
    https://static-baske...4f2a4dd51ea1a8.jsnon_blocking
    https://static-baske...-18-1.42845ec3.jsin_body_parser_blocking
    https://static-baske...8c05fd7b44ed8c.jsnon_blocking
    https://static-baske...47791157e0d4ac.jsnon_blocking
    https://static-baske...a090f39783c39e.jsnon_blocking
    https://static-baske...4cd109248f542.cssdynamically_injected_non_blocking
    https://static-baske...d2ef18e9a4f432.jsnon_blocking
    https://static-baske...efc3430176d1b8.jsnon_blocking
    https://static-baske...1717279f1b0a8c.jsnon_blocking
    https://static-baske...d82416af73ae55.jsnon_blocking
    https://pow.wildberr...ipts/wasm_exec.jsnon_blocking
    https://static-baske...21e5e6a9d77897.jsnon_blocking
    https://static-baske...58bb2f771e7ae.cssdynamically_injected_non_blocking
    https://static-baske...acc24e8988fd4a.jsnon_blocking
    https://static-baske...5df7160c309213.jsnon_blocking
    https://static-baske...610430fc4bd50b.jsnon_blocking
    https://static-baske...e3bb8793dd7aa.cssdynamically_injected_non_blocking
    https://static-baske...32ebb94b589950.jsnon_blocking
    https://static-baske...b3013822024ea4.jsnon_blocking
    https://a.wb.ru/sdk/sdk.jsnon_blocking
    https://static-baske...4925c66d180c76.jsnon_blocking
    https://static-baske...db4e8069618937.jsnon_blocking
    https://static-baske...cc88110dbf014d.jsnon_blocking
    https://static-baske...c012603197fa73.jsnon_blocking
    https://static-baske...ae50b44a28588.cssdynamically_injected_non_blocking
    https://static-baske...614931875ef1ad.jsnon_blocking
    https://static-baske...f48cf5a64f33e7.jsnon_blocking
    https://static-baske...d4a81a33f9c85.cssdynamically_injected_non_blocking
    https://static-baske...9ca0964095fec.cssdynamically_injected_non_blocking
    https://static-baske...3d627a6c648066.jsnon_blocking
    https://static-baske...a0149cf8815615.jsnon_blocking
    https://static-baske...f0d1d2f230958.cssdynamically_injected_non_blocking
    https://static-baske...a12d1cd25122c2.jsnon_blocking
    https://static-baske...ec4113398294c9.jsnon_blocking
    https://static-baske...9c4eb9167a5cde.jsnon_blocking
    https://static-baske...90a678955c61ae.jsnon_blocking
    https://static-baske...749655f40cf947.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 1225
    Max Potential First Input Delay 823
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint61440
    Long Tasks after Load Event End51410
    Total Long Tasks81625

    CPU last long task happened at 7.035 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self90385window
    self99778window
    self126052window
    self1580823window
    self6210350window
    unknown663652window
    self6926103window
    self703582window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML107
    styleLayout386
    paintCompositeRender91
    scriptParseCompile2
    scriptEvaluation2722
    garbageCollection49
    other1286
    Events (ms)
    RunMicrotasks2351
    RunTask1172
    UpdateLayoutTree310
    v8.run169
    FunctionCall154
    ParseHTML75
    Layout58
    Paint50
    PrePaint35
    PaintImage34
    HTMLDocumentParser::MaybeFetchQueuedPreloads26
    Layerize22
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL21
    Commit15
    URLLoader::Context::OnReceivedResponse12

    Time spent per request

    URLCPU time (ms)
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/index.7f239ace2fcf8a7bb122.js180
    https://static-basket-01.wbbasket.ru/vol2/site/j/spa/modules/catalog_v2/goodsCatalog/catalogCore.00657029d0e0146e7d80.js96
    https://static-basket-01.wbbasket.ru/vol2/site/j/app.7c55f47880e103d84bab.js41
    https://a.wb.ru/sdk/sdk.js34
    https://static-basket-01.wbbasket.ru/vol2/site/app/react-vendors.4463b5fe473e03f21749.js18
    https://www.wildberries.ru/catalog/yuvelirnye-ukrasheniya/koltsa?sort=popular&page=1&fbrand=460310

    CPU time spent

    Tool/domainTime (ms)
    static-basket-01.wbbasket.ru335.9
    a.wb.ru33.9
    www.wildberries.ru10.2
    | 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-01.wbbasket.ru
    basket-10.wbbasket.ru
    basket-02.wbbasket.ru
    basket-11.wbbasket.ru
    basket-14.wbbasket.ru

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.0 KB33.3 KB1
    css0 b0 b0 b0
    javascript0 b29.8 KB74.7 KB2
    image0 b16.7 KB16.1 KB1
    font0 b0 b0 b0
    json0 b16.1 KB57.8 KB9
    svg0 b1.4 KB1.5 KB1
    favicon0 b15.7 KB15.0 KB1
    other0 b150.0 KB342.6 KB2
    TotalN/A240.6 KB541.1 KB17

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b130.8 KB858.5 KB9
    javascript399 B551.2 KB2.0 MB36
    image0 b405.6 KB401.8 KB19
    font0 b134.7 KB134.4 KB1
    json0 b469.7 KB5.9 MB24
    other0 b0 b0 b7
    plain6.4 KB360 B32 B44
    Total6.7 KB1.7 MB9.3 MB140

    Axe

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

    Violations

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

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