Tested 2025-01-15 15:41:53 using Chrome 131.0.6778.85 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 69 |
Total Page Transfer Size | 45.9 MB |
Requests | 691 |
Timing metrics | |
TTFB [median] | 67 ms |
First Paint [median] | 837 ms |
Fully Loaded [median] | 2.703 s |
Google Web Vitals | |
TTFB [median] | 67 ms |
First Contentful Paint (FCP) [median] | 837 ms |
Largest Contentful Paint (LCP) [median] | 2.385 s |
Cumulative Layout Shift (CLS) [median] | 0.00 |
CPU metrics | |
CPU long tasks [median] | 1 |
CPU longest task duration | 409 ms |
CPU last long task happens at | 1.816 s |
Visual Metrics | |
First Visual Change [median] | 834 ms |
Speed Index [median] | 2.375 s |
Visual Complete 85% [median] | 2.367 s |
Visual Complete 99% [median] | 2.433 s |
Last Visual Change [median] | 2.433 s |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 633 ms | 834 ms | 1.278 s | 2.367 s |
LastVisualChange | 934 ms | 2.433 s | 3.711 s | 7.766 s |
SpeedIndex | 847 ms | 2.375 s | 2.486 s | 4.235 s |
VisualReadiness | 66 ms | 100 ms | 2.433 s | 7.133 s |
VisualComplete85 | 834 ms | 2.367 s | 3.567 s | 7.500 s |
VisualComplete95 | 934 ms | 2.433 s | 3.667 s | 7.633 s |
VisualComplete99 | 934 ms | 2.433 s | 3.711 s | 7.766 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 67 ms | 67 ms | 238 ms | 580 ms |
Largest Contentful Paint (LCP) | 837 ms | 2.385 s | 1.880 s | 2.417 s |
First Contentful Paint (FCP) | 614 ms | 837 ms | 1.279 s | 2.385 s |
Cumulative Layout Shift (CLS) | 0 | 0 | 0 | 0 |
More metrics | ||||
firstPaint | 614 ms | 837 ms | 1.279 s | 2.385 s |
loadEventEnd | 2.513 s | 2.634 s | 2.624 s | 2.724 s |
User Timing | ||||
Zone | 2.295 s | 2.295 s | 2.295 s | 2.295 s |
Zone:ZoneAwarePromise | 2.299 s | 2.299 s | 2.299 s | 2.299 s |
Zone:toString | 2.300 s | 2.300 s | 2.300 s | 2.300 s |
Zone:util | 2.300 s | 2.300 s | 2.300 s | 2.300 s |
Zone:legacy | 2.301 s | 2.301 s | 2.301 s | 2.301 s |
Zone:timers | 2.302 s | 2.302 s | 2.302 s | 2.302 s |
Zone:requestAnimationFrame | 2.302 s | 2.302 s | 2.302 s | 2.302 s |
Zone:blocking | 2.302 s | 2.302 s | 2.302 s | 2.302 s |
Zone:EventTarget | 2.302 s | 2.302 s | 2.302 s | 2.302 s |
Zone:MutationObserver | 2.303 s | 2.303 s | 2.303 s | 2.303 s |
Zone:IntersectionObserver | 2.303 s | 2.303 s | 2.303 s | 2.303 s |
Zone:FileReader | 2.304 s | 2.304 s | 2.304 s | 2.304 s |
Zone:on_property | 2.304 s | 2.304 s | 2.304 s | 2.304 s |
Zone:customElements | 2.331 s | 2.331 s | 2.331 s | 2.331 s |
Zone:XHR | 2.331 s | 2.331 s | 2.331 s | 2.331 s |
Zone:geolocation | 2.332 s | 2.332 s | 2.332 s | 2.332 s |
Zone:PromiseRejectionEvent | 2.332 s | 2.332 s | 2.332 s | 2.332 s |
Zone:queueMicrotask | 2.332 s | 2.332 s | 2.332 s | 2.332 s |
CPU | ||||
Total Blocking Time | 0 ms | 0 ms | 197 ms | 592 ms |
Max Potential FID | 0 ms | 0 ms | 136 ms | 409 ms |
CPU long tasks | 1 | 1 | 2 | 5 |
CPU last long task happens at | 634 ms | 1.816 s | 1.546 s | 2.187 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 |
---|---|---|
Avoid unnecessary headers (unnecessaryHeaders) | There are 4 responses that sets both a max-age and expires header. There are 691 responses that sets a server header. | 0 |
Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want. | ||
Offenders: |
Title | Advice | Score |
---|---|---|
Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader) | Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download. | 0 |
Description: Content Security Policy is delivered via a HTTP response header, and defines approved sources of content that the browser may load. It can be an effective countermeasure to Cross Site Scripting (XSS) attacks and is also widely supported and usually easily deployed. https://scotthelme.co.uk/content-security-policy-an-introduction/. | ||
Offenders: | ||
Set a referrer-policy header to make sure you do not leak user information. (referrerPolicyHeader) | Set a referrer-policy header to make sure you do not leak user information. | 0 |
Description: Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. https://scotthelme.co.uk/a-new-security-header-referrer-policy/. | ||
Offenders: | ||
Set a strict transport header to make sure the user always use HTTPS. (strictTransportSecurityHeader) | A strict transport header is set but miss out on setting includeSubDomainsThe max age is lower than six months. Increase it to get a better score. | 70 |
Description: The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) lets a web site tell browsers that it should only be accessed using HTTPS, instead of using HTTP. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security. |
Page info | |
---|---|
Title | Ювелирная компания SOKOLOV. Официальный интернет магазин |
Width | 1904 |
Height | 1335 |
DOM elements | 2996 |
Avg DOM depth | 14 |
Max DOM depth | 17 |
Iframes | 0 |
Script tags | 17 |
Local storage | 0 b |
Session storage | 0 b |
Network Information API | 3g |
Resource Hints |
---|
dns-prefetch |
http://cdn.diginetica.net/ |
preconnect |
http://autocomplete.diginetica.net/ |
https://static.criteo.net/ |
https://cm.g.doubleclick.net/ |
https://ad.mail.ru/ |
https://googleads.g.doubleclick.net/ |
https://www.googletagmanager.com/ |
https://www.google-analytics.com/ |
https://api.mindbox.ru/ |
https://api.flocktory.com/ |
https://demo4.paasweb.co.il/ |
Data collected using Wappalyzer version 6.10.66. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies html
or --browsertime.chrome.includeResponseBodies html
to help Wappalyzer find more information about technologies used.
Technology | Confidence | Category |
---|---|---|
Nginx | 100 | Web servers Reverse proxies |
HSTS | 100 | Security |
Data from run 1
Visual Metrics | |
---|---|
First Visual Change | 2.367 s |
Speed Index | 2.375 s |
Visual Complete 85% | 2.367 s |
Visual Complete 95% | 2.433 s |
Visual Complete 99% | 2.433 s |
Last Visual Change | 2.433 s |
Visual Readiness | 66 ms |
Navigation Timing | |
---|---|
backEndTime | 580 ms |
domContentLoadedTime | 2.375 s |
domInteractiveTime | 687 ms |
domainLookupTime | 0 ms |
frontEndTime | 2.129 s |
pageDownloadTime | 16 ms |
pageLoadTime | 2.724 s |
redirectionTime | 0 ms |
serverConnectionTime | 22 ms |
serverResponseTime | 567 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 580 ms |
First Contentful Paint (FCP) | 2.385 s |
Largest Contentful Paint (LCP) | 2.385 s |
Total Blocking Time (TBT) | 0 ms |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 3354 |
Time spent in recalculate style before FCP | 71.943 ms |
Extra timings | |
---|---|
TTFB | 580 ms |
First Paint | 2.385 s |
Load Event End | 2.724 s |
Fully loaded | 2.751 s |
When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.
Element type | SPAN |
Element/tag | <span class="AppLinksCard_apps-card__text__TzDX1"></span> |
Render time | 2.385 s |
Elements that needed recalculate style before LCP | 3354 |
Time spent in recalculate style before LCP | 71.943 ms |
Load time | 0 ms |
Size (width*height) | 6204 |
DOM path | |
div#__next > div#catalog > div > footer > div:eq(0) > div:eq(0) > div:eq(1) > span> div#__next > div#catalog > div > footer > div:eq(0) > div:eq(0) > div:eq(1) > span> |
No layout shift detected.
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 |
---|---|---|---|---|
128 ms | 1.604 s | 146 ms | 0 ms | 146 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 | 691 |
Total domains | 3 |
Total transfer size | 45.9 MB |
Total content size | 47.3 MB |
Responses missing compression | 18 |
Number of cookies | 0 |
Third party cookies | 0 |
Requests per response code | |
---|---|
200 | 358 |
302 | 333 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://cdn.sokolov....C%D0%B3%D0%B8.png | image | 403.7 KB | 403.0 KB |
https://cdn.sokolov....6%D0%B0%20(1).png | image | 355.7 KB | 355.1 KB |
https://cdn.sokolov....000.04.01%201.png | image | 331.7 KB | 331.1 KB |
https://cdn.sokolov....0%D1%81%D1%8B.png | image | 330.4 KB | 329.8 KB |
https://cdn.sokolov....D%D1%8B%D0%B5.png | image | 322.9 KB | 322.3 KB |
https://cdn.sokolov....io4c-78l6_o8q.png | image | 322.0 KB | 321.4 KB |
https://cdn.sokolov....8%D1%85%D0%B0.png | image | 304.8 KB | 304.2 KB |
https://cdn.sokolov....gfFKCSWtn82eZ.png | image | 304.7 KB | 304.1 KB |
https://cdn.sokolov....D%D0%BA%D0%B8.png | image | 293.5 KB | 292.9 KB |
https://cdn.sokolov....E%D1%88%D0%B8.png | image | 293.4 KB | 292.8 KB |
https://cdn.sokolov....aRp8dzB4Mkj7T.png | image | 289.5 KB | 288.9 KB |
https://cdn.sokolov.....01%201%20(1).png | image | 285.4 KB | 284.9 KB |
https://cdn.sokolov....0%D1%81%D1%8B.png | image | 284.7 KB | 284.1 KB |
https://cdn.sokolov....6_QOBRJ2Q3XEU.png | image | 281.2 KB | 280.7 KB |
https://cdn.sokolov.....00.000.10.01.png | image | 281.0 KB | 280.5 KB |
https://cdn.sokolov....adO019015%201.png | image | 275.3 KB | 274.7 KB |
https://cdn.sokolov....%BC%D1%8B%201.png | image | 270.6 KB | 270.1 KB |
https://cdn.sokolov....8%D0%BC%D1%8B.png | image | 265.7 KB | 265.1 KB |
https://cdn.sokolov....0%D0%BC%D1%8B.png | image | 263.1 KB | 262.6 KB |
https://cdn.sokolov....C%D1%86%D0%B0.png | image | 259.2 KB | 258.7 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 32.9 KB | 296.1 KB | 1 |
css | 0 b | 65.7 KB | 447.1 KB | 3 |
javascript | 0 b | 386.2 KB | 1.3 MB | 11 |
image | 0 b | 45.2 MB | 45.0 MB | 333 |
font | 0 b | 208.2 KB | 206.8 KB | 4 |
svg | 0 b | 27.5 KB | 67.2 KB | 4 |
json | 0 b | 901 B | 716 B | 1 |
favicon | 0 b | 3.7 KB | 14.7 KB | 1 |
Total | 0 b | 45.9 MB | 47.3 MB | 358 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
sokolov.ru | 117.197 s | 60.1 KB | 363.3 KB | 338 |
cdn.sokolov.ru | 307.011 s | 45.4 MB | 45.2 MB | 337 |
static-catalog.sokolov.ru | 1.537 s | 456.6 KB | 1.7 MB | 16 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 0 seconds | 1 year |
Last modified | 1 day | 2 days | 20 weeks |
Included requests done after load event end.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 0 b | 0 |
javascript | 0 b | 0 |
image | 0 b | 0 |
font | 0 b | 0 |
json | 901 B | 1 |
favicon | 3.7 KB | 1 |
Total | 4.6 KB | 2 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 0 b | 0 |
javascript | 0 b | 0 |
image | 0 b | 0 |
font | 0 b | 0 |
svg | 27.5 KB | 4 |
json | 901 B | 1 |
favicon | 3.7 KB | 1 |
Total | 32.1 KB | 6 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
0 | 0 | 0 |
URL | Type |
---|---|
https://static-catal...25fd1c88441dba.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...33f27b2dfdcc1f.js | non_blocking |
https://static-catal...d4955c7aea6026.js | non_blocking |
https://static-catal...e8ec0aad0d4042.js | non_blocking |
https://static-catal...895d4bc736c19a.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...914a619aaaccf.css | non_blocking |
https://static-catal...f7556ef5a1e9ce.js | non_blocking |
https://static-catal...fabfa6469908c8.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 | 0 | |
Max Potential First Input Delay | 0 | |
Long Tasks before First Paint | 1 | 147 |
Long Tasks before First Contentful Paint | 1 | 147 |
Long Tasks before Largest Contentful Paint | 1 | 147 |
Long Tasks after Load Event End | 0 | 0 |
Total Long Tasks | 1 | 147 |
CPU last long task happened at 2.187 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
unknown | 2187 | 147 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 33 |
styleLayout | 137 |
paintCompositeRender | 7 |
scriptParseCompile | 1 |
scriptEvaluation | 46 |
garbageCollection | 7 |
other | 672 |
Events (ms) | |
---|---|
RunTask | 625 |
UpdateLayoutTree | 73 |
Layout | 63 |
RunMicrotasks | 40 |
ParseHTML | 25 |
HTMLDocumentParser::FetchQueuedPreloads | 17 |
Third party requests categorised by Third party web version 0.26.2.
Calculated using .*sokolov.* (use --firstParty
to configure).
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 32.9 KB | 296.1 KB | 1 |
css | 0 b | 65.7 KB | 447.1 KB | 3 |
javascript | 0 b | 386.2 KB | 1.3 MB | 11 |
image | 0 b | 45.2 MB | 45.0 MB | 333 |
font | 0 b | 208.2 KB | 206.8 KB | 4 |
svg | 0 b | 27.5 KB | 67.2 KB | 4 |
json | 0 b | 901 B | 716 B | 1 |
favicon | 0 b | 3.7 KB | 14.7 KB | 1 |
Total | N/A | 45.9 MB | 47.3 MB | 691 |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 0 b | 0 b | 0 |
css | 0 b | 0 b | 0 b | 0 |
javascript | 0 b | 0 b | 0 b | 0 |
image | 0 b | 0 b | 0 b | 0 |
font | 0 b | 0 b | 0 b | 0 |
Total | N/A | N/A | N/A |
Axe is an accessibility testing engine for websites and other HTML-based user interfaces. Tested using axe-core version 4.10.2. Read more about axe-core .
Median number of violations for all the runs. Check each individual run to see all the violations.
Type | Violations (median) |
---|---|
Critical | 2 (8 issues) |
Serious | 3 (13 issues) |
Moderate | 1 (1 issues) |
Minor | 1 (8 issues) |