Tested 2025-01-15 15:07:12 using Chrome 131.0.6778.85 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 59 |
Total Page Transfer Size | 6.0 MB |
Requests | 100 |
Timing metrics | |
TTFB [median] | 217 ms |
First Paint [median] | 970 ms |
Fully Loaded [median] | 2.679 s |
Google Web Vitals | |
TTFB [median] | 217 ms |
First Contentful Paint (FCP) [median] | 970 ms |
Largest Contentful Paint (LCP) [median] | 1.529 s |
Cumulative Layout Shift (CLS) [median] | 0.02 |
Interaction To Next Paint (INP) [median] | 456 ms |
Total Blocking Time [median] | 251 ms |
Max Potential FID [median] | 286 ms |
CPU metrics | |
CPU long tasks [median] | 6 |
CPU longest task duration | 289 ms |
CPU last long task happens at | 2.211 s |
Visual Metrics | |
First Visual Change [median] | 1.000 s |
Speed Index [median] | 1.745 s |
Visual Complete 85% [median] | 1.767 s |
Visual Complete 99% [median] | 2.100 s |
Last Visual Change [median] | 3.067 s |
Chrome User Experience Report (CRUX) | |
First Contentful Paint [p75] | 1.227 s |
Largest Contentful Paint (LCP) [p75] | 3.030 s |
Cumulative Layout Shift (CLS) [p75] | 0.31 |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 800 ms | 1.000 s | 1.333 s | 2.200 s |
LastVisualChange | 2.667 s | 3.067 s | 3.323 s | 4.234 s |
SpeedIndex | 1.453 s | 1.745 s | 2.021 s | 2.864 s |
VisualReadiness | 1.867 s | 2.034 s | 1.989 s | 2.067 s |
VisualComplete85 | 1.467 s | 1.767 s | 2.034 s | 2.867 s |
VisualComplete95 | 1.567 s | 1.800 s | 2.111 s | 2.967 s |
VisualComplete99 | 1.834 s | 2.100 s | 2.478 s | 3.500 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 194 ms | 217 ms | 641 ms | 1.512 s |
Largest Contentful Paint (LCP) | 1.371 s | 1.529 s | 1.885 s | 2.755 s |
First Contentful Paint (FCP) | 810 ms | 970 ms | 1.328 s | 2.203 s |
Cumulative Layout Shift (CLS) | 0.0198 | 0.0243 | 0.0228 | 0.0244 |
More metrics | ||||
firstPaint | 810 ms | 970 ms | 1.328 s | 2.203 s |
loadEventEnd | 489 ms | 642 ms | 997 ms | 1.860 s |
User Timing | ||||
Zone | 1.512 s | 1.900 s | 2.187 s | 3.149 s |
Zone:ZoneAwarePromise | 1.516 s | 1.904 s | 2.192 s | 3.155 s |
Zone:toString | 1.519 s | 1.905 s | 2.194 s | 3.157 s |
Zone:util | 1.519 s | 1.905 s | 2.194 s | 3.158 s |
Zone:legacy | 1.520 s | 1.906 s | 2.195 s | 3.158 s |
Zone:timers | 1.520 s | 1.906 s | 2.195 s | 3.158 s |
Zone:requestAnimationFrame | 1.520 s | 1.906 s | 2.195 s | 3.159 s |
Zone:blocking | 1.521 s | 1.906 s | 2.195 s | 3.159 s |
Zone:EventTarget | 1.521 s | 1.906 s | 2.195 s | 3.159 s |
Zone:MutationObserver | 1.522 s | 1.907 s | 2.196 s | 3.160 s |
Zone:IntersectionObserver | 1.522 s | 1.907 s | 2.197 s | 3.160 s |
Zone:FileReader | 1.523 s | 1.907 s | 2.197 s | 3.161 s |
Zone:on_property | 1.523 s | 1.908 s | 2.197 s | 3.161 s |
Zone:customElements | 1.549 s | 1.931 s | 2.221 s | 3.183 s |
Zone:XHR | 1.550 s | 1.932 s | 2.222 s | 3.184 s |
Zone:geolocation | 1.551 s | 1.932 s | 2.222 s | 3.184 s |
Zone:PromiseRejectionEvent | 1.552 s | 1.932 s | 2.223 s | 3.185 s |
Zone:queueMicrotask | 1.552 s | 1.933 s | 2.223 s | 3.185 s |
CPU | ||||
Total Blocking Time | 178 ms | 251 ms | 230 ms | 261 ms |
Max Potential FID | 228 ms | 286 ms | 268 ms | 289 ms |
CPU long tasks | 4 | 6 | 6 | 9 |
CPU last long task happens at | 1.911 s | 2.211 s | 2.523 s | 3.446 s |
Run 2 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/a...t/easy-calculate/ has a header set-cookie that is 813 characters long. https://sokolov.ru/a...profile/products/ has a header set-cookie that is 813 characters long. https://sokolov.ru/a...5/location/check/ has a header set-cookie that is 843 characters long. | 97 |
Description: Do not send response headers that are too long. | ||
Offenders: | ||
Avoid unnecessary headers (unnecessaryHeaders) | There are 17 responses that sets both a max-age and expires header. There are 4 responses that sets a pragma no-cache header (that is a request header). There are 100 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. |
Page info | |
---|---|
Title | Ювелирная компания SOKOLOV. Официальный интернет магазин |
Width | 1904 |
Height | 15184 |
DOM elements | 963 |
Avg DOM depth | 11 |
Max DOM depth | 17 |
Iframes | 5 |
Script tags | 50 |
Local storage | 3.9 KB |
Session storage | 764 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 |
---|---|---|
Amazon Web Services | 100 | PaaS |
HSTS | 100 | Security |
Data from run 2
Visual Metrics | |
---|---|
First Visual Change | 1.000 s |
Speed Index | 1.745 s |
Visual Complete 85% | 1.767 s |
Visual Complete 95% | 1.800 s |
Visual Complete 99% | 2.100 s |
Last Visual Change | 3.067 s |
Visual Readiness | 2.067 s |
Navigation Timing | |
---|---|
backEndTime | 217 ms |
domContentLoadedTime | 639 ms |
domInteractiveTime | 241 ms |
domainLookupTime | 4 ms |
frontEndTime | 423 ms |
pageDownloadTime | 2 ms |
pageLoadTime | 642 ms |
redirectionTime | 0 ms |
serverConnectionTime | 30 ms |
serverResponseTime | 181 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 217 ms |
First Contentful Paint (FCP) | 970 ms |
Largest Contentful Paint (LCP) | 1.529 s |
Cumulative Layout Shift (CLS) | 0.02 |
Interaction to next paint (INP) | 512 ms |
Total Blocking Time (TBT) | 251 ms |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 1317 |
Time spent in recalculate style before FCP | 59.5 ms |
Extra timings | |
---|---|
TTFB | 217 ms |
First Paint | 970 ms |
Load Event End | 642 ms |
Fully loaded | 2.679 s |
User Timing marks | |
---|---|
Zone | 1.900 s |
Zone:ZoneAwarePromise | 1.904 s |
Zone:toString | 1.905 s |
Zone:util | 1.905 s |
Zone:legacy | 1.906 s |
Zone:timers | 1.906 s |
Zone:requestAnimationFrame | 1.906 s |
Zone:blocking | 1.906 s |
Zone:EventTarget | 1.906 s |
Zone:MutationObserver | 1.907 s |
Zone:IntersectionObserver | 1.907 s |
Zone:FileReader | 1.907 s |
Zone:on_property | 1.908 s |
Zone:customElements | 1.931 s |
Zone:XHR | 1.932 s |
Zone:geolocation | 1.932 s |
Zone:PromiseRejectionEvent | 1.932 s |
Zone:queueMicrotask | 1.933 s |
User Timing measures | ||
---|---|---|
Name | Start time | Duration |
Next.js-before-hydration | 0 ms | 636 ms |
Next.js-hydration | 636 ms | 91 ms |
Zone | 1.900 s | 4 ms |
Zone:ZoneAwarePromise | 1.904 s | 1 ms |
Zone:toString | 1.905 s | 0 ms |
Zone:util | 1.905 s | 1 ms |
Zone:legacy | 1.906 s | 0 ms |
Zone:timers | 1.906 s | 0 ms |
Zone:requestAnimationFrame | 1.906 s | 0 ms |
Zone:blocking | 1.906 s | 0 ms |
Zone:EventTarget | 1.906 s | 1 ms |
Zone:MutationObserver | 1.907 s | 0 ms |
Zone:IntersectionObserver | 1.907 s | 0 ms |
Zone:FileReader | 1.907 s | 0 ms |
Zone:on_property | 1.908 s | 23 ms |
Zone:customElements | 1.931 s | 1 ms |
Zone:XHR | 1.932 s | 0 ms |
Zone:geolocation | 1.932 s | 0 ms |
Zone:PromiseRejectionEvent | 1.932 s | 0 ms |
Zone:queueMicrotask | 1.933 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 | DIV |
Element/tag | <div class="image_lazy-load__Wso7t image_loaded__8YbPx SklvTextWithPhotoSlide_sklv-slide-text__img__PcAAE" style="background-image: url("https://cdn.sokolov.ru/upload/content/area/8d9c6314ad456b11c1355d6245effe3a.jpg?w=1920&h=844");"></div> |
Render time | 1.529 s |
Elements that needed recalculate style before LCP | 3471 |
Time spent in recalculate style before LCP | 153.703 ms |
Load time | 1.529 s |
URL | https://cdn.sokolov....55d6245effe3a.jpg |
Size (width*height) | 1606976 |
DOM path | |
div#__next > div#catalog > div > main > div > div > section:eq(0) > div > div > div:eq(1) > div > div:eq(0) > a > div > div> div#__next > div#catalog > div > main > div > div > section:eq(0) > div > div > div:eq(1) > div > div:eq(0) > a > div > div> |
0.01976 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.01103 | <main class="mainLayout_main__L9rDe"></main> |
body > div#__next > div#catalog > div > main | |
0.00366 | <div class="Text_search__3MlXF"></div>,<div class="HeaderBottom_header-bottom_right__7W_NU"></div> |
body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(1) > div:eq(1) > div,body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(1) > div:eq(2) | |
0.00259 | <div class="Text_search__3MlXF"></div> |
body > div#__next > div#catalog > div > header > div:eq(1) > div:eq(1) > div:eq(1) > div | |
0.00098 | <button class="TopLine_promo-topline__close__NxqbX"></button>,<div class="Header_header__inner__wmRSn Header_header_main__dMe4L"></div> |
body > div#__next > div#catalog > div > header > div:eq(0) > button,body > div#__next > div#catalog > div > header > div:eq(1) | |
0.00083 | <section class="DataProvider_sklv-main-section__wXrbC DataProvider_sklv-main-section_main-stories__vSpSr"></section> |
body > div#__next > div#catalog > div > main > div > div > section:eq(1) | |
0.00058 | <button class="TopLine_promo-topline__close__NxqbX"></button>,<div class="Header_header__inner__wmRSn Header_header_main__dMe4L"></div> |
body > div#__next > div#catalog > div > header > div:eq(0) > button,body > div#__next > div#catalog > div > header > div:eq(1) | |
0.00009 | <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> |
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 |
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 512 ms.
Event type | pointerover |
Element type | |
Element class name | |
Event target | |
Load state when the event happened | dom-interactive |
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 |
---|---|---|---|---|
263 ms | 299.2 ms | 23.8 ms | 21.6 ms | 2.2 ms |
https://cdn.diginetica.net/300/client-lite.js | ||||
Invoker: https://cdn.diginetica.net/300/client-lite.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
183 ms | 230.5 ms | 10.5 ms | 9 ms | 1.5 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js | ||||
Forced Style And Layout Duration: 8 ms Invoker: MessagePort.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
172 ms | 225.6 ms | 5.4 ms | 2.5 ms | 2.9 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js | ||||
Forced Style And Layout Duration: 53 ms Invoker: MessagePort.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
164 ms | 221 ms | 6 ms | 4.4 ms | 1.6 ms |
https://code.jivo.ru/js/bundle_ru_RU.js?rand=1736935861 | ||||
Forced Style And Layout Duration: 2 ms Invoker: https://code.jivo.ru/js/bundle_ru_RU.js?rand=1736935861 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
81 ms | 166.4 ms | 1.6 ms | 0.7 ms | 0.9 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
Invoker: TimerHandler:setTimeout | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
Invoker: TimerHandler:setTimeout | ||||
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 |
---|---|---|---|---|
76 ms | 90.6 ms | 101.4 ms | 98.3 ms | 3.1 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
Invoker: TimerHandler:setTimeout | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
Forced Style And Layout Duration: 2 ms Invoker: TimerHandler:setTimeout | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
Forced Style And Layout Duration: 2 ms Invoker: TimerHandler:setTimeout | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
Forced Style And Layout Duration: 9 ms Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
55 ms | 117.1 ms | 0.9 ms | 0.2 ms | 0.7 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-072042836213b477.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-072042836213b477.js | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/client-5631b44350d7fc6c.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/client-5631b44350d7fc6c.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
55 ms | 97.8 ms | 66.2 ms | 64.4 ms | 1.8 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
Forced Style And Layout Duration: 4 ms Invoker: TimerHandler:setTimeout | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
Forced Style And Layout Duration: 3 ms Invoker: TimerHandler:setTimeout | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
Forced Style And Layout Duration: 2 ms Invoker: TimerHandler:setTimeout | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
Forced Style And Layout Duration: 15 ms Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
53 ms | 101.9 ms | 2.1 ms | 0.9 ms | 1.2 ms |
https://www.googletagmanager.com/gtag/js?id=G-MZNG6JMV9K&l=dataLayer&cx=c>m=45He51e0v811794066za200 | ||||
Forced Style And Layout Duration: 2 ms Invoker: https://www.googletagmanager.com/gtag/js?id=G-MZNG6JMV9K&l=dataLayer&cx=c>m=45He51e0v811794066za200 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
46 ms | 92.2 ms | 7.8 ms | 6.6 ms | 1.2 ms |
https://www.googletagmanager.com/gtm.js?id=GTM-M5D8284 | ||||
Invoker: https://www.googletagmanager.com/gtm.js?id=GTM-M5D8284 | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
Invoker: SCRIPT[src=https://www.googletagmanager.com/gtm.js?id=GTM-M5D8284].onload |
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 | 100 |
Total domains | 6 |
Total transfer size | 6.0 MB |
Total content size | 7.8 MB |
Responses missing compression | 41 |
Number of cookies | 14 |
Third party cookies | 0 |
Requests per response code | |
---|---|
200 | 98 |
206 | 1 |
404 | 1 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://cdn.sokolov....5a24ed8f74351.mp4 | video | 3.4 MB | 3.4 MB |
https://cdn.sokolov....cef8979fd1bee.jpg | image | 306.4 KB | 305.8 KB |
https://cdn.sokolov....f89c6448a6afa.jpg | image | 268.4 KB | 267.9 KB |
https://cdn.sokolov....baa835436abc6.jpg | image | 244.8 KB | 244.2 KB |
https://cdn.sokolov....55d6245effe3a.jpg | image | 203.3 KB | 202.8 KB |
https://static-catal...2042836213b477.js | javascript | 172.0 KB | 604.4 KB |
https://cdn.sokolov....87852cf297369.jpg | image | 153.4 KB | 153.0 KB |
https://cdn.sokolov....be23dad1122fa.jpg | image | 109.5 KB | 109.1 KB |
https://cdn.sokolov....ba56d318ab2e2.jpg | image | 77.2 KB | 76.9 KB |
https://cdn.sokolov....8a32b78e96577.jpg | image | 76.5 KB | 76.2 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....5cd5d5da5b413.jpg | image | 61.0 KB | 60.7 KB |
https://sokolov.ru/ | html | 54.0 KB | 54.0 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...c851fe6abc320.css | css | 50.7 KB | 366.8 KB |
https://cdn.sokolov....444e0c80a2198.jpg | image | 49.8 KB | 49.5 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 63.8 KB | 108.0 KB | 2 |
css | 0 b | 90.0 KB | 556.9 KB | 11 |
javascript | 555 B | 589.9 KB | 1.9 MB | 40 |
image | 686 B | 1.6 MB | 1.6 MB | 18 |
font | 0 b | 208.2 KB | 206.8 KB | 4 |
json | 0 b | 17.2 KB | 44.0 KB | 13 |
other | 0 b | 0 b | 0 b | 1 |
favicon | 0 b | 3.7 KB | 14.7 KB | 1 |
svg | 0 b | 5.2 KB | 6.5 KB | 8 |
video | 0 b | 3.4 MB | 3.4 MB | 1 |
Total | 1.2 KB | 6.0 MB | 7.8 MB | 99 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
sokolov.ru | 3.348 s | 80.5 KB | 151.3 KB | 14 |
cdn.sokolov.ru | 2.849 s | 5.2 MB | 5.2 MB | 29 |
static-catalog.sokolov.ru | 4.112 s | 617.6 KB | 2.2 MB | 52 |
seo.sokolov.ru | 84 ms | 207 B | 31 B | 2 |
cdn.diginetica.net | 76 ms | 66.9 KB | 248.4 KB | 1 |
tracking.diginetica.net | 112 ms | 74 B | 74 B | 2 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 1 year | 1 year |
Last modified | 9 hours | 3 weeks | 1 year |
Included requests done after load event end.
Content | Transfer Size | Requests |
---|---|---|
html | 54.0 KB | 1 |
css | 11.4 KB | 7 |
javascript | 195.0 KB | 26 |
image | 1.6 MB | 18 |
font | 0 b | 0 |
json | 17.2 KB | 13 |
other | 0 b | 1 |
favicon | 3.7 KB | 1 |
svg | 5.2 KB | 8 |
video | 3.4 MB | 1 |
Total | 5.3 MB | 77 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 54.0 KB | 1 |
css | 11.4 KB | 7 |
javascript | 195.0 KB | 26 |
image | 1.6 MB | 18 |
font | 0 b | 0 |
json | 17.2 KB | 13 |
other | 0 b | 1 |
favicon | 3.7 KB | 1 |
svg | 5.2 KB | 8 |
video | 3.4 MB | 1 |
Total | 5.3 MB | 77 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
0 | 0 | 0 |
URL | Type |
---|---|
https://static-catal...2042836213b477.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...c851fe6abc320.css | non_blocking |
https://static-catal...528e618c90a44c.js | non_blocking |
https://static-catal...33f27b2dfdcc1f.js | non_blocking |
https://static-catal...c08b6f61cb7304.js | non_blocking |
https://static-catal...ad076cb54663ae.js | non_blocking |
https://static-catal...d4955c7aea6026.js | non_blocking |
https://static-catal...e8ec0aad0d4042.js | non_blocking |
https://static-catal...b72e76d5480d80.js | non_blocking |
https://static-catal...b158f59051cc9.css | non_blocking |
https://static-catal...01167552dc71d0.js | non_blocking |
https://static-catal...ffff92113ca794.js | non_blocking |
https://static-catal...1e17b595b138db.js | non_blocking |
https://static-catal...0bbe34be4659f7.js | non_blocking |
https://static-catal...21e081a6569c17.js | non_blocking |
https://static-catal...cdcc44c06b3a97.js | non_blocking |
https://static-catal...7e73a429627c4a.js | non_blocking |
https://static-catal...914a619aaaccf.css | non_blocking |
https://static-catal...6eb2d9007ae08.css | non_blocking |
https://static-catal...ef9fd56b8149f.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...f7556ef5a1e9ce.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...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...3e781220919010.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...1bac4a22023b4a.js | non_blocking |
https://static-catal...f858da31fff1c0.js | non_blocking |
https://static-catal...31b44350d7fc6c.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...m/_ssgManifest.js | 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 | 251 | |
Max Potential First Input Delay | 289 | |
Long Tasks before First Paint | 3 | 542 |
Long Tasks before First Contentful Paint | 3 | 542 |
Long Tasks before Largest Contentful Paint | 3 | 542 |
Long Tasks after Load Event End | 5 | 839 |
Total Long Tasks | 6 | 943 |
CPU last long task happened at 2.211 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
self | 537 | 104 | window | |||
self | 643 | 222 | window | |||
self | 894 | 216 | window | |||
self | 1718 | 50 | window | |||
self | 1898 | 62 | window | |||
self | 2211 | 289 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 14 |
styleLayout | 418 |
paintCompositeRender | 222 |
scriptParseCompile | 1 |
scriptEvaluation | 1490 |
garbageCollection | 66 |
other | 745 |
Events (ms) | |
---|---|
FunctionCall | 918 |
RunTask | 515 |
UpdateLayoutTree | 377 |
RunMicrotasks | 333 |
v8.run | 164 |
Paint | 124 |
Layerize | 74 |
PrePaint | 58 |
PaintImage | 56 |
Commit | 46 |
Layout | 42 |
UpdateLayer | 35 |
IntersectionObserverController::computeIntersections | 27 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 19 |
v8.callFunction | 17 |
V8.HandleInterrupts | 17 |
V8.GC_MC_MARK_EMBEDDER_TRACING | 14 |
V8.BytecodeBudgetInterrupt | 14 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE | 11 |
URL | CPU time (ms) |
---|---|
https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js | 900 |
https://cdn.diginetica.net/300/client-lite.js | 291 |
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | 171 |
https://static-catalog.sokolov.ru/_next/static/chunks/4643-fe528e618c90a44c.js | 140 |
https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-072042836213b477.js | 84 |
https://static-catalog.sokolov.ru/_next/static/chunks/3333.c9b72e76d5480d80.js | 44 |
https://static-catalog.sokolov.ru/_next/static/chunks/1571.92dc9d112b575157.js | 25 |
https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/client-5631b44350d7fc6c.js | 17 |
https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js | 16 |
https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js | 10 |
Tool/domain | Time (ms) |
---|---|
static-catalog.sokolov.ru | 1407.1 |
cdn.diginetica.net | 291.0 |
Third party requests categorised by Third party web version 0.26.2.
Category | Requests |
---|
Category | Number of tools |
---|
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 |
Calculated using .*sokolov.* (use --firstParty
to configure).
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 63.8 KB | 108.0 KB | 2 |
css | 0 b | 90.0 KB | 556.9 KB | 11 |
javascript | 0 b | 523.0 KB | 1.6 MB | 39 |
image | 0 b | 1.6 MB | 1.6 MB | 16 |
font | 0 b | 208.2 KB | 206.8 KB | 4 |
json | 0 b | 17.2 KB | 44.0 KB | 13 |
other | 0 b | 0 b | 0 b | 1 |
favicon | 0 b | 3.7 KB | 14.7 KB | 1 |
svg | 0 b | 5.2 KB | 6.5 KB | 8 |
video | 0 b | 3.4 MB | 3.4 MB | 1 |
Total | N/A | 5.9 MB | 7.6 MB | 97 |
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 | 66.9 KB | 248.4 KB | 1 |
image | 686 B | 74 B | 74 B | 2 |
font | 0 b | 0 b | 0 b | 0 |
Total | 1.2 KB | 67.0 KB | 248.5 KB | 3 |
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 | 2 (18 issues) |
Serious | 4 (19 issues) |
Moderate | 0 (0 issues) |
Minor | 1 (7 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-17 and 2025-1-13
Metric | Value |
---|---|
Round trip time 75 percentile | 143 ms |
Time to first byte (TTFB) 75 percentile | 577 ms |
First Contentful Paint (FCP) 75 percentile | 1.227 s |
Largest Contentful Paint (LCP) 75 percentile | 3.030 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.31 |
Interaction to next paint (INP) 75 percentile | 385 ms |
Form factor | Value |
---|---|
Desktop | 7.28% |
Phone | 92.72% |
Tablet | 0.00% |
Navigation type | Value |
---|---|
Navigate | 89.05% |
Navigate cache | 0.00% |
Reload | 1.81% |
Restore | 0.00% |
Back/Forward | 9.14% |
Back/Forward cache | 0.00% |
Prerender | 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-17 and 2025-1-13
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.074 s |
Largest Contentful Paint (LCP) 75 percentile | 3.464 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.75 |
Interaction to next paint (INP) 75 percentile | 301 ms |
Form factor | Value |
---|---|
Desktop | 7.27% |
Phone | 92.73% |
Tablet | 0.00% |
Navigation type | Value |
---|---|
Navigate | 82.23% |
Navigate cache | 0.00% |
Reload | 5.63% |
Restore | 0.04% |
Back/Forward | 12.09% |
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) | |
|