Don't scale images in the browser (avoidScalingImages) | The page has 15 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://cdn.sokolov.ru/upload/content/area/a63e475a5ba172835583ac437c549641.jpg https://cdn.sokolov.ru/upload/content/area/a3e97dcdb78c09ed32399c6fcfb819ff.jpg https://cdn-cache.platformcraft.ru/sokolovmedia/.previews/preview-649e75610e47cf380f4f5035.jpg https://cdn-cache.platformcraft.ru/sokolovmedia/.previews/preview-65abba9fef3db5366d22beca.jpg https://cdn-cache.platformcraft.ru/sokolovmedia/.previews/preview-661f8a89ef3db553c274198d.jpg https://cdn-cache.platformcraft.ru/sokolovmedia/.previews/preview-664c9915ef3db5746c54723c.jpg https://cdn-cache.platformcraft.ru/sokolovmedia/.previews/preview-6754784eef3db5173a5cbe79.jpg https://cdn-cache.platformcraft.ru/sokolovmedia/.previews/preview-677e9586ef3db5173a5f2951.jpg https://cdn.sokolov.ru/upload/content/area/ba51948024b38d1fb92939465e6dfd5f.jpg https://pmdn.sokolov.io/pics/5C/7B/3384075B0F3CEAF28A79A654FAFD.jpg https://sokolov.ru/spa-images/percent.png https://pmdn.sokolov.io/pics/9E/D4/7C69F6949D41AF3E0B4A4440E821.jpg https://pmdn.sokolov.io/pics/56/39/A81C10B339BB68C646F13F411B48.jpg https://pmdn.sokolov.io/pics/96/00/31B75CBB79A7887F469A44D1E336.jpg https://pmdn.sokolov.io/pics/37/B2/D026F2F53BA5E9C9AA4238AC3F70.jpg |
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 can be improved 2.786 s. It is in the Google Web Vitals needs improvement range, slower than 2.5 seconds. | 80 |
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://pmdn.sokolov.io/pics/A5/CF/D5C2AFC8F418FAC3847C8C07B577.jpg |
Avoid CPU Long Tasks (longTasks) | The page has 10 CPU long tasks with the total of 1.325 s. The total blocking time is 825 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: selfselfselfselfselfselfselfselfselfself |
Avoid Frontend single point of failures (spof) | The page has 13 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-catalog.sokolov.ru/_next/static/css/da5c851fe6abc320.css https://static-catalog.sokolov.ru/_next/static/css/fb06eb2d9007ae08.css https://static-catalog.sokolov.ru/_next/static/css/2800a622e5ec15d7.css https://static-catalog.sokolov.ru/_next/static/css/d14b3cbc8f7c46c4.css https://static-catalog.sokolov.ru/_next/static/css/eb5c2af3787e8f53.css https://static-catalog.sokolov.ru/_next/static/css/f2f640d30117f472.css https://static-catalog.sokolov.ru/_next/static/css/923538a4e5a3c925.css https://static-catalog.sokolov.ru/_next/static/css/4ee5b4ae579d51ed.css https://static-catalog.sokolov.ru/_next/static/css/3e0b7ee64752ffdb.css https://static-catalog.sokolov.ru/_next/static/css/7d06de3534181a6c.css https://static-catalog.sokolov.ru/_next/static/css/949e73f2837930ee.css https://static-catalog.sokolov.ru/_next/static/css/d32410ee3fa1a458.css https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css |
Avoid doing redirects (assetsRedirects) | The page has 2 redirects. 2 of the redirects are from the base domain, please fix them! | 80 |
Description: A redirect is one extra step for the user to download the asset. Avoid that if you want to be fast. Redirects are even more of a showstopper on mobile. |
Offenders: https://sokolov.ru/upload/reviews/fc3183331135ebc2947b1cdc63334efd.jpg?w=54&h=54 https://sokolov.ru/upload/reviews/514c3775ab6ead34bf62a8a0cc40fc3a.jpg?w=54&h=54&rotate=270 |
Avoid extra requests by setting cache headers (cacheHeaders) | The page has 59 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 678.6 kB 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://sokolov.ru/spa-images/footer/app-store-badge.svg https://sokolov.ru/spa-images/footer/google-play-badge.svg https://sokolov.ru/spa-images/footer/app-gallery-badge.svg https://sokolov.ru/spa-images/footer/rustore-badge.svg https://sokolov.ru/api/v3/content/area/product-trade-in/ https://sokolov.ru/api/v4/content/area/product-privilege/ https://sokolov.ru/api/v5/profile/ https://sokolov.ru/api/v5/profile/products/ https://sokolov.ru/api/v5/handbooks/currency-rates/ https://sokolov.ru/api/v5/location/check/ https://sokolov.ru/api/v4/content/area/refund-info-kt/ https://static-catalog.sokolov.ru/meta/manifest.json https://sokolov.ru/api/v4/content/area/download-app-banner/ https://sokolov.ru/api/v4/content/area/feedback-channels/ https://static-catalog.sokolov.ru/meta/favicon.ico https://seo.sokolov.ru/api/v1/meta/ip/ https://sokolov.ru/api/v5/handbooks/delivery-info/ https://sokolov.ru/api/v5/products/comment-info/?url_codes=87010028 https://sokolov.ru/api/v5/products/price/87010028/ https://sokolov.ru/api/v5/catalog/product-info/87010028/ https://sokolov.ru/api/v5/products/sale-label/?url_code=87010028 https://seo.sokolov.ru/api/v1/meta/product/87010028/ https://catalog.sokolov.ru/api/v2/products/87010028/ https://static-catalog.sokolov.ru/icons/notification-border.svg https://sokolov.ru/api/v4/content/area/personal-price/ https://sokolov.ru/api/v4/catalog/product/87010028/installment-pay/ https://sokolov.ru/api/v4/content/area/payment-info-kt/ https://sokolov.ru/api/v5/products/coupon/87010028/ https://sokolov.ru/api/v5/catalog/product/87010028/comments-files/?per-page=99 https://pmdn.sokolov.io/pics/A4/84/31DE2B151394AF5964B1E75A4781.jpg https://catalog.sokolov.ru/api/v2/catalog/cosmetics-up-sale/?stock=Y&with_formatting_media=Y https://catalog.sokolov.ru/api/v2/products/?url_codes=87020029 https://catalog.sokolov.ru/api/v2/products/?url_codes=87010028,87010027,87010028-91 https://pmdn.sokolov.io/pics/BC/B0/CB105F172673651890908D4C8E45.jpg https://catalog.sokolov.ru/api/v2/products/sizes/87010028/ https://pmdn.sokolov.io/pics/A5/CF/D5C2AFC8F418FAC3847C8C07B577.jpg https://sokolov.ru/api/v5/products/prices/?url_codes=87020029 https://sokolov.ru/spa-images/percent.png https://pmdn.sokolov.io/pics/9E/D4/7C69F6949D41AF3E0B4A4440E821.jpg https://pmdn.sokolov.io/pics/56/39/A81C10B339BB68C646F13F411B48.jpg https://pmdn.sokolov.io/pics/96/00/31B75CBB79A7887F469A44D1E336.jpg https://pmdn.sokolov.io/pics/37/B2/D026F2F53BA5E9C9AA4238AC3F70.jpg https://sokolov.ru/api/v5/products/prices/?url_codes=87010028-91,87010027,87010028 https://pmdn.sokolov.io/pics/40/C9/F7692F36E09513550CC4D4031580.jpg https://pmdn.sokolov.io/pics/5C/7B/3384075B0F3CEAF28A79A654FAFD.jpg https://cdn-cache.platformcraft.ru/sokolovmedia/.previews/preview-649e75610e47cf380f4f5035.jpg https://cdn-cache.platformcraft.ru/sokolovmedia/.previews/preview-65abba9fef3db5366d22beca.jpg https://cdn-cache.platformcraft.ru/sokolovmedia/.previews/preview-661f8a89ef3db553c274198d.jpg https://cdn-cache.platformcraft.ru/sokolovmedia/.previews/preview-664c9915ef3db5746c54723c.jpg https://cdn-cache.platformcraft.ru/sokolovmedia/.previews/preview-6754784eef3db5173a5cbe79.jpg https://cdn-cache.platformcraft.ru/sokolovmedia/.previews/preview-677e9586ef3db5173a5f2951.jpg https://sokolov.ru/upload/reviews/fc3183331135ebc2947b1cdc63334efd.jpg?w=54&h=54 https://sokolov.ru/upload/reviews/514c3775ab6ead34bf62a8a0cc40fc3a.jpg?w=54&h=54&rotate=270 https://tracking.diginetica.net/csc-event...ica.net/csc-event https://cdn.sokolov.ru/upload/reviews/fc3183331135ebc2947b1cdc63334efd.jpg?w=54&h=54 https://cdn.sokolov.ru/upload/reviews/514c3775ab6ead34bf62a8a0cc40fc3a.jpg?w=54&h=54&rotate=270 https://catalog.sokolov.ru/api/v2/profile/personal-recommendations?articles[]=87010028:1737102037365 https://sokolov.ru/api/v5/products/prices/.../products/prices/ https://tracking.diginetica.net/csc-event...ica.net/csc-event |
Long cache headers is good (cacheHeadersLong) | The page has 1 request that have a shorter cache time than 30 days (but still a cache time). | 99 |
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://cdn.diginetica.net/300/client-lite.js |
Always compress text content (compressAssets) | The page has 1 request that are served uncompressed. You could save a lot of bytes by sending them compressed instead. | 90 |
Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith. |
Offenders: |
Total CSS size shouldn't be too big (cssSize) | The total CSS transfer size is 120.1 kB and uncompressed size is 705.8 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 has no cache time. | 50 |
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://static-catalog.sokolov.ru/meta/favicon.ico |
Avoid too many fonts (fewFonts) | The page has 4 font requests. Do you really need them? What value does the fonts give the user? | 60 |
Description: How many fonts do you need on a page for the user to get the message? Fonts can slow down the rendering of content, try to avoid loading too many of them because worst case it can make the text invisible until they are loaded (FOIT—flash of invisible text), best case they will flicker the text content when they arrive. |
Offenders: https://cdn.sokolov.ru/fonts/montserrat/bold.woff2 https://cdn.sokolov.ru/fonts/montserrat/regular.woff2 https://cdn.sokolov.ru/fonts/montserrat/medium.woff2 https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2 |
Total image size shouldn't be too big (imageSize) | The page total image size is 805.1 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 771.1 kB and the uncompressed size is 2.5 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 2 misconfigured mime types. | 98 |
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://seo.sokolov.ru/api/v1/meta/ip/ https://seo.sokolov.ru/api/v1/meta/product/87010028/ |
Make each CSS response small (optimalCssSize) | https://static-catalog.sokolov.ru/_next/static/css/da5c851fe6abc320.css size is 51.9 kB (51937) and that is bigger than the limit of 14.5 kB. https://static-catalog.sokolov.ru/_next/static/css/eb5c2af3787e8f53.css size is 33.3 kB (33295) 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: |
Don't use private headers on static content (privateAssets) | The page has 9 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. | 20 |
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://sokolov.ru/jewelry-catalog/product/87010028/ https://catalog.sokolov.ru/api/v2/products/87010028/ https://catalog.sokolov.ru/api/v2/catalog/cosmetics-up-sale/?stock=Y&with_formatting_media=Y https://catalog.sokolov.ru/api/v2/products/?url_codes=87020029 https://catalog.sokolov.ru/api/v2/products/?url_codes=87010028,87010027,87010028-91 https://catalog.sokolov.ru/api/v2/products/sizes/87010028/ https://tracking.diginetica.net/csc-event...ica.net/csc-event https://catalog.sokolov.ru/api/v2/profile/personal-recommendations?articles[]=87010028:1737102037365 https://tracking.diginetica.net/csc-event...ica.net/csc-event |
Avoid missing and error requests (responseOk) | The page has 1 error response. The page has 1 response with code 404. | 90 |
Description: Your page should never request assets that return a 400 or 500 error. These requests are never cached. If that happens something is broken. Please fix it. |
Offenders: https://sokolov.ru/api/v5/profile/ |