Tested 2025-01-17 19:41:17 using Chrome 131.0.6778.85 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 65 |
Total Page Transfer Size | 51.3 MB |
Requests | 753 |
Timing metrics | |
TTFB [median] | 77 ms |
First Paint [median] | 656 ms |
Fully Loaded [median] | 3.007 s |
Google Web Vitals | |
TTFB [median] | 77 ms |
First Contentful Paint (FCP) [median] | 656 ms |
Largest Contentful Paint (LCP) [median] | 2.468 s |
Cumulative Layout Shift (CLS) [median] | 0.01 |
Interaction To Next Paint (INP) [median] | 112 ms |
Total Blocking Time [median] | 522 ms |
Max Potential FID [median] | 308 ms |
CPU metrics | |
CPU long tasks [median] | 7 |
CPU longest task duration | 359 ms |
CPU last long task happens at | 2.615 s |
Visual Metrics | |
First Visual Change [median] | 634 ms |
Speed Index [median] | 4.170 s |
Visual Complete 85% [median] | 7.434 s |
Visual Complete 99% [median] | 7.667 s |
Last Visual Change [median] | 7.667 s |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 567 ms | 634 ms | 623 ms | 667 ms |
LastVisualChange | 7.500 s | 7.667 s | 7.645 s | 7.767 s |
SpeedIndex | 4.047 s | 4.170 s | 4.162 s | 4.270 s |
VisualReadiness | 6.933 s | 7.033 s | 7.022 s | 7.100 s |
VisualComplete85 | 7.233 s | 7.434 s | 7.389 s | 7.500 s |
VisualComplete95 | 7.333 s | 7.534 s | 7.500 s | 7.634 s |
VisualComplete99 | 7.500 s | 7.667 s | 7.645 s | 7.767 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 71 ms | 77 ms | 80 ms | 92 ms |
Largest Contentful Paint (LCP) | 2.311 s | 2.468 s | 2.421 s | 2.484 s |
First Contentful Paint (FCP) | 574 ms | 656 ms | 633 ms | 670 ms |
Cumulative Layout Shift (CLS) | 0.0117 | 0.0117 | 0.0117 | 0.0117 |
More metrics | ||||
firstPaint | 574 ms | 656 ms | 633 ms | 670 ms |
loadEventEnd | 2.615 s | 2.918 s | 2.991 s | 3.440 s |
User Timing | ||||
Zone | 2.403 s | 2.624 s | 2.735 s | 3.180 s |
Zone:ZoneAwarePromise | 2.409 s | 2.630 s | 2.741 s | 3.183 s |
Zone:toString | 2.410 s | 2.631 s | 2.742 s | 3.184 s |
Zone:util | 2.410 s | 2.631 s | 2.742 s | 3.184 s |
Zone:legacy | 2.411 s | 2.632 s | 2.743 s | 3.185 s |
Zone:timers | 2.411 s | 2.632 s | 2.743 s | 3.185 s |
Zone:requestAnimationFrame | 2.411 s | 2.633 s | 2.743 s | 3.185 s |
Zone:blocking | 2.412 s | 2.633 s | 2.743 s | 3.186 s |
Zone:EventTarget | 2.412 s | 2.633 s | 2.743 s | 3.186 s |
Zone:MutationObserver | 2.413 s | 2.634 s | 2.744 s | 3.187 s |
Zone:IntersectionObserver | 2.413 s | 2.634 s | 2.745 s | 3.187 s |
Zone:FileReader | 2.414 s | 2.635 s | 2.745 s | 3.187 s |
Zone:on_property | 2.414 s | 2.635 s | 2.745 s | 3.187 s |
Zone:customElements | 2.450 s | 2.675 s | 2.778 s | 3.209 s |
Zone:XHR | 2.451 s | 2.675 s | 2.778 s | 3.209 s |
Zone:geolocation | 2.451 s | 2.676 s | 2.779 s | 3.210 s |
Zone:PromiseRejectionEvent | 2.451 s | 2.676 s | 2.779 s | 3.210 s |
Zone:queueMicrotask | 2.451 s | 2.676 s | 2.779 s | 3.210 s |
CPU | ||||
Total Blocking Time | 512 ms | 522 ms | 521 ms | 530 ms |
Max Potential FID | 301 ms | 308 ms | 323 ms | 359 ms |
CPU long tasks | 5 | 7 | 6 | 7 |
CPU last long task happens at | 2.394 s | 2.615 s | 2.729 s | 3.178 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.../main-banner-004/ has a header set-cookie that is 623 characters long. https://sokolov.ru/a...rea/main-stories/ has a header set-cookie that is 623 characters long. https://sokolov.ru/a...gation-block-008/ has a header set-cookie that is 633 characters long. 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 957 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. | 93 |
Description: Do not send response headers that are too long. | ||
Offenders: | ||
Avoid unnecessary headers (unnecessaryHeaders) | There are 15 responses that sets both a max-age and expires header. There are 2 responses that sets a pragma no-cache header (that is a request header). There are 753 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 | 15163 |
DOM elements | 870 |
Avg DOM depth | 11 |
Max DOM depth | 17 |
Iframes | 0 |
Script tags | 17 |
Local storage | 31 B |
Session storage | 567 B |
Network Information API | 3g |
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 |
---|---|---|
Nginx | 100 | Web servers Reverse proxies |
HSTS | 100 | Security |
Data from run 2
Visual Metrics | |
---|---|
First Visual Change | 634 ms |
Speed Index | 4.170 s |
Visual Complete 85% | 7.434 s |
Visual Complete 95% | 7.534 s |
Visual Complete 99% | 7.667 s |
Last Visual Change | 7.667 s |
Visual Readiness | 7.033 s |
Navigation Timing | |
---|---|
backEndTime | 77 ms |
domContentLoadedTime | 841 ms |
domInteractiveTime | 175 ms |
domainLookupTime | 0 ms |
frontEndTime | 2.522 s |
pageDownloadTime | 16 ms |
pageLoadTime | 2.614 s |
redirectionTime | 0 ms |
serverConnectionTime | 32 ms |
serverResponseTime | 55 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 77 ms |
First Contentful Paint (FCP) | 656 ms |
Largest Contentful Paint (LCP) | 2.311 s |
Cumulative Layout Shift (CLS) | 0.01 |
Interaction to next paint (INP) | 112 ms |
Total Blocking Time (TBT) | 530 ms |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 3352 |
Time spent in recalculate style before FCP | 84.47 ms |
Extra timings | |
---|---|
TTFB | 77 ms |
First Paint | 656 ms |
Load Event End | 2.615 s |
Fully loaded | 2.711 s |
User Timing marks | |
---|---|
Zone | 2.403 s |
Zone:ZoneAwarePromise | 2.409 s |
Zone:toString | 2.410 s |
Zone:util | 2.410 s |
Zone:legacy | 2.411 s |
Zone:timers | 2.411 s |
Zone:requestAnimationFrame | 2.411 s |
Zone:blocking | 2.412 s |
Zone:EventTarget | 2.412 s |
Zone:MutationObserver | 2.413 s |
Zone:IntersectionObserver | 2.413 s |
Zone:FileReader | 2.414 s |
Zone:on_property | 2.414 s |
Zone:customElements | 2.450 s |
Zone:XHR | 2.451 s |
Zone:geolocation | 2.451 s |
Zone:PromiseRejectionEvent | 2.451 s |
Zone:queueMicrotask | 2.451 s |
User Timing measures | ||
---|---|---|
Name | Start time | Duration |
Next.js-before-hydration | 0 ms | 837 ms |
Next.js-hydration | 837 ms | 275 ms |
Zone | 2.403 s | 6 ms |
Zone:ZoneAwarePromise | 2.409 s | 1 ms |
Zone:toString | 2.410 s | 0 ms |
Zone:util | 2.410 s | 1 ms |
Zone:legacy | 2.411 s | 0 ms |
Zone:timers | 2.411 s | 0 ms |
Zone:requestAnimationFrame | 2.411 s | 0 ms |
Zone:blocking | 2.412 s | 0 ms |
Zone:EventTarget | 2.412 s | 1 ms |
Zone:MutationObserver | 2.413 s | 0 ms |
Zone:IntersectionObserver | 2.413 s | 0 ms |
Zone:FileReader | 2.414 s | 0 ms |
Zone:on_property | 2.414 s | 36 ms |
Zone:customElements | 2.450 s | 0 ms |
Zone:XHR | 2.451 s | 0 ms |
Zone:geolocation | 2.451 s | 0 ms |
Zone:PromiseRejectionEvent | 2.451 s | 0 ms |
Zone:queueMicrotask | 2.451 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 | 2.311 s |
Elements that needed recalculate style before LCP | 6419 |
Time spent in recalculate style before LCP | 222.176 ms |
Load time | 2.311 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.01173 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 | <div class="Text_search__3MlXF"></div>,<div class="HeaderBottom_header-bottom_right__7W_NU"></div>,<section class="DataProvider_sklv-main-section__wXrbC DataProvider_sklv-main-section_main-stories__vSpSr"></section> |
body > div#__next > div#catalog > div > header > div > div:eq(1) > div:eq(1) > div,body > div#__next > div#catalog > div > header > div > div:eq(1) > div:eq(2),body > div#__next > div#catalog > div > main > div > div > section:eq(1) | |
0.00259 | <div class="Text_search__3MlXF"></div> |
body > div#__next > div#catalog > div > header > div > div:eq(1) > div:eq(1) > div | |
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 > div:eq(0) > div:eq(1) > div:eq(1) > div:eq(0) > button > span,body > div#__next > div#catalog > div > header > div > div:eq(0) > div:eq(1) > div:eq(2) > a > button,body > div#__next > div#catalog > div > header > div > 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 112 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 |
---|---|---|---|---|
262 ms | 381.5 ms | 10.5 ms | 7 ms | 3.5 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js | ||||
Forced Style And Layout Duration: 26 ms Invoker: MessagePort.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
207 ms | 332 ms | 12 ms | 7.8 ms | 4.2 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js | ||||
Forced Style And Layout Duration: 61 ms Invoker: MessagePort.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
148 ms | 317.7 ms | 171.3 ms | 0 ms | 171.3 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
78 ms | 232.2 ms | 2.8 ms | 0.1 ms | 2.7 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-8e9ded9029f4d080.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-8e9ded9029f4d080.js | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/bot-a4fabfa6469908c8.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/bot-a4fabfa6469908c8.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
14 ms | 110.1 ms | 3.9 ms | 1.8 ms | 2.1 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js | ||||
Forced Style And Layout Duration: 1 ms Invoker: MessagePort.onmessage | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/8005.7672b23712230e28.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/8005.7672b23712230e28.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 101.8 ms | 2.2 ms | 1.7 ms | 0.5 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 102.3 ms | 7.7 ms | 4.1 ms | 3.6 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/4349.cde88d58e567c71a.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/4349.cde88d58e567c71a.js | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 100.4 ms | 6.6 ms | 0.8 ms | 5.8 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/3333.c9b72e76d5480d80.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/3333.c9b72e76d5480d80.js | ||||
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 |
---|---|---|---|---|
0 ms | 99.8 ms | 12.2 ms | 8.9 ms | 3.3 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 108 ms | 7 ms | 2.6 ms | 4.4 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 | 753 |
Total domains | 4 |
Total transfer size | 51.3 MB |
Total content size | 53.1 MB |
Responses missing compression | 35 |
Number of cookies | 8 |
Third party cookies | 0 |
Requests per response code | |
---|---|
200 | 418 |
206 | 1 |
302 | 333 |
404 | 1 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://cdn.sokolov....5a24ed8f74351.mp4 | video | 3.4 MB | 3.4 MB |
https://cdn.sokolov....C%D0%B3%D0%B8.png | image | 403.7 KB | 403.0 KB |
https://cdn.sokolov....6%D0%B0%20(1).png | image | 355.7 KB | 355.1 KB |
https://cdn.sokolov....000.04.01%201.png | image | 331.7 KB | 331.1 KB |
https://cdn.sokolov....0%D1%81%D1%8B.png | image | 330.4 KB | 329.8 KB |
https://cdn.sokolov....D%D1%8B%D0%B5.png | image | 322.9 KB | 322.3 KB |
https://cdn.sokolov....io4c-78l6_o8q.png | image | 322.0 KB | 321.4 KB |
https://cdn.sokolov....cef8979fd1bee.jpg | image | 306.4 KB | 305.8 KB |
https://cdn.sokolov....8%D1%85%D0%B0.png | image | 304.8 KB | 304.2 KB |
https://cdn.sokolov....gfFKCSWtn82eZ.png | image | 304.7 KB | 304.1 KB |
https://sokolov.ru/ | html | 296.1 KB | 296.1 KB |
https://cdn.sokolov....D%D0%BA%D0%B8.png | image | 293.5 KB | 292.9 KB |
https://cdn.sokolov....E%D1%88%D0%B8.png | image | 293.4 KB | 292.8 KB |
https://cdn.sokolov....aRp8dzB4Mkj7T.png | image | 289.5 KB | 288.9 KB |
https://cdn.sokolov.....01%201%20(1).png | image | 285.4 KB | 284.9 KB |
https://cdn.sokolov....0%D1%81%D1%8B.png | image | 284.7 KB | 284.1 KB |
https://cdn.sokolov....6_QOBRJ2Q3XEU.png | image | 281.2 KB | 280.7 KB |
https://cdn.sokolov.....00.000.10.01.png | image | 281.0 KB | 280.5 KB |
https://cdn.sokolov....adO019015%201.png | image | 275.3 KB | 274.7 KB |
https://cdn.sokolov....%BC%D1%8B%201.png | image | 270.6 KB | 270.1 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 329.0 KB | 592.2 KB | 2 |
css | 0 b | 93.9 KB | 592.7 KB | 8 |
javascript | 0 b | 528.6 KB | 1.7 MB | 35 |
image | 0 b | 46.8 MB | 46.6 MB | 348 |
font | 0 b | 208.2 KB | 206.8 KB | 4 |
json | 0 b | 15.4 KB | 40.7 KB | 11 |
other | 0 b | 0 b | 0 b | 1 |
svg | 0 b | 5.2 KB | 6.5 KB | 8 |
video | 0 b | 3.4 MB | 3.4 MB | 1 |
favicon | 0 b | 3.7 KB | 14.7 KB | 1 |
Total | 0 b | 51.3 MB | 53.1 MB | 419 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
sokolov.ru | 118.389 s | 343.8 KB | 632.2 KB | 345 |
cdn.sokolov.ru | 284.078 s | 50.4 MB | 50.3 MB | 361 |
static-catalog.sokolov.ru | 8.326 s | 627.1 KB | 2.3 MB | 45 |
seo.sokolov.ru | 141 ms | 207 B | 31 B | 2 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 0 seconds | 1 year |
Last modified | 11 hours | 5 days | 1 year |
Included requests done after load event end.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 0 b | 0 |
javascript | 0 b | 0 |
image | 0 b | 0 |
font | 0 b | 0 |
json | 901 B | 1 |
favicon | 3.7 KB | 1 |
Total | 4.6 KB | 2 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 296.1 KB | 1 |
css | 6.4 KB | 3 |
javascript | 117.4 KB | 20 |
image | 10.2 MB | 78 |
font | 0 b | 0 |
json | 15.4 KB | 11 |
other | 0 b | 1 |
svg | 5.2 KB | 8 |
video | 3.4 MB | 1 |
favicon | 3.7 KB | 1 |
Total | 14.0 MB | 125 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
0 | 0 | 0 |
URL | Type |
---|---|
https://static-catal...9ded9029f4d080.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...895d4bc736c19a.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...150e9e1bfa1b2.css | non_blocking |
https://static-catal...b2373db03bd0f6.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...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...673ffea797ece4.js | non_blocking |
https://static-catal...ac3b8b55b95e77.js | non_blocking |
https://static-catal...1e104d0f1004dc.js | 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...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...fabfa6469908c8.js | non_blocking |
https://static-catal...e88d58e567c71a.js | non_blocking |
https://static-catal...ac726038f76803.js | non_blocking |
https://static-catal...5/_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 | 530 | |
Max Potential First Input Delay | 301 | |
Long Tasks before First Paint | 1 | 171 |
Long Tasks before First Contentful Paint | 1 | 171 |
Long Tasks before Largest Contentful Paint | 4 | 841 |
Long Tasks after Load Event End | 0 | 0 |
Total Long Tasks | 5 | 901 |
CPU last long task happened at 2.394 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
unknown | 398 | 171 | window | |||
self | 718 | 125 | window | |||
self | 928 | 301 | window | |||
self | 1331 | 244 | window | |||
self | 2394 | 60 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 41 |
styleLayout | 520 |
paintCompositeRender | 263 |
scriptParseCompile | 2 |
scriptEvaluation | 1235 |
garbageCollection | 220 |
other | 1324 |
Events (ms) | |
---|---|
RunTask | 1028 |
FunctionCall | 875 |
UpdateLayoutTree | 407 |
RunMicrotasks | 249 |
V8.GC_MARK_COMPACTOR | 172 |
Paint | 143 |
Layout | 113 |
Layerize | 87 |
PrePaint | 73 |
PaintImage | 66 |
Commit | 59 |
UpdateLayer | 45 |
IntersectionObserverController::computeIntersections | 34 |
ParseHTML | 32 |
v8.run | 24 |
HTMLDocumentParser::FetchQueuedPreloads | 21 |
v8.callFunction | 20 |
V8.BytecodeBudgetInterrupt | 19 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 19 |
V8.HandleInterrupts | 15 |
EventDispatch | 14 |
URL | CPU time (ms) |
---|---|
https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js | 867 |
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | 146 |
https://static-catalog.sokolov.ru/_next/static/chunks/4643-fe528e618c90a44c.js | 117 |
https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-8e9ded9029f4d080.js | 95 |
https://static-catalog.sokolov.ru/_next/static/chunks/3333.c9b72e76d5480d80.js | 43 |
https://static-catalog.sokolov.ru/_next/static/chunks/8005.7672b23712230e28.js | 29 |
https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/bot-a4fabfa6469908c8.js | 27 |
https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js | 23 |
https://static-catalog.sokolov.ru/_next/static/chunks/4349.cde88d58e567c71a.js | 16 |
https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js | 12 |
https://static-catalog.sokolov.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js | 10 |
Tool/domain | Time (ms) |
---|---|
static-catalog.sokolov.ru | 1384.5 |
Third party requests categorised by Third party web version 0.26.2.
Calculated using .*sokolov.* (use --firstParty
to configure).
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 329.0 KB | 592.2 KB | 2 |
css | 0 b | 93.9 KB | 592.7 KB | 8 |
javascript | 0 b | 528.6 KB | 1.7 MB | 35 |
image | 0 b | 46.8 MB | 46.6 MB | 348 |
font | 0 b | 208.2 KB | 206.8 KB | 4 |
json | 0 b | 15.4 KB | 40.7 KB | 11 |
other | 0 b | 0 b | 0 b | 1 |
svg | 0 b | 5.2 KB | 6.5 KB | 8 |
video | 0 b | 3.4 MB | 3.4 MB | 1 |
favicon | 0 b | 3.7 KB | 14.7 KB | 1 |
Total | N/A | 51.3 MB | 53.1 MB | 753 |
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 | 0 b | 0 b | 0 b | 0 |
image | 0 b | 0 b | 0 b | 0 |
font | 0 b | 0 b | 0 b | 0 |
Total | N/A | N/A | N/A |
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 (17 issues) |
Serious | 3 (17 issues) |
Moderate | 0 (0 issues) |
Minor | 1 (7 issues) |