Avoid slowing down the critical rendering path (avoidRenderBlocking) | The page has 3 blocking requests and 9 in body parser blocking (9 JavaScript and 3 CSS). | 10 |
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path. |
Offenders: https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.f1fa208dccf55cd6.js https://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.js https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.fa5c594041669961.js https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/lazyBlockLoader.min.6623456650f0eac0.js https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.tooltip.min.427c93e1900719eb.js https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.shortDeliveries.m...74ef15a1f2f942.js https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.51.2.js https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.51.2.js |
Don't scale images in the browser (avoidScalingImages) | The page has 36 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://static-basket-01.wbbasket.ru/vol0/i/v3/header/logoWb.svg https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/wb_koshelek_cyber_2880_1.jpg https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/2880_domoy-bolshuyu-pokupku.jpg https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/cm_2880x336.jpg https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/cm_2880x336.jpg https://basket-02.wbbasket.ru/vol155/part15512/15512141/images/c516x688/1.webp https://basket-10.wbbasket.ru/vol1461/part146173/146173623/images/c516x688/1.webp https://basket-03.wbbasket.ru/vol312/part31299/31299196/images/c516x688/1.webp https://basket-13.wbbasket.ru/vol1970/part197085/197085280/images/c516x688/1.webp https://basket-03.wbbasket.ru/vol297/part29767/29767294/images/c516x688/1.webp https://basket-02.wbbasket.ru/vol275/part27541/27541349/images/c516x688/1.webp https://basket-15.wbbasket.ru/vol2354/part235403/235403369/images/c516x688/1.webp https://basket-08.wbbasket.ru/vol1157/part115767/115767905/images/c516x688/1.webp https://basket-12.wbbasket.ru/vol1805/part180504/180504140/images/c516x688/1.webp https://basket-15.wbbasket.ru/vol2300/part230028/230028166/images/c516x688/1.webp https://basket-01.wbbasket.ru/vol128/part12887/12887238/images/c516x688/1.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736973903248919176.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736974030678627447.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947074329243570.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1737112995869970977.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736957823707944880.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736957945736482763.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947136686720349.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947152407606781.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947166442619775.webp https://basket-05.wbbasket.ru/vol742/part74270/74270464/images/c516x688/1.webp https://basket-03.wbbasket.ru/vol392/part39277/39277430/images/c516x688/1.webp https://basket-02.wbbasket.ru/vol255/part25534/25534940/images/c516x688/1.webp https://basket-10.wbbasket.ru/vol1429/part142976/142976658/images/c516x688/1.webp https://basket-10.wbbasket.ru/vol1410/part141010/141010810/images/c516x688/1.webp https://basket-10.wbbasket.ru/vol1461/part146160/146160800/images/c516x688/1.webp https://basket-07.wbbasket.ru/vol1111/part111108/111108507/images/c516x688/1.webp https://basket-10.wbbasket.ru/vol1564/part156411/156411600/images/c516x688/1.webp https://basket-06.wbbasket.ru/vol1033/part103324/103324601/images/c516x688/1.webp https://basket-03.wbbasket.ru/vol356/part35661/35661747/images/c516x688/1.webp https://basket-03.wbbasket.ru/vol394/part39401/39401548/images/c516x688/1.webp |
Avoid CPU Long Tasks (longTasks) | The page has 3 CPU long tasks with the total of 1.139 s. The total blocking time is 989 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. | 40 |
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: selfunknownunknown |
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/vol0/s/desktop/style/views/spa/main-v3.min.9cea5207d2254160.css https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.614a75c33608de2a.css https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/main-page-v...29a1124914210.css |
Avoid extra requests by setting cache headers (cacheHeaders) | The page has 67 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 3.2 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/vol0/s/desktop/style/views/spa/main-v3.min.9cea5207d2254160.css https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.614a75c33608de2a.css https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/site/main-page-v...29a1124914210.css https://static-basket-01.wbbasket.ru/vol0/i/v3/header/logoWb.svg https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1737138824894728607.jpg https://static-basket-01.wbbasket.ru/vol0/i/blank.gif https://static-basket-01.wbbasket.ru/vol0/j/app.min.ad19a657450fb2cc.js https://static-basket-01.wbbasket.ru/vol0/j/spa/index.min.f1fa208dccf55cd6.js https://static-basket-01.wbbasket.ru/vol0/j/swiper.min.7a55dc87e84f5c3f.js https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/banners.min.fa5c594041669961.js https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/lazyBlockLoader.min.6623456650f0eac0.js https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.tooltip.min.427c93e1900719eb.js https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.shortDeliveries.m...74ef15a1f2f942.js https://static-basket-01.wbbasket.ru/vol0/i/v3/apps/qr-apps.svg https://static-basket-01.wbbasket.ru/vol0/r/js-templates-ru-ru.10.0.51.2.js https://static-basket-01.wbbasket.ru/vol0/r/route-data-ru.10.0.51.2.js https://static-basket-01.wbbasket.ru/vol0/l/als-hauss-vf.woff2 https://static-basket-01.wbbasket.ru/vol0/j/spa/services/orderService.min.1ae4b06e459a9146.js https://static-basket-01.wbbasket.ru/vol0/j/spa/services/wbxOrderService.min.a49817e336a3df91.js https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json.hash https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json https://static-basket-01.wbbasket.ru/vol0/data/cargo-delivery-stores-v2.json https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json https://static-basket-01.wbbasket.ru/vol0/data/settings-front-ru.json.hash https://static-basket-01.wbbasket.ru/vol0/data/promotion-creatives.json.hash https://static-basket-01.wbbasket.ru/vol0/data/stores-data.json https://static-basket-01.wbbasket.ru/vol0/t/jst/spahome-ru-ru.34c9e63907252df4.json https://static-basket-01.wbbasket.ru/vol0/j/spa/models/home.min.a7ea1a7252267dd2.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://www.wildberries.ru/favicon.ico https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners https://static-basket-01.wbbasket.ru/vol0/t/jst/catalogcard-ru-ru.e738ef38d29ed039.json https://static-basket-01.wbbasket.ru/vol0/t/jst/catalogcore-ru-ru.b3a09120c910d559.json https://static-basket-01.wbbasket.ru/vol0/j/spa/customTags/spa.searchTags.min.8e915a967b6c8579.js https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/goodsCatalog/...146221c01113f8.js https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog/xCatalogData.min.2490df4648a40934.js https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/catalog_v2/providers/xCa...f8ba76f0ade4d9.js https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/userInfo/userInfoRequest...1e7d1aa1ab26f5.js https://www.wildberries.ru/webapi/api/home/seo https://www.wildberries.ru/android-icon-144x144.png https://static-basket-01.wbbasket.ru/vol0/data/main-menu-ru-ru-v3.json https://static-basket-01.wbbasket.ru/vol0/t/jst/menutoptmpl-ru-ru.d7da992fc1c000da.json https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners https://banners-website.wildberries.ru/public/v1/banners...public/v1/banners https://www.wildberries.ru/webapi/api/home/seo https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search https://recom.wb.ru/personal/ru/common/v5/search.../common/v5/search https://static-basket-01.wbbasket.ru/vol0/data/menu/catalog/ekspress-dostavka.json https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/cm_2880x336.jpg https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/wb_koshelek_cyber_2880_1.jpg https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/bners1/2880_domoy-bolshuyu-pokupku.jpg https://static-basket-01.wbbasket.ru/vol0/j/spa/services/feedbacks/feedbacksPaym...52e80756a6a35a.js https://static-basket-01.wbbasket.ru/vol0/j/spa/modules/lazyBlockLoader.min.f9571df382b5a066.js https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736973903248919176.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736974030678627447.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947074329243570.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1737112995869970977.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736957823707944880.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736957945736482763.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947136686720349.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947152407606781.webp https://static-basket-01.wbbasket.ru/vol1/crm-bnrs/adsf/1736947166442619775.webp https://static-basket-01.wbbasket.ru/vol0/j/performanceAnalytics.min.a71f5369e38b4055.js |
Long cache headers is good (cacheHeadersLong) | The page has 22 requests that have a shorter cache time than 30 days (but still a cache time). | 78 |
Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version. |
Offenders: https://basket-02.wbbasket.ru/vol155/part15512/15512141/images/c516x688/1.webp https://basket-10.wbbasket.ru/vol1461/part146173/146173623/images/c516x688/1.webp https://basket-03.wbbasket.ru/vol312/part31299/31299196/images/c516x688/1.webp https://basket-13.wbbasket.ru/vol1970/part197085/197085280/images/c516x688/1.webp https://basket-03.wbbasket.ru/vol297/part29767/29767294/images/c516x688/1.webp https://basket-02.wbbasket.ru/vol275/part27541/27541349/images/c516x688/1.webp https://basket-15.wbbasket.ru/vol2354/part235403/235403369/images/c516x688/1.webp https://basket-08.wbbasket.ru/vol1157/part115767/115767905/images/c516x688/1.webp https://basket-12.wbbasket.ru/vol1805/part180504/180504140/images/c516x688/1.webp https://basket-01.wbbasket.ru/vol128/part12887/12887238/images/c516x688/1.webp https://basket-15.wbbasket.ru/vol2300/part230028/230028166/images/c516x688/1.webp https://basket-05.wbbasket.ru/vol742/part74270/74270464/images/c516x688/1.webp https://basket-03.wbbasket.ru/vol392/part39277/39277430/images/c516x688/1.webp https://basket-02.wbbasket.ru/vol255/part25534/25534940/images/c516x688/1.webp https://basket-10.wbbasket.ru/vol1429/part142976/142976658/images/c516x688/1.webp https://basket-10.wbbasket.ru/vol1410/part141010/141010810/images/c516x688/1.webp https://basket-10.wbbasket.ru/vol1461/part146160/146160800/images/c516x688/1.webp https://basket-07.wbbasket.ru/vol1111/part111108/111108507/images/c516x688/1.webp https://basket-10.wbbasket.ru/vol1564/part156411/156411600/images/c516x688/1.webp https://basket-06.wbbasket.ru/vol1033/part103324/103324601/images/c516x688/1.webp https://basket-03.wbbasket.ru/vol356/part35661/35661747/images/c516x688/1.webp https://basket-03.wbbasket.ru/vol394/part39401/39401548/images/c516x688/1.webp |
Total CSS size shouldn't be too big (cssSize) | The total CSS transfer size is 137.7 kB and uncompressed size is 876 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: |
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 3.4 MB. 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 301.1 kB and the uncompressed size is 1.2 MB. This is totally crazy! There is really room for improvement here. | 0 |
Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks? |
Offenders: |
Avoid using incorrect mime types (mimeTypes) | The page has 4 misconfigured mime types. | 96 |
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-ru.json 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://www.wildberries.ru/webapi/stats/events |
Make each CSS response small (optimalCssSize) | https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/main-v3.min.9cea5207d2254160.css size is 78.8 kB (78751) and that is bigger than the limit of 14.5 kB. https://static-basket-01.wbbasket.ru/vol0/s/desktop/style/views/spa/common.min.614a75c33608de2a.css size is 53.1 kB (53146) 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: |
Total page size shouldn't be too big (pageSize) | The page total transfer size is 4.3 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: |
Don't use private headers on static content (privateAssets) | The page has 7 requests with private headers. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone. | 30 |
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/ https://www.wildberries.ru/ https://www.wildberries.ru/manifestv2.json https://www.wildberries.ru/icon.svg https://www.wildberries.ru/webapi/api/home/seo https://www.wildberries.ru/android-icon-144x144.png https://www.wildberries.ru/webapi/api/home/seo |