Tested 2025-01-16 16:24:17 using Chrome 131.0.6778.85 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 54 |
Total Page Transfer Size | 19.6 MB |
Requests | 204 |
Timing metrics | |
TTFB [median] | 103 ms |
First Paint [median] | 890 ms |
Fully Loaded [median] | 33.727 s |
Google Web Vitals | |
TTFB [median] | 103 ms |
First Contentful Paint (FCP) [median] | 890 ms |
Largest Contentful Paint (LCP) [median] | 1.254 s |
Cumulative Layout Shift (CLS) [median] | 0.01 |
Interaction To Next Paint (INP) [median] | 272 ms |
Total Blocking Time [median] | 1.945 s |
Max Potential FID [median] | 855 ms |
CPU metrics | |
CPU long tasks [median] | 17 |
CPU longest task duration | 1.061 s |
CPU last long task happens at | 5.295 s |
Visual Metrics | |
First Visual Change [median] | 900 ms |
Speed Index [median] | 13.258 s |
Visual Complete 85% [median] | 36.300 s |
Visual Complete 99% [median] | 38.667 s |
Last Visual Change [median] | 38.667 s |
Chrome User Experience Report (CRUX) | |
First Contentful Paint [p75] | 2.420 s |
Largest Contentful Paint (LCP) [p75] | 4.083 s |
Cumulative Layout Shift (CLS) [p75] | 0.01 |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 567 ms | 900 ms | 1.011 s | 1.567 s |
LastVisualChange | 37.900 s | 38.667 s | 38.689 s | 39.500 s |
SpeedIndex | 12.332 s | 13.258 s | 12.981 s | 13.353 s |
VisualReadiness | 37.333 s | 37.767 s | 37.678 s | 37.933 s |
VisualComplete85 | 35.300 s | 36.300 s | 36.867 s | 39.000 s |
VisualComplete95 | 37.834 s | 38.667 s | 38.667 s | 39.500 s |
VisualComplete99 | 37.900 s | 38.667 s | 38.689 s | 39.500 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 78 ms | 103 ms | 97 ms | 110 ms |
Largest Contentful Paint (LCP) | 750 ms | 1.254 s | 1.423 s | 2.264 s |
First Contentful Paint (FCP) | 574 ms | 890 ms | 1.004 s | 1.549 s |
Cumulative Layout Shift (CLS) | 0.0094 | 0.0094 | 0.0095 | 0.0097 |
More metrics | ||||
firstPaint | 574 ms | 890 ms | 1.004 s | 1.549 s |
loadEventEnd | 32.270 s | 33.166 s | 32.928 s | 33.348 s |
CPU | ||||
Total Blocking Time | 1.679 s | 1.945 s | 2.042 s | 2.503 s |
Max Potential FID | 721 ms | 855 ms | 879 ms | 1.061 s |
CPU long tasks | 14 | 17 | 17 | 20 |
CPU last long task happens at | 4.605 s | 5.295 s | 5.369 s | 6.206 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 |
---|---|---|
Meta description (metaDescription) | The meta description is too long. It has 184 characters, the recommended max is 155 | 50 |
Description: Use a page description to make the page more relevant to search engines. | ||
Page title (pageTitle) | The title is too long by 95 characters. The recommended max is 60 | 50 |
Description: Use a title to make the page more relevant to search engines. | ||
Do not send too long headers (longHeaders) | https://mc.yandex.ru/metrika/watch.js has a header set-cookie that is 795 characters long. https://top-fwz1.mai...1.mail.ru/counter has a header set-cookie that is 716 characters long. https://mc.yandex.ru....ru/watch/5901091 has a header location that is 1783 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header location that is 1783 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header set-cookie that is 928 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. https://top-fwz1.mai...mail.ru/datalayer has a header set-cookie that is 614 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. https://top-fwz1.mai...mail.ru/datalayer has a header set-cookie that is 614 characters long. https://api.sunlight...v3/cities/select/ has a header set-cookie that is 882 characters long. https://yandex.ru/ads/system/context.js has a header set-cookie that is 823 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. | 84 |
Description: Do not send response headers that are too long. | ||
Offenders: | ||
Avoid too many third party requests (thirdParty) | The page do 45% requests to third party domains (92 requests and 1.4 MB). First party is 112 requests and 19.1 MB. The regex .*sunlight.* was used to calculate first/third party requests. | 50 |
Description: Do not load most of your content from third party URLs. | ||
Avoid unnecessary headers (unnecessaryHeaders) | There are 17 responses that sets a p3p header. There are 126 responses that sets both a max-age and expires header. There are 25 responses that sets a pragma no-cache header (that is a request header). There are 185 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: | ||
Avoid third party cookies that is used to track the user. (thirdPartyCookies) | The page sets 8 third party cookies. | 0 |
Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox. | ||
Offenders: | ||
Do not share user data with third parties. (thirdPartyPrivacy) | The page has 14% requests that are 3rd party (29 requests with a size of 496.6 kB). The page also have request to companies that harvest data from users and do not respect users privacy (see https://en.wikipedia.org/wiki/Surveillance_capitalism). The page do 3 tag-manager requests and uses 1 tag-manager tool. The page do 7 survelliance requests and uses 4 survelliance tools. The page do 12 analytics requests and uses 2 analytics tools. The page do 4 ad requests and uses 1 ad tool. The page do 8 social requests and uses 1 social tool. The page do 1 utility request and uses 1 utility tool. | 0 |
Description: Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests. | ||
Offenders: |
Page info | |
---|---|
Title | Золотое кольцо с бриллиантами БРИЛЛИАНТЫ ЯКУТИИ 0490-K5R-02: розовое золото 585 пробы, бриллиант — купить в интернет-магазине SUNLIGHT, фото, артикул 57830 |
Width | 1909 |
Height | 6538 |
DOM elements | 3644 |
Avg DOM depth | 11 |
Max DOM depth | 20 |
Iframes | 2 |
Script tags | 73 |
Local storage | 7.7 KB |
Session storage | 743 B |
Network Information API | 4g |
Resource Hints |
---|
dns-prefetch |
https://www.googletagmanager.com/ |
https://mc.yandex.ru/ |
https://cdn.diginetica.net/ |
preconnect |
https://gum.criteo.com/ |
https://dis.eu.criteo.com/ |
https://tracking.diginetica.net/ |
https://bid.g.doubleclick.net/ |
https://ad.mail.ru/ |
https://px.adhigh.net/ |
https://top-fwz1.mail.ru/ |
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 |
---|---|---|
PHP | 100 | Programming languages |
KPHP 7.4.120801 | 100 | Programming languages |
Amazon Web Services | 100 | PaaS |
HSTS | 100 | Security |
Amazon CloudFront | 100 | CDN |
HTTP/3 | 100 | Miscellaneous |
Data collected using Third Party Web 0.26.2
Tag-manager |
---|
Google Tag Manager |
Survelliance |
Google Tag Manager |
Google Analytics |
Other Google APIs/SDKs |
Google Fonts |
Analytics |
Yandex Metrica |
Google Analytics |
Ad |
Branch Metrics |
Social |
VK |
Utility |
Other Google APIs/SDKs |
Cdn |
Google Fonts |
Data from run 3
Visual Metrics | |
---|---|
First Visual Change | 1.567 s |
Speed Index | 13.258 s |
Visual Complete 85% | 39.000 s |
Visual Complete 95% | 39.500 s |
Visual Complete 99% | 39.500 s |
Last Visual Change | 39.500 s |
Visual Readiness | 37.933 s |
Navigation Timing | |
---|---|
backEndTime | 78 ms |
domContentLoadedTime | 3.004 s |
domInteractiveTime | 3.003 s |
domainLookupTime | 5 ms |
frontEndTime | 33.239 s |
pageDownloadTime | 29 ms |
pageLoadTime | 33.347 s |
redirectionTime | 0 ms |
serverConnectionTime | 28 ms |
serverResponseTime | 71 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 78 ms |
First Contentful Paint (FCP) | 1.549 s |
Largest Contentful Paint (LCP) | 2.264 s |
Cumulative Layout Shift (CLS) | 0.01 |
Interaction to next paint (INP) | 272 ms |
Total Blocking Time (TBT) | 1.679 s |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 1652 |
Time spent in recalculate style before FCP | 44.546 ms |
Extra timings | |
---|---|
TTFB | 78 ms |
First Paint | 1.549 s |
Load Event End | 33.348 s |
Fully loaded | 33.877 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 | IMG |
Element/tag | <img loading="lazy" class="supreme-product-card__banner-image" src="https://g2.sunlight.net/r/h300/q91/media/nameplates/images/961dab2a53bf626fbee5574bd60082089502560d.jpg"> |
Render time | 2.264 s |
Elements that needed recalculate style before LCP | 3151 |
Time spent in recalculate style before LCP | 129.196 ms |
Load time | 2.264 s |
URL | https://g2.sunlight....082089502560d.jpg |
Size (width*height) | 74564 |
DOM path | |
div#wrapper > div:eq(5) > main#js-supreme-product-card > main#js-supreme-product-card > div:eq(1) > div:eq(1) > div:eq(11) > section > a > img> div#wrapper > div:eq(5) > main#js-supreme-product-card > main#js-supreme-product-card > div:eq(1) > div:eq(1) > div:eq(11) > section > a > img> |
0.00968 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.00939 | <div class="supreme-product-card__price-block"></div>,<section class="supreme-product-card__banner-wrapper"></section> |
body > div#wrapper > div:eq(5) > main#js-supreme-product-card > main#js-supreme-product-card > div:eq(1) > div:eq(1) > div:eq(2) > div:eq(1),body > div#wrapper > div:eq(5) > main#js-supreme-product-card > main#js-supreme-product-card > div:eq(1) > div:eq(1) > div:eq(11) > section | |
0.00028 | <a href="tel:88002349999" class="supreme-header-top-menu-link m-phone js-main-phone"></a> |
body > div#wrapper > div#js-header-top > div > div:eq(0) > a:eq(1) |
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 272 ms.
Event type | pointerover |
Element type | |
Element class name | |
Event target | |
Load state when the event happened | loading |
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 |
---|---|---|---|---|
674 ms | 727.8 ms | 2.2 ms | 1.5 ms | 0.7 ms |
Forced Style And Layout Duration: 294 ms Invoker: IDBRequest.onsuccess |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
373 ms | 455.5 ms | 16.5 ms | 10.8 ms | 5.7 ms |
https://cdn.diginetica.net/338/client.js | ||||
Forced Style And Layout Duration: 111 ms Invoker: https://cdn.diginetica.net/338/client.js | ||||
Invoker: FrameRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
318 ms | 364.1 ms | 21.9 ms | 15.7 ms | 6.2 ms |
https://g2.sunlight.net/static/webpack-modules-vue3/product/detail/main/dist/main.be1d3311eff663c7774e.js?1737043988.0 | ||||
Forced Style And Layout Duration: 72 ms Invoker: https://g2.sunlight.net/static/webpack-modules-vue3/product/detail/main/dist/main.be1d3311eff663c7774e.js?1737043988.0 | ||||
https://g2.sunlight.net/static/webpack-modules-vue3/product/detail/main/dist/main.be1d3311eff663c7774e.js?1737043988.0 | ||||
Forced Style And Layout Duration: 7 ms Invoker: FrameRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
84 ms | 187.7 ms | 8.3 ms | 6.7 ms | 1.6 ms |
https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR | ||||
Invoker: TimerHandler:setTimeout | ||||
https://top-fwz1.mail.ru/js/code.js | ||||
Invoker: https://top-fwz1.mail.ru/js/code.js | ||||
https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51d0v76512221za200 | ||||
Invoker: https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51d0v76512221za200 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
57 ms | 112.8 ms | 3.2 ms | 0.4 ms | 2.8 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
55 ms | 10.6 ms | 94.4 ms | 88.7 ms | 5.7 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
55 ms | 108.3 ms | 3.7 ms | 3 ms | 0.7 ms |
Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
48 ms | 100.4 ms | 0.6 ms | 0.7 ms | -0.1 ms |
https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR | ||||
Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
45 ms | 100.3 ms | -0.3 ms | 0.5 ms | -0.8 ms |
Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
41 ms | 59.9 ms | 72.1 ms | 70.1 ms | 2 ms |
Invoker: TimerHandler:setTimeout | ||||
Invoker: TimerHandler:setTimeout | ||||
Invoker: TimerHandler:setTimeout | ||||
Forced Style And Layout Duration: 7 ms Invoker: TimerHandler:setTimeout |
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/1.1 |
Total requests | 204 |
Total domains | 42 |
Total transfer size | 19.6 MB |
Total content size | 31.0 MB |
Responses missing compression | 53 |
Number of cookies | 29 |
Third party cookies | 8 |
Requests per response code | |
---|---|
200 | 189 |
204 | 4 |
206 | 6 |
301 | 1 |
302 | 3 |
322 | 1 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://g0.sunlight....f0c72aefd7ddd.mp4 | video | 11.9 MB | 11.9 MB |
https://g7.sunlight....cd41e45525233.mp4 | video | 3.3 MB | 3.3 MB |
https://g9.sunlight....73b65b703a6b4.jpg | image | 603.4 KB | 602.5 KB |
https://g1.sunlight....88a95b1b39572.mp4 | video | 574.5 KB | 573.7 KB |
https://cdn.diginetica.net/338/client.js | javascript | 309.3 KB | 1.3 MB |
https://api.mindbox....les/webpush_v2.js | javascript | 164.2 KB | 504.5 KB |
https://g2.sunlight....11eff663c7774e.js | javascript | 161.5 KB | 571.6 KB |
https://g9.sunlight....9ec733081cc9.jpeg | image | 157.5 KB | 157.1 KB |
https://g9.sunlight....262e43e065c1c.jpg | image | 148.3 KB | 147.9 KB |
https://sunlight.net...g/ring_57830.html | html | 134.9 KB | 807.5 KB |
https://www.googleta...nager.com/gtag/js | javascript | 131.8 KB | 405.6 KB |
https://g3.sunlight....a6e1a0d52003f.jpg | image | 127.6 KB | 127.2 KB |
https://www.googleta...anager.com/gtm.js | javascript | 113.0 KB | 395.9 KB |
https://www.googleta...nager.com/gtag/js | javascript | 110.7 KB | 389.0 KB |
https://static.popme...rvice/v2/forms.js | javascript | 91.5 KB | 266.8 KB |
https://g2.sunlight....5a9cb97d4cff3b.js | javascript | 90.1 KB | 250.6 KB |
https://g2.sunlight....082089502560d.jpg | image | 84.6 KB | 84.3 KB |
https://stream.datago.ru/tracker/sp.js | javascript | 72.7 KB | 72.6 KB |
https://g5.sunlight....406ed94b5e472.jpg | image | 63.4 KB | 63.1 KB |
https://g9.sunlight....78b5d91edacc0.jpg | image | 63.2 KB | 62.9 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 7.5 KB | 141.0 KB | 827.8 KB | 13 |
css | 1.7 KB | 68.0 KB | 469.0 KB | 9 |
javascript | 2.1 KB | 1.7 MB | 5.4 MB | 32 |
image | 1.0 KB | 1.6 MB | 1.6 MB | 58 |
font | 0 b | 176.1 KB | 174.1 KB | 6 |
svg | 0 b | 27.5 KB | 43.2 KB | 31 |
other | 1.3 KB | 42.6 KB | 40.0 KB | 12 |
video | 0 b | 15.8 MB | 22.3 MB | 6 |
json | 5.5 KB | 19.1 KB | 149.4 KB | 26 |
plain | 382 B | 3.7 KB | 9.3 KB | 5 |
favicon | 0 b | 1.0 KB | 9.4 KB | 1 |
Total | 19.4 KB | 19.6 MB | 31.0 MB | 199 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
sunlight.net | 162 ms | 134.9 KB | 807.5 KB | 1 |
g0.sunlight.net | 4.099 s | 12.0 MB | 12.0 MB | 10 |
g3.sunlight.net | 682 ms | 220.9 KB | 229.6 KB | 8 |
g5.sunlight.net | 972 ms | 208.9 KB | 285.1 KB | 14 |
g6.sunlight.net | 1.309 s | 152.4 KB | 276.2 KB | 12 |
www.googletagmanager.com | 484 ms | 355.4 KB | 1.2 MB | 3 |
mc.yandex.ru | 473 ms | 65.6 KB | 174.1 KB | 10 |
cdn.diginetica.net | 573 ms | 322.2 KB | 1.3 MB | 5 |
g2.sunlight.net | 1.647 s | 399.8 KB | 1.3 MB | 12 |
g9.sunlight.net | 3.060 s | 1007.2 KB | 4.5 MB | 10 |
static.popmechanic.ru | 202 ms | 97.0 KB | 285.1 KB | 3 |
g1.sunlight.net | 501 ms | 629.3 KB | 628.8 KB | 5 |
g8.sunlight.net | 210 ms | 3.8 KB | 6.0 KB | 4 |
g7.sunlight.net | 2.783 s | 3.4 MB | 6.4 MB | 7 |
g4.sunlight.net | 195 ms | 6.6 KB | 6.2 KB | 4 |
vs1.sunlight.net | 1.695 s | 135.5 KB | 134.7 KB | 4 |
api.sunlight.net | 1.038 s | 4.1 KB | 139.0 KB | 21 |
cdn.branch.io | 210 ms | 23.4 KB | 75.0 KB | 1 |
api.mindbox.ru | 389 ms | 189.8 KB | 586.0 KB | 3 |
vk.com | 387 ms | 36.8 KB | 112.8 KB | 8 |
onelinksmartscript.appsflyer.com | 221 ms | 22.0 KB | 94.8 KB | 1 |
stream.datago.ru | 463 ms | 73.3 KB | 72.8 KB | 6 |
top-fwz1.mail.ru | 276 ms | 33.0 KB | 50.2 KB | 12 |
tracking.diginetica.net | 63 ms | 111 B | 111 B | 3 |
autocomplete.diginetica.net | 92 ms | 835 B | 98 B | 2 |
privacy-cs.mail.ru | 851 ms | 40.0 KB | 155.0 KB | 4 |
app.link | 369 ms | 666 B | 91 B | 1 |
analytics.google.com | 780 ms | N/A | 0 b | 2 |
www.google.ru | 181 ms | 63 B | 42 B | 1 |
web-static.mindbox.ru | 260 ms | 60.8 KB | 148.4 KB | 2 |
api.expf.ru | 184 ms | 2.3 KB | 6.6 KB | 4 |
abt.s3.yandex.net | 104 ms | 6.4 KB | 14.2 KB | 1 |
api2.branch.io | 606 ms | 1.1 KB | 303 B | 2 |
uaas.yandex.ru | 123 ms | 701 B | 173 B | 1 |
ad.mail.ru | 67 ms | 525 B | 86 B | 2 |
api-qa.diginetica.net | 100 ms | 614 B | 36 B | 1 |
personalization-web-stable.mindbox.ru | 472 ms | 5.1 KB | 9.3 KB | 4 |
quizzes-stable.mindbox.ru | 273 ms | 948 B | 596 B | 2 |
yandex.ru | 130 ms | N/A | 0 b | 1 |
cdn.uxfeedback.ru | 368 ms | 59.0 KB | 171.3 KB | 4 |
widget-api.uxfeedback.ru | 163 ms | 230 B | 1.3 KB | 2 |
fonts.googleapis.com | 197 ms | 1.9 KB | 5.4 KB | 1 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 2 hours | 27 weeks |
Last modified | 0 seconds | 12 weeks | 54 years |
Included requests done after load event end.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 6.5 KB | 2 |
javascript | 54.4 KB | 3 |
image | 1.1 KB | 1 |
font | 0 b | 0 |
other | 0 b | 1 |
favicon | 1.0 KB | 1 |
json | 756 B | 2 |
plain | 0 b | 1 |
Total | 63.4 KB | 11 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 2.9 KB | 6 |
css | 7.5 KB | 3 |
javascript | 433.5 KB | 11 |
image | 42.5 KB | 29 |
font | 0 b | 0 |
json | 14.5 KB | 18 |
video | 3.3 MB | 1 |
other | 2.4 KB | 10 |
svg | 1.1 KB | 1 |
plain | 3.7 KB | 4 |
favicon | 1.0 KB | 1 |
Total | 3.8 MB | 88 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
3 | 4 | 0 |
URL | Type |
---|---|
https://cdn.diginetica.net/338/client.js | non_blocking |
https://api.mindbox....les/webpush_v2.js | non_blocking |
https://g2.sunlight....11eff663c7774e.js | in_body_parser_blocking |
https://www.googleta...nager.com/gtag/js | non_blocking |
https://www.googleta...anager.com/gtm.js | non_blocking |
https://www.googleta...nager.com/gtag/js | non_blocking |
https://static.popme...rvice/v2/forms.js | non_blocking |
https://g2.sunlight....5a9cb97d4cff3b.js | in_body_parser_blocking |
https://stream.datago.ru/tracker/sp.js | non_blocking |
https://mc.yandex.ru/metrika/watch.js | non_blocking |
https://web-static.m...stable/quizzes.js | non_blocking |
https://g1.sunlight....1d1b2b79f849.jpeg | non_blocking |
https://g6.sunlight....20e4b0133b1413.js | non_blocking |
https://privacy-cs.m...ic/sync-loader.js | non_blocking |
https://g5.sunlight....db1147f3f794d3.js | non_blocking |
https://cdn.uxfeedba...07d8f17efbb81b.js | non_blocking |
https://g2.sunlight....1522891958222.css | blocking |
https://g0.sunlight....turaPT-Demi.woff2 | non_blocking |
https://g6.sunlight....turaPT-Demi.woff2 | non_blocking |
https://g0.sunlight....raPT-Medium.woff2 | non_blocking |
https://g6.sunlight....raPT-Medium.woff2 | non_blocking |
https://g0.sunlight....turaPT-Book.woff2 | non_blocking |
https://g6.sunlight....turaPT-Book.woff2 | non_blocking |
https://g2.sunlight....8a4272d97e36f5.js | non_blocking |
https://api.mindbox....pts/v1/tracker.js | non_blocking |
https://cdn.branch.i...nch-latest.min.js | non_blocking |
https://onelinksmart...-script-latest.js | non_blocking |
https://top-fwz1.mail.ru/js/code.js | non_blocking |
https://vk.com/dist/...bb2a98626e46ab.js | non_blocking |
https://vk.com/dist/...bb2a98626e46ab.js | non_blocking |
https://g6.sunlight....1dbdb8971b646.css | blocking |
https://cdn.uxfeedba...b9a88d7a8a0f16.js | non_blocking |
https://cdn.digineti...lete/template.css | dynamically_injected_non_blocking |
https://g9.sunlight....fa01941e696ca7.js | in_body_parser_blocking |
https://abt.s3.yande...pjs/latest/exp.js | non_blocking |
https://cdn.uxfeedba...38a4a74f1132b.css | dynamically_injected_non_blocking |
https://static.popme...service/loader.js | in_body_parser_blocking |
https://g3.sunlight....9e1cdf6798760.css | non_blocking |
https://cdn.uxfeedback.ru/widget.js | non_blocking |
https://top-fwz1.mai...yn-goal-config.js | non_blocking |
https://g6.sunlight....efaf6484d5cce8.js | blocking |
https://fonts.google...oogleapis.com/css | dynamically_injected_non_blocking |
https://g5.sunlight....b893a74ec70f0.css | dynamically_injected_non_blocking |
https://static.popme...ervice/styles.css | dynamically_injected_non_blocking |
https://app.link/_r...tps://app.link/_r | non_blocking |
https://cdn.digineti...arch/template.css | dynamically_injected_non_blocking |
https://vk.com/js/api/openapi.js?169 | non_blocking |
https://vk.com/js/api/openapi.js?159 | 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 | 1679 | |
Max Potential First Input Delay | 721 | |
Long Tasks before First Paint | 1 | 97 |
Long Tasks before First Contentful Paint | 1 | 97 |
Long Tasks before Largest Contentful Paint | 3 | 512 |
Long Tasks after Load Event End | 0 | 0 |
Total Long Tasks | 14 | 2426 |
CPU last long task happened at 5.295 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
unknown | 1524 | 97 | window | |||
self | 1810 | 70 | window | |||
self | 1989 | 345 | window | |||
self | 2377 | 97 | window | |||
self | 2518 | 405 | window | |||
self | 3106 | 126 | window | |||
self | 3339 | 70 | window | |||
self | 3631 | 59 | window | |||
self | 3772 | 721 | window | |||
self | 4552 | 103 | window | |||
self | 4839 | 73 | window | |||
self | 4996 | 64 | window | |||
self | 5146 | 101 | window | |||
self | 5295 | 95 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 117 |
styleLayout | 969 |
paintCompositeRender | 63 |
scriptParseCompile | 14 |
scriptEvaluation | 4167 |
garbageCollection | 116 |
other | 1816 |
Events (ms) | |
---|---|
FunctionCall | 1770 |
RunTask | 1394 |
RunMicrotasks | 1045 |
v8.run | 928 |
Layout | 528 |
UpdateLayoutTree | 440 |
Commit | 145 |
v8.callFunction | 126 |
ParseHTML | 110 |
PrePaint | 69 |
TimerFire | 63 |
IntersectionObserverController::computeIntersections | 58 |
FireAnimationFrame | 52 |
EventDispatch | 51 |
Layerize | 35 |
Paint | 33 |
V8.GC_MC_INCREMENTAL | 27 |
HitTest | 23 |
V8.BytecodeBudgetInterrupt | 23 |
DocumentLoader::CommitNavigation | 18 |
V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE | 16 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 16 |
V8.DeoptimizeCode | 15 |
DecodedDataDocumentParser::AppendBytes | 15 |
V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING | 15 |
v8.compile | 14 |
V8.HandleInterrupts | 13 |
v8.evaluateModule | 12 |
XHRReadyStateChange | 11 |
V8.DeserializeContext | 11 |
V8.GC_MARK_COMPACTOR | 11 |
V8.GC_MC_MARK_EMBEDDER_TRACING | 10 |
URL | CPU time (ms) |
---|---|
https://cdn.diginetica.net/338/client.js | 1349 |
https://g2.sunlight.net/static/webpack-modules-vue3/product/detail/main/dist/main.be1d3311eff663c7774e.js?1737043988.0 | 360 |
https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR | 271 |
https://mc.yandex.ru/metrika/watch.js | 153 |
https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51d0v76512221za200 | 131 |
https://privacy-cs.mail.ru/static/sync-loader.js | 129 |
https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.0769065a9cb97d4cff3b.js?1737043988.0 | 83 |
https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.48.36 | 46 |
https://top-fwz1.mail.ru/js/code.js | 42 |
https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.4949ac8a4272d97e36f5.js | 39 |
https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js | 31 |
https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767 | 28 |
https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.44028120e4b0133b1413.js?1737043988.0 | 24 |
https://api.mindbox.ru/scripts/v1/tracker.js | 20 |
https://stream.datago.ru/tracker/sp.js | 16 |
https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682 | 14 |
https://sunlight.net/catalog/ring_57830.html | 14 |
https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1737043988.0 | 13 |
https://cdn.branch.io/branch-latest.min.js | 11 |
chrome-error://chromewebdata/ | 11 |
Tool/domain | Time (ms) |
---|---|
cdn.diginetica.net | 1349.1 |
g2.sunlight.net | 482.0 |
Google Tag Manager | 402.1 |
Yandex Metrica | 152.8 |
privacy-cs.mail.ru | 129.2 |
personalization-web-stable.mindbox.ru | 45.8 |
top-fwz1.mail.ru | 69.5 |
cdn.uxfeedback.ru | 31.1 |
g6.sunlight.net | 24.5 |
api.mindbox.ru | 33.6 |
stream.datago.ru | 16.4 |
sunlight.net | 13.6 |
g5.sunlight.net | 13.2 |
Branch Metrics | 11.4 |
Third party requests categorised by Third party web version 0.26.2.
Category | Requests |
---|---|
tag-manager | 3 |
survelliance | 7 |
analytics | 12 |
ad | 4 |
social | 8 |
utility | 1 |
cdn | 1 |
Category | Number of tools |
---|---|
tag-manager | 1 |
survelliance | 4 |
analytics | 2 |
ad | 1 |
social | 1 |
utility | 1 |
cdn | 1 |
tag-manager (3 requests) |
Google Tag Manager |
|
survelliance (7 requests) |
Google Tag Manager |
Google Analytics |
Other Google APIs/SDKs |
Google Fonts |
|
analytics (12 requests) |
Yandex Metrica |
Google Analytics |
|
ad (4 requests) |
Branch Metrics |
|
social (8 requests) |
VK |
|
utility (1 requests) |
Other Google APIs/SDKs |
|
cdn (1 requests) |
Google Fonts |
Here's a list of domains that didn't match any tool in Third party web. If you are sure they are third party domains, please do a PR to that project. You can also fine tune the list using --firstParty
.
cdn.diginetica.net |
api.mindbox.ru |
onelinksmartscript.appsflyer.com |
stream.datago.ru |
top-fwz1.mail.ru |
tracking.diginetica.net |
autocomplete.diginetica.net |
api.expf.ru |
privacy-cs.mail.ru |
web-static.mindbox.ru |
abt.s3.yandex.net |
uaas.yandex.ru |
ad.mail.ru |
api-qa.diginetica.net |
personalization-web-stable.mindbox.ru |
quizzes-stable.mindbox.ru |
yandex.ru |
cdn.uxfeedback.ru |
widget-api.uxfeedback.ru |
Cookie name | Domain |
---|---|
_yasc | .yandex.ru |
_s | .app.link |
yabs-sid | .yandex.ru |
digi-cookie | api-qa.diginetica.net |
receive-cookie-deprecation | .yandex.ru |
i | .yandex.ru |
Calculated using .*sunlight.* (use --firstParty
to configure).
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 6.2 KB | 134.9 KB | 807.5 KB | 10 |
css | 0 b | 50.7 KB | 398.3 KB | 4 |
javascript | 0 b | 367.7 KB | 1.1 MB | 7 |
image | 0 b | 1.6 MB | 1.6 MB | 34 |
font | 0 b | 176.1 KB | 174.1 KB | 6 |
svg | 0 b | 27.5 KB | 43.2 KB | 31 |
other | 0 b | 40.2 KB | 40.0 KB | 1 |
video | 0 b | 15.8 MB | 22.3 MB | 6 |
json | 5.1 KB | 9.8 KB | 139.0 KB | 11 |
favicon | 0 b | 1.0 KB | 9.4 KB | 1 |
Total | 11.6 KB | 18.2 MB | 26.6 MB | 112 |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 1.2 KB | 6.1 KB | 20.4 KB | 3 |
css | 1.7 KB | 17.3 KB | 70.6 KB | 5 |
javascript | 2.1 KB | 1.3 MB | 4.3 MB | 25 |
image | 1.0 KB | 14.0 KB | 1.0 KB | 24 |
font | 0 b | 0 b | 0 b | 0 |
json | 466 B | 9.3 KB | 10.4 KB | 15 |
other | 1.3 KB | 2.4 KB | 22 B | 11 |
plain | 382 B | 3.7 KB | 9.3 KB | 5 |
Total | 8.0 KB | 1.4 MB | 4.4 MB | 92 |
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 (28 issues) |
Serious | 2 (29 issues) |
Moderate | 4 (14 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.
Data collected between 2024-12-18 and 2025-1-14
Metric | Value |
---|---|
Round trip time 75 percentile | 152 ms |
Time to first byte (TTFB) 75 percentile | 1.779 s |
First Contentful Paint (FCP) 75 percentile | 2.420 s |
Largest Contentful Paint (LCP) 75 percentile | 4.083 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.01 |
Interaction to next paint (INP) 75 percentile | 208 ms |
Form factor | Value |
---|---|
Desktop | 8.49% |
Phone | 91.51% |
Tablet | 0.00% |
Time to first byte (TTFB) | First Contentful Paint (FCP) |
---|---|
| |
Largest Contentful Paint (LCP) | Cumulative Layout Shift (CLS) |
Interaction to next paint (INP) | |
|
This is a summary of all pages served from this origin over the last 30 days for Chrome users.
Data collected between 2024-12-18 and 2025-1-14
Metric | Value |
---|---|
Round trip time 75 percentile | 146 ms |
Time to first byte (TTFB) 75 percentile | 1.511 s |
First Contentful Paint (FCP) 75 percentile | 2.293 s |
Largest Contentful Paint (LCP) 75 percentile | 3.702 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.04 |
Interaction to next paint (INP) 75 percentile | 251 ms |
Form factor | Value |
---|---|
Desktop | 10.62% |
Phone | 88.12% |
Tablet | 1.26% |
Navigation type | Value |
---|---|
Navigate | 78.30% |
Navigate cache | 0.00% |
Reload | 5.00% |
Restore | 0.06% |
Back/Forward | 15.28% |
Back/Forward cache | 1.26% |
Prerender | 0.10% |
Time to first byte (TTFB) | First Contentful Paint (FCP) |
---|---|
| |
Largest Contentful Paint (LCP) | Cumulative Layout Shift (CLS) |
Interaction to next paint (INP) | |
|