Tested 2025-01-15 20:13:46 using Chrome 131.0.6778.85 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 68 |
Total Page Transfer Size | 3.0 MB |
Requests | 111 |
Timing metrics | |
TTFB [median] | 335 ms |
First Paint [median] | 823 ms |
Fully Loaded [median] | 3.399 s |
Google Web Vitals | |
TTFB [median] | 335 ms |
First Contentful Paint (FCP) [median] | 823 ms |
Largest Contentful Paint (LCP) [median] | 1.951 s |
Cumulative Layout Shift (CLS) [median] | 0.06 |
Total Blocking Time [median] | 333 ms |
Max Potential FID [median] | 221 ms |
CPU metrics | |
CPU long tasks [median] | 3 |
CPU longest task duration | 264 ms |
CPU last long task happens at | 2.547 s |
Visual Metrics | |
First Visual Change [median] | 834 ms |
Speed Index [median] | 2.008 s |
Visual Complete 85% [median] | 2.067 s |
Visual Complete 99% [median] | 3.433 s |
Last Visual Change [median] | 3.433 s |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 833 ms | 834 ms | 900 ms | 1.034 s |
LastVisualChange | 3.100 s | 3.433 s | 3.422 s | 3.734 s |
SpeedIndex | 1.998 s | 2.008 s | 2.137 s | 2.406 s |
VisualReadiness | 2.266 s | 2.600 s | 2.522 s | 2.700 s |
VisualComplete85 | 2.000 s | 2.067 s | 2.167 s | 2.434 s |
VisualComplete95 | 2.900 s | 3.433 s | 3.333 s | 3.667 s |
VisualComplete99 | 3.100 s | 3.433 s | 3.411 s | 3.700 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 318 ms | 335 ms | 402 ms | 552 ms |
Largest Contentful Paint (LCP) | 1.779 s | 1.951 s | 1.977 s | 2.202 s |
First Contentful Paint (FCP) | 805 ms | 823 ms | 885 ms | 1.028 s |
Cumulative Layout Shift (CLS) | 0.0553 | 0.0556 | 0.0555 | 0.0557 |
More metrics | ||||
firstPaint | 805 ms | 823 ms | 885 ms | 1.028 s |
loadEventEnd | 1.066 s | 1.093 s | 1.161 s | 1.323 s |
User Timing | ||||
Zone | 1.904 s | 2.038 s | 2.016 s | 2.106 s |
Zone:ZoneAwarePromise | 1.908 s | 2.043 s | 2.020 s | 2.110 s |
Zone:toString | 1.908 s | 2.044 s | 2.021 s | 2.111 s |
Zone:util | 1.909 s | 2.045 s | 2.021 s | 2.111 s |
Zone:legacy | 1.909 s | 2.045 s | 2.022 s | 2.112 s |
Zone:timers | 1.909 s | 2.045 s | 2.022 s | 2.112 s |
Zone:requestAnimationFrame | 1.910 s | 2.046 s | 2.022 s | 2.112 s |
Zone:blocking | 1.910 s | 2.046 s | 2.023 s | 2.112 s |
Zone:EventTarget | 1.910 s | 2.046 s | 2.023 s | 2.112 s |
Zone:MutationObserver | 1.911 s | 2.047 s | 2.023 s | 2.113 s |
Zone:IntersectionObserver | 1.911 s | 2.047 s | 2.024 s | 2.113 s |
Zone:FileReader | 1.911 s | 2.048 s | 2.024 s | 2.113 s |
Zone:on_property | 1.911 s | 2.048 s | 2.024 s | 2.114 s |
Zone:customElements | 1.933 s | 2.076 s | 2.048 s | 2.135 s |
Zone:XHR | 1.933 s | 2.077 s | 2.048 s | 2.135 s |
Zone:geolocation | 1.933 s | 2.077 s | 2.049 s | 2.135 s |
Zone:PromiseRejectionEvent | 1.934 s | 2.077 s | 2.049 s | 2.135 s |
Zone:queueMicrotask | 1.934 s | 2.077 s | 2.049 s | 2.136 s |
CPU | ||||
Total Blocking Time | 293 ms | 333 ms | 341 ms | 396 ms |
Max Potential FID | 200 ms | 221 ms | 228 ms | 264 ms |
CPU long tasks | 3 | 3 | 3 | 4 |
CPU last long task happens at | 2.516 s | 2.547 s | 2.578 s | 2.670 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 611 characters long. https://sokolov.ru/a...profile/products/ has a header set-cookie that is 611 characters long. https://sokolov.ru/a...5/location/check/ has a header set-cookie that is 641 characters long. | 97 |
Description: Do not send response headers that are too long. | ||
Offenders: | ||
Avoid unnecessary headers (unnecessaryHeaders) | There are 14 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 111 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 | 500 |
Height | 15307 |
DOM elements | 830 |
Avg DOM depth | 11 |
Max DOM depth | 18 |
Iframes | 0 |
Script tags | 17 |
Local storage | 31 B |
Session storage | 578 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 | 833 ms |
Speed Index | 2.008 s |
Visual Complete 85% | 2.000 s |
Visual Complete 95% | 3.433 s |
Visual Complete 99% | 3.433 s |
Last Visual Change | 3.433 s |
Visual Readiness | 2.600 s |
Navigation Timing | |
---|---|
backEndTime | 318 ms |
domContentLoadedTime | 1.063 s |
domInteractiveTime | 336 ms |
domainLookupTime | 34 ms |
frontEndTime | 747 ms |
pageDownloadTime | 2 ms |
pageLoadTime | 1.066 s |
redirectionTime | 0 ms |
serverConnectionTime | 98 ms |
serverResponseTime | 183 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 318 ms |
First Contentful Paint (FCP) | 805 ms |
Largest Contentful Paint (LCP) | 1.951 s |
Cumulative Layout Shift (CLS) | 0.06 |
Total Blocking Time (TBT) | 333 ms |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 509 |
Time spent in recalculate style before FCP | 18.632 ms |
Extra timings | |
---|---|
TTFB | 318 ms |
First Paint | 805 ms |
Load Event End | 1.066 s |
Fully loaded | 3.399 s |
User Timing marks | |
---|---|
Zone | 1.904 s |
Zone:ZoneAwarePromise | 1.908 s |
Zone:toString | 1.908 s |
Zone:util | 1.909 s |
Zone:legacy | 1.909 s |
Zone:timers | 1.909 s |
Zone:requestAnimationFrame | 1.910 s |
Zone:blocking | 1.910 s |
Zone:EventTarget | 1.910 s |
Zone:MutationObserver | 1.911 s |
Zone:IntersectionObserver | 1.911 s |
Zone:FileReader | 1.911 s |
Zone:on_property | 1.911 s |
Zone:customElements | 1.933 s |
Zone:XHR | 1.933 s |
Zone:geolocation | 1.933 s |
Zone:PromiseRejectionEvent | 1.934 s |
Zone:queueMicrotask | 1.934 s |
User Timing measures | ||
---|---|---|
Name | Start time | Duration |
Next.js-before-hydration | 0 ms | 1.060 s |
Next.js-hydration | 1.060 s | 92 ms |
Zone | 1.904 s | 4 ms |
Zone:ZoneAwarePromise | 1.908 s | 1 ms |
Zone:toString | 1.908 s | 0 ms |
Zone:util | 1.909 s | 0 ms |
Zone:legacy | 1.909 s | 0 ms |
Zone:timers | 1.909 s | 0 ms |
Zone:requestAnimationFrame | 1.910 s | 0 ms |
Zone:blocking | 1.910 s | 0 ms |
Zone:EventTarget | 1.910 s | 1 ms |
Zone:MutationObserver | 1.911 s | 0 ms |
Zone:IntersectionObserver | 1.911 s | 0 ms |
Zone:FileReader | 1.911 s | 0 ms |
Zone:on_property | 1.911 s | 21 ms |
Zone:customElements | 1.933 s | 0 ms |
Zone:XHR | 1.933 s | 0 ms |
Zone:geolocation | 1.933 s | 0 ms |
Zone:PromiseRejectionEvent | 1.934 s | 0 ms |
Zone:queueMicrotask | 1.934 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/b6028af92b7e8768bc1e8978107d5627.jpg?w=560&h=700");"></div> |
Render time | 1.951 s |
Elements that needed recalculate style before LCP | 4483 |
Time spent in recalculate style before LCP | 112.584 ms |
Load time | 1.951 s |
URL | https://cdn.sokolov....e8978107d5627.jpg |
Size (width*height) | 239000 |
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.05558 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.03318 | <main class="mainLayout_main__L9rDe undefined"></main> |
body > div#__next > div#catalog > div > main | |
0.01101 | <div class="NavigationButton_navigation-button__text__aTSFr"></div>,<::after></::after>,<section class="DataProvider_sklv-main-section__wXrbC DataProvider_selection__p3VPj"></section> |
body > div#__next > div#catalog > div > div:eq(0) > div > button:eq(1) > div,body > div#__next > div#catalog > div > main > div > div > section:eq(2) > ::after,body > div#__next > div#catalog > div > main > div > div > section:eq(3) | |
0.00842 | <section class="DataProvider_navigation__eJl44 DataProvider_navigation-ab__hEnBT"></section>,<::after></::after>,<section class="DataProvider_sklv-main-section__wXrbC DataProvider_selection__p3VPj"></section> |
body > div#__next > div#catalog > div > main > div > div > section:eq(2),body > div#__next > div#catalog > div > main > div > div > section:eq(2) > ::after,body > div#__next > div#catalog > div > main > div > div > section:eq(3) | |
0.00136 | <button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT IconButton_icon-button__rbJuu NavigationButton_navigation-button__hQ0nc" type="button" data-qa="header_to_basket_btn"></button>,<button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT IconButton_icon-button__rbJuu NavigationButton_navigation-button__hQ0nc" type="button" data-qa="header_user_login_btn"></button>,<div class="NavigationNew_offers_guest_percent__bLJza"></div>,<button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT IconButton_icon-button__rbJuu NavigationButton_navigation-button__hQ0nc" type="button" data-qa="header_catalog_nav_open_btn"></button>,<button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT IconButton_icon-button__rbJuu NavigationButton_navigation-button__hQ0nc" type="button" data-qa="header_favorites_btn"></button> |
body > div#__next > div#catalog > div > div:eq(0) > div > a:eq(1) > button,body > div#__next > div#catalog > div > div:eq(0) > div > button:eq(2),body > div#__next > div#catalog > div > main > div > div > section:eq(2) > div:eq(1) > div:eq(1),body > div#__next > div#catalog > div > div:eq(0) > div > button:eq(1),body > div#__next > div#catalog > div > div:eq(0) > div > a:eq(0) > button | |
0.00074 | <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.00031 | <div class="Header_header__inner__wmRSn Header_header_main__dMe4L"></div> |
body > div#__next > div#catalog > div > header > div:eq(1) | |
0.00027 | <div class="Header_header__inner__wmRSn Header_header_main__dMe4L"></div> |
body > div#__next > div#catalog > div > header > div:eq(1) | |
0.00021 | <div class="NavigationButton_navigation-button__text__aTSFr"></div>,<div class="NavigationButton_navigation-button__text__aTSFr"></div>,<div class="NavigationButton_navigation-button__text__aTSFr"></div>,<div class="NavigationButton_navigation-button__text__aTSFr"></div> |
body > div#__next > div#catalog > div > div:eq(0) > div > button:eq(0) > div,body > div#__next > div#catalog > div > div:eq(0) > div > a:eq(0) > button > div,body > div#__next > div#catalog > div > div:eq(0) > div > a:eq(1) > button > div,body > div#__next > div#catalog > div > div:eq(0) > div > button:eq(2) > div | |
0.00009 | <div class="NavigationButton_navigation-button__text__aTSFr"></div>,<div class="NavigationButton_navigation-button__text__aTSFr"></div>,<div class="NavigationButton_navigation-button__text__aTSFr"></div>,<div class="NavigationButton_navigation-button__text__aTSFr"></div>,<div class="NavigationButton_navigation-button__text__aTSFr"></div> |
body > div#__next > div#catalog > div > div:eq(0) > div > button:eq(0) > div,body > div#__next > div#catalog > div > div:eq(0) > div > button:eq(1) > div,body > div#__next > div#catalog > div > div:eq(0) > div > a:eq(0) > button > div,body > div#__next > div#catalog > div > div:eq(0) > div > a:eq(1) > button > div,body > div#__next > div#catalog > div > div:eq(0) > div > button:eq(2) > div |
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.
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 |
---|---|---|---|---|
184 ms | 240.5 ms | 11.5 ms | 9.9 ms | 1.6 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 |
---|---|---|---|---|
152 ms | 199.7 ms | 7.3 ms | 5.9 ms | 1.4 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 |
---|---|---|---|---|
20 ms | 75.5 ms | 1.5 ms | 0.6 ms | 0.9 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 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
3 ms | 68 ms | 4 ms | 1.9 ms | 2.1 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 | 435.3 ms | 26.7 ms | 0.1 ms | 26.6 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 104 ms | 3 ms | 1.5 ms | 1.5 ms |
https://static-catalog.sokolov.ru/_next/static/chunks/5672.c11cf4318b10989f.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/5672.c11cf4318b10989f.js | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/3333.c9b72e76d5480d80.js | ||||
Forced Style And Layout Duration: 6 ms Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/3333.c9b72e76d5480d80.js | ||||
https://static-catalog.sokolov.ru/_next/static/chunks/1571.92dc9d112b575157.js | ||||
Invoker: https://static-catalog.sokolov.ru/_next/static/chunks/1571.92dc9d112b575157.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 | 109.8 ms | 7.2 ms | 5.4 ms | 1.8 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 51 ms | 8 ms | 5.5 ms | 2.5 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 |
---|---|---|---|---|
0 ms | 59.9 ms | 5.1 ms | 3.6 ms | 1.5 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 | 111 |
Total domains | 6 |
Total transfer size | 3.0 MB |
Total content size | 4.9 MB |
Responses missing compression | 41 |
Number of cookies | 9 |
Third party cookies | 0 |
Requests per response code | |
---|---|
200 | 109 |
206 | 1 |
404 | 1 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://cdn.sokolov....415a24916a9fd.mp4 | video | 1.0 MB | 1.0 MB |
https://cdn.sokolov....a73b234acafc0.jpg | image | 180.3 KB | 179.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....bb2b7b9f96575.jpg | image | 89.1 KB | 88.7 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.sokolov....e3a98764e67a1.jpg | image | 70.4 KB | 70.0 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://cdn.sokolov....e8978107d5627.jpg | image | 59.0 KB | 58.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 | 603.0 KB | 1.9 MB | 52 |
image | 686 B | 1.1 MB | 1.1 MB | 20 |
font | 0 b | 208.2 KB | 206.8 KB | 4 |
json | 0 b | 15.6 KB | 46.2 KB | 13 |
other | 0 b | 0 b | 0 b | 1 |
favicon | 0 b | 3.7 KB | 14.7 KB | 1 |
svg | 0 b | 3.4 KB | 4.1 KB | 5 |
video | 0 b | 1.0 MB | 1.0 MB | 1 |
Total | 1.2 KB | 3.0 MB | 4.9 MB | 110 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
sokolov.ru | 2.181 s | 78.8 KB | 153.5 KB | 14 |
cdn.sokolov.ru | 30.161 s | 2.3 MB | 2.3 MB | 28 |
static-catalog.sokolov.ru | 9.567 s | 630.7 KB | 2.2 MB | 64 |
seo.sokolov.ru | 337 ms | 207 B | 31 B | 2 |
cdn.diginetica.net | 707 ms | 66.9 KB | 248.4 KB | 1 |
tracking.diginetica.net | 392 ms | 74 B | 74 B | 2 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 1 year | 1 year |
Last modified | 14 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 | 208.1 KB | 38 |
image | 1.1 MB | 20 |
font | 0 b | 0 |
json | 15.6 KB | 13 |
other | 0 b | 1 |
favicon | 3.7 KB | 1 |
svg | 3.4 KB | 5 |
video | 1.0 MB | 1 |
Total | 2.4 MB | 88 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 54.0 KB | 1 |
css | 11.4 KB | 7 |
javascript | 208.1 KB | 38 |
image | 1.1 MB | 20 |
font | 0 b | 0 |
json | 15.6 KB | 13 |
other | 0 b | 1 |
favicon | 3.7 KB | 1 |
svg | 3.4 KB | 5 |
video | 1.0 MB | 1 |
Total | 2.4 MB | 88 |
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...4b4ff17b50adba.js | non_blocking |
https://static-catal...1d0e0438bca7ce.js | non_blocking |
https://static-catal...0a7fa6b7f21d29.js | non_blocking |
https://static-catal...640d30117f472.css | dynamically_injected_non_blocking |
https://static-catal...538a4e5a3c925.css | dynamically_injected_non_blocking |
https://static-catal...266e8a8ec961e5.js | non_blocking |
https://static-catal...530d7fb760155d.js | 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...2f11aa9c6186ed.js | non_blocking |
https://static-catal...2ae05d5b98e6c7.js | non_blocking |
https://static-catal...6feea9bba83fc3.js | non_blocking |
https://static-catal...0baf6b0adfaf4f.js | non_blocking |
https://static-catal...cb04399386cb06.js | non_blocking |
https://static-catal...178d6b31bb5c57.js | non_blocking |
https://static-catal...0417b504718185.js | non_blocking |
https://static-catal...474eba56f03d9e.js | non_blocking |
https://static-catal...a1bbca34ed712a.js | non_blocking |
https://static-catal...1bac4a22023b4a.js | non_blocking |
https://static-catal...f858da31fff1c0.js | non_blocking |
https://static-catal...cd38181e3bfa34.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 | 333 | |
Max Potential First Input Delay | 221 | |
Long Tasks before First Paint | 0 | 0 |
Long Tasks before First Contentful Paint | 0 | 0 |
Long Tasks before Largest Contentful Paint | 2 | 262 |
Long Tasks after Load Event End | 2 | 415 |
Total Long Tasks | 3 | 483 |
CPU last long task happened at 2.547 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
self | 942 | 68 | window | |||
self | 1068 | 194 | window | |||
self | 2547 | 221 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 13 |
styleLayout | 312 |
paintCompositeRender | 65 |
scriptParseCompile | 2 |
scriptEvaluation | 1091 |
garbageCollection | 26 |
other | 586 |
Events (ms) | |
---|---|
FunctionCall | 626 |
RunTask | 442 |
UpdateLayoutTree | 270 |
RunMicrotasks | 270 |
v8.run | 134 |
Paint | 50 |
PrePaint | 47 |
Layout | 41 |
IntersectionObserverController::computeIntersections | 29 |
Layerize | 25 |
Commit | 24 |
v8.callFunction | 15 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 14 |
V8.BytecodeBudgetInterrupt | 12 |
V8.HandleInterrupts | 12 |
PaintImage | 10 |
URL | CPU time (ms) |
---|---|
https://static-catalog.sokolov.ru/_next/static/chunks/framework-12a8921dab738876.js | 605 |
https://cdn.diginetica.net/300/client-lite.js | 230 |
https://static-catalog.sokolov.ru/_next/static/chunks/9359.67c08b6f61cb7304.js | 128 |
https://static-catalog.sokolov.ru/_next/static/chunks/4643-fe528e618c90a44c.js | 71 |
https://static-catalog.sokolov.ru/_next/static/chunks/pages/_app-072042836213b477.js | 69 |
https://static-catalog.sokolov.ru/_next/static/chunks/5672.c11cf4318b10989f.js | 42 |
https://static-catalog.sokolov.ru/_next/static/chunks/pages/main/client-5631b44350d7fc6c.js | 25 |
https://static-catalog.sokolov.ru/_next/static/chunks/3333.c9b72e76d5480d80.js | 23 |
https://static-catalog.sokolov.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js | 18 |
https://static-catalog.sokolov.ru/_next/static/chunks/1571.92dc9d112b575157.js | 15 |
https://static-catalog.sokolov.ru/_next/static/chunks/5123.a7ad076cb54663ae.js | 11 |
Tool/domain | Time (ms) |
---|---|
static-catalog.sokolov.ru | 1006.1 |
cdn.diginetica.net | 230.4 |
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 | 536.1 KB | 1.6 MB | 51 |
image | 0 b | 1.1 MB | 1.1 MB | 18 |
font | 0 b | 208.2 KB | 206.8 KB | 4 |
json | 0 b | 15.6 KB | 46.2 KB | 13 |
other | 0 b | 0 b | 0 b | 1 |
favicon | 0 b | 3.7 KB | 14.7 KB | 1 |
svg | 0 b | 3.4 KB | 4.1 KB | 5 |
video | 0 b | 1.0 MB | 1.0 MB | 1 |
Total | N/A | 3.0 MB | 4.6 MB | 108 |
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 (14 issues) |
Serious | 3 (23 issues) |
Moderate | 2 (4 issues) |
Minor | 1 (8 issues) |