Tested 2025-01-17 00:38:22 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] | 597 ms |
First Paint [median] | 909 ms |
Fully Loaded [median] | 1.969 s |
Google Web Vitals | |
TTFB [median] | 597 ms |
First Contentful Paint (FCP) [median] | 909 ms |
Largest Contentful Paint (LCP) [median] | 1.809 s |
Cumulative Layout Shift (CLS) [median] | 0.00 |
Total Blocking Time [median] | 305 ms |
Max Potential FID [median] | 280 ms |
CPU metrics | |
CPU long tasks [median] | 5 |
CPU longest task duration | 313 ms |
CPU last long task happens at | 1.562 s |
Visual Metrics | |
First Visual Change [median] | 933 ms |
Speed Index [median] | 1.822 s |
Visual Complete 85% [median] | 1.900 s |
Visual Complete 99% [median] | 1.900 s |
Last Visual Change [median] | 1.900 s |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 866 ms | 933 ms | 922 ms | 967 ms |
LastVisualChange | 1.766 s | 1.900 s | 1.911 s | 2.067 s |
SpeedIndex | 1.684 s | 1.822 s | 1.825 s | 1.969 s |
VisualReadiness | 900 ms | 933 ms | 989 ms | 1.134 s |
VisualComplete85 | 1.766 s | 1.900 s | 1.911 s | 2.067 s |
VisualComplete95 | 1.766 s | 1.900 s | 1.911 s | 2.067 s |
VisualComplete99 | 1.766 s | 1.900 s | 1.911 s | 2.067 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 500 ms | 597 ms | 575 ms | 628 ms |
Largest Contentful Paint (LCP) | 1.616 s | 1.809 s | 1.783 s | 1.923 s |
First Contentful Paint (FCP) | 864 ms | 909 ms | 912 ms | 964 ms |
Cumulative Layout Shift (CLS) | 0 | 0 | 0 | 0 |
More metrics | ||||
firstPaint | 864 ms | 909 ms | 912 ms | 964 ms |
loadEventEnd | 811 ms | 990 ms | 936 ms | 1.007 s |
User Timing | ||||
Zone | 1.564 s | 1.759 s | 1.729 s | 1.864 s |
Zone:ZoneAwarePromise | 1.567 s | 1.763 s | 1.733 s | 1.868 s |
Zone:toString | 1.568 s | 1.764 s | 1.734 s | 1.869 s |
Zone:util | 1.568 s | 1.764 s | 1.734 s | 1.870 s |
Zone:legacy | 1.569 s | 1.764 s | 1.735 s | 1.870 s |
Zone:timers | 1.569 s | 1.765 s | 1.735 s | 1.871 s |
Zone:requestAnimationFrame | 1.569 s | 1.765 s | 1.735 s | 1.871 s |
Zone:blocking | 1.570 s | 1.765 s | 1.735 s | 1.871 s |
Zone:EventTarget | 1.570 s | 1.765 s | 1.735 s | 1.871 s |
Zone:MutationObserver | 1.571 s | 1.766 s | 1.736 s | 1.872 s |
Zone:IntersectionObserver | 1.571 s | 1.766 s | 1.736 s | 1.872 s |
Zone:FileReader | 1.571 s | 1.766 s | 1.737 s | 1.873 s |
Zone:on_property | 1.571 s | 1.766 s | 1.737 s | 1.873 s |
Zone:customElements | 1.592 s | 1.787 s | 1.758 s | 1.896 s |
Zone:XHR | 1.593 s | 1.787 s | 1.759 s | 1.896 s |
Zone:geolocation | 1.593 s | 1.788 s | 1.759 s | 1.896 s |
Zone:PromiseRejectionEvent | 1.593 s | 1.788 s | 1.759 s | 1.897 s |
Zone:queueMicrotask | 1.593 s | 1.788 s | 1.759 s | 1.897 s |
CPU | ||||
Total Blocking Time | 95 ms | 305 ms | 250 ms | 350 ms |
Max Potential FID | 142 ms | 280 ms | 245 ms | 313 ms |
CPU long tasks | 4 | 5 | 5 | 5 |
CPU last long task happens at | 1.327 s | 1.562 s | 1.548 s | 1.756 s |
Run 1 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 633 characters long. https://diamant.ru/a...gation-block-003/ has a header set-cookie that is 633 characters long. https://diamant.ru/api/v5/profile/ has a header set-cookie that is 623 characters long. https://diamant.ru/a...t/easy-calculate/ has a header set-cookie that is 957 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. | 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 1
Visual Metrics | |
---|---|
First Visual Change | 967 ms |
Speed Index | 1.822 s |
Visual Complete 85% | 1.900 s |
Visual Complete 95% | 1.900 s |
Visual Complete 99% | 1.900 s |
Last Visual Change | 1.900 s |
Visual Readiness | 933 ms |
Navigation Timing | |
---|---|
backEndTime | 597 ms |
domContentLoadedTime | 1.004 s |
domInteractiveTime | 682 ms |
domainLookupTime | 68 ms |
frontEndTime | 336 ms |
pageDownloadTime | 74 ms |
pageLoadTime | 1.007 s |
redirectionTime | 0 ms |
serverConnectionTime | 26 ms |
serverResponseTime | 572 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 597 ms |
First Contentful Paint (FCP) | 964 ms |
Largest Contentful Paint (LCP) | 1.809 s |
Cumulative Layout Shift (CLS) | 0.00 |
Total Blocking Time (TBT) | 305 ms |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 2185 |
Time spent in recalculate style before FCP | 48.111 ms |
Extra timings | |
---|---|
TTFB | 597 ms |
First Paint | 964 ms |
Load Event End | 1.007 s |
Fully loaded | 1.998 s |
User Timing marks | |
---|---|
Zone | 1.759 s |
Zone:ZoneAwarePromise | 1.763 s |
Zone:toString | 1.764 s |
Zone:util | 1.764 s |
Zone:legacy | 1.764 s |
Zone:timers | 1.765 s |
Zone:requestAnimationFrame | 1.765 s |
Zone:blocking | 1.765 s |
Zone:EventTarget | 1.765 s |
Zone:MutationObserver | 1.766 s |
Zone:IntersectionObserver | 1.766 s |
Zone:FileReader | 1.766 s |
Zone:on_property | 1.766 s |
Zone:customElements | 1.787 s |
Zone:XHR | 1.787 s |
Zone:geolocation | 1.788 s |
Zone:PromiseRejectionEvent | 1.788 s |
Zone:queueMicrotask | 1.788 s |
User Timing measures | ||
---|---|---|
Name | Start time | Duration |
Next.js-before-hydration | 0 ms | 1.001 s |
Next.js-hydration | 1.001 s | 225 ms |
Zone | 1.759 s | 4 ms |
Zone:ZoneAwarePromise | 1.763 s | 1 ms |
Zone:toString | 1.764 s | 0 ms |
Zone:util | 1.764 s | 0 ms |
Zone:legacy | 1.764 s | 0 ms |
Zone:timers | 1.765 s | 0 ms |
Zone:requestAnimationFrame | 1.765 s | 0 ms |
Zone:blocking | 1.765 s | 0 ms |
Zone:EventTarget | 1.765 s | 1 ms |
Zone:MutationObserver | 1.766 s | 0 ms |
Zone:IntersectionObserver | 1.766 s | 0 ms |
Zone:FileReader | 1.766 s | 0 ms |
Zone:on_property | 1.766 s | 21 ms |
Zone:customElements | 1.787 s | 0 ms |
Zone:XHR | 1.787 s | 0 ms |
Zone:geolocation | 1.788 s | 0 ms |
Zone:PromiseRejectionEvent | 1.788 s | 0 ms |
Zone:queueMicrotask | 1.788 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.809 s |
Elements that needed recalculate style before LCP | 4781 |
Time spent in recalculate style before LCP | 138.208 ms |
Load time | 1.809 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.
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 |
---|---|---|---|---|
238 ms | 284.7 ms | 7.3 ms | 5 ms | 2.3 ms |
https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js | ||||
Forced Style And Layout Duration: 31 ms Invoker: MessagePort.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
78 ms | 130.9 ms | 5.1 ms | 2.3 ms | 2.8 ms |
https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js | ||||
Forced Style And Layout Duration: 27 ms Invoker: MessagePort.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
55 ms | 217.1 ms | 92.9 ms | 0.1 ms | 92.8 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
34 ms | 96 ms | 6 ms | 4.7 ms | 1.3 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-c0387b52a16aac65.js | ||||
Invoker: https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-c0387b52a16aac65.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 |
---|---|---|---|---|
6 ms | 90.4 ms | 4.6 ms | 1.7 ms | 2.9 ms |
https://static-catalog.diamant.ru/_next/static/chunks/6434.a726009e658608fe.js | ||||
Invoker: https://static-catalog.diamant.ru/_next/static/chunks/6434.a726009e658608fe.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 69 ms | 9 ms | 7 ms | 2 ms |
https://static-catalog.diamant.ru/_next/static/chunks/3333.c9b72e76d5480d80.js | ||||
Forced Style And Layout Duration: 3 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 | 107.7 ms | 5.3 ms | 2 ms | 3.3 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 48.6 ms | 10.4 ms | 7.2 ms | 3.2 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
0 ms | 47.9 ms | 9.1 ms | 5.1 ms | 4 ms |
https://static-catalog.diamant.ru/_next/static/chunks/6434.a726009e658608fe.js | ||||
Invoker: TimerHandler:setTimeout | ||||
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 |
---|---|---|---|---|
0 ms | 50.1 ms | 1.9 ms | 0.6 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 | 84 |
Total domains | 4 |
Total transfer size | 6.3 MB |
Total content size | 8.2 MB |
Responses missing compression | 32 |
Number of cookies | 7 |
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...387b52a16aac65.js | javascript | 172.1 KB | 604.7 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.1 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.7 KB | 25.9 KB | 9 |
other | 0 b | 0 b | 0 b | 1 |
favicon | 0 b | 1.4 KB | 9.4 KB | 1 |
svg | 0 b | 7.3 KB | 9.3 KB | 10 |
video | 0 b | 3.5 MB | 3.5 MB | 1 |
Total | 0 b | 6.3 MB | 8.2 MB | 83 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
diamant.ru | 1.780 s | 506.9 KB | 835.4 KB | 18 |
cdn.sokolov.ru | 2.703 s | 5.2 MB | 5.2 MB | 18 |
static-catalog.diamant.ru | 2.505 s | 624.2 KB | 2.2 MB | 46 |
seo.sokolov.ru | 75 ms | 207 B | 31 B | 2 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 1 year | 1 year |
Last modified | 19 hours | 3 weeks | 40 weeks |
Included requests done after load event end.
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.7 KB | 9 |
other | 0 b | 1 |
favicon | 1.4 KB | 1 |
svg | 7.3 KB | 10 |
video | 3.5 MB | 1 |
Total | 5.1 MB | 50 |
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.7 KB | 9 |
other | 0 b | 1 |
favicon | 1.4 KB | 1 |
svg | 7.3 KB | 10 |
video | 3.5 MB | 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...387b52a16aac65.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...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...150e9e1bfa1b2.css | non_blocking |
https://static-catal...221bfd6549e8a4.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...ef9fd56b8149f.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...q/_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 | 305 | |
Max Potential First Input Delay | 280 | |
Long Tasks before First Paint | 2 | 171 |
Long Tasks before First Contentful Paint | 2 | 171 |
Long Tasks before Largest Contentful Paint | 5 | 626 |
Long Tasks after Load Event End | 3 | 455 |
Total Long Tasks | 5 | 626 |
CPU last long task happened at 1.756 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
unknown | 818 | 93 | window | |||
self | 929 | 78 | window | |||
self | 1015 | 280 | window | |||
self | 1314 | 123 | window | |||
self | 1756 | 52 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 24 |
styleLayout | 309 |
paintCompositeRender | 306 |
scriptParseCompile | 1 |
scriptEvaluation | 821 |
garbageCollection | 26 |
other | 619 |
Events (ms) | |
---|---|
FunctionCall | 603 |
RunTask | 370 |
UpdateLayoutTree | 243 |
Paint | 168 |
RunMicrotasks | 149 |
Layerize | 100 |
PaintImage | 77 |
Layout | 65 |
Commit | 58 |
UpdateLayer | 57 |
PrePaint | 44 |
IntersectionObserverController::computeIntersections | 26 |
ParseHTML | 16 |
v8.callFunction | 14 |
v8.run | 14 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 12 |
V8.BytecodeBudgetInterrupt | 11 |
V8.HandleInterrupts | 10 |
URL | CPU time (ms) |
---|---|
https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js | 591 |
https://static-catalog.diamant.ru/_next/static/chunks/6434.a726009e658608fe.js | 115 |
https://static-catalog.diamant.ru/_next/static/chunks/4643-fe528e618c90a44c.js | 78 |
https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-c0387b52a16aac65.js | 54 |
https://static-catalog.diamant.ru/_next/static/chunks/3333.c9b72e76d5480d80.js | 26 |
https://static-catalog.diamant.ru/_next/static/chunks/pages/main/bot-a4fabfa6469908c8.js | 20 |
https://static-catalog.diamant.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js | 13 |
Tool/domain | Time (ms) |
---|---|
static-catalog.diamant.ru | 896.9 |
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.1 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.5 KB | 25.9 KB | 8 |
favicon | 0 b | 1.4 KB | 9.4 KB | 1 |
svg | 0 b | 893 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) |