Tested 2025-01-14 13:06:22 using Chrome 131.0.6778.85 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 64 |
Total Page Transfer Size | 4.1 MB |
Requests | 118 |
Timing metrics | |
TTFB [median] | 195 ms |
First Paint [median] | 461 ms |
Fully Loaded [median] | 2.327 s |
Google Web Vitals | |
TTFB [median] | 195 ms |
First Contentful Paint (FCP) [median] | 461 ms |
Largest Contentful Paint (LCP) [median] | 1.392 s |
Cumulative Layout Shift (CLS) [median] | 0.04 |
Total Blocking Time [median] | 295 ms |
Max Potential FID [median] | 158 ms |
CPU metrics | |
CPU long tasks [median] | 7 |
CPU longest task duration | 160 ms |
CPU last long task happens at | 1.857 s |
Visual Metrics | |
First Visual Change [median] | 467 ms |
Speed Index [median] | 1.412 s |
Visual Complete 85% [median] | 1.934 s |
Visual Complete 99% [median] | 6.867 s |
Last Visual Change [median] | 6.867 s |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 433 ms | 467 ms | 456 ms | 467 ms |
LastVisualChange | 6.534 s | 6.867 s | 6.767 s | 6.900 s |
SpeedIndex | 1.376 s | 1.412 s | 1.436 s | 1.519 s |
VisualReadiness | 6.067 s | 6.433 s | 6.311 s | 6.434 s |
VisualComplete85 | 1.767 s | 1.934 s | 2.011 s | 2.333 s |
VisualComplete95 | 1.867 s | 2.167 s | 2.245 s | 2.700 s |
VisualComplete99 | 6.534 s | 6.867 s | 6.767 s | 6.900 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 187 ms | 195 ms | 201 ms | 222 ms |
Largest Contentful Paint (LCP) | 1.313 s | 1.392 s | 1.366 s | 1.392 s |
First Contentful Paint (FCP) | 460 ms | 461 ms | 469 ms | 485 ms |
Cumulative Layout Shift (CLS) | 0.0417 | 0.0438 | 0.0441 | 0.0469 |
More metrics | ||||
firstPaint | 460 ms | 461 ms | 469 ms | 485 ms |
loadEventEnd | 589 ms | 603 ms | 617 ms | 659 ms |
User Timing | ||||
Zone | 1.083 s | 1.261 s | 1.246 s | 1.393 s |
Zone:ZoneAwarePromise | 1.087 s | 1.265 s | 1.250 s | 1.397 s |
Zone:toString | 1.088 s | 1.266 s | 1.251 s | 1.398 s |
Zone:util | 1.088 s | 1.266 s | 1.251 s | 1.398 s |
Zone:legacy | 1.089 s | 1.267 s | 1.251 s | 1.399 s |
Zone:timers | 1.089 s | 1.267 s | 1.252 s | 1.399 s |
Zone:requestAnimationFrame | 1.089 s | 1.267 s | 1.252 s | 1.399 s |
Zone:blocking | 1.089 s | 1.267 s | 1.252 s | 1.399 s |
Zone:EventTarget | 1.090 s | 1.268 s | 1.252 s | 1.400 s |
Zone:MutationObserver | 1.090 s | 1.269 s | 1.253 s | 1.400 s |
Zone:IntersectionObserver | 1.091 s | 1.269 s | 1.253 s | 1.400 s |
Zone:FileReader | 1.091 s | 1.269 s | 1.253 s | 1.401 s |
Zone:on_property | 1.091 s | 1.269 s | 1.254 s | 1.401 s |
Zone:customElements | 1.114 s | 1.292 s | 1.275 s | 1.420 s |
Zone:XHR | 1.114 s | 1.293 s | 1.276 s | 1.421 s |
Zone:geolocation | 1.114 s | 1.293 s | 1.276 s | 1.421 s |
Zone:PromiseRejectionEvent | 1.114 s | 1.294 s | 1.276 s | 1.421 s |
Zone:queueMicrotask | 1.115 s | 1.294 s | 1.277 s | 1.422 s |
CPU | ||||
Total Blocking Time | 230 ms | 295 ms | 276 ms | 302 ms |
Max Potential FID | 150 ms | 158 ms | 156 ms | 160 ms |
CPU long tasks | 5 | 7 | 6 | 7 |
CPU last long task happens at | 1.428 s | 1.857 s | 1.779 s | 2.053 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://diamant.ru/a...e/viewed-product/ has a header set-cookie that is 742 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 947 characters long. https://diamant.ru/a...5/location/check/ has a header set-cookie that is 987 characters long. | 95 |
Description: Do not send response headers that are too long. | ||
Offenders: | ||
Avoid too many third party requests (thirdParty) | The page do 26% requests to third party domains (31 requests and 3.4 MB). First party is 87 requests and 984.5 kB. The page transfer more bytes from third party domains (3.4 MB) then first party (984.5 kB). 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 9 responses that sets both a max-age and expires header. There are 5 responses that sets a pragma no-cache header (that is a request header). There are 117 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 | Кольцо из золота с гранатом арт. 51-310-01741-2 от DIAMANT |
Width | 1904 |
Height | 2384 |
DOM elements | 977 |
Avg DOM depth | 13 |
Max DOM depth | 23 |
Iframes | 1 |
Script tags | 40 |
Local storage | 5.0 KB |
Session storage | 922 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 | 467 ms |
Speed Index | 1.412 s |
Visual Complete 85% | 1.934 s |
Visual Complete 95% | 2.167 s |
Visual Complete 99% | 6.534 s |
Last Visual Change | 6.534 s |
Visual Readiness | 6.067 s |
Navigation Timing | |
---|---|
backEndTime | 222 ms |
domContentLoadedTime | 654 ms |
domInteractiveTime | 265 ms |
domainLookupTime | 5 ms |
frontEndTime | 435 ms |
pageDownloadTime | 2 ms |
pageLoadTime | 659 ms |
redirectionTime | 0 ms |
serverConnectionTime | 26 ms |
serverResponseTime | 188 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 222 ms |
First Contentful Paint (FCP) | 485 ms |
Largest Contentful Paint (LCP) | 1.392 s |
Cumulative Layout Shift (CLS) | 0.04 |
Total Blocking Time (TBT) | 302 ms |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 195 |
Time spent in recalculate style before FCP | 15.023 ms |
Extra timings | |
---|---|
TTFB | 222 ms |
First Paint | 485 ms |
Load Event End | 659 ms |
Fully loaded | 2.494 s |
User Timing marks | |
---|---|
Zone | 1.261 s |
Zone:ZoneAwarePromise | 1.265 s |
Zone:toString | 1.266 s |
Zone:util | 1.266 s |
Zone:legacy | 1.267 s |
Zone:timers | 1.267 s |
Zone:requestAnimationFrame | 1.267 s |
Zone:blocking | 1.267 s |
Zone:EventTarget | 1.268 s |
Zone:MutationObserver | 1.269 s |
Zone:IntersectionObserver | 1.269 s |
Zone:FileReader | 1.269 s |
Zone:on_property | 1.269 s |
Zone:customElements | 1.292 s |
Zone:XHR | 1.293 s |
Zone:geolocation | 1.293 s |
Zone:PromiseRejectionEvent | 1.294 s |
Zone:queueMicrotask | 1.294 s |
User Timing measures | ||
---|---|---|
Name | Start time | Duration |
Next.js-before-hydration | 0 ms | 652 ms |
Next.js-hydration | 652 ms | 98 ms |
Zone | 1.261 s | 4 ms |
Zone:ZoneAwarePromise | 1.265 s | 1 ms |
Zone:toString | 1.266 s | 0 ms |
Zone:util | 1.266 s | 1 ms |
Zone:legacy | 1.267 s | 0 ms |
Zone:timers | 1.267 s | 0 ms |
Zone:requestAnimationFrame | 1.267 s | 0 ms |
Zone:blocking | 1.267 s | 0 ms |
Zone:EventTarget | 1.268 s | 1 ms |
Zone:MutationObserver | 1.269 s | 0 ms |
Zone:IntersectionObserver | 1.269 s | 0 ms |
Zone:FileReader | 1.269 s | 0 ms |
Zone:on_property | 1.269 s | 23 ms |
Zone:customElements | 1.292 s | 0 ms |
Zone:XHR | 1.293 s | 0 ms |
Zone:geolocation | 1.293 s | 0 ms |
Zone:PromiseRejectionEvent | 1.294 s | 0 ms |
Zone:queueMicrotask | 1.294 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.
Render time | 1.392 s |
Elements that needed recalculate style before LCP | 1159 |
Time spent in recalculate style before LCP | 81.1 ms |
Load time | 1.392 s |
URL | https://pmdn.sokolov...CC67FA0736503.jpg |
Size (width*height) | 294577 |
DOM path | |
<>> |
0.04169 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.01751 | <div class="Product_sklv-product-page__first__ZiZca"></div>,<div class="Block_block__vb2mU Product_sklv-product-page__price-new__8OXcd"></div> |
body > div#__next > div#catalog > div > main > div > div > div > div:eq(1),body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(1) > div:eq(1) > section > div | |
0.01184 | <div class="Block_block__vb2mU Product_sklv-product-page__price-new__8OXcd"></div>,<section class="Product_sklv-product-page__sizes__zqpAq"></section>,<section class="Product_sklv-product-page__delivery__me_8X"></section> |
body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(1) > div:eq(1) > section > div,body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(1) > section:eq(0),body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(1) > section:eq(2) | |
0.00438 | <div class="Product_sklv-product-page__first__ZiZca"></div> |
body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) | |
0.00219 | <div class="Product_sklv-product-page__first__ZiZca"></div> |
body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) | |
0.00142 | <div class="Variants_complect__Jlhe_ Variants_complect_ordinary__8TAm0" data-sklv-action="complect"></div>,<div class="swiper swiper-initialized swiper-horizontal swiper-watch-progress Variants_complect__slider___jVLs swiper-backface-hidden"></div> |
body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(0) > section:eq(6) > div > div:eq(1),body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(0) > section:eq(6) > div > div:eq(1) > div:eq(1) > div | |
0.00127 | <section class="Product_sklv-product-page__characteristics__vIA_9"></section> |
body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(0) > section:eq(5) | |
0.00115 | <li class="Breadcrumbs_breadcrumbs__item__sF0Wx"></li>,<li class="Breadcrumbs_breadcrumbs__item__sF0Wx" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem"></li>,<li class="Breadcrumbs_breadcrumbs__item__sF0Wx" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem"></li>,<div class="Sticker_sticker__e8vd8 Sticker_m__7Cxub Chips_sklv-product-page-sticker__xmkvY" style="color: rgb(0, 0, 0); background-color: rgb(242, 242, 242);"></div> |
body > div#__next > div#catalog > div > main > div > div > div > div:eq(0) > nav > ul > li:eq(1),body > div#__next > div#catalog > div > main > div > div > div > div:eq(0) > nav > ul > li:eq(2),body > div#__next > div#catalog > div > main > div > div > div > div:eq(0) > nav > ul > li:eq(3),body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(0) > section:eq(3) > div > div:eq(1) | |
0.00102 | <section class="Product_sklv-product-page__characteristics__vIA_9"></section> |
body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(0) > section:eq(5) | |
0.00076 | <div></div>,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20" class="icon PersAuth_offers-guest__icon__F5upT"></svg>,<button class="ButtonBase_button__PDJz2 ButtonBase_button_small__K2bcT Button_button__primary__8IzQd AddToCartBtn_btn-basket__bZBtD Product_btn-basket__FCmI6" type="button"></button>,<section class="Product_sklv-product-page__sizes__zqpAq"></section>,<section class="Product_sklv-product-page__delivery__me_8X"></section> |
body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(1) > div:eq(1) > section > div > div > div:eq(1) > div > div,body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(1) > div:eq(1) > section > div > div > div:eq(1) > svg,body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(1) > div:eq(1) > section > div > button,body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(1) > section:eq(0),body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(1) > section:eq(2) | |
0.00010 | <section class="Product_sklv-product-page__characteristics__vIA_9"></section> |
body > div#__next > div#catalog > div > main > div > div > div > div:eq(1) > div:eq(1) > div:eq(0) > section:eq(5) | |
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:eq(1) > div > div:eq(1) > div:eq(0) > div:eq(1) > button > span,body > div#__next > div#catalog > div > header > div:eq(1) > 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.
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 |
---|---|---|---|---|
111 ms | 163.4 ms | 2.6 ms | 1.8 ms | 0.8 ms |
https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js | ||||
Forced Style And Layout Duration: 10 ms Invoker: MessagePort.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
101 ms | 150.1 ms | 5.9 ms | 3.1 ms | 2.8 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
41 ms | 81.5 ms | 9.5 ms | 7.8 ms | 1.7 ms |
https://cdn.diginetica.net/5183/client.js | ||||
Invoker: https://cdn.diginetica.net/5183/client.js | ||||
https://static-catalog.diamant.ru/_next/static/chunks/6434.a726009e658608fe.js | ||||
Invoker: FrameRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
36 ms | 138.6 ms | 7.4 ms | 4.6 ms | 2.8 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/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 |
---|---|---|---|---|
27 ms | 76.9 ms | 0.1 ms | 0.1 ms | 0 ms |
https://static-catalog.diamant.ru/_next/static/chunks/pages/product/client/%5Barticle%5D-56edb85a250660bf.js | ||||
Invoker: https://static-catalog.diamant.ru/_next/static/chunks/pages/product/client/%5Barticle%5D-56edb85a250660bf.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
13 ms | 63 ms | 0 ms | 0 ms | 0 ms |
https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-63aad0f4ef292f9a.js | ||||
Invoker: https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-63aad0f4ef292f9a.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
7 ms | 68.5 ms | 5.5 ms | 2.1 ms | 3.4 ms |
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 | 182.8 ms | 21.2 ms | 0 ms | 21.2 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 48.6 ms | 1.4 ms | 1.2 ms | 0.2 ms |
https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js | ||||
Forced Style And Layout Duration: 2 ms Invoker: MessagePort.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 75.9 ms | 4.1 ms | 2.8 ms | 1.3 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 | 118 |
Total domains | 10 |
Total transfer size | 4.1 MB |
Total content size | 6.9 MB |
Responses missing compression | 42 |
Number of cookies | 14 |
Third party cookies | 0 |
Requests per response code | |
---|---|
200 | 114 |
201 | 1 |
206 | 2 |
404 | 1 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://2pmdn.sokolo...1BBFB5A28A0F6.mp4 | video | 2.7 MB | 2.7 MB |
https://static-catal...aad0f4ef292f9a.js | javascript | 172.1 KB | 605.3 KB |
https://diamant.ru/s...mages/percent.png | image | 134.2 KB | 133.8 KB |
https://cdn.digineti...et/5183/client.js | javascript | 111.4 KB | 485.5 KB |
https://cdn.sokolov....77a2a5a18349c.jpg | image | 93.2 KB | 92.9 KB |
https://static-catal...9b520758d6bf91.js | javascript | 75.5 KB | 274.9 KB |
https://pmdn.sokolov...CC67FA0736503.jpg | image | 70.6 KB | 70.3 KB |
https://static-catal...a8921dab738876.js | javascript | 66.5 KB | 204.9 KB |
https://cdn.sokolov....rat/regular.woff2 | font | 52.2 KB | 51.8 KB |
https://cdn.sokolov....serrat/bold.woff2 | font | 52.1 KB | 51.7 KB |
https://cdn.sokolov....at/semibold.woff2 | font | 52.0 KB | 51.7 KB |
https://cdn.sokolov....rrat/medium.woff2 | font | 51.9 KB | 51.6 KB |
https://static-catal...538aab560fdd2.css | css | 50.6 KB | 365.6 KB |
https://static-catal...528e618c90a44c.js | javascript | 33.2 KB | 110.9 KB |
https://static-catal...8113f455f593f.css | css | 32.7 KB | 183.2 KB |
https://static-catal...33f27b2dfdcc1f.js | javascript | 32.3 KB | 109.0 KB |
https://static-catal...26009e658608fe.js | javascript | 31.8 KB | 108.3 KB |
https://static-catal...91df52d3ca4a3b.js | javascript | 29.7 KB | 126.0 KB |
https://static-catal...607b05a6263238.js | javascript | 27.7 KB | 78.0 KB |
https://static-catal...ad076cb54663ae.js | javascript | 26.9 KB | 80.1 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 11.5 KB | 41.4 KB | 1 |
css | 0 b | 113.4 KB | 679.8 KB | 10 |
javascript | 555 B | 788.3 KB | 2.6 MB | 48 |
image | 343 B | 347.0 KB | 343.9 KB | 12 |
font | 0 b | 208.2 KB | 206.8 KB | 4 |
json | 0 b | 33.3 KB | 74.4 KB | 30 |
other | 0 b | 0 b | 0 b | 2 |
favicon | 0 b | 1.4 KB | 9.4 KB | 1 |
plain | 0 b | 0 b | 0 b | 4 |
svg | 0 b | 2.0 KB | 1.1 KB | 3 |
video | 0 b | 2.7 MB | 2.9 MB | 2 |
Total | 898 B | 4.1 MB | 6.9 MB | 117 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
diamant.ru | 2.249 s | 167.4 KB | 199.0 KB | 26 |
cdn.sokolov.ru | 497 ms | 316.7 KB | 314.6 KB | 6 |
static-catalog.diamant.ru | 2.523 s | 794.1 KB | 2.8 MB | 61 |
seo.sokolov.ru | 138 ms | 2.1 KB | 1.7 KB | 4 |
catalog.sokolov.ru | 400 ms | 9.6 KB | 48.6 KB | 8 |
pmdn.sokolov.io | 208 ms | 104.3 KB | 102.1 KB | 8 |
2pmdn.sokolov.io | 757 ms | 2.7 MB | 2.9 MB | 2 |
cdn.diginetica.net | 122 ms | 111.4 KB | 485.5 KB | 1 |
autocomplete.diginetica.net | 53 ms | 363 B | 2 B | 1 |
tracking.diginetica.net | 161 ms | 37 B | 37 B | 1 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 1 year | 1 year |
Last modified | 7 hours | 2 weeks | 1 year |
Included requests done after load event end.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 8.4 KB | 5 |
javascript | 233.3 KB | 29 |
image | 347.0 KB | 12 |
font | 0 b | 0 |
json | 33.3 KB | 30 |
other | 0 b | 2 |
favicon | 1.4 KB | 1 |
plain | 0 b | 4 |
svg | 2.0 KB | 3 |
video | 2.7 MB | 2 |
Total | 3.3 MB | 89 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 8.4 KB | 5 |
javascript | 233.3 KB | 29 |
image | 347.0 KB | 12 |
font | 0 b | 0 |
json | 33.3 KB | 30 |
other | 0 b | 2 |
favicon | 1.4 KB | 1 |
plain | 0 b | 4 |
svg | 2.0 KB | 3 |
video | 2.7 MB | 2 |
Total | 3.3 MB | 89 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
0 | 0 | 0 |
URL | Type |
---|---|
https://static-catal...aad0f4ef292f9a.js | non_blocking |
https://cdn.digineti...et/5183/client.js | non_blocking |
https://static-catal...9b520758d6bf91.js | non_blocking |
https://static-catal...a8921dab738876.js | non_blocking |
https://cdn.sokolov....rat/regular.woff2 | non_blocking |
https://cdn.sokolov....serrat/bold.woff2 | non_blocking |
https://cdn.sokolov....at/semibold.woff2 | non_blocking |
https://cdn.sokolov....rrat/medium.woff2 | non_blocking |
https://static-catal...538aab560fdd2.css | non_blocking |
https://static-catal...528e618c90a44c.js | non_blocking |
https://static-catal...8113f455f593f.css | non_blocking |
https://static-catal...33f27b2dfdcc1f.js | non_blocking |
https://static-catal...26009e658608fe.js | non_blocking |
https://static-catal...91df52d3ca4a3b.js | non_blocking |
https://static-catal...607b05a6263238.js | non_blocking |
https://static-catal...ad076cb54663ae.js | non_blocking |
https://static-catal...78878bd67976d3.js | non_blocking |
https://static-catal...9593fbaf6e6c7f.js | non_blocking |
https://static-catal...e8ec0aad0d4042.js | non_blocking |
https://static-catal...d2fe3e19d424df.js | non_blocking |
https://static-catal...609ce0b7f20b73.js | non_blocking |
https://static-catal...1e17b595b138db.js | non_blocking |
https://static-catal...681e00b59e0bd5.js | non_blocking |
https://static-catal...b3cbc8f7c46c4.css | non_blocking |
https://static-catal...73becefb9a38a8.js | non_blocking |
https://static-catal...cdcc44c06b3a97.js | non_blocking |
https://static-catal...1eca43c8d2b32.css | non_blocking |
https://static-catal...7d580206864104.js | non_blocking |
https://static-catal...7e73a429627c4a.js | non_blocking |
https://static-catal...7efefabe50f85.css | non_blocking |
https://static-catal...e009bf1bbe802.css | dynamically_injected_non_blocking |
https://static-catal...1cf4318b10989f.js | 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...91b6d3c085f192.js | non_blocking |
https://static-catal...df4e3cdb69e019.js | non_blocking |
https://static-catal...1e104d0f1004dc.js | non_blocking |
https://static-catal...1bc8144664229a.js | non_blocking |
https://static-catal...b049e98e1b1917.js | non_blocking |
https://static-catal...640d30117f472.css | dynamically_injected_non_blocking |
https://static-catal...538a4e5a3c925.css | dynamically_injected_non_blocking |
https://static-catal...76273e47a46804.js | non_blocking |
https://static-catal...6c34e864d9a98d.js | non_blocking |
https://static-catal...6de3534181a6c.css | dynamically_injected_non_blocking |
https://static-catal...e29e89da96c5a8.js | non_blocking |
https://static-catal...6d1bb827a34b73.js | non_blocking |
https://static-catal...0f846bb737a113.js | non_blocking |
https://static-catal...b68982a7d87933.js | non_blocking |
https://static-catal...0baf6b0adfaf4f.js | non_blocking |
https://static-catal...edb85a250660bf.js | non_blocking |
https://static-catal...0417b504718185.js | non_blocking |
https://static-catal...f24d83fcc15d64.js | non_blocking |
https://static-catal...1bac4a22023b4a.js | non_blocking |
https://static-catal...f858da31fff1c0.js | non_blocking |
https://static-catal...0d995915de6689.js | non_blocking |
https://static-catal...4c7cded611501e.js | non_blocking |
https://static-catal...b7ee64752ffdb.css | dynamically_injected_non_blocking |
https://static-catal...ac726038f76803.js | non_blocking |
https://static-catal..._/_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 | 302 | |
Max Potential First Input Delay | 158 | |
Long Tasks before First Paint | 0 | 0 |
Long Tasks before First Contentful Paint | 0 | 0 |
Long Tasks before Largest Contentful Paint | 5 | 520 |
Long Tasks after Load Event End | 5 | 513 |
Total Long Tasks | 7 | 652 |
CPU last long task happened at 2.053 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
self | 510 | 63 | window | |||
self | 579 | 76 | window | |||
self | 660 | 158 | window | |||
self | 1096 | 145 | window | |||
self | 1306 | 78 | window | |||
self | 1840 | 51 | window | |||
self | 2053 | 81 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 18 |
styleLayout | 169 |
paintCompositeRender | 34 |
scriptParseCompile | 2 |
scriptEvaluation | 1148 |
garbageCollection | 40 |
other | 285 |
Events (ms) | |
---|---|
FunctionCall | 740 |
RunMicrotasks | 247 |
RunTask | 231 |
UpdateLayoutTree | 131 |
v8.run | 98 |
Layout | 38 |
Paint | 25 |
PrePaint | 14 |
V8.BytecodeBudgetInterrupt | 14 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 13 |
v8.callFunction | 13 |
Layerize | 11 |
V8.HandleInterrupts | 11 |
ParseAuthorStyleSheet | 10 |
URL | CPU time (ms) |
---|---|
https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js | 826 |
https://static-catalog.diamant.ru/_next/static/chunks/6434.a726009e658608fe.js | 98 |
https://cdn.diginetica.net/5183/client.js | 86 |
https://static-catalog.diamant.ru/_next/static/chunks/pages/product/client/%5Barticle%5D-56edb85a250660bf.js | 75 |
https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-63aad0f4ef292f9a.js | 63 |
https://static-catalog.diamant.ru/_next/static/chunks/8005.2cfdab27d2fbfd93.js | 37 |
https://static-catalog.diamant.ru/_next/static/chunks/4643-fe528e618c90a44c.js | 25 |
https://static-catalog.diamant.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js | 18 |
https://static-catalog.diamant.ru/_next/static/chunks/5123.a7ad076cb54663ae.js | 16 |
https://static-catalog.diamant.ru/_next/static/chunks/3333.1fd2fe3e19d424df.js | 14 |
https://static-catalog.diamant.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js | 11 |
Tool/domain | Time (ms) |
---|---|
static-catalog.diamant.ru | 1182.5 |
cdn.diginetica.net | 85.5 |
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 |
catalog.sokolov.ru |
pmdn.sokolov.io |
2pmdn.sokolov.io |
cdn.diginetica.net |
autocomplete.diginetica.net |
tracking.diginetica.net |
Calculated using .*diamant.* (use --firstParty
to configure).
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 11.5 KB | 41.4 KB | 1 |
css | 0 b | 113.4 KB | 679.8 KB | 10 |
javascript | 0 b | 676.9 KB | 2.1 MB | 47 |
image | 0 b | 134.2 KB | 133.8 KB | 1 |
font | 0 b | 0 b | 0 b | 0 |
json | 0 b | 21.3 KB | 24.1 KB | 23 |
favicon | 0 b | 1.4 KB | 9.4 KB | 1 |
svg | 0 b | 2.0 KB | 1.1 KB | 3 |
Total | N/A | 961.5 KB | 3.0 MB | 87 |
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 | 111.4 KB | 485.5 KB | 1 |
image | 343 B | 212.8 KB | 210.0 KB | 11 |
font | 0 b | 208.2 KB | 206.8 KB | 4 |
other | 0 b | 0 b | 0 b | 2 |
json | 0 b | 12.1 KB | 50.3 KB | 7 |
plain | 0 b | 0 b | 0 b | 4 |
video | 0 b | 2.7 MB | 2.9 MB | 2 |
Total | 869 B | 3.2 MB | 3.9 MB | 31 |
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 (45 issues) |
Moderate | 1 (1 issues) |
Minor | 0 (0 issues) |
| loadingExperience ALL | | originLoadingExperience ALL | |
Chrome User Experience Report (CrUx) is powered by real user measurement across the public web, aggregated from users who have opted-in to syncing their browsing history, have not set up a Sync passphrase, and have usage statistic reporting enabled and is using Chrome.
The CrUx data has four different buckets (form factor) depending on device: DESKTOP, PHONE, TABLET and ALL. You can choose which data to get with --crux.formFactor
.
Over the last 30 days, this is the field data for this page for Chrome users.
This is a summary of all pages served from this origin over the last 30 days for Chrome users.
Data collected between 2024-12-16 and 2025-1-12
Metric | Value |
---|---|
Round trip time 75 percentile | 154 ms |
Time to first byte (TTFB) 75 percentile | 982 ms |
First Contentful Paint (FCP) 75 percentile | 1.767 s |
Largest Contentful Paint (LCP) 75 percentile | 3.737 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.69 |
Interaction to next paint (INP) 75 percentile | 279 ms |
Form factor | Value |
---|---|
Desktop | 2.83% |
Phone | 95.86% |
Tablet | 1.31% |
Navigation type | Value |
---|---|
Navigate | 86.49% |
Navigate cache | 0.00% |
Reload | 6.14% |
Restore | 0.00% |
Back/Forward | 7.37% |
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) | |
|