Tested 2025-01-15 00:11:16 using Chrome 131.0.6778.85 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 68 |
Total Page Transfer Size | 2.5 MB |
Requests | 144 |
Timing metrics | |
TTFB [median] | 149 ms |
First Paint [median] | 345 ms |
Fully Loaded [median] | 2.860 s |
Google Web Vitals | |
TTFB [median] | 149 ms |
First Contentful Paint (FCP) [median] | 345 ms |
Largest Contentful Paint (LCP) [median] | 1.022 s |
Cumulative Layout Shift (CLS) [median] | 0.02 |
Interaction To Next Paint (INP) [median] | 128 ms |
Total Blocking Time [median] | 924 ms |
Max Potential FID [median] | 520 ms |
CPU metrics | |
CPU long tasks [median] | 9 |
CPU longest task duration | 553 ms |
CPU last long task happens at | 2.593 s |
Visual Metrics | |
First Visual Change [median] | 334 ms |
Speed Index [median] | 2.095 s |
Visual Complete 85% [median] | 2.667 s |
Visual Complete 99% [median] | 2.800 s |
Last Visual Change [median] | 2.800 s |
Chrome User Experience Report (CRUX) | |
First Contentful Paint [p75] | 847 ms |
Largest Contentful Paint (LCP) [p75] | 4.060 s |
Cumulative Layout Shift (CLS) [p75] | 0.97 |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 334 ms | 334 ms | 367 ms | 433 ms |
LastVisualChange | 2.767 s | 2.800 s | 2.900 s | 3.133 s |
SpeedIndex | 2.073 s | 2.095 s | 2.172 s | 2.349 s |
VisualReadiness | 2.433 s | 2.466 s | 2.533 s | 2.700 s |
VisualComplete85 | 2.434 s | 2.667 s | 2.645 s | 2.833 s |
VisualComplete95 | 2.567 s | 2.667 s | 2.734 s | 2.967 s |
VisualComplete99 | 2.767 s | 2.800 s | 2.900 s | 3.133 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 126 ms | 149 ms | 150 ms | 176 ms |
Largest Contentful Paint (LCP) | 755 ms | 1.022 s | 957 ms | 1.093 s |
First Contentful Paint (FCP) | 319 ms | 345 ms | 371 ms | 449 ms |
Cumulative Layout Shift (CLS) | 0.0176 | 0.0192 | 0.0526 | 0.121 |
More metrics | ||||
firstPaint | 319 ms | 345 ms | 371 ms | 449 ms |
loadEventEnd | 334 ms | 393 ms | 387 ms | 434 ms |
User Timing | ||||
Zone | 977 ms | 1.042 s | 1.044 s | 1.114 s |
Zone:ZoneAwarePromise | 981 ms | 1.047 s | 1.049 s | 1.119 s |
Zone:toString | 981 ms | 1.048 s | 1.050 s | 1.120 s |
Zone:util | 982 ms | 1.049 s | 1.050 s | 1.121 s |
Zone:legacy | 982 ms | 1.049 s | 1.051 s | 1.121 s |
Zone:timers | 982 ms | 1.050 s | 1.051 s | 1.122 s |
Zone:requestAnimationFrame | 983 ms | 1.050 s | 1.052 s | 1.122 s |
Zone:blocking | 983 ms | 1.050 s | 1.052 s | 1.122 s |
Zone:EventTarget | 983 ms | 1.050 s | 1.052 s | 1.123 s |
Zone:MutationObserver | 984 ms | 1.051 s | 1.053 s | 1.123 s |
Zone:IntersectionObserver | 984 ms | 1.052 s | 1.053 s | 1.124 s |
Zone:FileReader | 984 ms | 1.052 s | 1.053 s | 1.124 s |
Zone:on_property | 984 ms | 1.053 s | 1.054 s | 1.124 s |
Zone:customElements | 1.005 s | 1.086 s | 1.081 s | 1.153 s |
Zone:XHR | 1.005 s | 1.086 s | 1.082 s | 1.153 s |
Zone:geolocation | 1.006 s | 1.087 s | 1.082 s | 1.153 s |
Zone:PromiseRejectionEvent | 1.006 s | 1.087 s | 1.082 s | 1.154 s |
Zone:queueMicrotask | 1.006 s | 1.088 s | 1.083 s | 1.154 s |
CPU | ||||
Total Blocking Time | 741 ms | 924 ms | 882 ms | 980 ms |
Max Potential FID | 398 ms | 520 ms | 490 ms | 553 ms |
CPU long tasks | 9 | 9 | 9 | 9 |
CPU last long task happens at | 2.424 s | 2.593 s | 2.595 s | 2.767 s |
Run 1 SpeedIndex median
Use--filmstrip.showAll
to show all filmstrips.
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.
Title | Advice | Score |
---|---|---|
Do not send too long headers (longHeaders) | https://sokolov.ru/api/v5/profile/ has a header set-cookie that is 633 characters long. https://sokolov.ru/a...t/easy-calculate/ has a header set-cookie that is 947 characters long. https://sokolov.ru/a...profile/products/ has a header set-cookie that is 957 characters long. https://sokolov.ru/a...5/location/check/ has a header set-cookie that is 977 characters long. | 96 |
Description: Do not send response headers that are too long. | ||
Offenders: | ||
Avoid too many third party requests (thirdParty) | The page do 42% requests to third party domains (60 requests and 1.7 MB). First party is 84 requests and 938.8 kB. The page transfer more bytes from third party domains (1.7 MB) then first party (938.8 kB). The regex .*sokolov.* was used to calculate first/third party requests. | 0 |
Description: Do not load most of your content from third party URLs. | ||
Avoid unnecessary headers (unnecessaryHeaders) | There are 17 responses that sets both a max-age and expires header. There are 8 responses that sets a pragma no-cache header (that is a request header). There are 87 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: |
Title | Advice | Score |
---|---|---|
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: | ||
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: | ||
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. | ||
Avoid third party cookies that is used to track the user. (thirdPartyCookies) | The page sets 1 third party cookie. | 0 |
Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox. | ||
Offenders: | ||
Do not share user data with third parties. (thirdPartyPrivacy) | The page has 6% requests that are 3rd party (9 requests with a size of 709.6 kB). The page do 8 utility requests and uses 1 utility tool. | 94 |
Description: Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests. | ||
Offenders: |
Page info | |
---|---|
Title | Адреса магазинов SOKOLOV в Москве |
Width | 1904 |
Height | 1830 |
DOM elements | 1790 |
Avg DOM depth | 18 |
Max DOM depth | 27 |
Iframes | 0 |
Script tags | 17 |
Local storage | 31 B |
Session storage | 577 B |
Network Information API | 4g |
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/ |
Data collected using Wappalyzer version 6.10.66. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies html
or --browsertime.chrome.includeResponseBodies html
to help Wappalyzer find more information about technologies used.
Technology | Confidence | Category |
---|---|---|
PHP 7.3.25 | 100 | Programming languages |
Nginx | 100 | Web servers Reverse proxies |
Amazon Web Services | 100 | PaaS |
HSTS | 100 | Security |
Data collected using Third Party Web 0.26.2
Utility |
---|
Yandex APIs |
Cdn |
Yandex CDN |
Data from run 1
Visual Metrics | |
---|---|
First Visual Change | 334 ms |
Speed Index | 2.095 s |
Visual Complete 85% | 2.667 s |
Visual Complete 95% | 2.667 s |
Visual Complete 99% | 2.800 s |
Last Visual Change | 2.800 s |
Visual Readiness | 2.466 s |
Navigation Timing | |
---|---|
backEndTime | 149 ms |
domContentLoadedTime | 388 ms |
domInteractiveTime | 165 ms |
domainLookupTime | 0 ms |
frontEndTime | 243 ms |
pageDownloadTime | 2 ms |
pageLoadTime | 393 ms |
redirectionTime | 0 ms |
serverConnectionTime | 24 ms |
serverResponseTime | 122 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 149 ms |
First Contentful Paint (FCP) | 319 ms |
Largest Contentful Paint (LCP) | 755 ms |
Cumulative Layout Shift (CLS) | 0.02 |
Interaction to next paint (INP) | 112 ms |
Total Blocking Time (TBT) | 741 ms |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 141 |
Time spent in recalculate style before FCP | 12.344 ms |
Extra timings | |
---|---|
TTFB | 149 ms |
First Paint | 319 ms |
Load Event End | 393 ms |
Fully loaded | 2.553 s |
User Timing marks | |
---|---|
Zone | 977 ms |
Zone:ZoneAwarePromise | 981 ms |
Zone:toString | 981 ms |
Zone:util | 982 ms |
Zone:legacy | 982 ms |
Zone:timers | 982 ms |
Zone:requestAnimationFrame | 983 ms |
Zone:blocking | 983 ms |
Zone:EventTarget | 983 ms |
Zone:MutationObserver | 984 ms |
Zone:IntersectionObserver | 984 ms |
Zone:FileReader | 984 ms |
Zone:on_property | 984 ms |
Zone:customElements | 1.005 s |
Zone:XHR | 1.005 s |
Zone:geolocation | 1.006 s |
Zone:PromiseRejectionEvent | 1.006 s |
Zone:queueMicrotask | 1.006 s |
User Timing measures | ||
---|---|---|
Name | Start time | Duration |
Next.js-before-hydration | 0 ms | 384 ms |
Next.js-hydration | 384 ms | 65 ms |
Zone | 977 ms | 4 ms |
Zone:ZoneAwarePromise | 981 ms | 1 ms |
Zone:toString | 981 ms | 0 ms |
Zone:util | 982 ms | 1 ms |
Zone:legacy | 982 ms | 0 ms |
Zone:timers | 982 ms | 0 ms |
Zone:requestAnimationFrame | 983 ms | 0 ms |
Zone:blocking | 983 ms | 0 ms |
Zone:EventTarget | 983 ms | 1 ms |
Zone:MutationObserver | 984 ms | 0 ms |
Zone:IntersectionObserver | 984 ms | 0 ms |
Zone:FileReader | 984 ms | 0 ms |
Zone:on_property | 984 ms | 21 ms |
Zone:customElements | 1.005 s | 0 ms |
Zone:XHR | 1.005 s | 0 ms |
Zone:geolocation | 1.006 s | 0 ms |
Zone:PromiseRejectionEvent | 1.006 s | 0 ms |
Zone:queueMicrotask | 1.006 s | 0 ms |
When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.
Element type | H1 |
Element/tag | <h1 class="ShopsMap_title__mxrFC"></h1> |
Render time | 755 ms |
Elements that needed recalculate style before LCP | 383 |
Time spent in recalculate style before LCP | 29.702 ms |
Load time | 0 ms |
Size (width*height) | 13494 |
DOM path | |
div#__next > div#catalog > div > main > div > div > div > h1> div#__next > div#catalog > div > main > div > div > div > h1> |
0.01915 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.
Score | HTML Element |
---|---|
0.00905 | <main class="mainLayout_main__L9rDe"></main> |
body > div#__next > div#catalog > div > main | |
0.00481 | <span class="CitySelectButton_city-text___XqH_"></span>,<button class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_borderless__776ey" types="borderless" data-qa="header_shops_map_btn"></button>,<button class="ButtonDeprecated_sklv-button__Wy8xr HeaderTop_header-top_left-delivery__GG_8X" types=""></button>,<input data-qa="header_search_input" enterkeyhint="search" id="text_search_input" autocomplete="off" type="text" placeholder="Поиск по каталогу" class="_Input_input__7xcBD _Input_input_small__MS1Mh _Input_input_icon__SFwu_" name="text_search_input" value="">,<div class="HeaderBottom_header-bottom_right__7W_NU"></div> |
body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(0) > div:eq(1) > div:eq(1) > div:eq(0) > button > span,body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(0) > div:eq(1) > div:eq(2) > a > button,body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(0) > div:eq(1) > a > button,body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(1) > div:eq(1) > div > div > div > input#text_search_input,body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(1) > div:eq(2) | |
0.00263 | <input data-qa="header_search_input" enterkeyhint="search" id="text_search_input" autocomplete="off" type="text" placeholder="Поиск по каталогу" class="_Input_input__7xcBD _Input_input_small__MS1Mh _Input_input_icon__SFwu_" name="text_search_input" value=""> |
body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(1) > div:eq(1) > div > div > div > input#text_search_input | |
0.00212 | <div class="Header_header__inner__wmRSn"></div>,<div class="StoreList_store-list__pz7Wr StoreList_store-list_open__XnwBM"></div>,<div class="DeliveryHeaderBackground_background__Q26N5 DeliveryHeaderBackground_background_small__HNrhu"></div> |
body > div#__next > div#catalog > div > header > div:eq(1),body > div#__next > div#catalog > div > main > div > div > div > div > div > div > div:eq(1) > div:eq(1),body > div#__next > div#catalog > div > main > div > div > div > div > div > div > div:eq(1) > div:eq(1) > div:eq(0) | |
0.00028 | <div class="Header_header__inner__wmRSn"></div> |
body > div#__next > div#catalog > div > header > div:eq(1) | |
0.00019 | <div class="StoreList_store-list__pz7Wr StoreList_store-list_open__XnwBM"></div>,<div class="DeliveryHeaderBackground_background__Q26N5 DeliveryHeaderBackground_background_small__HNrhu"></div> |
body > div#__next > div#catalog > div > main > div > div > div > div > div > div > div:eq(1) > div:eq(1),body > div#__next > div#catalog > div > main > div > div > div > div > div > div > div:eq(1) > div:eq(1) > div:eq(0) | |
0.00008 | <div class="StoreList_store-list__pz7Wr StoreList_store-list_open__XnwBM"></div>,<div class="DeliveryHeaderBackground_background__Q26N5 DeliveryHeaderBackground_background_small__HNrhu"></div> |
body > div#__next > div#catalog > div > main > div > div > div > div > div > div > div:eq(1) > div:eq(1),body > div#__next > div#catalog > div > main > div > div > div > div > div > div > div:eq(1) > div:eq(1) > div:eq(0) |
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.
Interaction to Next Paint (INP) is a metric that try to measure responsiveness. It's useful if you are testing user journeys. Read more about Interaction to Next Paint.
The measured latency was 112 ms.
Event type | mouseover |
Element type | YMAPS |
Element class name | ymaps-2-1-79-events-pane ymaps-2-1-79-user-selection-none |
Event target | ymaps.ymaps-2-1-79-inner-panes>ymaps.ymaps-2-1-79-events-pane.ymaps-2-1-79-user-selection-none |
Load state when the event happened | complete |
Read more about the Long Animation Frames API here here.
The top 10 longest animation frames entries
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
371 ms | 456.3 ms | 22.7 ms | 18.7 ms | 4 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-8c25fd1c88441dba.js | ||||
Forced Style And Layout Duration: 1 ms Invoker: TimerHandler:setTimeout | ||||
https://sokolov.ru/api/v4/shops-map/points/?bbox=55.3589,36.2109,56.1519,39.0234&filter[point_type]=retail,franchise,premium&callback=id_173689987898544787100 | ||||
Invoker: https://sokolov.ru/api/v4/shops-map/points/?bbox=55.3589,36.2109,56.1519,39.0234&filter[point_type]=retail,franchise,premium&callback=id_173689987898544787100 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
193 ms | 243.8 ms | 5.2 ms | 4 ms | 1.2 ms |
https://cdn.diginetica.net/300/client-lite.js | ||||
Forced Style And Layout Duration: 2 ms Invoker: https://cdn.diginetica.net/300/client-lite.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
130 ms | 237.3 ms | 9.7 ms | 5.3 ms | 4.4 ms |
https://sokolov.ru/api/v4/shops-map/points/?bbox=55.4589,36.9141,55.9552,38.3203&filter[point_type]=retail,franchise,premium&callback=id_173689987898544787104 | ||||
Invoker: https://sokolov.ru/api/v4/shops-map/points/?bbox=55.4589,36.9141,55.9552,38.3203&filter[point_type]=retail,franchise,premium&callback=id_173689987898544787104 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
53 ms | 103.7 ms | 3.3 ms | 0 ms | 3.3 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js | ||||
Forced Style And Layout Duration: 2 ms Invoker: MessagePort.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
26 ms | 70.9 ms | 7.1 ms | 5.4 ms | 1.7 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js | ||||
Forced Style And Layout Duration: 11 ms Invoker: MessagePort.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
17 ms | 74.1 ms | 1.9 ms | 1.3 ms | 0.6 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
11 ms | 70.8 ms | 1.2 ms | 0.1 ms | 1.1 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-8c25fd1c88441dba.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-8c25fd1c88441dba.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
6 ms | 61 ms | 1 ms | 0.1 ms | 0.9 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js | ||||
Invoker: MessagePort.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
3 ms | 67.5 ms | 3.5 ms | 2.1 ms | 1.4 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 118.2 ms | 18.8 ms | 0 ms | 18.8 ms |
No availible script information. |
There are no Server Timings.
There are no custom configured scripts.
There are no custom extra metrics from scripting.
How the page is built.
Summary | |
---|---|
HTTP version | HTTP/2.0 |
Total requests | 144 |
Total domains | 10 |
Total transfer size | 2.5 MB |
Total content size | 6.6 MB |
Responses missing compression | 43 |
Number of cookies | 74 |
Third party cookies | 1 |
Requests per response code | |
---|---|
200 | 143 |
404 | 1 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://yastatic.net...2a507353a6a6e3.js | javascript | 676.7 KB | 2.9 MB |
https://static-catal...25fd1c88441dba.js | javascript | 172.1 KB | 605.5 KB |
https://cdn.digineti...00/client-lite.js | javascript | 66.9 KB | 248.4 KB |
https://static-catal...a8921dab738876.js | javascript | 66.5 KB | 204.9 KB |
https://cdn.sokolov....rat/regular.woff2 | font | 52.2 KB | 51.8 KB |
https://cdn.sokolov....serrat/bold.woff2 | font | 52.1 KB | 51.7 KB |
https://cdn.sokolov....at/semibold.woff2 | font | 52.0 KB | 51.7 KB |
https://cdn.sokolov....rrat/medium.woff2 | font | 51.9 KB | 51.6 KB |
https://static-catal...538aab560fdd2.css | css | 50.6 KB | 365.6 KB |
https://static-catal...33f27b2dfdcc1f.js | javascript | 32.3 KB | 109.0 KB |
https://static-catal...c08b6f61cb7304.js | javascript | 31.7 KB | 108.5 KB |
https://cdn.sokolov....3d48422039027.jpg | image | 30.4 KB | 30.1 KB |
https://static-catal...91df52d3ca4a3b.js | javascript | 29.7 KB | 126.0 KB |
https://static-catal...607b05a6263238.js | javascript | 27.7 KB | 78.0 KB |
https://static-catal...ad076cb54663ae.js | javascript | 26.9 KB | 80.1 KB |
https://core-rendere....yandex.net/tiles | image | 23.6 KB | 23.4 KB |
https://cdn.sokolov....cee1d6fd2fdb8.jpg | image | 23.5 KB | 23.3 KB |
https://core-rendere....yandex.net/tiles | image | 22.8 KB | 22.6 KB |
https://core-rendere....yandex.net/tiles | image | 22.8 KB | 22.6 KB |
https://core-rendere....yandex.net/tiles | image | 22.7 KB | 22.5 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 8.1 KB | 36.6 KB | 1 |
css | 0 b | 68.6 KB | 421.2 KB | 10 |
javascript | 555 B | 1.2 MB | 4.9 MB | 47 |
image | 343 B | 947.0 KB | 935.7 KB | 52 |
font | 0 b | 208.2 KB | 206.8 KB | 4 |
svg | 0 b | 30.5 KB | 71.7 KB | 7 |
json | 0 b | 18.2 KB | 38.1 KB | 16 |
favicon | 0 b | 3.7 KB | 14.7 KB | 1 |
other | 0 b | 2.2 KB | 1.3 KB | 5 |
Total | 898 B | 2.5 MB | 6.6 MB | 143 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
sokolov.ru | 1.956 s | 64.7 KB | 268.2 KB | 24 |
cdn.sokolov.ru | 330 ms | 268.2 KB | 265.9 KB | 7 |
static-catalog.sokolov.ru | 1.612 s | 582.9 KB | 2.0 MB | 50 |
seo.sokolov.ru | 81 ms | 207 B | 31 B | 2 |
api-maps.yandex.ru | 479 ms | 16.3 KB | 36.0 KB | 8 |
yastatic.net | 206 ms | 676.7 KB | 2.9 MB | 1 |
cdn.diginetica.net | 133 ms | 66.9 KB | 248.4 KB | 1 |
tracking.diginetica.net | 74 ms | 37 B | 37 B | 1 |
core-renderer-tiles.maps.yandex.net | 3.056 s | 887.4 KB | 876.6 KB | 49 |
geo.sokolov.io | 105 ms | 893 B | 488 B | 1 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 13 weeks | 10 years |
Last modified | 13 hours | 3 weeks | 41 weeks |
Included requests done after load event end.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 17.4 KB | 8 |
javascript | 993.5 KB | 40 |
image | 947.0 KB | 52 |
font | 0 b | 0 |
json | 18.2 KB | 16 |
favicon | 3.7 KB | 1 |
other | 2.2 KB | 5 |
svg | 3.1 KB | 3 |
Total | 1.9 MB | 126 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 17.4 KB | 8 |
javascript | 993.5 KB | 40 |
image | 947.0 KB | 52 |
font | 0 b | 0 |
json | 18.2 KB | 16 |
favicon | 3.7 KB | 1 |
other | 2.2 KB | 5 |
svg | 3.1 KB | 3 |
Total | 1.9 MB | 126 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
0 | 0 | 0 |
URL | Type |
---|---|
https://yastatic.net...2a507353a6a6e3.js | non_blocking |
https://static-catal...25fd1c88441dba.js | non_blocking |
https://cdn.digineti...00/client-lite.js | non_blocking |
https://static-catal...a8921dab738876.js | non_blocking |
https://cdn.sokolov....rat/regular.woff2 | non_blocking |
https://cdn.sokolov....serrat/bold.woff2 | non_blocking |
https://cdn.sokolov....at/semibold.woff2 | non_blocking |
https://cdn.sokolov....rrat/medium.woff2 | non_blocking |
https://static-catal...538aab560fdd2.css | non_blocking |
https://static-catal...33f27b2dfdcc1f.js | non_blocking |
https://static-catal...c08b6f61cb7304.js | non_blocking |
https://static-catal...91df52d3ca4a3b.js | non_blocking |
https://static-catal...607b05a6263238.js | non_blocking |
https://static-catal...ad076cb54663ae.js | non_blocking |
https://static-catal...e8ec0aad0d4042.js | non_blocking |
https://static-catal...b456412a6cf87b.js | non_blocking |
https://static-catal...d2fe3e19d424df.js | non_blocking |
https://api-maps.yan...ps.yandex.ru/2.1/ | non_blocking |
https://static-catal...0bbe34be4659f7.js | non_blocking |
https://static-catal...9850569304cb30.js | non_blocking |
https://static-catal...cdcc44c06b3a97.js | non_blocking |
https://static-catal...7e73a429627c4a.js | non_blocking |
https://static-catal...0432e78c8d4fc.css | dynamically_injected_non_blocking |
https://static-catal...99ef9740647589.js | non_blocking |
https://sokolov.ru/a...shops-map/points/ | non_blocking |
https://sokolov.ru/a...shops-map/points/ | non_blocking |
https://static-catal...e009bf1bbe802.css | dynamically_injected_non_blocking |
https://static-catal...1cf4318b10989f.js | non_blocking |
https://static-catal...dc9d112b575157.js | non_blocking |
https://static-catal...72b23712230e28.js | non_blocking |
https://static-catal..._buildManifest.js | non_blocking |
https://static-catal...cf24f034ca1213.js | non_blocking |
https://static-catal...348b4197b9a88c.js | non_blocking |
https://static-catal...673ffea797ece4.js | non_blocking |
https://static-catal...96268524cf9ad9.js | non_blocking |
https://static-catal...410ee3fa1a458.css | dynamically_injected_non_blocking |
https://static-catal...ac3b8b55b95e77.js | non_blocking |
https://static-catal...e73f2837930ee.css | dynamically_injected_non_blocking |
https://static-catal...1e104d0f1004dc.js | non_blocking |
https://static-catal...1d0e0438bca7ce.js | non_blocking |
https://static-catal...e3e5af98259ae9.js | non_blocking |
https://static-catal...640d30117f472.css | dynamically_injected_non_blocking |
https://static-catal...538a4e5a3c925.css | dynamically_injected_non_blocking |
https://static-catal...6de3534181a6c.css | dynamically_injected_non_blocking |
https://static-catal...f00db5796e56ed.js | non_blocking |
https://static-catal...882f6609710448.js | non_blocking |
https://static-catal...b68982a7d87933.js | non_blocking |
https://static-catal...0baf6b0adfaf4f.js | non_blocking |
https://static-catal...cb04399386cb06.js | non_blocking |
https://static-catal...0417b504718185.js | non_blocking |
https://static-catal...22c24fc3fda658.js | non_blocking |
https://static-catal...1bac4a22023b4a.js | non_blocking |
https://static-catal...3378153b0b486.css | dynamically_injected_non_blocking |
https://static-catal...e88d58e567c71a.js | non_blocking |
https://static-catal...ac726038f76803.js | non_blocking |
https://static-catal...b64cd5cd13817.css | non_blocking |
https://static-catal...h/_ssgManifest.js | non_blocking |
https://api-maps.yan...ices/coverage/v2/ | non_blocking |
https://api-maps.yan...ices/coverage/v2/ | non_blocking |
https://api-maps.yan...ices/coverage/v2/ | non_blocking |
https://core-rendere....yandex.net/tiles | non_blocking |
Download the Chrome trace log and drag and drop it into Developer Tools / Performance in Chrome.
Collected using the Long Task API. A long task is a task that take 50 milliseconds or more.
Type | Quantity | Total duration (ms) |
---|---|---|
Total Blocking Time | 741 | |
Max Potential First Input Delay | 398 | |
Long Tasks before First Paint | 1 | 59 |
Long Tasks before First Contentful Paint | 1 | 59 |
Long Tasks before Largest Contentful Paint | 3 | 214 |
Long Tasks after Load Event End | 8 | 1141 |
Total Long Tasks | 9 | 1200 |
CPU last long task happened at 2.424 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
self | 307 | 59 | window | |||
self | 394 | 55 | window | |||
self | 461 | 100 | window | |||
self | 975 | 50 | window | |||
self | 1188 | 237 | window | |||
self | 1437 | 64 | window | |||
self | 1548 | 68 | window | |||
self | 1825 | 398 | window | |||
self | 2424 | 169 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 30 |
styleLayout | 251 |
paintCompositeRender | 62 |
scriptParseCompile | 2 |
scriptEvaluation | 1699 |
garbageCollection | 47 |
other | 402 |
Events (ms) | |
---|---|
FunctionCall | 1169 |
RunMicrotasks | 302 |
RunTask | 289 |
UpdateLayoutTree | 175 |
v8.run | 133 |
Layout | 75 |
Decode Image | 34 |
Paint | 29 |
V8.HandleInterrupts | 26 |
ParseHTML | 25 |
PrePaint | 24 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 22 |
v8.callFunction | 22 |
Commit | 18 |
V8.BytecodeBudgetInterrupt | 18 |
HitTest | 15 |
Layerize | 15 |
PaintImage | 14 |
URL | CPU time (ms) |
---|---|
https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js | 768 |
https://api-maps.yandex.ru/2.1/?onload=__yandex-maps-api-onload__$$1ihjkpnat&onerror=__yandex-maps-api-onerror__$$1ihjkpnat&lang=ru_RU&load=util.bounds,LoadingObjectManager,geoQuery,geocode&ns=&mode=release&apikey=02e5ed4f-2721-4e6c-b17d-776631f4adcc | 562 |
https://sokolov.ru/api/v4/shops-map/points/?bbox=55.3589,36.2109,56.1519,39.0234&filter[point_type]=retail,franchise,premium&callback=id_173689987898544787100 | 399 |
https://cdn.diginetica.net/300/client-lite.js | 237 |
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | 185 |
https://yastatic.net/s3/front-maps-static/maps-front-jsapi-v2-1/2.1.79-15552685/build/release/full-a1bd86f040a06008a690d7eb2e2a507353a6a6e3.js | 121 |
https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-8c25fd1c88441dba.js | 61 |
https://static-catalog.sokolov.ru/_next/static/chunks/3333.1fd2fe3e19d424df.js | 45 |
https://static-catalog.sokolov.ru/_next/static/chunks/7220-4b91df52d3ca4a3b.js | 25 |
https://static-catalog.sokolov.ru/_next/static/chunks/1571.92dc9d112b575157.js | 20 |
https://api-maps.yandex.ru/services/coverage/v2/?l=map&ll=37.62000000,55.75000000&z=10&lang=ru_RU&callback=jsonp_yandex_coverage__l_map_ll_37_62000000_55_75000000_z_10_lang_ru_RU | 15 |
https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js | 13 |
https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js | 11 |
Tool/domain | Time (ms) |
---|---|
static-catalog.sokolov.ru | 1129.6 |
Yandex APIs | 577.1 |
sokolov.ru | 398.6 |
cdn.diginetica.net | 236.9 |
Yandex CDN | 120.7 |
Third party requests categorised by Third party web version 0.26.2.
Category | Requests |
---|---|
utility | 8 |
cdn | 1 |
Category | Number of tools |
---|---|
utility | 1 |
cdn | 1 |
utility (8 requests) |
Yandex APIs |
|
cdn (1 requests) |
Yandex CDN |
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 |
core-renderer-tiles.maps.yandex.net |
Cookie name | Domain |
---|---|
_yasc | .yandex.ru |
Calculated using .*sokolov.* (use --firstParty
to configure).
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 8.1 KB | 36.6 KB | 1 |
css | 0 b | 68.6 KB | 421.2 KB | 10 |
javascript | 0 b | 518.6 KB | 1.7 MB | 40 |
image | 0 b | 59.9 KB | 59.2 KB | 3 |
font | 0 b | 208.2 KB | 206.8 KB | 4 |
svg | 0 b | 30.5 KB | 71.7 KB | 7 |
json | 0 b | 18.2 KB | 38.1 KB | 16 |
favicon | 0 b | 3.7 KB | 14.7 KB | 1 |
other | 0 b | 0 b | 0 b | 1 |
Total | N/A | 916.8 KB | 2.5 MB | 84 |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 0 b | 0 b | 0 |
css | 0 b | 0 b | 0 b | 0 |
javascript | 555 B | 757.9 KB | 3.2 MB | 7 |
image | 343 B | 887.1 KB | 876.5 KB | 49 |
font | 0 b | 0 b | 0 b | 0 |
other | 0 b | 2.2 KB | 1.3 KB | 4 |
Total | 840 B | 1.6 MB | 4.1 MB | 60 |
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 .
Median number of violations for all the runs. Check each individual run to see all the violations.
Type | Violations (median) |
---|---|
Critical | 4 (198 issues) |
Serious | 3 (7 issues) |
Moderate | 0 (0 issues) |
Minor | 0 (0 issues) |
| loadingExperience ALL | | originLoadingExperience ALL | |
Chrome User Experience Report (CrUx) is powered by real user measurement across the public web, aggregated from users who have opted-in to syncing their browsing history, have not set up a Sync passphrase, and have usage statistic reporting enabled and is using Chrome.
The CrUx data has four different buckets (form factor) depending on device: DESKTOP, PHONE, TABLET and ALL. You can choose which data to get with --crux.formFactor
.
Over the last 30 days, this is the field data for this page for Chrome users.
Data collected between 2024-12-16 and 2025-1-12
Metric | Value |
---|---|
Round trip time 75 percentile | 116 ms |
Time to first byte (TTFB) 75 percentile | 314 ms |
First Contentful Paint (FCP) 75 percentile | 847 ms |
Largest Contentful Paint (LCP) 75 percentile | 4.060 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.97 |
Interaction to next paint (INP) 75 percentile | 589 ms |
Form factor | Value |
---|---|
Desktop | 0.00% |
Phone | 100.00% |
Tablet | 0.00% |
Time to first byte (TTFB) | First Contentful Paint (FCP) |
---|---|
| |
Largest Contentful Paint (LCP) | Cumulative Layout Shift (CLS) |
Interaction to next paint (INP) | |
|
This is a summary of all pages served from this origin over the last 30 days for Chrome users.
Data collected between 2024-12-16 and 2025-1-12
Metric | Value |
---|---|
Round trip time 75 percentile | 149 ms |
Time to first byte (TTFB) 75 percentile | 539 ms |
First Contentful Paint (FCP) 75 percentile | 1.075 s |
Largest Contentful Paint (LCP) 75 percentile | 3.468 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.75 |
Interaction to next paint (INP) 75 percentile | 301 ms |
Form factor | Value |
---|---|
Desktop | 7.34% |
Phone | 92.66% |
Tablet | 0.00% |
Navigation type | Value |
---|---|
Navigate | 82.16% |
Navigate cache | 0.00% |
Reload | 5.67% |
Restore | 0.04% |
Back/Forward | 12.12% |
Back/Forward cache | 0.00% |
Prerender | 0.01% |
Time to first byte (TTFB) | First Contentful Paint (FCP) |
---|---|
| |
Largest Contentful Paint (LCP) | Cumulative Layout Shift (CLS) |
Interaction to next paint (INP) | |
|