Tested 2025-01-18 00:36:07 using Chrome 131.0.6778.85 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 69 |
Total Page Transfer Size | 6.3 MB |
Requests | 84 |
Timing metrics | |
TTFB [median] | 519 ms |
First Paint [median] | 802 ms |
Fully Loaded [median] | 1.978 s |
Google Web Vitals | |
TTFB [median] | 519 ms |
First Contentful Paint (FCP) [median] | 802 ms |
Largest Contentful Paint (LCP) [median] | 1.627 s |
Cumulative Layout Shift (CLS) [median] | 0.00 |
Interaction To Next Paint (INP) [median] | 104 ms |
Total Blocking Time [median] | 308 ms |
Max Potential FID [median] | 280 ms |
CPU metrics | |
CPU long tasks [median] | 5 |
CPU longest task duration | 287 ms |
CPU last long task happens at | 1.695 s |
Visual Metrics | |
First Visual Change [median] | 800 ms |
Speed Index [median] | 1.624 s |
Visual Complete 85% [median] | 1.700 s |
Visual Complete 99% [median] | 1.700 s |
Last Visual Change [median] | 1.734 s |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 733 ms | 800 ms | 855 ms | 1.033 s |
LastVisualChange | 1.700 s | 1.734 s | 1.800 s | 1.966 s |
SpeedIndex | 1.614 s | 1.624 s | 1.708 s | 1.887 s |
VisualReadiness | 933 ms | 934 ms | 945 ms | 967 ms |
VisualComplete85 | 1.700 s | 1.700 s | 1.789 s | 1.966 s |
VisualComplete95 | 1.700 s | 1.700 s | 1.789 s | 1.966 s |
VisualComplete99 | 1.700 s | 1.700 s | 1.789 s | 1.966 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 447 ms | 519 ms | 526 ms | 611 ms |
Largest Contentful Paint (LCP) | 1.579 s | 1.627 s | 1.688 s | 1.858 s |
First Contentful Paint (FCP) | 758 ms | 802 ms | 857 ms | 1.010 s |
Cumulative Layout Shift (CLS) | 0 | 0 | 0 | 0 |
More metrics | ||||
firstPaint | 758 ms | 802 ms | 857 ms | 1.010 s |
loadEventEnd | 796 ms | 850 ms | 1.070 s | 1.565 s |
User Timing | ||||
Zone | 1.524 s | 1.697 s | 1.676 s | 1.808 s |
Zone:ZoneAwarePromise | 1.528 s | 1.703 s | 1.681 s | 1.812 s |
Zone:toString | 1.529 s | 1.705 s | 1.682 s | 1.813 s |
Zone:util | 1.529 s | 1.705 s | 1.682 s | 1.813 s |
Zone:legacy | 1.530 s | 1.705 s | 1.683 s | 1.814 s |
Zone:timers | 1.530 s | 1.706 s | 1.683 s | 1.814 s |
Zone:requestAnimationFrame | 1.530 s | 1.706 s | 1.684 s | 1.814 s |
Zone:blocking | 1.531 s | 1.706 s | 1.684 s | 1.814 s |
Zone:EventTarget | 1.531 s | 1.707 s | 1.684 s | 1.815 s |
Zone:MutationObserver | 1.532 s | 1.708 s | 1.685 s | 1.815 s |
Zone:IntersectionObserver | 1.532 s | 1.708 s | 1.685 s | 1.816 s |
Zone:FileReader | 1.532 s | 1.708 s | 1.685 s | 1.816 s |
Zone:on_property | 1.532 s | 1.708 s | 1.686 s | 1.816 s |
Zone:customElements | 1.555 s | 1.728 s | 1.706 s | 1.834 s |
Zone:XHR | 1.555 s | 1.728 s | 1.706 s | 1.834 s |
Zone:geolocation | 1.555 s | 1.729 s | 1.706 s | 1.835 s |
Zone:PromiseRejectionEvent | 1.556 s | 1.729 s | 1.706 s | 1.835 s |
Zone:queueMicrotask | 1.556 s | 1.729 s | 1.707 s | 1.835 s |
CPU | ||||
Total Blocking Time | 306 ms | 308 ms | 312 ms | 322 ms |
Max Potential FID | 272 ms | 280 ms | 280 ms | 287 ms |
CPU long tasks | 5 | 5 | 5 | 5 |
CPU last long task happens at | 1.522 s | 1.695 s | 1.674 s | 1.806 s |
Run 3 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://diamant.ru/a.../main-banner-001/ has a header set-cookie that is 623 characters long. https://diamant.ru/a...gation-block-003/ has a header set-cookie that is 623 characters long. https://diamant.ru/api/v5/profile/ has a header set-cookie that is 633 characters long. https://diamant.ru/a...t/easy-calculate/ has a header set-cookie that is 947 characters long. https://diamant.ru/a...profile/products/ has a header set-cookie that is 957 characters long. https://diamant.ru/a...5/location/check/ has a header set-cookie that is 977 characters long. | 94 |
Description: Do not send response headers that are too long. | ||
Offenders: | ||
Avoid too many third party requests (thirdParty) | The page do 24% requests to third party domains (20 requests and 5.4 MB). First party is 64 requests and 1.2 MB. The page transfer more bytes from third party domains (5.4 MB) then first party (1.2 MB). The regex .*diamant.* 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 16 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 84 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 | Ювелирная компания Diamant. Официальный интернет магазин |
Width | 1904 |
Height | 6077 |
DOM elements | 794 |
Avg DOM depth | 11 |
Max DOM depth | 18 |
Iframes | 0 |
Script tags | 17 |
Local storage | 18 B |
Session storage | 550 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 |
---|---|---|
Nginx | 100 | Web servers Reverse proxies |
HSTS | 100 | Security |
Data from run 3
Visual Metrics | |
---|---|
First Visual Change | 800 ms |
Speed Index | 1.624 s |
Visual Complete 85% | 1.700 s |
Visual Complete 95% | 1.700 s |
Visual Complete 99% | 1.700 s |
Last Visual Change | 1.734 s |
Visual Readiness | 934 ms |
Navigation Timing | |
---|---|
backEndTime | 519 ms |
domContentLoadedTime | 848 ms |
domInteractiveTime | 556 ms |
domainLookupTime | 0 ms |
frontEndTime | 321 ms |
pageDownloadTime | 11 ms |
pageLoadTime | 850 ms |
redirectionTime | 0 ms |
serverConnectionTime | 24 ms |
serverResponseTime | 501 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 519 ms |
First Contentful Paint (FCP) | 802 ms |
Largest Contentful Paint (LCP) | 1.627 s |
Cumulative Layout Shift (CLS) | 0.00 |
Interaction to next paint (INP) | 104 ms |
Total Blocking Time (TBT) | 322 ms |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 2185 |
Time spent in recalculate style before FCP | 47.846 ms |
Extra timings | |
---|---|
TTFB | 519 ms |
First Paint | 802 ms |
Load Event End | 850 ms |
Fully loaded | 1.856 s |
User Timing marks | |
---|---|
Zone | 1.697 s |
Zone:ZoneAwarePromise | 1.703 s |
Zone:toString | 1.705 s |
Zone:util | 1.705 s |
Zone:legacy | 1.705 s |
Zone:timers | 1.706 s |
Zone:requestAnimationFrame | 1.706 s |
Zone:blocking | 1.706 s |
Zone:EventTarget | 1.707 s |
Zone:MutationObserver | 1.708 s |
Zone:IntersectionObserver | 1.708 s |
Zone:FileReader | 1.708 s |
Zone:on_property | 1.708 s |
Zone:customElements | 1.728 s |
Zone:XHR | 1.728 s |
Zone:geolocation | 1.729 s |
Zone:PromiseRejectionEvent | 1.729 s |
Zone:queueMicrotask | 1.729 s |
User Timing measures | ||
---|---|---|
Name | Start time | Duration |
Next.js-before-hydration | 0 ms | 845 ms |
Next.js-hydration | 845 ms | 227 ms |
Zone | 1.697 s | 6 ms |
Zone:ZoneAwarePromise | 1.703 s | 1 ms |
Zone:toString | 1.705 s | 0 ms |
Zone:util | 1.705 s | 1 ms |
Zone:legacy | 1.705 s | 0 ms |
Zone:timers | 1.706 s | 0 ms |
Zone:requestAnimationFrame | 1.706 s | 0 ms |
Zone:blocking | 1.706 s | 0 ms |
Zone:EventTarget | 1.707 s | 1 ms |
Zone:MutationObserver | 1.708 s | 0 ms |
Zone:IntersectionObserver | 1.708 s | 0 ms |
Zone:FileReader | 1.708 s | 0 ms |
Zone:on_property | 1.708 s | 20 ms |
Zone:customElements | 1.728 s | 0 ms |
Zone:XHR | 1.728 s | 0 ms |
Zone:geolocation | 1.729 s | 0 ms |
Zone:PromiseRejectionEvent | 1.729 s | 0 ms |
Zone:queueMicrotask | 1.729 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/9cddec5fd8be0d42ed89af2993186c63.jpg?w=1920&h=844");"></div> |
Render time | 1.627 s |
Elements that needed recalculate style before LCP | 4682 |
Time spent in recalculate style before LCP | 136.181 ms |
Load time | 1.627 s |
URL | https://cdn.sokolov....9af2993186c63.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.00005 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.00005 | <span class="CitySelectButton_city-text___XqH_"></span>,<button class="ButtonDeprecated_sklv-button__Wy8xr ButtonDeprecated_sklv-button_borderless__776ey" types="borderless"></button> |
body > div#__next > div#catalog > div > header > div > div > div:eq(1) > div:eq(0) > div:eq(1) > button > span,body > div#__next > div#catalog > div > header > div > div > div:eq(1) > div:eq(0) > div:eq(2) > 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 104 ms.
Event type | pointerout |
Element type | A |
Element class name | SklvTextWithPhotoSlide_sklv-slide-text__SPAK8 |
Event target | div.swiper-slide.swiper-slide-prev>a.SklvTextWithPhotoSlide_sklv-slide-text__SPAK8 |
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 |
---|---|---|---|---|
245 ms | 291.8 ms | 7.2 ms | 4.9 ms | 2.3 ms |
https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js | ||||
Forced Style And Layout Duration: 32 ms Invoker: MessagePort.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
84 ms | 137.8 ms | 5.2 ms | 2.2 ms | 3 ms |
https://static-catalog.diamant.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 |
---|---|---|---|---|
55 ms | 139.4 ms | 93.6 ms | 0 ms | 93.6 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
14 ms | 73 ms | 7 ms | 0.6 ms | 6.4 ms |
https://static-catalog.diamant.ru/_next/static/chunks/6434.a726009e658608fe.js | ||||
Invoker: https://static-catalog.diamant.ru/_next/static/chunks/6434.a726009e658608fe.js | ||||
https://static-catalog.diamant.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js | ||||
Invoker: https://static-catalog.diamant.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
12 ms | 96.5 ms | 6.5 ms | 5.8 ms | 0.7 ms |
https://static-catalog.diamant.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js | ||||
Invoker: https://static-catalog.diamant.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js | ||||
https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-69538673d131341d.js | ||||
Invoker: https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-69538673d131341d.js | ||||
https://static-catalog.diamant.ru/_next/static/chunks/pages/main/bot-a4fabfa6469908c8.js | ||||
Invoker: https://static-catalog.diamant.ru/_next/static/chunks/pages/main/bot-a4fabfa6469908c8.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 50.9 ms | 8.1 ms | 5.7 ms | 2.4 ms |
https://static-catalog.diamant.ru/_next/static/chunks/3333.c9b72e76d5480d80.js | ||||
Forced Style And Layout Duration: 2 ms Invoker: https://static-catalog.diamant.ru/_next/static/chunks/3333.c9b72e76d5480d80.js | ||||
https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js | ||||
Invoker: MessagePort.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 73.6 ms | 10.4 ms | 5.9 ms | 4.5 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 99.5 ms | 14.5 ms | 10.1 ms | 4.4 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 64.5 ms | 3.5 ms | 1.5 ms | 2 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 50.9 ms | 2.1 ms | 0.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 | 84 |
Total domains | 4 |
Total transfer size | 6.3 MB |
Total content size | 8.2 MB |
Responses missing compression | 32 |
Number of cookies | 8 |
Third party cookies | 0 |
Requests per response code | |
---|---|
200 | 82 |
206 | 1 |
404 | 1 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://cdn.sokolov....c31cffa37c574.mp4 | video | 3.5 MB | 3.5 MB |
https://cdn.sokolov....710c7d04484c0.png | image | 559.3 KB | 558.5 KB |
https://cdn.sokolov....2e12f8d053073.jpg | image | 556.8 KB | 556.0 KB |
https://cdn.sokolov....9af2993186c63.jpg | image | 193.2 KB | 192.7 KB |
https://static-catal...538673d131341d.js | javascript | 172.2 KB | 604.9 KB |
https://cdn.sokolov....60058fb11a6e1.jpg | image | 154.9 KB | 154.5 KB |
https://diamant.ru/u...z03T3Isg873OH.png | image | 72.9 KB | 72.5 KB |
https://static-catal...a8921dab738876.js | javascript | 66.5 KB | 204.9 KB |
https://diamant.ru/u...-zZZ16ahQFESf.png | image | 58.3 KB | 58.0 KB |
https://diamant.ru/u...aAOMzvnvwwwo_.png | image | 55.5 KB | 55.2 KB |
https://diamant.ru/u...-dJg9jTEYOdfj.png | image | 54.0 KB | 53.7 KB |
https://diamant.ru/u...5-HtECc-f_cf_.png | image | 52.2 KB | 51.9 KB |
https://diamant.ru/u...NuJNMYWuVOHtU.png | image | 52.2 KB | 51.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...c851fe6abc320.css | css | 50.7 KB | 366.8 KB |
https://diamant.ru/u...eEcuKiZRF7iWk.png | image | 47.2 KB | 46.9 KB |
https://diamant.ru/u...uXmUugBykR3uh.png | image | 45.1 KB | 44.8 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 28.7 KB | 345.1 KB | 1 |
css | 0 b | 93.9 KB | 592.7 KB | 8 |
javascript | 0 b | 527.2 KB | 1.7 MB | 35 |
image | 0 b | 1.9 MB | 1.9 MB | 13 |
font | 0 b | 208.2 KB | 206.8 KB | 4 |
json | 0 b | 10.8 KB | 25.9 KB | 9 |
other | 0 b | 0 b | 0 b | 1 |
svg | 0 b | 7.3 KB | 9.3 KB | 10 |
video | 0 b | 3.5 MB | 3.5 MB | 1 |
favicon | 0 b | 1.4 KB | 9.4 KB | 1 |
Total | 0 b | 6.3 MB | 8.2 MB | 83 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
diamant.ru | 2.009 s | 507.1 KB | 835.4 KB | 18 |
cdn.sokolov.ru | 2.530 s | 5.2 MB | 5.2 MB | 18 |
static-catalog.diamant.ru | 3.127 s | 624.3 KB | 2.2 MB | 46 |
seo.sokolov.ru | 115 ms | 207 B | 31 B | 2 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 1 year | 1 year |
Last modified | 15 hours | 5 days | 41 weeks |
Included requests done after load event end.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 0 b | 0 |
javascript | 86.6 KB | 9 |
image | 1.4 MB | 4 |
font | 0 b | 0 |
json | 897 B | 1 |
svg | 7.3 KB | 10 |
video | 3.5 MB | 1 |
favicon | 1.4 KB | 1 |
Total | 5.1 MB | 26 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 6.4 KB | 3 |
javascript | 115.9 KB | 20 |
image | 1.4 MB | 4 |
font | 0 b | 0 |
json | 10.8 KB | 9 |
other | 0 b | 1 |
svg | 7.3 KB | 10 |
video | 3.5 MB | 1 |
favicon | 1.4 KB | 1 |
Total | 5.1 MB | 50 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
0 | 0 | 0 |
URL | Type |
---|---|
https://static-catal...538673d131341d.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...26009e658608fe.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...0deb8906ef35d.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...150e9e1bfa1b2.css | non_blocking |
https://static-catal...5dd2e978ede2ef.js | non_blocking |
https://static-catal...cdcc44c06b3a97.js | non_blocking |
https://static-catal...7d580206864104.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...5b4ae579d51ed.css | dynamically_injected_non_blocking |
https://static-catal...fdab27d2fbfd93.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...1e104d0f1004dc.js | non_blocking |
https://static-catal...1bc8144664229a.js | non_blocking |
https://static-catal...538a4e5a3c925.css | dynamically_injected_non_blocking |
https://static-catal...6c34e864d9a98d.js | 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...0417b504718185.js | non_blocking |
https://static-catal...1bac4a22023b4a.js | non_blocking |
https://static-catal...2f4776540adae0.js | non_blocking |
https://static-catal...f858da31fff1c0.js | non_blocking |
https://static-catal...fabfa6469908c8.js | non_blocking |
https://static-catal...ac726038f76803.js | non_blocking |
https://static-catal...B/_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 | 322 | |
Max Potential First Input Delay | 287 | |
Long Tasks before First Paint | 2 | 147 |
Long Tasks before First Contentful Paint | 2 | 147 |
Long Tasks before Largest Contentful Paint | 4 | 562 |
Long Tasks after Load Event End | 3 | 472 |
Total Long Tasks | 5 | 619 |
CPU last long task happened at 1.695 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
unknown | 661 | 93 | window | |||
self | 770 | 54 | window | |||
self | 860 | 287 | window | |||
self | 1167 | 128 | window | |||
self | 1695 | 57 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 29 |
styleLayout | 325 |
paintCompositeRender | 310 |
scriptParseCompile | 1 |
scriptEvaluation | 850 |
garbageCollection | 24 |
other | 655 |
Events (ms) | |
---|---|
FunctionCall | 621 |
RunTask | 387 |
UpdateLayoutTree | 258 |
Paint | 172 |
RunMicrotasks | 156 |
Layerize | 101 |
PaintImage | 77 |
Layout | 66 |
Commit | 61 |
UpdateLayer | 57 |
PrePaint | 48 |
IntersectionObserverController::computeIntersections | 30 |
ParseHTML | 16 |
v8.callFunction | 16 |
v8.run | 14 |
ParseAuthorStyleSheet | 13 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 11 |
V8.BytecodeBudgetInterrupt | 10 |
V8.HandleInterrupts | 10 |
URL | CPU time (ms) |
---|---|
https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js | 600 |
https://static-catalog.diamant.ru/_next/static/chunks/6434.a726009e658608fe.js | 122 |
https://static-catalog.diamant.ru/_next/static/chunks/4643-fe528e618c90a44c.js | 84 |
https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-69538673d131341d.js | 55 |
https://static-catalog.diamant.ru/_next/static/chunks/pages/main/bot-a4fabfa6469908c8.js | 19 |
https://static-catalog.diamant.ru/_next/static/chunks/3333.c9b72e76d5480d80.js | 18 |
https://static-catalog.diamant.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js | 13 |
Tool/domain | Time (ms) |
---|---|
static-catalog.diamant.ru | 911.2 |
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.sokolov.ru |
seo.sokolov.ru |
Calculated using .*diamant.* (use --firstParty
to configure).
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 28.7 KB | 345.1 KB | 1 |
css | 0 b | 93.9 KB | 592.7 KB | 8 |
javascript | 0 b | 527.2 KB | 1.7 MB | 35 |
image | 0 b | 467.8 KB | 465.1 KB | 9 |
font | 0 b | 0 b | 0 b | 0 |
json | 0 b | 10.6 KB | 25.9 KB | 8 |
favicon | 0 b | 1.4 KB | 9.4 KB | 1 |
svg | 0 b | 894 B | 680 B | 1 |
Total | N/A | 1.1 MB | 3.1 MB | 64 |
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 | 1.4 MB | 1.4 MB | 4 |
font | 0 b | 208.2 KB | 206.8 KB | 4 |
other | 0 b | 0 b | 0 b | 1 |
json | 0 b | 207 B | 31 B | 1 |
svg | 0 b | 6.4 KB | 8.7 KB | 9 |
video | 0 b | 3.5 MB | 3.5 MB | 1 |
Total | N/A | 5.2 MB | 5.2 MB | 20 |
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 (15 issues) |
Serious | 3 (23 issues) |
Moderate | 1 (1 issues) |
Minor | 1 (5 issues) |