Page summary

https://sokolov.ru/

Tested 2025-04-01 21:17:30 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 Score59
Total Page Transfer Size2.2 MB
Requests109
Timing metrics
TTFB [median]902 ms
First Paint [median]4.056 s
Fully Loaded [median]17.588 s
Google Web Vitals
TTFB [median]902 ms
First Contentful Paint (FCP) [median]4.056 s
Largest Contentful Paint (LCP) [median]11.420 s
Cumulative Layout Shift (CLS) [median]0.06
Total Blocking Time [median]348 ms
Max Potential FID [median]231 ms
CPU metrics
CPU long tasks [median]3
CPU longest task duration238 ms
CPU last long task happens at16.176 s
Visual Metrics
First Visual Change [median]4.034 s
Speed Index [median]10.688 s
Visual Complete 85% [median]14.700 s
Visual Complete 99% [median]14.867 s
Last Visual Change [median]14.867 s
Screenshot of run 2

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange3.000 s4.034 s3.775 s4.291 s
LastVisualChange13.475 s14.867 s14.559 s15.334 s
SpeedIndex10.439 s10.688 s10.904 s11.585 s
VisualReadiness9.184 s11.300 s10.784 s11.867 s
VisualComplete8511.062 s14.700 s13.654 s15.200 s
VisualComplete9513.408 s14.833 s14.514 s15.300 s
VisualComplete9913.475 s14.867 s14.559 s15.334 s
Google Web Vitals
Time To First Byte (TTFB)900 ms902 ms1.123 s1.568 s
Largest Contentful Paint (LCP)10.228 s11.420 s11.361 s12.436 s
First Contentful Paint (FCP)3.012 s4.056 s3.773 s4.252 s
Cumulative Layout Shift (CLS)0.05620.05620.05630.0566
More metrics
firstPaint3.012 s4.056 s3.773 s4.252 s
loadEventEnd8.405 s8.746 s8.701 s8.952 s
User Timing
Zone14.776 s14.922 s15.049 s15.449 s
Zone:ZoneAwarePromise14.776 s14.922 s15.049 s15.449 s
Zone:toString14.777 s14.923 s15.050 s15.450 s
Zone:util14.777 s14.923 s15.050 s15.450 s
Zone:legacy14.777 s14.923 s15.050 s15.450 s
Zone:timers14.777 s14.923 s15.050 s15.450 s
Zone:requestAnimationFrame14.777 s14.924 s15.050 s15.451 s
Zone:blocking14.777 s14.924 s15.051 s15.451 s
Zone:EventTarget14.778 s14.924 s15.051 s15.451 s
Zone:MutationObserver14.778 s14.925 s15.051 s15.451 s
Zone:IntersectionObserver14.778 s14.925 s15.052 s15.452 s
Zone:FileReader14.778 s14.925 s15.052 s15.452 s
Zone:on_property14.779 s14.926 s15.052 s15.452 s
Zone:customElements14.796 s14.948 s15.071 s15.470 s
Zone:XHR14.796 s14.948 s15.071 s15.470 s
Zone:geolocation14.796 s14.949 s15.072 s15.470 s
Zone:PromiseRejectionEvent14.796 s14.949 s15.072 s15.471 s
Zone:queueMicrotask14.796 s14.949 s15.072 s15.471 s
CPU
Total Blocking Time322 ms348 ms374 ms452 ms
Max Potential FID198 ms231 ms222 ms238 ms
CPU long tasks 3334
CPU last long task happens at16.165 s16.176 s16.255 s16.425 s
| Waterfall | | Download HAR | 

Waterfall

Run 2 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
4.3 sFirst Contentful Paint 4.252 sFirst Visual Change 4.291 s
4.4 s
4.5 s
4.6 s
5.1 s
5.2 s
5.3 s
5.4 s
5.5 s
5.6 s
5.7 s
5.9 sCPU Long Task duration 74 ms
6.2 s
6.3 s
6.4 s
6.5 s
6.6 s
6.7 s
6.8 s
7.3 s
7.4 s
7.5 s
7.6 s
7.7 s
7.8 s
7.9 s
8.4 s
8.5 s
8.6 s
8.7 s
8.8 sDOM Content Loaded Time 8.741 sPage Load Time 8.746 sCPU Long Task duration 193 ms
9 sLayout Shift 0.01617 8.978 s
9.1 s
9.3 sLayout Shift 0.00687 9.213 s
9.4 sLayout Shift 0.03318 9.354 s
9.5 s
9.6 s
10.1 s
10.6 s
10.9 s
11 s
11.1 sVisual Complete 85% 11.062 s
11.2 s
11.5 sLCP <DIV> 11.420 s
11.9 s
12 s
12.1 s
12.4 s
12.6 s
12.7 sCPU Long Task duration 57 ms
13 s
13.1 s
13.2 s
13.3 s
13.4 s
13.5 sVisual Complete 95% 13.408 sLast Visual Change 13.475 sVisual Complete 99% 13.475 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 (59)

TitleAdviceScore
Don't scale images in the browser (avoidScalingImages)The page has 10 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/8454610412606ef982c9118970903e53.jpg
  • https://cdn.sokolov.ru/upload/content/area/f77c187c912eed81b9a940d56f4e733f.jpg
  • https://cdn.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg
  • https://cdn.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg
  • https://cdn.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.jpg
  • https://cdn.sokolov.ru/upload/content/area/aacd8376c5eeab8dec4904e69f2fa2d7.jpg
  • https://cdn.sokolov.ru/upload/content/area/d50e7d97286724aca1441de191909703.jpg
  • https://cdn.sokolov.ru/upload/content/area/4a175e582f4323dd74687852cf297369.jpg
  • https://cdn.sokolov.ru/upload/content/area/4754f43eedc890535a35cd5d5da5b413.jpg
  • https://cdn.sokolov.ru/upload/content/area/7730846614634f1e713444e0c80a2198.jpg
  • Have a fast first contentful paint (firstContentfulPaint)First contentful paint is poor (4.056 s). It is in the Google Web Vitals poor range, slower than 3 seconds.The page has a high time to first byte (TTFB) 1.568 s that you should look into to improve first contentful paint.0
    Description: The First Contentful Paint (FCP) metric measures the time from when the page starts loading to when any part of the page content is rendered on the screen. For this metric, "content" refers to text, images (including background images), <svg> elements, or non-white <canvas> elements.
    Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Have a fast largest contentful paint (largestContentfulPaint)Largest contentful paint is poor 12.436 s. It is in the Google Web Vitals poor range, slower than 4.5 seconds.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://cdn.sokolov.ru/upload/content/area/261309fc704925c726a2b5a50989eaa3.jpg?w=560&h=700
  • Avoid CPU Long Tasks (longTasks)The page has 3 CPU long tasks with the total of 498 ms. The total blocking time is 348 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:
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 11 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/d952859c721b8e52.css
  • https://static-catalog.sokolov.ru/_next/static/css/753a88f965ca8564.css
  • https://static-catalog.sokolov.ru/_next/static/css/7e6914a619aaaccf.css
  • https://static-catalog.sokolov.ru/_next/static/css/13226014bc357e4b.css
  • https://static-catalog.sokolov.ru/_next/static/css/f2f640d30117f472.css
  • https://static-catalog.sokolov.ru/_next/static/css/d67471c075b0c8ff.css
  • https://static-catalog.sokolov.ru/_next/static/css/a6a191b9c8b7721f.css
  • https://static-catalog.sokolov.ru/_next/static/css/7d06de3534181a6c.css
  • https://static-catalog.sokolov.ru/_next/static/css/29d30e70ddab6860.css
  • https://static-catalog.sokolov.ru/_next/static/css/dc41697283a04350.css
  • https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 18 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 19 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/api/v4/content/area/main-banner-004/
  • https://sokolov.ru/api/v4/content/area/main-stories/
  • https://sokolov.ru/api/v4/content/area/navigation-block-008/
  • 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/v3/profile/comment-product/?filter[last_year]=0&page-size=10
  • https://sokolov.ru/api/v4/content/area/tile-block/
  • https://sokolov.ru/api/v4/content/area/main-page-topline/
  • https://static-catalog.sokolov.ru/meta/favicon.ico
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://static-catalog.sokolov.ru/meta/manifest.json
  • https://sokolov.ru/api/v4/content/area/feedback-channels/
  • https://sokolov.ru/api/v4/content/area/download-app-banner/
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • 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
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 113.8 kB and uncompressed size is 779.2 kB. That is big and the CSS could most probably be smaller.50
    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-catalog.sokolov.ru/_next/static/css/d952859c721b8e52.css 68.7 KB553.4 KB
    https://static-catalog.sokolov.ru/_next/static/css/753a88f965ca8564.css 6.1 KB30.0 KB
    https://static-catalog.sokolov.ru/_next/static/css/7e6914a619aaaccf.css 6.3 KB35.5 KB
    https://static-catalog.sokolov.ru/_next/static/css/13226014bc357e4b.css 19.7 KB118.1 KB
    https://static-catalog.sokolov.ru/_next/static/css/f2f640d30117f472.css 1.2 KB1.9 KB
    https://static-catalog.sokolov.ru/_next/static/css/d67471c075b0c8ff.css 1.3 KB2.1 KB
    https://static-catalog.sokolov.ru/_next/static/css/a6a191b9c8b7721f.css 2.9 KB9.9 KB
    https://static-catalog.sokolov.ru/_next/static/css/7d06de3534181a6c.css 1.1 KB1.6 KB
    https://static-catalog.sokolov.ru/_next/static/css/29d30e70ddab6860.css 1.5 KB4.4 KB
    https://static-catalog.sokolov.ru/_next/static/css/dc41697283a04350.css 1.5 KB3.1 KB
    https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css 950 B1.1 KB
    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 801.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 1.1 MB and the uncompressed size is 2.7 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-catalog.sokolov.ru/_next/static/chunks/webpack-796c6a2ce555a2c3.js 8.6 KB15.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js 66.5 KB204.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js 32.3 KB109.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js 190.0 KB666.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4643-847f3cc1031a7680.js 35.9 KB120.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1389-6de8ec0aad0d4042.js 18.0 KB61.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1109-14835968bbd7d3d9.js 10.7 KB32.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8335-c458fe87981e67b6.js 13.6 KB39.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3273-b4365f7fa2b69ffc.js 7.0 KB17.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4965-ab9f88dcd4930cbb.js 396.1 KB535.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7905-0ee747b64d6af721.js 10.9 KB38.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4430-fec7fc68247a3218.js 30.8 KB115.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/client-41975b885cb0db05.js 957 B638 B
    https://static-catalog.sokolov.ru/_next/static/n53U-ZzATzdG2kn6y-PQk/_buildManifest.js 2.2 KB5.3 KB
    https://static-catalog.sokolov.ru/_next/static/n53U-ZzATzdG2kn6y-PQk/_ssgManifest.js 615 B77 B
    https://static-catalog.sokolov.ru/_next/static/chunks/5672.b06c04c9f0cd7c2d.js 2.3 KB4.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1541.3c00a3e5a0af43e2.js 2.0 KB3.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3333.bd960628a8b8e1b3.js 15.9 KB50.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7811.4e161b19d93bd228.js 2.0 KB3.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1571.a1b61b0957d9338f.js 3.0 KB5.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7152.6296268524cf9ad9.js 1.6 KB2.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/566.0c0417b504718185.js 1.0 KB784 B
    https://static-catalog.sokolov.ru/_next/static/chunks/5355.983e781220919010.js 1.1 KB903 B
    https://static-catalog.sokolov.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/4803.a81bac4a22023b4a.js 1013 B673 B
    https://static-catalog.sokolov.ru/_next/static/chunks/4349.cde88d58e567c71a.js 781 B280 B
    https://static-catalog.sokolov.ru/_next/static/chunks/9436-8b7e73a429627c4a.js 6.7 KB15.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js 7.9 KB21.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/9843.ca968b13efa7ff3b.js 1.9 KB3.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4100.32b68982a7d87933.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/6503.06cb04399386cb06.js 1.0 KB724 B
    https://static-catalog.sokolov.ru/_next/static/chunks/8114.18f858da31fff1c0.js 980 B612 B
    https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js 26.9 KB80.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/91f5892f.ceac726038f76803.js 746 B260 B
    https://static-catalog.sokolov.ru/_next/static/chunks/1423.9d0bbe34be4659f7.js 9.2 KB32.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js 31.7 KB108.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8005.7672b23712230e28.js 2.7 KB6.1 KB
    https://cdn.diginetica.net/300/client-lite.js 77.2 KB301.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/534.75cd38181e3bfa34.js 962 B601 B
    https://static-catalog.sokolov.ru/_next/static/chunks/3169.4b2ae05d5b98e6c7.js 1.1 KB827 B
    https://static-catalog.sokolov.ru/_next/static/chunks/36.b0a1bbca34ed712a.js 1016 B663 B
    https://static-catalog.sokolov.ru/_next/static/chunks/5377.e06feea9bba83fc3.js 1.1 KB886 B
    https://static-catalog.sokolov.ru/_next/static/chunks/3712.39474eba56f03d9e.js 1.0 KB736 B
    https://static-catalog.sokolov.ru/_next/static/chunks/8891.8f0a7fa6b7f21d29.js 1.2 KB1.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3244.04266e8a8ec961e5.js 1.1 KB937 B
    https://static-catalog.sokolov.ru/_next/static/chunks/7113.304b4ff17b50adba.js 1.2 KB1.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1881.2a2f11aa9c6186ed.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/2053.d2530d7fb760155d.js 1.1 KB930 B
    https://static-catalog.sokolov.ru/_next/static/chunks/6422.ae882f6609710448.js 1.1 KB1.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4379.021e104d0f1004dc.js 1.4 KB1.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6611.a6ac3b8b55b95e77.js 1.4 KB1.5 KB
    Avoid using incorrect mime types (mimeTypes)The page has 1 misconfigured mime type. 99
    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/
  • Make each CSS response small (optimalCssSize)https://static-catalog.sokolov.ru/_next/static/css/d952859c721b8e52.css size is 70.3 kB (70326) and that is bigger than the limit of 14.5 kB. https://static-catalog.sokolov.ru/_next/static/css/13226014bc357e4b.css size is 20.1 kB (20122) 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-catalog.sokolov.ru/_next/static/css/d952859c721b8e52.css 68.7 KB553.4 KB
    https://static-catalog.sokolov.ru/_next/static/css/13226014bc357e4b.css 19.7 KB118.1 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.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:
    URLTransfer sizeContent size
    https://sokolov.ru/ 10.1 KB57.5 KB
    https://cdn.sokolov.ru/fonts/montserrat/bold.woff2 52.1 KB51.7 KB
    https://cdn.sokolov.ru/fonts/montserrat/regular.woff2 52.2 KB51.8 KB
    https://cdn.sokolov.ru/fonts/montserrat/medium.woff2 51.9 KB51.6 KB
    https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2 52.0 KB51.7 KB
    https://static-catalog.sokolov.ru/_next/static/css/d952859c721b8e52.css 68.7 KB553.4 KB
    https://static-catalog.sokolov.ru/_next/static/css/753a88f965ca8564.css 6.1 KB30.0 KB
    https://static-catalog.sokolov.ru/_next/static/css/7e6914a619aaaccf.css 6.3 KB35.5 KB
    https://static-catalog.sokolov.ru/_next/static/css/13226014bc357e4b.css 19.7 KB118.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/webpack-796c6a2ce555a2c3.js 8.6 KB15.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js 66.5 KB204.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js 32.3 KB109.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js 190.0 KB666.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4643-847f3cc1031a7680.js 35.9 KB120.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1389-6de8ec0aad0d4042.js 18.0 KB61.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1109-14835968bbd7d3d9.js 10.7 KB32.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8335-c458fe87981e67b6.js 13.6 KB39.7 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3273-b4365f7fa2b69ffc.js 7.0 KB17.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4965-ab9f88dcd4930cbb.js 396.1 KB535.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7905-0ee747b64d6af721.js 10.9 KB38.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4430-fec7fc68247a3218.js 30.8 KB115.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/client-41975b885cb0db05.js 957 B638 B
    https://static-catalog.sokolov.ru/_next/static/n53U-ZzATzdG2kn6y-PQk/_buildManifest.js 2.2 KB5.3 KB
    https://static-catalog.sokolov.ru/_next/static/n53U-ZzATzdG2kn6y-PQk/_ssgManifest.js 615 B77 B
    https://static-catalog.sokolov.ru/_next/static/css/f2f640d30117f472.css 1.2 KB1.9 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/5672.b06c04c9f0cd7c2d.js 2.3 KB4.1 KB
    https://static-catalog.sokolov.ru/_next/static/css/d67471c075b0c8ff.css 1.3 KB2.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1541.3c00a3e5a0af43e2.js 2.0 KB3.4 KB
    https://static-catalog.sokolov.ru/_next/static/css/a6a191b9c8b7721f.css 2.9 KB9.9 KB
    https://static-catalog.sokolov.ru/_next/static/css/7d06de3534181a6c.css 1.1 KB1.6 KB
    https://static-catalog.sokolov.ru/_next/static/css/29d30e70ddab6860.css 1.5 KB4.4 KB
    https://sokolov.ru/api/v4/content/area/main-banner-004/ 1.7 KB5.6 KB
    https://sokolov.ru/api/v4/content/area/main-stories/ 2.9 KB13.4 KB
    https://sokolov.ru/api/v4/content/area/navigation-block-008/ 1.8 KB7.5 KB
    https://sokolov.ru/api/v5/profile/ 502 B69 B
    https://sokolov.ru/api/v6/basket/easy-calculate/ 1022 B363 B
    https://sokolov.ru/api/v5/profile/products/ 818 B40 B
    https://sokolov.ru/api/v5/handbooks/currency-rates/ 360 B155 B
    https://sokolov.ru/api/v5/location/check/ 831 B128 B
    https://static-catalog.sokolov.ru/_next/static/css/dc41697283a04350.css 1.5 KB3.1 KB
    https://sokolov.ru/api/v3/profile/comment-product/?filter[last_year]=0&page-size=10 296 B105 B
    https://seo.sokolov.ru/api/v1/meta/ip/ 0 b0 b
    https://sokolov.ru/api/v4/content/area/tile-block/ 1.5 KB4.8 KB
    https://sokolov.ru/api/v4/content/area/main-page-topline/ 1.1 KB1.3 KB
    https://static-catalog.sokolov.ru/meta/favicon.ico 3.7 KB14.7 KB
    https://cdn.sokolov.ru/upload/content/area/68e58dc20cbd461fd14fc683592fca9b.svg 718 B946 B
    https://cdn.sokolov.ru/upload/content/area/1f1f79322c6d27b1dbbf009d9094f0b1.svg 593 B561 B
    https://cdn.sokolov.ru/upload/content/area/062aa6f7bd9925ab496599d8f10203d0.svg 660 B803 B
    https://cdn.sokolov.ru/upload/content/area/26ad66b0f0bb1efbb0aea1b0aeac800a.svg 758 B997 B
    https://cdn.sokolov.ru/upload/content/area/b832960c3f0c40480c9293e5b3b5f089.svg 718 B872 B
    https://sokolov.ru/ 57.5 KB57.5 KB
    https://cdn.sokolov.ru/upload/content/area/261309fc704925c726a2b5a50989eaa3.jpg?w=560&h=700 93.6 KB93.3 KB
    https://cdn.sokolov.ru/upload/content/area/64eb025d473329da6f3d6fec07fd68e3.jpg?w=560&h=700 72.0 KB71.7 KB
    https://cdn.sokolov.ru/upload/content/area/f77c187c912eed81b9a940d56f4e733f.jpg 13.3 KB13.1 KB
    https://cdn.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg 76.5 KB76.2 KB
    https://cdn.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg 40.4 KB40.1 KB
    https://cdn.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.jpg 109.5 KB109.1 KB
    https://cdn.sokolov.ru/upload/content/area/aacd8376c5eeab8dec4904e69f2fa2d7.jpg 8.1 KB7.8 KB
    https://cdn.sokolov.ru/upload/content/area/d50e7d97286724aca1441de191909703.jpg 4.9 KB4.6 KB
    https://cdn.sokolov.ru/upload/content/area/8454610412606ef982c9118970903e53.jpg 9.3 KB9.1 KB
    https://seo.sokolov.ru/api/v1/meta/ip/ 232 B56 B
    https://static-catalog.sokolov.ru/meta/manifest.json 901 B716 B
    https://static-catalog.sokolov.ru/_next/static/chunks/3333.bd960628a8b8e1b3.js 15.9 KB50.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7811.4e161b19d93bd228.js 2.0 KB3.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1571.a1b61b0957d9338f.js 3.0 KB5.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7152.6296268524cf9ad9.js 1.6 KB2.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/566.0c0417b504718185.js 1.0 KB784 B
    https://static-catalog.sokolov.ru/_next/static/chunks/5355.983e781220919010.js 1.1 KB903 B
    https://static-catalog.sokolov.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/4803.a81bac4a22023b4a.js 1013 B673 B
    https://static-catalog.sokolov.ru/_next/static/chunks/4349.cde88d58e567c71a.js 781 B280 B
    https://static-catalog.sokolov.ru/_next/static/chunks/9436-8b7e73a429627c4a.js 6.7 KB15.6 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js 7.9 KB21.7 KB
    https://sokolov.ru/api/v4/content/area/feedback-channels/ 867 B2.4 KB
    https://sokolov.ru/api/v4/content/area/download-app-banner/ 1016 B2.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/9843.ca968b13efa7ff3b.js 1.9 KB3.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4100.32b68982a7d87933.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/6503.06cb04399386cb06.js 1.0 KB724 B
    https://static-catalog.sokolov.ru/_next/static/chunks/8114.18f858da31fff1c0.js 980 B612 B
    https://cdn.sokolov.ru/upload/content/area/4a175e582f4323dd74687852cf297369.jpg 153.4 KB153.0 KB
    https://cdn.sokolov.ru/upload/content/area/4754f43eedc890535a35cd5d5da5b413.jpg 61.0 KB60.7 KB
    https://cdn.sokolov.ru/upload/content/area/7730846614634f1e713444e0c80a2198.jpg 49.8 KB49.5 KB
    https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css 950 B1.1 KB
    https://cdn.sokolov.ru/upload/content/area/2df8076efd1255e842a66f9c9e1e74cf.jpg 28.2 KB28.0 KB
    https://cdn.sokolov.ru/upload/content/area/e95827aa10c65729eef04deb8721d332.jpg 15.6 KB15.3 KB
    https://cdn.sokolov.ru/upload/content/area/a3eb0d0803f1b554b60e40ff67810867.jpg 24.9 KB24.6 KB
    https://cdn.sokolov.ru/upload/content/area/e5391e645149391d6dead00b97b3e4a5.jpg 22.4 KB22.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js 26.9 KB80.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/91f5892f.ceac726038f76803.js 746 B260 B
    https://static-catalog.sokolov.ru/_next/static/chunks/1423.9d0bbe34be4659f7.js 9.2 KB32.3 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js 31.7 KB108.5 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/8005.7672b23712230e28.js 2.7 KB6.1 KB
    https://cdn.diginetica.net/300/client-lite.js 77.2 KB301.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/534.75cd38181e3bfa34.js 962 B601 B
    https://static-catalog.sokolov.ru/_next/static/chunks/3169.4b2ae05d5b98e6c7.js 1.1 KB827 B
    https://static-catalog.sokolov.ru/_next/static/chunks/36.b0a1bbca34ed712a.js 1016 B663 B
    https://static-catalog.sokolov.ru/_next/static/chunks/5377.e06feea9bba83fc3.js 1.1 KB886 B
    https://static-catalog.sokolov.ru/_next/static/chunks/3712.39474eba56f03d9e.js 1.0 KB736 B
    https://static-catalog.sokolov.ru/_next/static/chunks/8891.8f0a7fa6b7f21d29.js 1.2 KB1.1 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/3244.04266e8a8ec961e5.js 1.1 KB937 B
    https://static-catalog.sokolov.ru/_next/static/chunks/7113.304b4ff17b50adba.js 1.2 KB1.2 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/1881.2a2f11aa9c6186ed.js 1.1 KB824 B
    https://static-catalog.sokolov.ru/_next/static/chunks/2053.d2530d7fb760155d.js 1.1 KB930 B
    https://static-catalog.sokolov.ru/_next/static/chunks/6422.ae882f6609710448.js 1.1 KB1.0 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/4379.021e104d0f1004dc.js 1.4 KB1.4 KB
    https://static-catalog.sokolov.ru/_next/static/chunks/6611.a6ac3b8b55b95e77.js 1.4 KB1.5 KB
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    Don't use private headers on static content (privateAssets)The page has 5 requests with private headers. The main page has a private header. It could be right in some cases where the user can be logged in and served specific content. But if your asset is static it should never be private. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.70
    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/
  • https://sokolov.ru/
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • Avoid missing and error requests (responseOk)The page has 2 error responses. The page has 1 response with code 401. The page has 1 response with code 404. 80
    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/
  • https://sokolov.ru/api/v3/profile/comment-product/?filter[last_year]=0&page-size=10
  • Best practice advice (98)

    TitleAdviceScore
    Do not send too long headers (longHeaders)https://sokolov.ru/a...t/easy-calculate/ has a header set-cookie that is 611 characters long. https://sokolov.ru/a...profile/products/ has a header set-cookie that is 611 characters long. https://sokolov.ru/a...5/location/check/ has a header set-cookie that is 641 characters long. 97
    Description: Do not send response headers that are too long.
    Offenders:
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/location/check/
  • Avoid unnecessary headers (unnecessaryHeaders)There are 14 responses that sets both a max-age and expires header. There are 5 responses that sets a pragma no-cache header (that is a request header). There are 109 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://sokolov.ru/
  • https://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • https://static-catalog.sokolov.ru/_next/static/css/d952859c721b8e52.css
  • https://static-catalog.sokolov.ru/_next/static/css/753a88f965ca8564.css
  • https://static-catalog.sokolov.ru/_next/static/css/7e6914a619aaaccf.css
  • https://static-catalog.sokolov.ru/_next/static/css/13226014bc357e4b.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/webpack-796c6a2ce555a2c3.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4643-847f3cc1031a7680.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/1389-6de8ec0aad0d4042.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/1109-14835968bbd7d3d9.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8335-c458fe87981e67b6.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/3273-b4365f7fa2b69ffc.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4965-ab9f88dcd4930cbb.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7905-0ee747b64d6af721.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4430-fec7fc68247a3218.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/client-41975b885cb0db05.js
  • https://static-catalog.sokolov.ru/_next/static/n53U-ZzATzdG2kn6y-PQk/_buildManifest.js
  • https://static-catalog.sokolov.ru/_next/static/n53U-ZzATzdG2kn6y-PQk/_ssgManifest.js
  • https://static-catalog.sokolov.ru/_next/static/css/f2f640d30117f472.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/5672.b06c04c9f0cd7c2d.js
  • https://static-catalog.sokolov.ru/_next/static/css/d67471c075b0c8ff.css
  • https://static-catalog.sokolov.ru/_next/static/chunks/1541.3c00a3e5a0af43e2.js
  • https://static-catalog.sokolov.ru/_next/static/css/a6a191b9c8b7721f.css
  • https://static-catalog.sokolov.ru/_next/static/css/7d06de3534181a6c.css
  • https://static-catalog.sokolov.ru/_next/static/css/29d30e70ddab6860.css
  • https://sokolov.ru/api/v4/content/area/main-banner-004/
  • https://sokolov.ru/api/v4/content/area/main-stories/
  • https://sokolov.ru/api/v4/content/area/navigation-block-008/
  • https://sokolov.ru/api/v5/profile/
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v6/basket/easy-calculate/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/profile/products/
  • https://sokolov.ru/api/v5/handbooks/currency-rates/
  • https://sokolov.ru/api/v5/location/check/
  • https://static-catalog.sokolov.ru/_next/static/css/dc41697283a04350.css
  • https://sokolov.ru/api/v3/profile/comment-product/?filter[last_year]=0&page-size=10
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://sokolov.ru/api/v4/content/area/tile-block/
  • https://sokolov.ru/api/v4/content/area/main-page-topline/
  • https://static-catalog.sokolov.ru/meta/favicon.ico
  • https://cdn.sokolov.ru/upload/content/area/68e58dc20cbd461fd14fc683592fca9b.svg
  • https://cdn.sokolov.ru/upload/content/area/68e58dc20cbd461fd14fc683592fca9b.svg
  • https://cdn.sokolov.ru/upload/content/area/1f1f79322c6d27b1dbbf009d9094f0b1.svg
  • https://cdn.sokolov.ru/upload/content/area/1f1f79322c6d27b1dbbf009d9094f0b1.svg
  • https://cdn.sokolov.ru/upload/content/area/062aa6f7bd9925ab496599d8f10203d0.svg
  • https://cdn.sokolov.ru/upload/content/area/062aa6f7bd9925ab496599d8f10203d0.svg
  • https://cdn.sokolov.ru/upload/content/area/26ad66b0f0bb1efbb0aea1b0aeac800a.svg
  • https://cdn.sokolov.ru/upload/content/area/26ad66b0f0bb1efbb0aea1b0aeac800a.svg
  • https://cdn.sokolov.ru/upload/content/area/b832960c3f0c40480c9293e5b3b5f089.svg
  • https://cdn.sokolov.ru/upload/content/area/b832960c3f0c40480c9293e5b3b5f089.svg
  • https://sokolov.ru/
  • https://cdn.sokolov.ru/upload/content/area/261309fc704925c726a2b5a50989eaa3.jpg?w=560&h=700
  • https://cdn.sokolov.ru/upload/content/area/64eb025d473329da6f3d6fec07fd68e3.jpg?w=560&h=700
  • https://cdn.sokolov.ru/upload/content/area/f77c187c912eed81b9a940d56f4e733f.jpg
  • https://cdn.sokolov.ru/upload/content/area/29692ce29bea0ed9fc48a32b78e96577.jpg
  • https://cdn.sokolov.ru/upload/content/area/599381a89a12f2135e4cc41d907c53af.jpg
  • https://cdn.sokolov.ru/upload/content/area/7b737af32bfdf0a9756be23dad1122fa.jpg
  • https://cdn.sokolov.ru/upload/content/area/aacd8376c5eeab8dec4904e69f2fa2d7.jpg
  • https://cdn.sokolov.ru/upload/content/area/d50e7d97286724aca1441de191909703.jpg
  • https://cdn.sokolov.ru/upload/content/area/8454610412606ef982c9118970903e53.jpg
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://static-catalog.sokolov.ru/meta/manifest.json
  • https://static-catalog.sokolov.ru/_next/static/chunks/3333.bd960628a8b8e1b3.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7811.4e161b19d93bd228.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/1571.a1b61b0957d9338f.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7152.6296268524cf9ad9.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/566.0c0417b504718185.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/5355.983e781220919010.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4803.a81bac4a22023b4a.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4349.cde88d58e567c71a.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/9436-8b7e73a429627c4a.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js
  • https://sokolov.ru/api/v4/content/area/feedback-channels/
  • https://sokolov.ru/api/v4/content/area/download-app-banner/
  • https://static-catalog.sokolov.ru/_next/static/chunks/9843.ca968b13efa7ff3b.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4100.32b68982a7d87933.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6503.06cb04399386cb06.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8114.18f858da31fff1c0.js
  • https://cdn.sokolov.ru/upload/content/area/4a175e582f4323dd74687852cf297369.jpg
  • https://cdn.sokolov.ru/upload/content/area/4754f43eedc890535a35cd5d5da5b413.jpg
  • https://cdn.sokolov.ru/upload/content/area/7730846614634f1e713444e0c80a2198.jpg
  • https://static-catalog.sokolov.ru/_next/static/css/5513378153b0b486.css
  • https://cdn.sokolov.ru/upload/content/area/2df8076efd1255e842a66f9c9e1e74cf.jpg
  • https://cdn.sokolov.ru/upload/content/area/e95827aa10c65729eef04deb8721d332.jpg
  • https://cdn.sokolov.ru/upload/content/area/a3eb0d0803f1b554b60e40ff67810867.jpg
  • https://cdn.sokolov.ru/upload/content/area/e5391e645149391d6dead00b97b3e4a5.jpg
  • https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/91f5892f.ceac726038f76803.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/1423.9d0bbe34be4659f7.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8005.7672b23712230e28.js
  • https://cdn.diginetica.net/300/client-lite.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/534.75cd38181e3bfa34.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/3169.4b2ae05d5b98e6c7.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/36.b0a1bbca34ed712a.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/5377.e06feea9bba83fc3.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/3712.39474eba56f03d9e.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/8891.8f0a7fa6b7f21d29.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/3244.04266e8a8ec961e5.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/7113.304b4ff17b50adba.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/1881.2a2f11aa9c6186ed.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/2053.d2530d7fb760155d.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6422.ae882f6609710448.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/4379.021e104d0f1004dc.js
  • https://static-catalog.sokolov.ru/_next/static/chunks/6611.a6ac3b8b55b95e77.js
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • Privacy advice (86)

    TitleAdviceScore
    Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader)Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download.0
    Description: Content Security Policy is delivered via a HTTP response header, and defines approved sources of content that the browser may load. It can be an effective countermeasure to Cross Site Scripting (XSS) attacks and is also widely supported and usually easily deployed. https://scotthelme.co.uk/content-security-policy-an-introduction/.
    Offenders:
  • https://sokolov.ru/
  • https://sokolov.ru/
  • 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://sokolov.ru/
  • https://sokolov.ru/
  • 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 includeSubDomainsThe max age is lower than six months. Increase it to get a better score.70
    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Ювелирная компания SOKOLOV. Официальный интернет магазин
    Width485
    Height14219
    DOM elements810
    Avg DOM depth11
    Max DOM depth18
    Iframes0
    Script tags18
    Local storage31 B
    Session storage542 B
    Network Information API3g
    Resource Hints
    dns-prefetch
    http://cdn.diginetica.net/
    preconnect
    http://autocomplete.diginetica.net/
    https://static.criteo.net/
    https://cm.g.doubleclick.net/
    https://ad.mail.ru/
    https://googleads.g.doubleclick.net/
    https://www.googletagmanager.com/
    https://www.google-analytics.com/
    https://api.mindbox.ru/
    https://api.flocktory.com/
    https://demo4.paasweb.co.il/

    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
    Amazon Web Services 100  PaaS
    HSTS 100  Security
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Long Aninimation Frames | 

    Data from run 2

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)900 ms
    First Contentful Paint (FCP)4.252 s
    Largest Contentful Paint (LCP)11.420 s
    Cumulative Layout Shift (CLS)0.06
    Total Blocking Time (TBT)322 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP475
    Time spent in recalculate style before FCP24.953 ms
    Extra timings
    TTFB900 ms
    First Paint4.252 s
    Load Event End8.746 s
    Fully loaded17.528 s
    User Timing marks
    Zone14.776 s
    Zone:ZoneAwarePromise14.776 s
    Zone:toString14.777 s
    Zone:util14.777 s
    Zone:legacy14.777 s
    Zone:timers14.777 s
    Zone:requestAnimationFrame14.777 s
    Zone:blocking14.777 s
    Zone:EventTarget14.778 s
    Zone:MutationObserver14.778 s
    Zone:IntersectionObserver14.778 s
    Zone:FileReader14.778 s
    Zone:on_property14.779 s
    Zone:customElements14.796 s
    Zone:XHR14.796 s
    Zone:geolocation14.796 s
    Zone:PromiseRejectionEvent14.796 s
    Zone:queueMicrotask14.796 s
    User Timing measures
    NameStart timeDuration
    Next.js-before-hydration0 ms8.734 s
    Next.js-hydration8.734 s104 ms
    Zone14.776 s0 ms
    Zone:ZoneAwarePromise14.776 s1 ms
    Zone:toString14.777 s0 ms
    Zone:util14.777 s0 ms
    Zone:legacy14.777 s0 ms
    Zone:timers14.777 s0 ms
    Zone:requestAnimationFrame14.777 s0 ms
    Zone:blocking14.777 s0 ms
    Zone:EventTarget14.778 s1 ms
    Zone:MutationObserver14.778 s0 ms
    Zone:IntersectionObserver14.778 s0 ms
    Zone:FileReader14.778 s0 ms
    Zone:on_property14.779 s17 ms
    Zone:customElements14.796 s0 ms
    Zone:XHR14.796 s0 ms
    Zone:geolocation14.796 s0 ms
    Zone:PromiseRejectionEvent14.796 s0 ms
    Zone:queueMicrotask14.796 s0 ms

    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 typeDIV
    Element/tag<div class="image_lazy-load__Wso7t image_loaded__8YbPx SklvTextWithPhotoSlide_sklv-slide-text__img__PcAAE" style="background-image: url(&quot;https://cdn.sokolov.ru/upload/content/area/261309fc704925c726a2b5a50989eaa3.jpg?w=560&amp;h=700&quot;);"></div>
    Render time 11.420 s
    Element render delay46 ms
    TTFB900 ms
    Resource delay8.400 s
    Resource load duration2.074 s
    Elements that needed recalculate style before LCP32330
    Time spent in recalculate style before LCP579.108 ms
    Load time11.375 s
    URL https://cdn.sokolov....2b5a50989eaa3.jpg
    Size (width*height)231830
    DOM path
    div#__next > div#catalog > div:eq(0) > main > div > div > section:eq(0) > div > div > div:eq(1) > div > div:eq(0) > a > div > div> div#__next > div#catalog > div:eq(0) > main > div > div > section:eq(0) > div > div > div:eq(1) > div > div:eq(0) > a > div > div>
    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.05622 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.03318<main class="mainLayout_main__L9rDe"></main>
    body > div#__next > div#catalog > div:eq(0) > main
    0.01617<section class="DataProvider_sklv-main-section__wXrbC DataProvider_selection__p3VPj"></section>,<::after></::after>
    body > div#__next > div#catalog > div:eq(0) > main > div > div > section:eq(3),body > div#__next > div#catalog > div:eq(0) > main > div > div > section:eq(2) > ::after
    0.00687<section class="DataProvider_navigation__eJl44 DataProvider_navigation-ab__hEnBT"></section>,<section class="DataProvider_sklv-main-section__wXrbC DataProvider_selection__p3VPj"></section>
    body > div#__next > div#catalog > div:eq(0) > main > div > div > section:eq(2),body > div#__next > div#catalog > div:eq(0) > main > div > div > section: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
    152.7 ms213.4 ms4.5 ms4.2 ms0.3 ms
    https://cdn.diginetica.net/300/client-lite.js

    Invoker:  https://cdn.diginetica.net/300/client-lite.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    147.4 ms202.8 ms4.1 ms3.8 ms0.3 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js

    Forced Style And Layout Duration: 11 ms

    Invoker:  MessagePort.onmessage
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    25.8 ms79.2 ms1.7 ms0.6 ms1.1 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js

    Invoker:  https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    12.3 ms65.8 ms4.5 ms2 ms2.5 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js

    Forced Style And Layout Duration: 40 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
    0 ms3.297 s30.6 ms0 ms30.6 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms45.9 ms7.3 ms6.2 ms1.1 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js

    Forced Style And Layout Duration: 4 ms

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

    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js

    Forced Style And Layout Duration: 8 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
    0 ms82.9 ms5.7 ms4 ms1.7 ms
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js

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

    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js

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

    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js

    Forced Style And Layout Duration: 3 ms

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

    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.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
    0 ms52.3 ms1.5 ms0.8 ms0.7 ms
    No availible script information.

    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 requests109
    Total domains6
    Total transfer size2.2 MB
    Total content size4.4 MB
    Responses missing compression43
    Number of cookies11
    Third party cookies0
    Requests per response code
    200107
    4011
    4041

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b67.6 KB115.0 KB2
    css0 b111.1 KB760.9 KB11
    javascript555 B1.0 MB2.6 MB51
    image1.0 KB783.0 KB778.2 KB19
    font0 b208.2 KB206.8 KB4
    json0 b14.9 KB38.4 KB13
    other0 b0 b0 b1
    favicon0 b3.7 KB14.7 KB1
    svg0 b3.4 KB4.1 KB5
    Total1.5 KB2.2 MB4.4 MB107

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    sokolov.ru5.423 s82.2 KB152.9 KB15
    cdn.sokolov.ru52.317 s994.5 KB989.0 KB25
    static-catalog.sokolov.ru83.496 s1.1 MB3.0 MB63
    seo.sokolov.ru1.254 s232 B56 B2
    cdn.diginetica.net1.766 s77.2 KB301.4 KB1
    tracking.diginetica.net1.393 s111 B111 B3

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 year1 year
    Last modified4 hours6 days2 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html57.5 KB1
    css10.4 KB7
    javascript214.5 KB36
    image783.0 KB19
    font0 b0
    json14.9 KB13
    other0 b1
    favicon3.7 KB1
    svg3.4 KB5
    Total1.1 MB85

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html57.5 KB1
    css10.4 KB7
    javascript214.5 KB36
    image783.0 KB19
    font0 b0
    json14.9 KB13
    other0 b1
    favicon3.7 KB1
    svg3.4 KB5
    Total1.1 MB85

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    000

    Render information

    URLType
    https://static-catal...9f88dcd4930cbb.jsnon_blocking
    https://static-catal...33eb0a43477396.jsnon_blocking
    https://cdn.digineti...00/client-lite.jsnon_blocking
    https://static-catal...2859c721b8e52.cssnon_blocking
    https://static-catal...a8921dab738876.jsnon_blocking
    https://cdn.sokolov....rat/regular.woff2non_blocking
    https://cdn.sokolov....serrat/bold.woff2non_blocking
    https://cdn.sokolov....at/semibold.woff2non_blocking
    https://cdn.sokolov....rrat/medium.woff2non_blocking
    https://static-catal...7f3cc1031a7680.jsnon_blocking
    https://static-catal...33f27b2dfdcc1f.jsnon_blocking
    https://static-catal...c08b6f61cb7304.jsnon_blocking
    https://static-catal...c7fc68247a3218.jsnon_blocking
    https://static-catal...ad076cb54663ae.jsnon_blocking
    https://static-catal...26014bc357e4b.cssnon_blocking
    https://static-catal...e8ec0aad0d4042.jsnon_blocking
    https://static-catal...960628a8b8e1b3.jsnon_blocking
    https://static-catal...58fe87981e67b6.jsnon_blocking
    https://static-catal...e747b64d6af721.jsnon_blocking
    https://static-catal...835968bbd7d3d9.jsnon_blocking
    https://static-catal...0bbe34be4659f7.jsnon_blocking
    https://static-catal...6c6a2ce555a2c3.jsnon_blocking
    https://static-catal...cdcc44c06b3a97.jsnon_blocking
    https://static-catal...365f7fa2b69ffc.jsnon_blocking
    https://static-catal...7e73a429627c4a.jsnon_blocking
    https://static-catal...914a619aaaccf.cssnon_blocking
    https://static-catal...a88f965ca8564.cssnon_blocking
    https://static-catal...b61b0957d9338f.jsnon_blocking
    https://static-catal...191b9c8b7721f.cssdynamically_injected_non_blocking
    https://static-catal...72b23712230e28.jsnon_blocking
    https://static-catal...6c04c9f0cd7c2d.jsnon_blocking
    https://static-catal..._buildManifest.jsnon_blocking
    https://static-catal...161b19d93bd228.jsnon_blocking
    https://static-catal...00a3e5a0af43e2.jsnon_blocking
    https://static-catal...968b13efa7ff3b.jsnon_blocking
    https://static-catal...96268524cf9ad9.jsnon_blocking
    https://static-catal...1697283a04350.cssdynamically_injected_non_blocking
    https://static-catal...30e70ddab6860.cssdynamically_injected_non_blocking
    https://static-catal...ac3b8b55b95e77.jsnon_blocking
    https://static-catal...1e104d0f1004dc.jsnon_blocking
    https://static-catal...471c075b0c8ff.cssdynamically_injected_non_blocking
    https://static-catal...4b4ff17b50adba.jsnon_blocking
    https://static-catal...0a7fa6b7f21d29.jsnon_blocking
    https://static-catal...640d30117f472.cssdynamically_injected_non_blocking
    https://static-catal...266e8a8ec961e5.jsnon_blocking
    https://static-catal...530d7fb760155d.jsnon_blocking
    https://static-catal...6de3534181a6c.cssdynamically_injected_non_blocking
    https://static-catal...3e781220919010.jsnon_blocking
    https://static-catal...882f6609710448.jsnon_blocking
    https://static-catal...b68982a7d87933.jsnon_blocking
    https://static-catal...2f11aa9c6186ed.jsnon_blocking
    https://static-catal...2ae05d5b98e6c7.jsnon_blocking
    https://static-catal...6feea9bba83fc3.jsnon_blocking
    https://static-catal...0baf6b0adfaf4f.jsnon_blocking
    https://static-catal...cb04399386cb06.jsnon_blocking
    https://static-catal...0417b504718185.jsnon_blocking
    https://static-catal...474eba56f03d9e.jsnon_blocking
    https://static-catal...a1bbca34ed712a.jsnon_blocking
    https://static-catal...1bac4a22023b4a.jsnon_blocking
    https://static-catal...f858da31fff1c0.jsnon_blocking
    https://static-catal...cd38181e3bfa34.jsnon_blocking
    https://static-catal...975b885cb0db05.jsnon_blocking
    https://static-catal...3378153b0b486.cssdynamically_injected_non_blocking
    https://static-catal...e88d58e567c71a.jsnon_blocking
    https://static-catal...ac726038f76803.jsnon_blocking
    https://static-catal...k/_ssgManifest.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 322
    Max Potential First Input Delay 198
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint2267
    Long Tasks after Load Event End3448
    Total Long Tasks4522

    CPU last long task happened at 16.165 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self584074window
    self8747193window
    self1267357window
    self16165198window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML17
    styleLayout888
    paintCompositeRender545
    scriptParseCompile1
    scriptEvaluation769
    garbageCollection29
    other1303
    Events (ms)
    RunTask1014
    UpdateLayoutTree860
    FunctionCall579
    Paint371
    PaintImage139
    RunMicrotasks119
    PrePaint99
    Layerize68
    Commit54
    IntersectionObserverController::computeIntersections43
    Layout28
    UpdateLayer26
    v8.run16
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL15
    v8.callFunction14
    V8.HandleInterrupts11

    Time spent per request

    URLCPU time (ms)
    https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js621
    https://static-catalog.sokolov.ru/_next/static/chunks/4643-847f3cc1031a7680.js122
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-9633eb0a43477396.js77
    https://static-catalog.sokolov.ru/_next/static/chunks/9843.ca968b13efa7ff3b.js30
    https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/client-41975b885cb0db05.js24
    https://static-catalog.sokolov.ru/_next/static/chunks/3333.bd960628a8b8e1b3.js18
    https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js15
    https://static-catalog.sokolov.ru/_next/static/chunks/1571.a1b61b0957d9338f.js15

    CPU time spent

    Tool/domainTime (ms)
    static-catalog.sokolov.ru921.0
    | 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.

    cdn.diginetica.net
    tracking.diginetica.net

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b67.6 KB115.0 KB2
    css0 b111.1 KB760.9 KB11
    javascript0 b961.2 KB2.3 MB50
    image0 b782.9 KB778.1 KB16
    font0 b208.2 KB206.8 KB4
    json0 b14.9 KB38.4 KB13
    other0 b0 b0 b1
    favicon0 b3.7 KB14.7 KB1
    svg0 b3.4 KB4.1 KB5
    TotalN/A2.1 MB4.1 MB105

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b0 b0 b0
    javascript555 B77.2 KB301.4 KB1
    image1.0 KB111 B111 B3
    font0 b0 b0 b0
    Total1.5 KB77.3 KB301.5 KB4

    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 2 (14 issues)
    Serious3 (17 issues)
    Moderate1 (1 issues)
    Minor1 (9 issues)